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
9d4d487a
Commit
9d4d487a
authored
Jul 19, 2023
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
e071db2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
7 deletions
+21
-7
attendance-performance-manager-ui/admin/src/components/Header.vue
...ce-performance-manager-ui/admin/src/components/Header.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/feedback/addQuestion/list.vue
...-manager-ui/admin/src/views/feedback/addQuestion/list.vue
+2
-2
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/components/BarCharts.vue
.../src/views/perform/attend/appeal/components/BarCharts.vue
+18
-4
No files found.
attendance-performance-manager-ui/admin/src/components/Header.vue
View file @
9d4d487a
...
...
@@ -226,7 +226,7 @@ export default {
}
}
.controllBar {
background-color: rgba(
170, 170, 170, 0.4
);
background-color: rgba(
255, 255, 255, 0.2
);
width: 120px;
height: 44px;
line-height: 44px;
...
...
attendance-performance-manager-ui/admin/src/views/feedback/addQuestion/list.vue
View file @
9d4d487a
...
...
@@ -28,9 +28,9 @@
<ElButton
style=
"margin-left: 10px;"
icon=
"el-icon-upload"
type=
"primary"
size=
"small"
@
click=
"issueBtn"
round
>
问卷发布
</ElButton>
<ElButton
style=
"margin-left: 10px;"
icon=
"el-icon-position"
type=
"warning"
size=
"small"
<
!--
<
ElButton
style=
"margin-left: 10px;"
icon=
"el-icon-position"
type=
"warning"
size=
"small"
@
click=
"issueBtn"
round
>
外部链接
</ElButton>
</ElButton>
-->
<ElButton
icon=
"el-icon-view"
type=
"success"
size=
"small"
@
click=
"showDrawer"
round
>
手机预览
</ElButton>
</
template
>
...
...
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/components/BarCharts.vue
View file @
9d4d487a
...
...
@@ -70,13 +70,27 @@ export default {
color
:
"
#000
"
,
},
},
dataZoom
:
[
{
show
:
true
,
realtime
:
true
,
start
:
0
,
end
:
100
},
{
type
:
'
inside
'
,
realtime
:
true
,
start
:
0
,
end
:
100
}
],
tooltip
:
{},
xAxis
:
{
data
:
this
.
chartsData
.
map
(
i
=>
{
// console.log(i)
if
(
this
.
title
==
"
申诉次数部门排名TOP20
"
)
return
i
.
deptName
if
(
this
.
title
==
"
申诉次数个人排名TOP20
"
)
return
i
.
staffName
if
(
this
.
title
==
"
申诉次数规则排名TOP20
"
)
return
i
.
ruleName
if
(
this
.
title
==
"
申诉次数部门排名TOP20
"
)
return
i
.
deptName
if
(
this
.
title
==
"
申诉次数个人排名TOP20
"
)
return
i
.
staffName
if
(
this
.
title
==
"
申诉次数规则排名TOP20
"
)
return
i
.
ruleName
// return i.ruleName || i.deptName || i.staffName
})
// this.title == "申诉次数部门排名TOP20"
...
...
@@ -151,7 +165,7 @@ export default {
grid
:
{
left
:
"
5%
"
,
right
:
"
4%
"
,
bottom
:
"
2
%
"
,
// bottom: "1
%",
containLabel
:
true
,
},
// color:[ "#61a0a8",],
...
...
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