xiatian 11 ヶ月 前
コミット
de32d8354e
1 ファイル変更1 行追加17 行削除
  1. 1 17
      src/modules/marking/views/MarkPaperCheck.vue

+ 1 - 17
src/modules/marking/views/MarkPaperCheck.vue

@@ -165,14 +165,6 @@
             @click="bachBackRefresh"
             >打回
           </el-button>
-          <el-button
-            type="danger"
-            icon="el-icon-arrow-left"
-            size="mini"
-            :disabled="noBatchSelected"
-            @click="openBatchAudit"
-            >违纪审核
-          </el-button>
           <el-button
             type="primary"
             size="mini"
@@ -267,6 +259,7 @@
                   >打回</el-button
                 >
                 <el-button
+                  v-if="scope.row.examFaceEnable == true"
                   type="danger"
                   icon="el-icon-arrow-left"
                   size="mini"
@@ -453,15 +446,6 @@ export default {
         isPass: false,
       };
     },
-    openBatchAudit() {
-      this.dialogFormVisible = true;
-      this.auditForm = {
-        examRecordDataIds: this.auditForm.examRecordDataIds,
-        illegallyTypeId: null,
-        disciplineDetail: "",
-        isPass: false,
-      };
-    },
     doAudit() {
       this.$refs["auditForm"].validate((valid) => {
         if (valid) {