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
cef93705
Commit
cef93705
authored
Jul 14, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:360部门绩效、异常分值分布、绩效规则分布、个人绩效、反馈记录接口调试完成
parent
618e0a0a
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9320 additions
and
9176 deletions
+9320
-9176
attendance-performance-manager-ui/admin/src/components/Header.vue
...ce-performance-manager-ui/admin/src/components/Header.vue
+5
-7
attendance-performance-manager-ui/admin/src/views/homeCharts/record/list.vue
...nce-manager-ui/admin/src/views/homeCharts/record/list.vue
+281
-150
attendance-performance-manager-ui/admin/yarn.lock
attendance-performance-manager-ui/admin/yarn.lock
+9034
-9019
No files found.
attendance-performance-manager-ui/admin/src/components/Header.vue
View file @
cef93705
...
@@ -11,11 +11,11 @@
...
@@ -11,11 +11,11 @@
<router-link
to=
"/"
>
<router-link
to=
"/"
>
<img
<img
src=
"../assets/images/logo.png"
src=
"../assets/images/logo.png"
style=
"margin-bottom:
5px;margin-left: 24px;
"
style=
"margin-bottom:
5px; margin-left: 24px
"
height=
"40"
height=
"40"
alt=
""
alt=
""
/>
/>
<b
style=
"color:
white;font-size:20px;
"
>
<b
style=
"color:
white; font-size: 20px
"
>
智慧政务绩效管理系统
智慧政务绩效管理系统
</b>
</b>
...
@@ -43,14 +43,14 @@
...
@@ -43,14 +43,14 @@
</el-badge>
</el-badge>
</div>
-->
</div>
-->
<div
class=
"controllBar"
@
click=
"returnHome"
>
<div
class=
"controllBar"
@
click=
"returnHome"
>
<i
class=
"el-icon-s-home"
style=
"font-size: 15px;margin-right: 10px"
>
<i
class=
"el-icon-s-home"
style=
"font-size: 15px;
margin-right: 10px"
>
首页
</i
首页
</i
>
>
</div>
</div>
<div
class=
"layout-profile"
>
<div
class=
"layout-profile"
>
<el-dropdown
@
command=
"handleCommand"
>
<el-dropdown
@
command=
"handleCommand"
>
<span
class=
"el-dropdown-link"
style=
"color:white"
>
<span
class=
"el-dropdown-link"
style=
"color:
white"
>
{{
userData
.
currUserName
}}
{{
userData
.
currUserName
}}
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</span>
</span>
...
@@ -124,9 +124,7 @@ export default {
...
@@ -124,9 +124,7 @@ export default {
beforeDestroy
()
{
beforeDestroy
()
{
console
.
log
(
"
beforeDestroy
"
);
console
.
log
(
"
beforeDestroy
"
);
},
},
mounted
()
{
mounted
()
{},
console
.
log
(
this
.
menu
);
},
computed
:
{
computed
:
{
group
()
{
group
()
{
const
relativeGroup
=
this
.
$store
.
state
.
group
;
const
relativeGroup
=
this
.
$store
.
state
.
group
;
...
...
attendance-performance-manager-ui/admin/src/views/homeCharts/record/list.vue
View file @
cef93705
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/yarn.lock
View file @
cef93705
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