style:水电信息
Showing
1 changed file
with
10 additions
and
10 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-06 10:31:23 | 4 | * @LastEditTime: 2023-09-06 15:20:16 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx sdqxx"> | 7 | <div class="slxx sdqxx"> |
| 8 | <!-- <div>自来水信息</div> | ||
| 9 | <div>天然气信息</div>--> | ||
| 10 | <el-form | 8 | <el-form |
| 11 | :model="ruleForm" | 9 | :model="ruleForm" |
| 12 | ref="ruleForm" | 10 | ref="ruleForm" |
| ... | @@ -78,17 +76,10 @@ | ... | @@ -78,17 +76,10 @@ |
| 78 | </el-form-item> | 76 | </el-form-item> |
| 79 | </el-col> | 77 | </el-col> |
| 80 | <el-col :span="8"> | 78 | <el-col :span="8"> |
| 81 | <el-form-item label="房屋坐落(地址):"> | ||
| 82 | <el-input v-model="ruleForm.FWZL"></el-input> | ||
| 83 | </el-form-item> | ||
| 84 | </el-col> | ||
| 85 | <el-col :span="8"> | ||
| 86 | <el-form-item label="房产证编号:"> | 79 | <el-form-item label="房产证编号:"> |
| 87 | <el-input v-model="ruleForm.FCZBH"></el-input> | 80 | <el-input v-model="ruleForm.FCZBH"></el-input> |
| 88 | </el-form-item> | 81 | </el-form-item> |
| 89 | </el-col> | 82 | </el-col> |
| 90 | </el-row> | ||
| 91 | <el-row :gutter="10"> | ||
| 92 | <el-col :span="8"> | 83 | <el-col :span="8"> |
| 93 | <el-form-item label="是否过户:"> | 84 | <el-form-item label="是否过户:"> |
| 94 | <el-switch | 85 | <el-switch |
| ... | @@ -100,6 +91,15 @@ | ... | @@ -100,6 +91,15 @@ |
| 100 | </el-switch> | 91 | </el-switch> |
| 101 | </el-form-item> | 92 | </el-form-item> |
| 102 | </el-col> | 93 | </el-col> |
| 94 | |||
| 95 | </el-row> | ||
| 96 | <el-row :gutter="10"> | ||
| 97 | <el-col :span="24"> | ||
| 98 | <el-form-item label="房屋坐落(地址):"> | ||
| 99 | <el-input v-model="ruleForm.FWZL" type="textarea" | ||
| 100 | :rows="2"></el-input> | ||
| 101 | </el-form-item> | ||
| 102 | </el-col> | ||
| 103 | </el-row> | 103 | </el-row> |
| 104 | </div> | 104 | </div> |
| 105 | </el-form> | 105 | </el-form> | ... | ... |
-
Please register or sign in to post a comment