Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bf21b5a7
authored
2024-01-24 10:27:14 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改房屋首次页面加载内容
1 parent
1ed17785
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
src/views/workflow/components/qjhTable.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/workflow/components/qjhTable.vue
View file @
bf21b5a
...
...
@@ -65,11 +65,19 @@
prop
:
"fwxzmc"
,
label
:
"房屋性质"
},
{
prop
:
"sjc"
,
label
:
"层号"
},
{
prop
:
"jzmj"
,
label
:
"建筑面积"
},
{
prop
:
"fwlxmc"
,
label
:
"房屋类型"
},
{
prop
:
"showfwyt"
,
label
:
"房屋用途"
},
...
...
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
bf21b5a
...
...
@@ -71,8 +71,9 @@
</el-col>
<!--
<div
class=
"triangle"
></div>
-->
</el-row>
</div>
<cfBdcdyTable
:tableData=
"ruleForm.qlxxList"
/>
</div>
<qjhTable
:tableData=
"ruleForm.hlist"
v-if=
"ruleForm.slsq.djywbm.includes('100')"
/>
<cfBdcdyTable
:tableData=
"ruleForm.qlxxList"
v-if=
"ruleForm.slsq.djywbm.includes('400')"
/>
<div
class=
"slxx_title title-block"
v-if=
"ruleForm.slsq.djywbm.includes('100')"
>
权利人信息
<div
class=
"triangle"
></div>
...
...
@@ -157,6 +158,7 @@
<
script
>
import
ywmix
from
"@/views/ywbl/mixin/index"
;
import
cfBdcdyTable
from
"@/views/workflow/components/cfBdcdyTable"
;
import
qjhTable
from
"@/views/workflow/components/qjhTable"
;
import
qlrCommonTable
from
"@/views/workflow/components/qlrCommonTable"
;
import
{
BatchInit
,
...
...
@@ -170,7 +172,7 @@
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
])
},
components
:
{
qlrCommonTable
,
cfBdcdyTable
},
components
:
{
qlrCommonTable
,
cfBdcdyTable
,
qjhTable
},
data
()
{
return
{
isSave
:
true
,
...
...
Please
register
or
sign in
to post a comment