소스 검색

查询违纪

xiatian 11 달 전
부모
커밋
f689857d00
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/modules/marking/views/MarkPaperCheck.vue

+ 8 - 0
src/modules/marking/views/MarkPaperCheck.vue

@@ -231,6 +231,13 @@
                 </div>
               </template>
             </el-table-column>
+            <el-table-column label="是否违纪" width="100">
+              <template slot-scope="scope">
+                <div>
+                  <span>{{ scope.row.illegality == true ? "是" : "否" }}</span>
+                </div>
+              </template>
+            </el-table-column>
             <el-table-column label="评卷备注" width="120">
               <template slot-scope="scope">
                 <el-popover trigger="hover" name="text" placement="top">
@@ -465,6 +472,7 @@ export default {
                   duration: 5000,
                 });
                 this.dialogFormVisible = false;
+                this.searchMarkPaperCheck();
               });
           });
         } else {