不动产单元号表单输入框最大位数限制
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -22,6 +22,7 @@ | ... | @@ -22,6 +22,7 @@ |
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