Browse Source

【值班系统】后台管理-通知公告,新增页面标题、内容没有限制字符长度,输入较长的字符串报错

CzRger 1 year ago
parent
commit
c1a0d54ee9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/system/notice-announcement/detail.vue

+ 2 - 1
src/views/system/notice-announcement/detail.vue

@@ -16,7 +16,8 @@
             :span="24"
             required
             label="标题:"
-            v-model:param="cusDetail.title"/>
+            v-model:param="cusDetail.title"
+            :maxLength="100"/>
         <CusFormColumn
             :span="24"
             required