Browse Source

考生管理去掉关联考号类型

zhangjie 3 years ago
parent
commit
ab3e30f05e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/constants/enumerate.js

+ 2 - 2
src/constants/enumerate.js

@@ -86,8 +86,8 @@ export const SORT_RULE_TYPE = {
 // cafa-exception
 // cafa-exception
 export const CAFA_EXCEPTION_TYPE = {
 export const CAFA_EXCEPTION_TYPE = {
   0: "缺考",
   0: "缺考",
-  1: "手工绑定",
-  2: "关联考号"
+  1: "手工绑定"
+  // 2: "关联考号"
 };
 };
 
 
 // action-type
 // action-type