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
8afdc5c1
Commit
8afdc5c1
authored
May 06, 2021
by
zhangrui123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home页面直管数据显示
parent
26029d88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
home.vue
src/views/home.vue
+3
-3
basicInfo.vue
src/views/houseData/basicInfo.vue
+1
-1
No files found.
src/views/home.vue
View file @
8afdc5c1
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
商品 :
{{
firstRowInfos
.
condoRows
}}
商品 :
{{
firstRowInfos
.
condoRows
}}
</a-col>
</a-col>
<a-col
:span=
'7'
>
<a-col
:span=
'7'
>
直管 :
{{
firstRowInfos
.
straight
AndMixedRows
}}
直管 :
{{
firstRowInfos
.
straight
}}
</a-col>
</a-col>
<a-col
:span=
'10'
>
<a-col
:span=
'10'
>
保障及其他 :
{{
firstRowInfos
.
otherRows
}}
保障及其他 :
{{
firstRowInfos
.
otherRows
}}
...
@@ -606,7 +606,7 @@ export default {
...
@@ -606,7 +606,7 @@ export default {
haveElevatorCount
=
0
,
haveElevatorCount
=
0
,
otherRatio
=
0
,
otherRatio
=
0
,
otherRows
=
0
,
otherRows
=
0
,
straight
AndMixedRatio
=
0
,
straight
=
0
,
straightAndMixedRows
=
0
,
straightAndMixedRows
=
0
,
willExpireCount
=
0
,
willExpireCount
=
0
,
}
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
{})
}
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
{})
...
@@ -619,7 +619,7 @@ export default {
...
@@ -619,7 +619,7 @@ export default {
haveElevatorCount
,
haveElevatorCount
,
otherRatio
,
otherRatio
,
otherRows
,
otherRows
,
straight
AndMixedRatio
,
straight
,
straightAndMixedRows
,
straightAndMixedRows
,
willExpireCount
,
willExpireCount
,
}
}
...
...
src/views/houseData/basicInfo.vue
View file @
8afdc5c1
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"routerWapper"
>
<div
class=
"routerWapper"
>
<div
v-if=
"$route.path == '/houseData/basicInfo' && $permission('000101')"
class=
"layoutMargin layoutPadding"
>
<div
v-if=
"$route.path == '/houseData/basicInfo' && $permission('000101')"
class=
"layoutMargin layoutPadding"
>
<a-form
:form=
"form"
class=
"protalForm"
>
<a-form
:form=
"form"
class=
"protalForm"
>
<a-row
class=
"formItem"
type=
"flex"
:justify=
"simpleSearchForm ? 'end' : ''"
align=
"top"
:gutter=
"simpleSearchForm ? 16 : 0"
>
<a-row
class=
"formItem"
type=
"flex"
>
<a-col
span=
"8"
>
<a-col
span=
"8"
>
<a-form-item
label=
"小区名称"
class=
"formItem"
:label-col=
"
{span:10}" :wrapper-col="{span:14}">
<a-form-item
label=
"小区名称"
class=
"formItem"
:label-col=
"
{span:10}" :wrapper-col="{span:14}">
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['stNameFrst_l']"
/>
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['stNameFrst_l']"
/>
...
...
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