deason hai 1 ano
pai
achega
8e8ecb0692

+ 1 - 0
src/modules/examwork/view/examInfo.vue

@@ -272,6 +272,7 @@
                         size="mini"
                         type="primary"
                         icon="el-icon-edit"
+                        :disabled="scope.row.examType !== 'ONLINE'"
                         @click="skipFaceSetting(scope.row)"
                         >人脸白名单</el-button
                       >

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

@@ -925,6 +925,7 @@
 
                     <el-dropdown-item>
                       <el-button
+                        v-if="scope.row.examType === 'ONLINE'"
                         size="mini"
                         type="danger"
                         icon="el-icon-setting"

+ 1 - 0
src/modules/oe/views/alreadyAudited.vue

@@ -61,6 +61,7 @@
             <el-form-item label="审核人">
               <el-input
                 v-model="form.auditUserName"
+                :disabled="form.auditType === '1'"
                 class="form_search_width"
                 size="small"
                 placeholder="审核人"