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
4b1cba4f
Commit
4b1cba4f
authored
Sep 04, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feated:优化考勤汇总查询筛选
parent
6a371aa3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
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
+4
-2
No files found.
attendance-performance-manager-ui/admin/src/components/Pagination.vue
View file @
4b1cba4f
...
...
@@ -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 @
4b1cba4f
...
...
@@ -192,7 +192,8 @@ export default {
arr
[
index
].
attendanceSummary
.
includes
(
"
缺卡
"
)
?
"
danger
"
:
arr
[
index
].
attendanceSummary
.
includes
(
"
迟到
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
假
"
)
?
"
warning
"
:
"
success
"
}
...
...
@@ -206,7 +207,8 @@ export default {
{
arr
[
index
].
attendanceSummary
}
<
/el-tag
>
)
:
arr
[
index
].
attendanceSummary
.
includes
(
"
迟到
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
?
(
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
假
"
)
?
(
<
el
-
tag
type
=
{
"
warning
"
}
size
=
"
mini
"
>
{
arr
[
index
].
attendanceSummary
}
<
/el-tag
>
...
...
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