不动产单元号表单输入框最大位数限制
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -21,7 +21,8 @@ | ... | @@ -21,7 +21,8 @@ |
21 | </el-col> | 21 | </el-col> |
22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
23 | <el-form-item label="不动产单元号"> | 23 | <el-form-item label="不动产单元号"> |
24 | <el-input | 24 | <el-input |
25 | maxlength="28" | ||
25 | v-model="queryData.bdcdyh" | 26 | v-model="queryData.bdcdyh" |
26 | placeholder="输入不动产单元号" | 27 | placeholder="输入不动产单元号" |
27 | ></el-input> | 28 | ></el-input> | ... | ... |
-
Please register or sign in to post a comment