Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wbx-PCAndMobi
pc
Commits
7d4176d8
Commit
7d4176d8
authored
Dec 04, 2020
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
abc0a200
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
basicView.vue
src/views/houseData/basicView.vue
+23
-0
No files found.
src/views/houseData/basicView.vue
View file @
7d4176d8
...
@@ -564,6 +564,29 @@
...
@@ -564,6 +564,29 @@
</a-row>
</a-row>
</div>
</div>
</div>
</div>
<!-- 业委会信息 -->
<div
class=
"layoutMargin detailsPartSection"
v-if=
"!!rcInfo"
>
<p
id=
"cmtInfo"
class=
"detailsPartTitle"
>
居委会信息
</p>
<div
style=
"margin:0 16px;"
>
<a-row
type=
"flex"
justify=
"start"
>
<a-col
span=
"8"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委会名称"'
:text=
'rcInfo.cmtName '
></DetailsItem>
</a-col>
<a-col
span=
"8"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委会地址"'
:text=
'rcInfo.cmtAddr '
></DetailsItem>
</a-col>
<a-col
span=
"8"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委主任姓名"'
:text=
'rcInfo.cmtDirectorName '
></DetailsItem>
</a-col>
</a-row>
<a-row
type=
"flex"
justify=
"start"
>
<a-col
span=
"8"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委书记姓名"'
:text=
'rcInfo.cmtSecretaryName '
></DetailsItem>
</a-col>
</a-row>
</div>
</div>
<!-- 自定义字段 -->
<!-- 自定义字段 -->
<div
class=
"layoutMargin detailsPartSection"
v-if=
"customKeyEnable == 'true' && extList.length>0"
>
<div
class=
"layoutMargin detailsPartSection"
v-if=
"customKeyEnable == 'true' && extList.length>0"
>
<p
id=
"extList"
class=
"detailsPartTitle"
>
拓展信息
</p>
<p
id=
"extList"
class=
"detailsPartTitle"
>
拓展信息
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment