Просмотр исходного кода

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

vbea 1 год назад
Родитель
Сommit
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>