ソースを参照

In-app notification message content length change to 1024
https://dev.wormwood.com.sg/zentao/task-view-530.html

vbea 1 年間 前
コミット
35c54c6364
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Strides-Admin/src/views/notification/add.vue

+ 1 - 1
Strides-Admin/src/views/notification/add.vue

@@ -52,7 +52,7 @@
                 :autosize="autosize"
                 :readonly="!isEdit"
                 type="textarea"
-                maxlength="300"/>
+                maxlength="1000"/>
             </el-form-item>
           </el-col>
         </el-row>