1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user