zhangjie 8 сар өмнө
parent
commit
b64515dd1a

+ 2 - 2
card/mixins/exchange.js

@@ -218,7 +218,7 @@ export default {
         fill_area.push({
         fill_area.push({
           field: "examNumber",
           field: "examNumber",
           index: this.getFillAreaIndex("examNumber"),
           index: this.getFillAreaIndex("examNumber"),
-          single: true,
+          single: false,
           horizontal: false,
           horizontal: false,
           items: listInfos,
           items: listInfos,
         });
         });
@@ -295,7 +295,7 @@ export default {
           fill_area.push({
           fill_area.push({
             field: "paperType",
             field: "paperType",
             index: this.getFillAreaIndex("paperType"),
             index: this.getFillAreaIndex("paperType"),
-            single: true,
+            single: false,
             horizontal: true,
             horizontal: true,
             items: [
             items: [
               {
               {