bug2802
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -30,14 +30,14 @@ | ... | @@ -30,14 +30,14 @@ |
| 30 | </el-col> | 30 | </el-col> |
| 31 | <el-col :span="6"> | 31 | <el-col :span="6"> |
| 32 | <el-form-item label="不动产单元号" prop="bdcdyh"> | 32 | <el-form-item label="不动产单元号" prop="bdcdyh"> |
| 33 | <el-input v-model="form.bdcdyh" class="width100" placeholder="不动产单元号"></el-input> | 33 | <el-input v-model.trim="form.bdcdyh" class="width100" placeholder="不动产单元号"></el-input> |
| 34 | </el-form-item> | 34 | </el-form-item> |
| 35 | </el-col> | 35 | </el-col> |
| 36 | </el-row> | 36 | </el-row> |
| 37 | <el-row class="mt-10"> | 37 | <el-row class="mt-10"> |
| 38 | <el-col :span="6"> | 38 | <el-col :span="6"> |
| 39 | <el-form-item label="业务号流水号" prop="ywh"> | 39 | <el-form-item label="业务号流水号" prop="ywh"> |
| 40 | <el-input v-model="form.ywh" class="width100" placeholder="业务号流水号"></el-input> | 40 | <el-input v-model.trim="form.ywh" class="width100" placeholder="业务号流水号"></el-input> |
| 41 | </el-form-item> | 41 | </el-form-item> |
| 42 | </el-col> | 42 | </el-col> |
| 43 | <el-col :span="3"> | 43 | <el-col :span="3"> | ... | ... |
| ... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
| 42 | <el-row class="mt-10"> | 42 | <el-row class="mt-10"> |
| 43 | <el-col :span="6"> | 43 | <el-col :span="6"> |
| 44 | <el-form-item label="业务号流水号" prop="ywh"> | 44 | <el-form-item label="业务号流水号" prop="ywh"> |
| 45 | <el-input v-model="form.ywh" class="width100" placeholder="业务号流水号"></el-input> | 45 | <el-input v-model.trim="form.ywh" class="width100" placeholder="业务号流水号"></el-input> |
| 46 | </el-form-item> | 46 | </el-form-item> |
| 47 | </el-col> | 47 | </el-col> |
| 48 | <el-col :span="6"> | 48 | <el-col :span="6"> | ... | ... |
-
Please register or sign in to post a comment