Browse Source

【值班系统】后台管理-席位管理,新增值班人员页面单位简介没有限制字符长度,输入很长的字符串保存报系统繁忙

CzRger 1 year ago
parent
commit
ac54a6963b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/system/seat-manage/index.vue

+ 2 - 1
src/views/system/seat-manage/index.vue

@@ -73,7 +73,8 @@
               <CusFormColumn
                   :span="24"
                   label="单位简称:"
-                  v-model:param="seatInfo.editDutyInfo.deptForm.abbreviation"/>
+                  v-model:param="seatInfo.editDutyInfo.deptForm.abbreviation"
+                  :maxLength="5"/>
               <CusFormColumn
                   :span="24"
                   label="简介:"