This commit is contained in:
zhoutianchi
2026-01-29 14:06:56 +08:00
parent 0eebc8052f
commit e942e29e44

View File

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