zhangjie 2 years ago
parent
commit
0a59e46a80
2 changed files with 6 additions and 7 deletions
  1. 5 6
      src/constants/enumerate.js
  2. 1 1
      src/modules/print/views/PrintTaskManage.vue

+ 5 - 6
src/constants/enumerate.js

@@ -226,12 +226,11 @@ export const PRINT_TASK_STATUS = {
 };
 // pdf文件类型
 export const PRINT_PDF_TYPE = {
-  ALL_A3: "试卷题卡合并文件",
-  PAPER: "试卷合并文件",
-  CARD_A3: "题卡A3合并文件",
-  PACKAGE: "卷袋贴文件",
-  SIGN: "签到表文件",
-  CHECK_IN: "登记表文件"
+  PAPER: "试卷",
+  CARD_A3: "题卡",
+  PACKAGE: "卷袋贴",
+  SIGN: "签到表",
+  CHECK_IN: "登记表"
 };
 
 // stmms

+ 1 - 1
src/modules/print/views/PrintTaskManage.vue

@@ -373,7 +373,7 @@
       :visible.sync="padViewDialogVisible"
       title="请选择PDF类型"
       top="10vh"
-      width="820px"
+      width="540px"
       :close-on-click-modal="false"
       :close-on-press-escape="false"
       append-to-body