Pārlūkot izejas kodu

文章和对话文章 分局结果 字数限制修改

qinpeng 2 gadi atpakaļ
vecāks
revīzija
f86551d5b5

+ 1 - 1
src/components/Adult/inputModules/ArticleTemChs/components/ClauseresultChs.vue

@@ -19,7 +19,7 @@
           :readonly="item.isReadonly"
           @change="handleChange(item.para, index)"
           @blur="onBlur(item, 'para')"
-          maxlength="200"
+          maxlength="1000"
           show-word-limit
         ></el-input>
         <el-button

+ 1 - 1
src/components/Adult/inputModules/DialogueArticleChs/components/ClauseresultChs.vue

@@ -19,7 +19,7 @@
           :readonly="item.isReadonly"
           @change="handleChange(item.para, index)"
           @blur="onBlur(item, 'para')"
-          maxlength="200"
+          maxlength="1000"
           show-word-limit
         ></el-input>
         <el-button