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