Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
civil-front
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
civil
civil-front
Commits
ea630471
Commit
ea630471
authored
Aug 05, 2021
by
苏咏卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新样式
parent
306bacd5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
15 deletions
+1
-15
src/views/unified/tapSwitch/socialAssistance.vue
+1
-15
No files found.
src/views/unified/tapSwitch/socialAssistance.vue
View file @
ea630471
...
@@ -770,9 +770,7 @@ export default {
...
@@ -770,9 +770,7 @@ export default {
legend: {
legend: {
data: [
data: [
"城市低保总人数",
"城市低保总人数",
"城市低保总人数百分比",
"农村低保总人数",
"农村低保总人数",
"农村低保总人数百分比",
],
],
},
},
grid: {
grid: {
...
@@ -837,23 +835,11 @@ export default {
...
@@ -837,23 +835,11 @@ export default {
data: this.getAreaUnderNumStats.cityNumList,
data: this.getAreaUnderNumStats.cityNumList,
},
},
{
{
name: "城市低保总人数百分比",
type: "line",
stack: "总量",
data: this.getAreaUnderNumStats.cityNumRateList,
},
{
name: "农村低保总人数",
name: "农村低保总人数",
type: "line",
type: "line",
stack: "总量",
stack: "总量",
data: this.getAreaUnderNumStats.villageNumList,
data: this.getAreaUnderNumStats.villageNumList,
},
}
{
name: "农村低保总人数百分比",
type: "line",
stack: "总量",
data: this.getAreaUnderNumStats.villageNumRateList,
},
],
],
};
};
...
...
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