This commit is contained in:
zhoutianchi
2026-01-29 14:04:20 +08:00
parent f520bda146
commit 0eebc8052f

View File

@@ -136,8 +136,9 @@
<el-button <el-button
type="success" type="success"
link link
v-auth="'professional_professionalteacherhonor_exam'"
icon="CircleCheck" icon="CircleCheck"
v-if="permissions.professional_professionalteacherhonor_exam && scope.row.canDeptExam" v-if="scope.row.canDeptExam"
@click="changeState(scope.row, 1)">部门通过 @click="changeState(scope.row, 1)">部门通过
</el-button> </el-button>
<el-button <el-button
@@ -151,8 +152,9 @@
<el-button <el-button
type="danger" type="danger"
link link
v-auth="'professional_professionalteacherhonor_exam'"
icon="CircleClose" icon="CircleClose"
v-if="permissions.professional_professionalteacherhonor_exam && scope.row.canDeptBack" v-if="scope.row.canDeptBack"
@click="changeState(scope.row, -2)">部门驳回 @click="changeState(scope.row, -2)">部门驳回
</el-button> </el-button>
<el-button <el-button