Browse Source

feat: 考试导出pdf类型修改

zhangjie 9 months ago
parent
commit
d67468c7a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/constants/enumerate.js

+ 1 - 1
src/constants/enumerate.js

@@ -320,7 +320,7 @@ export const PRINT_PDF_TYPE = {
 
 
 export const EXAM_PDF_TYPE = {
 export const EXAM_PDF_TYPE = {
   PAPER: "试卷",
   PAPER: "试卷",
-  ALL_CARD: "全部题卡",
+  GENERIC_CARD: "仅通卡",
   CUSTOM_CARD: "仅专卡",
   CUSTOM_CARD: "仅专卡",
   SIGN: "签到表",
   SIGN: "签到表",
   PACKAGE: "卷袋贴",
   PACKAGE: "卷袋贴",