完善
Showing
1 changed file
with
10 additions
and
10 deletions
... | @@ -74,21 +74,21 @@ | ... | @@ -74,21 +74,21 @@ |
74 | <el-input disabled v-model="ruleForm.slywxx.ybdcqzsh"></el-input> | 74 | <el-input disabled v-model="ruleForm.slywxx.ybdcqzsh"></el-input> |
75 | </el-form-item> | 75 | </el-form-item> |
76 | </el-col> | 76 | </el-col> |
77 | <el-col :span="16"> | 77 | <el-col :span="8"> |
78 | <el-form-item :class="flag ? 'marginBot0' : ''" label="坐落:"> | 78 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:" prop="qlxx.bdcdyh"> |
79 | <el-input disabled v-model="ruleForm.qlxx.zl"></el-input> | 79 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> |
80 | </el-form-item> | 80 | </el-form-item> |
81 | </el-col> | 81 | </el-col> |
82 | </el-row> | ||
83 | <el-row :gutter="10"> | ||
84 | <el-col :span="8"> | 82 | <el-col :span="8"> |
85 | <el-form-item :class="flag ? 'marginBot0' : ''" label="用途:"> | 83 | <el-form-item :class="flag ? 'marginBot0' : ''" label="用途:"> |
86 | <el-input disabled v-model="ruleForm.qlxx.ytmc"></el-input> | 84 | <el-input disabled v-model="ruleForm.qlxx.ytmc"></el-input> |
87 | </el-form-item> | 85 | </el-form-item> |
88 | </el-col> | 86 | </el-col> |
89 | <el-col :span="8"> | 87 | </el-row> |
90 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:" prop="qlxx.bdcdyh"> | 88 | <el-row :gutter="10"> |
91 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> | 89 | <el-col :span="16"> |
90 | <el-form-item :class="flag ? 'marginBot0' : ''" label="坐落:"> | ||
91 | <el-input disabled v-model="ruleForm.qlxx.zl"></el-input> | ||
92 | </el-form-item> | 92 | </el-form-item> |
93 | </el-col> | 93 | </el-col> |
94 | <el-col :span="8"> | 94 | <el-col :span="8"> | ... | ... |
-
Please register or sign in to post a comment