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
6a371aa3
Commit
6a371aa3
authored
Sep 04, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
a1012d86
3b8fab81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
15 deletions
+28
-15
attendance-performance-manager-ui/admin/src/views/attendance/group/banciTable/index.vue
...-ui/admin/src/views/attendance/group/banciTable/index.vue
+2
-2
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
...mance-manager-ui/admin/src/views/attendance/stat/list.vue
+26
-13
No files found.
attendance-performance-manager-ui/admin/src/views/attendance/group/banciTable/index.vue
View file @
6a371aa3
...
...
@@ -133,8 +133,8 @@ export default {
padding
:
0
20px
;
}
tr
{
height
:
5
0px
;
line-height
:
5
0px
;
height
:
9
0px
;
line-height
:
3
0px
;
padding
:
0
20px
;
}
.t1
{
...
...
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
View file @
6a371aa3
...
...
@@ -189,10 +189,11 @@ export default {
>
<
el
-
tag
type
=
{
arr
[
index
].
attendanceSummary
.
includes
(
"
缺卡
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
迟到
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
arr
[
index
].
attendanceSummary
.
includes
(
"
缺卡
"
)
?
"
danger
"
:
arr
[
index
].
attendanceSummary
.
includes
(
"
迟到
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
?
"
warning
"
:
"
success
"
}
size
=
"
mini
"
...
...
@@ -200,12 +201,15 @@ export default {
{
arr
[
index
].
attendanceSummary
}
<
/el-tag
>
<
/el-tooltip
>
)
:
arr
[
index
].
attendanceSummary
.
includes
(
"
缺卡
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
迟到
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
?
(
)
:
arr
[
index
].
attendanceSummary
.
includes
(
"
缺卡
"
)
?
(
<
el
-
tag
type
=
{
"
danger
"
}
size
=
"
mini
"
>
{
arr
[
index
].
attendanceSummary
}
<
/el-tag
>
)
:
arr
[
index
].
attendanceSummary
.
includes
(
"
迟到
"
)
||
arr
[
index
].
attendanceSummary
.
includes
(
"
早退
"
)
?
(
<
el
-
tag
type
=
{
"
warning
"
}
size
=
"
mini
"
>
{
arr
[
index
].
attendanceSummary
}
<
/el-tag
>
)
:
(
<
el
-
tag
type
=
{
"
success
"
}
size
=
"
mini
"
>
{
arr
[
index
].
attendanceSummary
}
...
...
@@ -266,7 +270,15 @@ export default {
},
beforeRender
(
row
)
{
this
.
tableData
.
dict
=
row
.
dict
;
console
.
log
(
this
.
tableData
.
dict
);
this
.
tableData
.
dict
[
"
summaryTypeList
"
]
=
{
正常
:
"
正常
"
,
假
:
"
请假
"
,
缺卡
:
"
缺卡
"
,
迟到
:
"
迟到
"
,
早退
:
"
早退
"
,
其他
:
"
其他
"
,
};
row
.
data
.
forEach
((
element
)
=>
{
if
(
element
.
attendanceStaffStatEntities
&&
...
...
@@ -427,12 +439,13 @@ export default {
label
:
"
部门
"
,
fuzzy
:
false
,
},
// {
// name: "groupId",
// type: "select",
// label: "全部考勤组",
// fuzzy: false,
// },
{
name
:
"
summaryTypeList
"
,
type
:
"
select
"
,
label
:
"
状态
"
,
fuzzy
:
false
,
multiple
:
true
,
},
// {
// name: "classId",
// type: "select",
...
...
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