修改字段名称
Showing
1 changed file
with
5 additions
and
6 deletions
| ... | @@ -94,12 +94,12 @@ | ... | @@ -94,12 +94,12 @@ |
| 94 | </el-col> | 94 | </el-col> |
| 95 | <el-col :span="8"> | 95 | <el-col :span="8"> |
| 96 | <el-form-item label="面积:"> | 96 | <el-form-item label="面积:"> |
| 97 | <el-input disabled v-model="ruleForm.ztQlxx.mjmc"></el-input> | 97 | <el-input disabled v-model="ruleForm.ztQlxx.qlmjmc"></el-input> |
| 98 | </el-form-item> | 98 | </el-form-item> |
| 99 | </el-col> | 99 | </el-col> |
| 100 | <el-col :span="8"> | 100 | <el-col :span="8"> |
| 101 | <el-form-item label="用途:"> | 101 | <el-form-item label="用途:"> |
| 102 | <el-input disabled v-model="ruleForm.ztQlxx.ytmc"></el-input> | 102 | <el-input disabled v-model="ruleForm.ztQlxx.qlytmc"></el-input> |
| 103 | </el-form-item> | 103 | </el-form-item> |
| 104 | </el-col> | 104 | </el-col> |
| 105 | </el-row> | 105 | </el-row> |
| ... | @@ -110,10 +110,9 @@ | ... | @@ -110,10 +110,9 @@ |
| 110 | </div> | 110 | </div> |
| 111 | 111 | ||
| 112 | <el-row :gutter="10"> | 112 | <el-row :gutter="10"> |
| 113 | <el-col :span="8" v-if="ruleForm.sldy.djlx != '100'"> | 113 | <el-col :span="8" > |
| 114 | <el-form-item label="原不动产登记证明号:"> | 114 | <el-form-item label="原不动产权证号:"> |
| 115 | <el-input v-if="ruleForm.sldy.djlx == '400'" disabled v-model="ruleForm.qlxx.bdcqzh"></el-input> | 115 | <el-input disabled v-model="ruleForm.sldy.ybdcqzsh"></el-input> |
| 116 | <el-input v-else disabled v-model="ruleForm.ssQlxx.bdcqzh"></el-input> | ||
| 117 | </el-form-item> | 116 | </el-form-item> |
| 118 | </el-col> | 117 | </el-col> |
| 119 | <el-col :span="7"> | 118 | <el-col :span="7"> | ... | ... |
-
Please register or sign in to post a comment