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
d6e050c9
Commit
d6e050c9
authored
Sep 10, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
1c65e75f
76389642
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
attendance-performance-manager-ui/admin/src/components/Pagination.vue
...erformance-manager-ui/admin/src/components/Pagination.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
...mance-manager-ui/admin/src/views/attendance/stat/list.vue
+14
-5
No files found.
attendance-performance-manager-ui/admin/src/components/Pagination.vue
View file @
d6e050c9
...
...
@@ -7,7 +7,7 @@
@
size-change=
"handleSizeChange"
:current-page=
"currPage"
:page-size=
"currSize"
:page-sizes=
"[10, 20, 50, 100, 200]"
:page-sizes=
"[10, 20, 50, 100, 200
, 500
]"
layout=
"sizes, total, prev, pager, next, jumper"
:total=
"total"
>
...
...
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
View file @
d6e050c9
...
...
@@ -191,9 +191,12 @@ export default {
type
=
{
arr
[
index
].
attendanceSummary
.
includes
(
"
缺卡
"
)
?
"
danger
"
:
arr
[
index
].
attendanceSummary
.
includes
(
"
迟到
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
:
arr
[
index
].
attendanceSummary
.
includes
(
"
迟到
"
)
?
"
warning
"
:
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
?
"
info
"
:
arr
[
index
].
attendanceSummary
.
includes
(
"
假
"
)
?
""
:
"
success
"
}
size
=
"
mini
"
...
...
@@ -205,11 +208,18 @@ export default {
<
el
-
tag
type
=
{
"
danger
"
}
size
=
"
mini
"
>
{
arr
[
index
].
attendanceSummary
}
<
/el-tag
>
)
:
arr
[
index
].
attendanceSummary
.
includes
(
"
迟到
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
?
(
)
:
arr
[
index
].
attendanceSummary
.
includes
(
"
迟到
"
)
?
(
<
el
-
tag
type
=
{
"
warning
"
}
size
=
"
mini
"
>
{
arr
[
index
].
attendanceSummary
}
<
/el-tag
>
)
:
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
?
(
<
el
-
tag
type
=
{
"
info
"
}
size
=
"
mini
"
>
{
arr
[
index
].
attendanceSummary
}
<
/el-tag
>
)
:
arr
[
index
].
attendanceSummary
.
includes
(
"
假
"
)
?
(
<
el
-
tag
type
=
{
""
}
size
=
"
mini
"
>
{
arr
[
index
].
attendanceSummary
}
<
/el-tag
>
)
:
(
<
el
-
tag
type
=
{
"
success
"
}
size
=
"
mini
"
>
{
arr
[
index
].
attendanceSummary
}
...
...
@@ -509,7 +519,6 @@ export default {
{
label
:
"
实到
"
,
prop
:
"
goTimes
"
,
formatter
:
this
.
formatter
,
show
:
true
,
},
{
...
...
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