|
@@ -4,6 +4,7 @@ export const TAGS = [
|
|
{ label: "雷同卷", value: "SAME" },
|
|
{ label: "雷同卷", value: "SAME" },
|
|
{ label: "空白卷", value: "BLANK" },
|
|
{ label: "空白卷", value: "BLANK" },
|
|
{ label: "答非所问", value: "IRRELEVANT" },
|
|
{ label: "答非所问", value: "IRRELEVANT" },
|
|
|
|
+ { label: "作弊违纪", value: "CHEAT" },
|
|
{ label: "科目错误", value: "SUBJECT_ERROR" },
|
|
{ label: "科目错误", value: "SUBJECT_ERROR" },
|
|
{ label: "非手写", value: "QUESTIONABLE" },
|
|
{ label: "非手写", value: "QUESTIONABLE" },
|
|
];
|
|
];
|