Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
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
Yulun Yao
multiSystem
Commits
5893458e
Commit
5893458e
authored
Dec 04, 2020
by
yulunyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add juweihui
parent
ad875d57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
basicView.vue
src/views/houseData/basicView.vue
+25
-0
No files found.
src/views/houseData/basicView.vue
View file @
5893458e
...
@@ -564,6 +564,29 @@
...
@@ -564,6 +564,29 @@
</a-row>
</a-row>
</div>
</div>
</div>
</div>
<div
class=
"layoutMargin detailsPartSection"
>
<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?rcInfo.cmtName:''"
></DetailsItem>
</a-col>
<a-col
span=
"8"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委会地址"'
:text=
"!!rcinfo?rcInfo.cmtAddr:''"
></DetailsItem>
</a-col>
<a-col
span=
"8"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委主任姓名"'
:text=
"!!rcinfo?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?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>
...
@@ -596,6 +619,7 @@
...
@@ -596,6 +619,7 @@
<a-anchor-link
href=
"#train"
title=
"物业企业信息"
/>
<a-anchor-link
href=
"#train"
title=
"物业企业信息"
/>
<a-anchor-link
href=
"#cmInfo"
title=
"小区经理信息"
/>
<a-anchor-link
href=
"#cmInfo"
title=
"小区经理信息"
/>
<a-anchor-link
href=
"#ertificate"
title=
"业主大会信息"
/>
<a-anchor-link
href=
"#ertificate"
title=
"业主大会信息"
/>
<a-anchor-link
href=
"#cmtInfo"
title=
"居委会信息"
/>
<a-anchor-link
v-if=
"customKeyEnable == 'true' && extList.length>0"
href=
"#extList"
title=
"拓展信息"
/>
<a-anchor-link
v-if=
"customKeyEnable == 'true' && extList.length>0"
href=
"#extList"
title=
"拓展信息"
/>
</a-anchor>
</a-anchor>
</div>
</div>
...
@@ -629,6 +653,7 @@ export default {
...
@@ -629,6 +653,7 @@ export default {
this
.
$router
.
back
()
this
.
$router
.
back
()
}
}
},
},
determineRc
()
{},
//获取详情
//获取详情
getList
(){
getList
(){
this
.
$ajax
.
get
({
this
.
$ajax
.
get
({
...
...
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