Эх сурвалжийг харах

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

vbea 1 жил өмнө
parent
commit
35c54c6364

+ 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>