|
@@ -102,7 +102,7 @@
|
|
<el-button
|
|
<el-button
|
|
v-if="rolePrivileges.change_student_availability"
|
|
v-if="rolePrivileges.change_student_availability"
|
|
size="small"
|
|
size="small"
|
|
- type="danger"
|
|
|
|
|
|
+ type="success"
|
|
icon="el-icon-check"
|
|
icon="el-icon-check"
|
|
:disabled="noBatchSelected"
|
|
:disabled="noBatchSelected"
|
|
@click="enableStudent('')"
|
|
@click="enableStudent('')"
|
|
@@ -251,7 +251,6 @@
|
|
v-else-if="rolePrivileges.change_student_availability"
|
|
v-else-if="rolePrivileges.change_student_availability"
|
|
size="mini"
|
|
size="mini"
|
|
type="danger"
|
|
type="danger"
|
|
- plain
|
|
|
|
icon="el-icon-close"
|
|
icon="el-icon-close"
|
|
@click="disableStudent(scope.row)"
|
|
@click="disableStudent(scope.row)"
|
|
>禁用
|
|
>禁用
|
|
@@ -268,7 +267,6 @@
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="danger"
|
|
type="danger"
|
|
- plain
|
|
|
|
icon="el-icon-refresh"
|
|
icon="el-icon-refresh"
|
|
@click="resetPassword(scope.row)"
|
|
@click="resetPassword(scope.row)"
|
|
>重置密码
|
|
>重置密码
|
|
@@ -278,7 +276,6 @@
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="primary"
|
|
type="primary"
|
|
- plain
|
|
|
|
icon="el-icon-document"
|
|
icon="el-icon-document"
|
|
@click="showStuExamDialog(scope.row)"
|
|
@click="showStuExamDialog(scope.row)"
|
|
>考试记录
|
|
>考试记录
|
|
@@ -288,7 +285,6 @@
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="danger"
|
|
type="danger"
|
|
- plain
|
|
|
|
icon="el-icon-refresh"
|
|
icon="el-icon-refresh"
|
|
@click="unbindStudentCode(scope.row)"
|
|
@click="unbindStudentCode(scope.row)"
|
|
>解绑学号
|
|
>解绑学号
|
|
@@ -298,7 +294,6 @@
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="danger"
|
|
type="danger"
|
|
- plain
|
|
|
|
icon="el-icon-refresh"
|
|
icon="el-icon-refresh"
|
|
@click="unbindSecurityPhone(scope.row)"
|
|
@click="unbindSecurityPhone(scope.row)"
|
|
>解绑安全手机
|
|
>解绑安全手机
|