Ver código fonte

增加楼栋名称长度

xiongxing 4 meses atrás
pai
commit
858d1c9cae
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/system/bedManage/bedSetting/Form.vue

+ 1 - 1
src/views/system/bedManage/bedSetting/Form.vue

@@ -8,7 +8,7 @@
               <el-input
                 v-model="dataForm.buildName"
                 style="margin: 0 0; padding: 0 0"
-                :maxlength="6"
+                :maxlength="20"
               />
             </el-form-item>
           </el-col>