增加义务人栏
Showing
1 changed file
with
7 additions
and
1 deletions
... | @@ -133,7 +133,7 @@ | ... | @@ -133,7 +133,7 @@ |
133 | <el-row :gutter="10"> | 133 | <el-row :gutter="10"> |
134 | <el-col :span="14" v-if="ruleForm.qlxx"> | 134 | <el-col :span="14" v-if="ruleForm.qlxx"> |
135 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> | 135 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> |
136 | <el-radio-group :disabled="$route.query.viewtype==1" v-model="ruleForm.qlxx.gyfs"> | 136 | <el-radio-group :disabled="$route.query.viewtype==1" v-model="ruleForm.slywxx.gyfs"> |
137 | <el-radio label="1">单独所有</el-radio> | 137 | <el-radio label="1">单独所有</el-radio> |
138 | <el-radio label="2">共同共有</el-radio> | 138 | <el-radio label="2">共同共有</el-radio> |
139 | <el-radio label="3">按份所有</el-radio> | 139 | <el-radio label="3">按份所有</el-radio> |
... | @@ -160,6 +160,12 @@ | ... | @@ -160,6 +160,12 @@ |
160 | <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 160 | <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
161 | :gyfs="ruleForm.qlxx.gyfs" /> | 161 | :gyfs="ruleForm.qlxx.gyfs" /> |
162 | <div class="slxx_title title-block"> | 162 | <div class="slxx_title title-block"> |
163 | 义务人信息 | ||
164 | <div class="triangle"></div> | ||
165 | </div> | ||
166 | <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.ywrList" | ||
167 | :gyfs="ruleForm.qlxx.gyfs" /> | ||
168 | <div class="slxx_title title-block"> | ||
163 | 登记原因 | 169 | 登记原因 |
164 | <div class="triangle"></div> | 170 | <div class="triangle"></div> |
165 | </div> | 171 | </div> | ... | ... |
-
Please register or sign in to post a comment