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
c5c591ad
Commit
c5c591ad
authored
Apr 02, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改首页bug
parent
35895079
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
3 deletions
+30
-3
home.vue
src/views/home.vue
+30
-3
No files found.
src/views/home.vue
View file @
c5c591ad
...
...
@@ -209,9 +209,7 @@
<div
class=
"home-card monthBottom"
>
<span>
整改执行
</span>
<span
style=
"fontSize:13px"
><span
class=
"monthBottomNum"
>
{{
secRowInfos
.
PROPERTY_BIWEEKLY
.
count
.
rectifiedCount
}}
/
</span>
{{
secRowInfos
.
PROPERTY_BIWEEKLY
.
count
.
rectifyCount
}}
</span>
</div>
</div>
</a-col>
<a-col
:span=
"6"
>
...
...
@@ -384,7 +382,36 @@ export default {
{
name
:
'12月'
,
check
:
false
,
hover
:
false
,
totStreet
:
0
,
checkStreet
:
0
,
class
:
''
,
backgroundColor
:
'rgb(226,235,245);'
},
],
expired
:
0
,
secRowInfos
:
{},
secRowInfos
:
{
HOUSING_OFFICE
:
{
data
:
[],
count
:
{
rectifyCount
:
0
,
rectifiedCount
:
0
}
},
PROPERTY_BIWEEKLY
:
{
data
:
[],
count
:
{
rectifyCount
:
0
,
rectifiedCount
:
0
}
},
COMMUNITY_MANAGER_YEAR
:
{
data
:
[],
count
:
{
rectifyCount
:
0
,
rectifiedCount
:
0
}
},
COMMUNITY_MANAGER_MATH
:
{
data
:
[],
count
:
{
rectifyCount
:
0
,
rectifiedCount
:
0
}
},
},
}
},
mounted
(){
...
...
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