|
@@ -685,11 +685,11 @@
|
|
|
<el-button
|
|
|
v-if="rolePrivileges.update_examStudent"
|
|
|
size="mini"
|
|
|
- type="warning"
|
|
|
+ type="primary"
|
|
|
plain
|
|
|
@click="openUpdateDialog(scope.row)"
|
|
|
>
|
|
|
- 修改
|
|
|
+ 编辑
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
v-if="
|
|
@@ -698,7 +698,7 @@
|
|
|
rolePrivileges.change_exam_student_availability
|
|
|
"
|
|
|
size="mini"
|
|
|
- type="warning"
|
|
|
+ type="primary"
|
|
|
plain
|
|
|
@click="enableExamStudent(scope.row)"
|
|
|
>启用
|
|
@@ -706,7 +706,7 @@
|
|
|
<el-button
|
|
|
v-else-if="rolePrivileges.change_exam_student_availability"
|
|
|
size="mini"
|
|
|
- type="warning"
|
|
|
+ type="primary"
|
|
|
plain
|
|
|
@click="disableExamStudent(scope.row)"
|
|
|
>禁用
|
|
@@ -730,7 +730,7 @@
|
|
|
<el-dropdown-item>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
- type="info"
|
|
|
+ type="primary"
|
|
|
plain
|
|
|
@click="showPhoto(scope.row)"
|
|
|
>
|