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
9f59ba7d
Commit
9f59ba7d
authored
Dec 04, 2020
by
yulunyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
街道取streetName
parent
5893458e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
basicView.vue
src/views/houseData/basicView.vue
+9
-5
No files found.
src/views/houseData/basicView.vue
View file @
9f59ba7d
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
</a-row>
</a-row>
<a-row
type=
"flex"
justify=
"start"
class=
"detailsPartLine"
>
<a-row
type=
"flex"
justify=
"start"
class=
"detailsPartLine"
>
<a-col
span=
"24"
>
<a-col
span=
"24"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"街道"'
:text=
'detail.strName'
></DetailsItem>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"街道"'
:text=
'detail.str
eet
Name'
></DetailsItem>
</a-col>
</a-col>
</a-row>
</a-row>
<a-row
type=
"flex"
justify=
"start"
class=
"detailsPartLine"
>
<a-row
type=
"flex"
justify=
"start"
class=
"detailsPartLine"
>
...
@@ -570,18 +570,18 @@
...
@@ -570,18 +570,18 @@
<div
style=
"margin:0 16px;"
>
<div
style=
"margin:0 16px;"
>
<a-row
type=
"flex"
justify=
"start"
>
<a-row
type=
"flex"
justify=
"start"
>
<a-col
span=
"8"
>
<a-col
span=
"8"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委会名称"'
:text=
"!!rc
i
nfo?rcInfo.cmtName:''"
></DetailsItem>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委会名称"'
:text=
"!!rc
I
nfo?rcInfo.cmtName:''"
></DetailsItem>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委会地址"'
:text=
"!!rc
i
nfo?rcInfo.cmtAddr:''"
></DetailsItem>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委会地址"'
:text=
"!!rc
I
nfo?rcInfo.cmtAddr:''"
></DetailsItem>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委主任姓名"'
:text=
"!!rc
i
nfo?rcInfo.cmtDirectorName:''"
></DetailsItem>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委主任姓名"'
:text=
"!!rc
I
nfo?rcInfo.cmtDirectorName:''"
></DetailsItem>
</a-col>
</a-col>
</a-row>
</a-row>
<a-row
type=
"flex"
justify=
"start"
>
<a-row
type=
"flex"
justify=
"start"
>
<a-col
span=
"8"
>
<a-col
span=
"8"
>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委书记姓名"'
:text=
"!!rc
i
nfo?rcInfo.cmtSecretaryName:''"
></DetailsItem>
<DetailsItem
:labelSpan=
'12'
:textSpan=
"12"
:label=
'"居委书记姓名"'
:text=
"!!rc
I
nfo?rcInfo.cmtSecretaryName:''"
></DetailsItem>
</a-col>
</a-col>
</a-row>
</a-row>
</div>
</div>
...
@@ -641,6 +641,7 @@ export default {
...
@@ -641,6 +641,7 @@ export default {
caoInfo
:
{},
caoInfo
:
{},
cmInfo
:
{},
cmInfo
:
{},
icInfo
:
{},
icInfo
:
{},
rcInfo
:
{},
extList
:
[],
// ext所有列表
extList
:
[],
// ext所有列表
customKeyEnable
:
'false'
,
customKeyEnable
:
'false'
,
}
}
...
@@ -710,6 +711,9 @@ export default {
...
@@ -710,6 +711,9 @@ export default {
// this.caoInfo = this.$com.confirm(res, 'data.content.caoInfo', [])
// this.caoInfo = this.$com.confirm(res, 'data.content.caoInfo', [])
// this.cmInfo = this.$com.confirm(res, 'data.content.cmInfo', [])
// this.cmInfo = this.$com.confirm(res, 'data.content.cmInfo', [])
// this.icInfo = this.$com.confirm(res, 'data.content.icInfo', [])
// this.icInfo = this.$com.confirm(res, 'data.content.icInfo', [])
if
(
!!
data
.
rcInfo
)
{
this
.
rcInfo
=
data
.
rcInfo
}
this
.
ppInfo
=
data
.
ppInfo
this
.
ppInfo
=
data
.
ppInfo
this
.
caoInfo
=
data
.
caoInfo
this
.
caoInfo
=
data
.
caoInfo
this
.
cmInfo
=
data
.
cmInfo
this
.
cmInfo
=
data
.
cmInfo
...
...
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