--no commit message
Showing
11 changed files
with
60 additions
and
21 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
... | ... | @@ -42,7 +42,7 @@ |
</el-col> | ||
</el-row> | ||
<div class="slxx_title title-block"> | ||
查封不动产情况 | ||
查封登记不动产情况 | ||
<div class="triangle"></div> | ||
</div> | ||
<el-row :gutter="10"> | ||
... | ... |
... | ... | @@ -46,7 +46,7 @@ |
<el-row :gutter="10"> | ||
<el-col :span="8"> | ||
<el-form-item | ||
label="抵押不动产信息:" | ||
label="地役权不动产信息:" | ||
prop="ztQlxx.bdcqzh" | ||
:rules="rules.ztQlxxrules" | ||
> | ||
... | ... |
... | ... | @@ -555,7 +555,6 @@ |
* @author: renchao | ||
*/ | ||
djlxchange (val) { | ||
console.log("val", val); | ||
if (val == null || val == 100) { | ||
this.ssqlxxshow = false; | ||
} else { | ||
... | ... |