Browse Source

注释限制为500

natasha 2 years ago
parent
commit
c1a2e7ed87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Adult/inputModules/Notes.vue

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

@@ -78,7 +78,7 @@
             placeholder="请输入内容"
             placeholder="请输入内容"
             v-model="curQueItem.note"
             v-model="curQueItem.note"
             @blur="onBlur(curQueItem, 'note')"
             @blur="onBlur(curQueItem, 'note')"
-            maxlength="200"
+            maxlength="500"
             show-word-limit
             show-word-limit
           ></el-input>
           ></el-input>
         </div>
         </div>