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
3b8fab81
Commit
3b8fab81
authored
Sep 03, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feated:优化考勤汇总查询筛选
parent
e5c96af7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
...mance-manager-ui/admin/src/views/attendance/stat/list.vue
+16
-7
No files found.
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
View file @
3b8fab81
...
@@ -270,7 +270,15 @@ export default {
...
@@ -270,7 +270,15 @@ export default {
},
},
beforeRender
(
row
)
{
beforeRender
(
row
)
{
this
.
tableData
.
dict
=
row
.
dict
;
this
.
tableData
.
dict
=
row
.
dict
;
console
.
log
(
this
.
tableData
.
dict
);
this
.
tableData
.
dict
[
"
summaryTypeList
"
]
=
{
正常
:
"
正常
"
,
假
:
"
请假
"
,
缺卡
:
"
缺卡
"
,
迟到
:
"
迟到
"
,
早退
:
"
早退
"
,
其他
:
"
其他
"
,
};
row
.
data
.
forEach
((
element
)
=>
{
row
.
data
.
forEach
((
element
)
=>
{
if
(
if
(
element
.
attendanceStaffStatEntities
&&
element
.
attendanceStaffStatEntities
&&
...
@@ -431,12 +439,13 @@ export default {
...
@@ -431,12 +439,13 @@ export default {
label
:
"
部门
"
,
label
:
"
部门
"
,
fuzzy
:
false
,
fuzzy
:
false
,
},
},
// {
{
// name: "groupId",
name
:
"
summaryTypeList
"
,
// type: "select",
type
:
"
select
"
,
// label: "全部考勤组",
label
:
"
状态
"
,
// fuzzy: false,
fuzzy
:
false
,
// },
multiple
:
true
,
},
// {
// {
// name: "classId",
// name: "classId",
// type: "select",
// 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