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
d2111614
Commit
d2111614
authored
May 16, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
61abed36
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
10 deletions
+28
-10
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
...mance-manager-ui/admin/src/views/attendance/stat/list.vue
+28
-10
No files found.
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
View file @
d2111614
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
{{
item
.
label
}}
{{
item
.
label
}}
</el-checkbox>
</el-checkbox>
</el-checkbox-group>
</el-checkbox-group>
<div
class=
"mt20"
style=
"text-align:right"
>
<div
class=
"mt20"
style=
"text-align:
right"
>
<el-button
@
click=
"handleCancel(1)"
>
取消
</el-button>
<el-button
@
click=
"handleCancel(1)"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit(1)"
>
确定
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit(1)"
>
确定
</el-button>
</div>
</div>
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
{{
item
.
label
}}
{{
item
.
label
}}
</el-checkbox>
</el-checkbox>
</el-checkbox-group>
</el-checkbox-group>
<div
class=
"mt20"
style=
"text-align:right"
>
<div
class=
"mt20"
style=
"text-align:
right"
>
<el-button
@
click=
"handleCancel(2)"
>
取消
</el-button>
<el-button
@
click=
"handleCancel(2)"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit(2)"
>
确定
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit(2)"
>
确定
</el-button>
</div>
</div>
...
@@ -102,9 +102,7 @@
...
@@ -102,9 +102,7 @@
<div>
打卡记录汇总
</div>
<div>
打卡记录汇总
</div>
<el-button
type=
"text"
>
导出成功
</el-button>
<el-button
type=
"text"
>
导出成功
</el-button>
</div>
</div>
<div
class=
"times"
>
<div
class=
"times"
>
导出时间:2020-08-13
</div>
导出时间:2020-08-13
</div>
</div>
</div>
</div>
</div>
</el-drawer>
</el-drawer>
...
@@ -197,10 +195,15 @@ export default {
...
@@ -197,10 +195,15 @@ export default {
<
/el-tag
>
<
/el-tag
>
)
)
)
:
(
)
:
(
"
-
"
"
正常
"
);
);
}
else
{
}
else
{
return
"
-
"
;
if
(
currentTime
<
timestampToTime
(
new
Date
(),
3
))
{
return
"
正常
"
;
}
else
{
return
"
--
"
;
}
// return "正常";
}
}
},
},
restTable
()
{
restTable
()
{
...
@@ -226,7 +229,11 @@ export default {
...
@@ -226,7 +229,11 @@ export default {
)
{
)
{
return
this
.
handleArr
(
row
.
attendanceStaffStatEntities
,
item
);
return
this
.
handleArr
(
row
.
attendanceStaffStatEntities
,
item
);
}
else
{
}
else
{
return
"
-
"
;
if
(
item
<
timestampToTime
(
new
Date
(),
3
))
{
return
"
正常
"
;
}
else
{
return
"
--
"
;
}
}
}
},
},
};
};
...
@@ -445,6 +452,7 @@ export default {
...
@@ -445,6 +452,7 @@ export default {
prop
:
"
windowCategory
"
,
prop
:
"
windowCategory
"
,
fixed
:
"
left
"
,
fixed
:
"
left
"
,
width
:
100
,
width
:
100
,
formatter
:
this
.
formatter
,
show
:
true
,
show
:
true
,
},
},
...
@@ -455,8 +463,18 @@ export default {
...
@@ -455,8 +463,18 @@ export default {
width
:
100
,
width
:
100
,
show
:
true
,
show
:
true
,
},
},
{
label
:
"
大厅
"
,
prop
:
"
salaName
"
,
show
:
true
},
{
{
label
:
"
部门
"
,
prop
:
"
deptName
"
,
show
:
true
},
label
:
"
大厅
"
,
prop
:
"
salaName
"
,
formatter
:
this
.
formatter
,
show
:
true
,
},
{
label
:
"
部门
"
,
prop
:
"
deptName
"
,
formatter
:
this
.
formatter
,
show
:
true
,
},
{
{
label
:
"
应到
"
,
label
:
"
应到
"
,
prop
:
"
workDays
"
,
prop
:
"
workDays
"
,
...
...
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