This commit is contained in:
zhoutianchi
2026-01-29 13:59:46 +08:00
parent 043c92efc9
commit bb5ae5375b
11 changed files with 629 additions and 12 deletions

View File

@@ -162,20 +162,36 @@
</el-button>
<el-button
v-auth="'professional_professionalteacheracademicrelation_exam'"
v-if="scope.row.state === '0'"
v-if="scope.row.canExam"
type="success"
link
icon="CircleCheck"
@click="changeState(scope.row, 1)">通过
</el-button>
<el-button
v-auth="'professional_professionalteacheracademicrelation_exam'"
v-if="scope.row.canDeptExam"
type="success"
link
icon="CircleCheck"
@click="changeState(scope.row, 1)">部门通过
</el-button>
<el-button
v-auth="'professional_professionalteacheracademicrelation_exam'"
v-if="scope.row.state === '0' || scope.row.state === '1'"
v-if="scope.row.canBack"
type="danger"
link
icon="CircleClose"
@click="changeState(scope.row, -2)">驳回
</el-button>
<el-button
v-auth="'professional_professionalteacheracademicrelation_exam'"
v-if="scope.row.canDeptBack"
type="danger"
link
icon="CircleClose"
@click="changeState(scope.row, -2)">部门驳回
</el-button>
<el-button
v-auth="'professional_professionalteacheracademicrelation_del'"
type="danger"