Explorar o código

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

vbea hai 1 ano
pai
achega
35c54c6364
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>