|
@@ -193,7 +193,8 @@
|
|
|
<el-button
|
|
|
:disabled="!scope.row.photoPath"
|
|
|
size="mini"
|
|
|
- type="warning"
|
|
|
+ type="info"
|
|
|
+ plain
|
|
|
@click="showPhoto(scope.row)"
|
|
|
><i class="fa fa-check" aria-hidden="true"></i>查看照片
|
|
|
</el-button>
|
|
@@ -204,7 +205,8 @@
|
|
|
rolePrivileges.change_student_availability
|
|
|
"
|
|
|
size="mini"
|
|
|
- type="success"
|
|
|
+ type="danger"
|
|
|
+ plain
|
|
|
@click="enableStudent(scope.row)"
|
|
|
>
|
|
|
<i class="fa fa-check" aria-hidden="true"></i>启用
|
|
@@ -212,7 +214,8 @@
|
|
|
<el-button
|
|
|
v-else-if="rolePrivileges.change_student_availability"
|
|
|
size="mini"
|
|
|
- type="danger"
|
|
|
+ type="info"
|
|
|
+ plain
|
|
|
@click="disableStudent(scope.row)"
|
|
|
>
|
|
|
<i class="fa fa-close" aria-hidden="true"></i>禁用
|
|
@@ -229,6 +232,7 @@
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="warning"
|
|
|
+ plain
|
|
|
@click="resetPassword(scope.row)"
|
|
|
>重置密码
|
|
|
</el-button>
|
|
@@ -236,7 +240,8 @@
|
|
|
<el-dropdown-item>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
- type="warning"
|
|
|
+ type="info"
|
|
|
+ plain
|
|
|
@click="showStuExamDialog(scope.row)"
|
|
|
>考试记录
|
|
|
</el-button>
|
|
@@ -245,6 +250,7 @@
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="warning"
|
|
|
+ plain
|
|
|
@click="unbindStudentCode(scope.row)"
|
|
|
>解绑学号
|
|
|
</el-button>
|
|
@@ -253,6 +259,7 @@
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="warning"
|
|
|
+ plain
|
|
|
@click="unbindSecurityPhone(scope.row)"
|
|
|
>解绑安全手机
|
|
|
</el-button>
|