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
b2fd7d5c
Commit
b2fd7d5c
authored
Jan 03, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加统计异常详细信息
parent
e14c975f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
...mance-manager-ui/admin/src/views/attendance/stat/list.vue
+3
-0
attendance-performance-manager-ui/admin/vue.config.js
attendance-performance-manager-ui/admin/vue.config.js
+2
-2
attendance-performance-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+2
-2
No files found.
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
View file @
b2fd7d5c
...
...
@@ -226,6 +226,7 @@ export default {
this
.
$forceUpdate
();
},
beforeRender
(
row
)
{
this
.
tableData
.
dict
=
row
.
dict
;
row
.
data
.
forEach
((
element
)
=>
{
if
(
element
.
attendanceStaffStatEntities
&&
...
...
@@ -254,6 +255,7 @@ export default {
{(
v
.
goWorkDate
=
timestampToTime
(
v
.
goWorkDate
,
6
))}
{
"
"
}
打卡结果:
{
this
.
tableData
.
dict
.
goWorkResult
[
v
.
goWorkResult
]}
<
/span
>
)}
{
v
.
offWorkResult
==
1
?
(
...
...
@@ -261,6 +263,7 @@ export default {
打卡时间:
{(
v
.
offWorkDate
=
timestampToTime
(
v
.
offWorkDate
,
6
))}
{
"
"
}
打卡结果:
{
this
.
tableData
.
dict
.
offWorkResult
[
v
.
offWorkResult
]}
<
/span
>
)
:
(
...
...
attendance-performance-manager-ui/admin/vue.config.js
View file @
b2fd7d5c
...
...
@@ -17,8 +17,8 @@ module.exports = {
hot
:
true
,
//自动保存
proxy
:
{
'
/attendance
'
:
{
target
:
'
http://192.168.0.98:11039
'
,
//
target: 'http://112.19.80.237:11039',
//
target: 'http://192.168.0.98:11039',
target
:
'
http://112.19.80.237:11039
'
,
// target: 'http://localhost:17500',
changeOrigin
:
true
,
secure
:
false
,
...
...
attendance-performance-manager/src/test/java/com/mortals/httpclient/system.http
View file @
b2fd7d5c
...
...
@@ -33,7 +33,7 @@ Authorization: {{authToken}}
Content-Type: application/json
{
"attendanceDateStart":"202
3-12
-01",
"attendanceDateStart":"202
4-01
-01",
"attendanceDateEnd":"2024-01-03"
}
...
...
@@ -43,7 +43,7 @@ POST {{baseUrl}}//attendance/stat/summary
Authorization: {{authToken}}
Content-Type: application/json
{"summaryTimeStart":"202
3-12
-01","summaryTimeEnd":"2024-01-03"}
{"summaryTimeStart":"202
4-01
-01","summaryTimeEnd":"2024-01-03"}
###短信设置编辑
...
...
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