|
@@ -94,6 +94,7 @@
|
|
|
v-if="rolePrivileges.reset_student_password"
|
|
|
size="small"
|
|
|
type="danger"
|
|
|
+ icon="el-icon-refresh"
|
|
|
:disabled="noBatchSelected"
|
|
|
@click="resetPassword('')"
|
|
|
>重置密码
|
|
@@ -102,6 +103,7 @@
|
|
|
v-if="rolePrivileges.change_student_availability"
|
|
|
size="small"
|
|
|
type="danger"
|
|
|
+ icon="el-icon-check"
|
|
|
:disabled="noBatchSelected"
|
|
|
@click="enableStudent('')"
|
|
|
>启用
|
|
@@ -110,6 +112,7 @@
|
|
|
v-if="rolePrivileges.change_student_availability"
|
|
|
size="small"
|
|
|
type="danger"
|
|
|
+ icon="el-icon-close"
|
|
|
:disabled="noBatchSelected"
|
|
|
@click="disableStudent('')"
|
|
|
>
|
|
@@ -266,6 +269,7 @@
|
|
|
size="mini"
|
|
|
type="danger"
|
|
|
plain
|
|
|
+ icon="el-icon-refresh"
|
|
|
@click="resetPassword(scope.row)"
|
|
|
>重置密码
|
|
|
</el-button>
|
|
@@ -275,6 +279,7 @@
|
|
|
size="mini"
|
|
|
type="primary"
|
|
|
plain
|
|
|
+ icon="el-icon-document"
|
|
|
@click="showStuExamDialog(scope.row)"
|
|
|
>考试记录
|
|
|
</el-button>
|
|
@@ -284,6 +289,7 @@
|
|
|
size="mini"
|
|
|
type="danger"
|
|
|
plain
|
|
|
+ icon="el-icon-refresh"
|
|
|
@click="unbindStudentCode(scope.row)"
|
|
|
>解绑学号
|
|
|
</el-button>
|
|
@@ -293,6 +299,7 @@
|
|
|
size="mini"
|
|
|
type="danger"
|
|
|
plain
|
|
|
+ icon="el-icon-refresh"
|
|
|
@click="unbindSecurityPhone(scope.row)"
|
|
|
>解绑安全手机
|
|
|
</el-button>
|