Browse Source

修改评论字数

qinzhipeng_v 5 years ago
parent
commit
e420323f6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/projectManage/bugList/details/index.vue

+ 1 - 1
src/views/projectManage/bugList/details/index.vue

@@ -488,7 +488,7 @@
               v-model="commentContent"
               type="textarea"
               placeholder="请输入评论内容"
-              maxlength="300"
+              maxlength="1000"
               show-word-limit
               :autosize="{ minRows: 3, maxRows: 5}"
               style="margin-bottom: 2%"