فهرست منبع

number limit md

zhangjie 5 سال پیش
والد
کامیت
4b2ab60cea

+ 1 - 1
src/constants/enumerate.js

@@ -69,7 +69,7 @@ export const CARD_SOURCE_TYPE = {
 export const EXAM_NUMBER_STYLE = {
   0: "印刷条码",
   1: "粘贴条码",
-  2: "号填涂"
+  2: "号填涂"
 };
 
 export const PAPER_TYPE = {

+ 1 - 1
src/modules/card/components/elementEdit/cardHeadSpin/HeadStdno.vue

@@ -1,7 +1,7 @@
 <template>
   <div :class="classes">
     <div class="stdno-empty" v-if="data.examNumberStyle === 'empty'">
-      <p class="">贴条形码区</p>
+      <p class="">贴条形码区</p>
     </div>
     <div class="stdno-auto" v-if="data.examNumberStyle === 'auto'">
       <div class="stdno-auto-barcode">

+ 1 - 1
src/modules/card/components/elementPropEdit/EditComposition.vue

@@ -23,7 +23,7 @@
           style="width:125px;"
           v-model.number="modalForm.topicNo"
           :min="1"
-          :max="20"
+          :max="100"
           :step="1"
           step-strictly
           :controls="false"

+ 3 - 3
src/modules/card/components/elementPropEdit/EditExplain.vue

@@ -23,7 +23,7 @@
           style="width:125px;"
           v-model.number="modalForm.topicNo"
           :min="1"
-          :max="20"
+          :max="100"
           :step="1"
           step-strictly
           :controls="false"
@@ -42,7 +42,7 @@
           style="width:40px;"
           v-model="modalForm.startNumber"
           :min="0"
-          :max="100"
+          :max="999"
           :step="1"
           step-strictly
           :controls="false"
@@ -52,7 +52,7 @@
           style="width:40px;"
           v-model="modalForm.endNumber"
           :min="0"
-          :max="100"
+          :max="999"
           :step="1"
           step-strictly
           :controls="false"

+ 3 - 3
src/modules/card/components/elementPropEdit/EditFillLine.vue

@@ -23,7 +23,7 @@
           style="width:125px;"
           v-model.number="modalForm.topicNo"
           :min="1"
-          :max="20"
+          :max="100"
           :step="1"
           step-strictly
           :controls="false"
@@ -42,7 +42,7 @@
           style="width:40px;"
           v-model="modalForm.startNumber"
           :min="0"
-          :max="100"
+          :max="999"
           :step="1"
           step-strictly
           :controls="false"
@@ -52,7 +52,7 @@
           style="width:40px;"
           v-model="modalForm.endNumber"
           :min="0"
-          :max="100"
+          :max="999"
           :step="1"
           step-strictly
           :controls="false"

+ 3 - 3
src/modules/card/components/elementPropEdit/EditFillQuestion.vue

@@ -23,7 +23,7 @@
           style="width:125px;"
           v-model.number="modalForm.topicNo"
           :min="1"
-          :max="20"
+          :max="100"
           :step="1"
           step-strictly
           :controls="false"
@@ -42,7 +42,7 @@
           style="width:40px;"
           v-model="modalForm.startNumber"
           :min="0"
-          :max="100"
+          :max="999"
           :step="1"
           step-strictly
           :controls="false"
@@ -52,7 +52,7 @@
           style="width:40px;"
           v-model="modalForm.endNumber"
           :min="modalForm.startNumber"
-          :max="100"
+          :max="999"
           :step="1"
           step-strictly
           :controls="false"

+ 1 - 1
src/modules/card/enumerate.js

@@ -3,7 +3,7 @@ export const CARD_VERSION = "1.0.0";
 export const EXAM_NUMBER_STYLE = {
   0: "印刷条码",
   1: "粘贴条码",
-  2: "号填涂"
+  2: "号填涂"
 };
 export const EXAM_NUMBER_STYLE_MAP = {
   0: "auto",

+ 1 - 1
src/modules/exam-center/views/ExamModify.vue

@@ -70,7 +70,7 @@
           style="width:220px;"
           v-model="modalForm.backupCard"
           :min="1"
-          :max="1000"
+          :max="999"
           :step="1"
           step-strictly
           :controls="false"