Parcourir la source

句子拆分参考答案字数限制改为1000

natasha il y a 1 an
Parent
commit
cfe0dbca67

+ 1 - 1
src/components/Adult/inputModules/ConfigurableTable/components/CellEdit.vue

@@ -149,7 +149,7 @@
                   v-model="cellData.mulText.correct.completeInput"
                   placeholder="请输入句子填空答案"
                   @blur="onBlur"
-                  maxlength="200"
+                  maxlength="1000"
                 ></el-input>
               </div>
             </div>

+ 1 - 1
src/components/Adult/inputModules/HeaderSeparate/components/CellEdit.vue

@@ -129,7 +129,7 @@
                   v-model="cellData.mulText.correct.completeInput"
                   placeholder="请输入句子填空答案"
                   @blur="onBlur"
-                  maxlength="200"
+                  maxlength="1000"
                 ></el-input>
               </div>
             </div>

+ 1 - 1
src/components/Adult/inputModules/SentenceModule.vue

@@ -268,7 +268,7 @@
                   v-model="items.correct.completeInput"
                   placeholder="请输入句子填空答案"
                   @blur="onBlur"
-                  maxlength="200"
+                  maxlength="1000"
                 ></el-input>
               </div>
             </div>

+ 1 - 1
src/components/Adult/inputModules/SentenceMulModule.vue

@@ -278,7 +278,7 @@
                     v-model="items.correct.completeInput"
                     placeholder="请输入句子填空答案"
                     @blur="onBlur"
-                    maxlength="200"
+                    maxlength="1000"
                     ></el-input>
                 </div>
                 </div>