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
b30a2fcd
authored
2023-09-15 15:05:16 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表户单击判断
1 parent
08dcd487
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/lpb/lpbContent/ljzs.vue
src/views/lpb/lpbContent/zdys.vue
src/views/lpb/lpbContent/ljzs.vue
View file @
b30a2fc
...
...
@@ -26,7 +26,7 @@
}}
</el-checkbox>
</p>
<!-- 独立层户 -->
<ch-cpn
v-if=
"ljz.cs.length"
:ref=
"ljz.bsm"
:ch=
"ljz.cs"
/>
<ch-cpn
v-if=
"ljz.cs.length"
:ref=
"ljz.bsm"
:ch=
"ljz.cs"
:onlyShow=
"onlyShow"
/>
<!-- 幢单元 -->
<zdy-cpn
v-if=
"ljz.zdys.length"
:ref=
"'zdy' + ljz.bsm"
:zdys=
"ljz.zdys"
:onlyShow=
"onlyShow"
/>
</div>
...
...
@@ -47,7 +47,7 @@
}}
</el-checkbox>
</p>
<!-- 独立层户 -->
<ch-cpn
v-if=
"ljzarr[0].cs.length"
:ref=
"ljzarr[0].bsm"
:ch=
"ljzarr[0].cs"
/>
<ch-cpn
v-if=
"ljzarr[0].cs.length"
:ref=
"ljzarr[0].bsm"
:ch=
"ljzarr[0].cs"
:onlyShow=
"onlyShow"
/>
<!-- 幢单元 -->
<zdy-cpn
v-if=
"ljzarr[0].zdys.length"
:ref=
"'zdy' + ljzarr[0].bsm"
:zdys=
"ljzarr[0].zdys"
:onlyShow=
"onlyShow"
/>
</div>
...
...
src/views/lpb/lpbContent/zdys.vue
View file @
b30a2fc
...
...
@@ -19,7 +19,7 @@
<span
v-else
>
{{
zdy
.
zdymc
}}
</span>
</p>
<!-- 每个幢单元下的层户 -->
<ch-cpn
:ref=
"zdy.bsm"
:ch=
"zdy.cs"
/>
<ch-cpn
:ref=
"zdy.bsm"
:ch=
"zdy.cs"
:onlyShow=
"onlyShow"
/>
</div>
</div>
</
template
>
...
...
Please
register
or
sign in
to post a comment