Explorar el Código

增加楼栋名称长度

xiongxing hace 3 meses
padre
commit
858d1c9cae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>