修改房屋首次页面加载内容
Showing
2 changed files
with
12 additions
and
2 deletions
... | @@ -66,10 +66,18 @@ | ... | @@ -66,10 +66,18 @@ |
66 | label: "房屋性质" | 66 | label: "房屋性质" |
67 | }, | 67 | }, |
68 | { | 68 | { |
69 | prop: "sjc", | ||
70 | label: "层号" | ||
71 | }, | ||
72 | { | ||
69 | prop: "jzmj", | 73 | prop: "jzmj", |
70 | label: "建筑面积" | 74 | label: "建筑面积" |
71 | }, | 75 | }, |
72 | { | 76 | { |
77 | prop: "fwlxmc", | ||
78 | label: "房屋类型" | ||
79 | }, | ||
80 | { | ||
73 | prop: "showfwyt", | 81 | prop: "showfwyt", |
74 | label: "房屋用途" | 82 | label: "房屋用途" |
75 | }, | 83 | }, | ... | ... |
... | @@ -72,7 +72,8 @@ | ... | @@ -72,7 +72,8 @@ |
72 | <!-- <div class="triangle"></div> --> | 72 | <!-- <div class="triangle"></div> --> |
73 | </el-row> | 73 | </el-row> |
74 | </div> | 74 | </div> |
75 | <cfBdcdyTable :tableData="ruleForm.qlxxList" /> | 75 | <qjhTable :tableData="ruleForm.hlist" v-if="ruleForm.slsq.djywbm.includes('100')"/> |
76 | <cfBdcdyTable :tableData="ruleForm.qlxxList" v-if="ruleForm.slsq.djywbm.includes('400')"/> | ||
76 | <div class="slxx_title title-block" v-if="ruleForm.slsq.djywbm.includes('100')"> | 77 | <div class="slxx_title title-block" v-if="ruleForm.slsq.djywbm.includes('100')"> |
77 | 权利人信息 | 78 | 权利人信息 |
78 | <div class="triangle"></div> | 79 | <div class="triangle"></div> |
... | @@ -157,6 +158,7 @@ | ... | @@ -157,6 +158,7 @@ |
157 | <script> | 158 | <script> |
158 | import ywmix from "@/views/ywbl/mixin/index"; | 159 | import ywmix from "@/views/ywbl/mixin/index"; |
159 | import cfBdcdyTable from "@/views/workflow/components/cfBdcdyTable"; | 160 | import cfBdcdyTable from "@/views/workflow/components/cfBdcdyTable"; |
161 | import qjhTable from "@/views/workflow/components/qjhTable"; | ||
160 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; | 162 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
161 | import { | 163 | import { |
162 | BatchInit, | 164 | BatchInit, |
... | @@ -170,7 +172,7 @@ | ... | @@ -170,7 +172,7 @@ |
170 | computed: { | 172 | computed: { |
171 | ...mapGetters(["dictData", "flag"]) | 173 | ...mapGetters(["dictData", "flag"]) |
172 | }, | 174 | }, |
173 | components: { qlrCommonTable, cfBdcdyTable }, | 175 | components: { qlrCommonTable, cfBdcdyTable,qjhTable}, |
174 | data () { | 176 | data () { |
175 | return { | 177 | return { |
176 | isSave: true, | 178 | isSave: true, | ... | ... |
-
Please register or sign in to post a comment