WANG 6 years ago
parent
commit
f788eec01c
2 changed files with 11 additions and 0 deletions
  1. 4 0
      src/modules/examwork/view/examStudent.vue
  2. 7 0
      src/modules/examwork/view/student.vue

+ 4 - 0
src/modules/examwork/view/examStudent.vue

@@ -733,6 +733,7 @@
                         size="mini"
                         type="danger"
                         plain
+                        icon="el-icon-delete"
                         @click="deleteExamStudent(scope.row)"
                         >删除
                       </el-button></el-dropdown-item
@@ -742,6 +743,7 @@
                         size="mini"
                         type="primary"
                         plain
+                        icon="el-icon-picture"
                         @click="showPhoto(scope.row)"
                       >
                         查看照片
@@ -757,6 +759,7 @@
                         size="mini"
                         type="primary"
                         plain
+                        icon="el-icon-check"
                         @click="enableExamStudent(scope.row)"
                         >启用
                       </el-button>
@@ -767,6 +770,7 @@
                         size="mini"
                         type="primary"
                         plain
+                        icon="el-icon-close"
                         @click="disableExamStudent(scope.row)"
                         >禁用
                       </el-button>

+ 7 - 0
src/modules/examwork/view/student.vue

@@ -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>