Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
digital-construction
Project
Project
Details
Activity
Releases
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
张牧越
digital-construction
Commits
9679f44d
Commit
9679f44d
authored
Apr 25, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
d437e86c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
dist.zip
dist.zip
+0
-0
Index.vue
src/components/realname/Index.vue
+5
-1
No files found.
dist.zip
deleted
100644 → 0
View file @
d437e86c
File deleted
src/components/realname/Index.vue
View file @
9679f44d
...
@@ -220,11 +220,15 @@ export default {
...
@@ -220,11 +220,15 @@ export default {
const
chart
=
this
.
$echarts
.
init
(
this
.
$refs
.
areaChart
);
const
chart
=
this
.
$echarts
.
init
(
this
.
$refs
.
areaChart
);
const
areaData
=
[...
this
.
personAreaDetail
];
const
areaData
=
[...
this
.
personAreaDetail
];
let
total
=
0
;
areaData
.
map
((
item
)
=>
{
total
+=
item
.
value
;
});
const
option
=
{
const
option
=
{
title
:
{
title
:
{
x
:
"27%"
,
//X坐标
x
:
"27%"
,
//X坐标
y
:
"40%"
,
y
:
"40%"
,
text
:
t
his
.
personAreaDetail
.
sum_person_num
,
text
:
t
otal
,
subtext
:
"总人数"
,
subtext
:
"总人数"
,
textAlign
:
"center"
,
textAlign
:
"center"
,
textStyle
:
{
textStyle
:
{
...
...
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