Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
4d78aa3e
Commit
4d78aa3e
authored
Jul 19, 2023
by
ww-xxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统计目标增加联动
parent
50f4e654
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
168 additions
and
195 deletions
+168
-195
attendance-performance-manager-ui/admin/src/views/staff/perform/stat/components/BarCharts.vue
...min/src/views/staff/perform/stat/components/BarCharts.vue
+5
-1
attendance-performance-manager-ui/admin/src/views/staff/perform/stat/list.vue
...ce-manager-ui/admin/src/views/staff/perform/stat/list.vue
+163
-194
No files found.
attendance-performance-manager-ui/admin/src/views/staff/perform/stat/components/BarCharts.vue
View file @
4d78aa3e
...
@@ -80,7 +80,7 @@ export default {
...
@@ -80,7 +80,7 @@ export default {
name
:
'
目标线
'
,
name
:
'
目标线
'
,
yAxis
:
this
.
markLine
,
yAxis
:
this
.
markLine
,
label
:
{
label
:
{
formatter
:
'
{b}:
'
+
this
.
legendName
+
'
不高于20.0%,
'
,
formatter
:
'
{b}:
'
+
this
.
legendName
+
'
不高于20.0%,
'
,
position
:
'
insideStartTop
'
position
:
'
insideStartTop
'
},
},
lineStyle
:
{
lineStyle
:
{
...
@@ -188,6 +188,10 @@ export default {
...
@@ -188,6 +188,10 @@ export default {
]
]
})
})
}
}
myChart
.
on
(
'
click
'
,
(
params
)
=>
{
this
.
$emit
(
"
click
"
,
params
)
})
},
},
},
},
};
};
...
...
attendance-performance-manager-ui/admin/src/views/staff/perform/stat/list.vue
View file @
4d78aa3e
This diff is collapsed.
Click to expand it.
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