Prechádzať zdrojové kódy

增加楼栋名称长度

xiongxing 3 mesiacov pred
rodič
commit
858d1c9cae

+ 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>