1
This commit is contained in:
@@ -141,8 +141,9 @@
|
|||||||
<el-button
|
<el-button
|
||||||
type="success"
|
type="success"
|
||||||
link
|
link
|
||||||
|
v-auth="'professional_professionalteachercertificaterelation_exam'"
|
||||||
icon="CircleCheck"
|
icon="CircleCheck"
|
||||||
v-if="permissions.professional_professionalteachercertificaterelation_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
|
||||||
@@ -157,7 +158,8 @@
|
|||||||
type="danger"
|
type="danger"
|
||||||
link
|
link
|
||||||
icon="CircleClose"
|
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)">部门驳回
|
@click="changeState(scope.row, -2)">部门驳回
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
|
|||||||
Reference in New Issue
Block a user