fcc85bc7 by renchao@pashanhoo.com

style:在建工程抵押权

1 parent 1b6140af
...@@ -55,14 +55,7 @@ ...@@ -55,14 +55,7 @@
55 <el-row :gutter="10"> 55 <el-row :gutter="10">
56 <el-col :span="8"> 56 <el-col :span="8">
57 <el-form-item label="房屋用途:"> 57 <el-form-item label="房屋用途:">
58 <treeselect 58 <el-input disabled v-model="ruleForm.qjh.showfwyt"></el-input>
59 v-model="ruleForm.qjh.showfwyt"
60 noOptionsText=""
61 disabled
62 placeholder=""
63 :normalizer="normalizer"
64 :show-count="true"
65 :options="dictData['A17']" />
66 </el-form-item> 59 </el-form-item>
67 </el-col> 60 </el-col>
68 <el-col :span="8"> 61 <el-col :span="8">
......