--no commit message
Showing
2 changed files
with
7 additions
and
0 deletions
... | @@ -311,6 +311,7 @@ | ... | @@ -311,6 +311,7 @@ |
311 | </el-form-item> | 311 | </el-form-item> |
312 | </el-col> | 312 | </el-col> |
313 | </el-row> | 313 | </el-row> |
314 | <el-row :gutter="10"> | ||
314 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | 315 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
315 | <el-form-item label="解封业务号:"> | 316 | <el-form-item label="解封业务号:"> |
316 | <el-input v-model="ruleForm.cfdj.jfywh"></el-input> | 317 | <el-input v-model="ruleForm.cfdj.jfywh"></el-input> |
... | @@ -341,6 +342,7 @@ | ... | @@ -341,6 +342,7 @@ |
341 | <el-input v-model="ruleForm.cfdj.jfdjsj"></el-input> | 342 | <el-input v-model="ruleForm.cfdj.jfdjsj"></el-input> |
342 | </el-form-item> | 343 | </el-form-item> |
343 | </el-col> | 344 | </el-col> |
345 | </el-row> | ||
344 | </div> | 346 | </div> |
345 | <el-row class="btn" v-if="ableOperation"> | 347 | <el-row class="btn" v-if="ableOperation"> |
346 | <el-form-item> | 348 | <el-form-item> | ... | ... |
... | @@ -260,6 +260,7 @@ | ... | @@ -260,6 +260,7 @@ |
260 | </el-form-item> | 260 | </el-form-item> |
261 | </el-col> | 261 | </el-col> |
262 | </el-row> | 262 | </el-row> |
263 | <el-row :gutter="10"> | ||
263 | <el-col :span="8"> | 264 | <el-col :span="8"> |
264 | <el-form-item label="抵押面积:"> | 265 | <el-form-item label="抵押面积:"> |
265 | <div style="display: flex"> | 266 | <div style="display: flex"> |
... | @@ -311,6 +312,8 @@ | ... | @@ -311,6 +312,8 @@ |
311 | </el-date-picker> | 312 | </el-date-picker> |
312 | </el-form-item> | 313 | </el-form-item> |
313 | </el-col> | 314 | </el-col> |
315 | </el-row> | ||
316 | <el-row :gutter="10"> | ||
314 | <el-col :span="8"> | 317 | <el-col :span="8"> |
315 | <el-form-item label="在建建筑物坐落:"> | 318 | <el-form-item label="在建建筑物坐落:"> |
316 | <el-input v-model="ruleForm.qlxx.zl"></el-input> | 319 | <el-input v-model="ruleForm.qlxx.zl"></el-input> |
... | @@ -477,6 +480,8 @@ | ... | @@ -477,6 +480,8 @@ |
477 | <el-input v-model="ruleForm.diyaq.zxdyyy"></el-input> | 480 | <el-input v-model="ruleForm.diyaq.zxdyyy"></el-input> |
478 | </el-form-item> | 481 | </el-form-item> |
479 | </el-col> | 482 | </el-col> |
483 | |||
484 | </el-row> | ||
480 | <div class="slxx_title title-block"> | 485 | <div class="slxx_title title-block"> |
481 | 权利人信息 | 486 | 权利人信息 |
482 | <div class="triangle"></div> | 487 | <div class="triangle"></div> | ... | ... |
-
Please register or sign in to post a comment