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
4cb1a130
Commit
4cb1a130
authored
Jul 26, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3ad2660b
ca46ac7d
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
24 additions
and
6 deletions
+24
-6
attendance-performance-manager-ui/admin/src/views/check/attend/record/list.vue
...e-manager-ui/admin/src/views/check/attend/record/list.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/check/complain/record/list.vue
...manager-ui/admin/src/views/check/complain/record/list.vue
+3
-1
attendance-performance-manager-ui/admin/src/views/check/effect/record/list.vue
...e-manager-ui/admin/src/views/check/effect/record/list.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/check/gowork/record/list.vue
...e-manager-ui/admin/src/views/check/gowork/record/list.vue
+3
-1
attendance-performance-manager-ui/admin/src/views/check/other/record/list.vue
...ce-manager-ui/admin/src/views/check/other/record/list.vue
+3
-1
attendance-performance-manager-ui/admin/src/views/check/review/record/list.vue
...e-manager-ui/admin/src/views/check/review/record/list.vue
+3
-1
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/list.vue
...manager-ui/admin/src/views/perform/attend/appeal/list.vue
+4
-0
No files found.
attendance-performance-manager-ui/admin/src/views/check/attend/record/list.vue
View file @
4cb1a130
...
@@ -209,6 +209,7 @@ export default {
...
@@ -209,6 +209,7 @@ export default {
{
{
label
:
"
异常时间
"
,
label
:
"
异常时间
"
,
prop
:
"
errorTime
"
,
prop
:
"
errorTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -217,6 +218,7 @@ export default {
...
@@ -217,6 +218,7 @@ export default {
{
{
label
:
"
实际打卡时间
"
,
label
:
"
实际打卡时间
"
,
prop
:
"
actualAttendTime
"
,
prop
:
"
actualAttendTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -240,6 +242,7 @@ export default {
...
@@ -240,6 +242,7 @@ export default {
{
{
label
:
"
加分/扣分时间
"
,
label
:
"
加分/扣分时间
"
,
prop
:
"
deductTime
"
,
prop
:
"
deductTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -260,6 +263,7 @@ export default {
...
@@ -260,6 +263,7 @@ export default {
{
{
label
:
"
核查时间
"
,
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
prop
:
"
checkTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -273,7 +277,6 @@ export default {
...
@@ -273,7 +277,6 @@ export default {
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
width
:
200
,
fixed
:
"
right
"
,
fixed
:
"
right
"
,
formatter
:
(
row
)
=>
{
formatter
:
(
row
)
=>
{
return
row
.
checkStatus
==
1
?
(
return
row
.
checkStatus
==
1
?
(
...
...
attendance-performance-manager-ui/admin/src/views/check/complain/record/list.vue
View file @
4cb1a130
...
@@ -222,6 +222,7 @@ export default {
...
@@ -222,6 +222,7 @@ export default {
{
{
label
:
"
投诉时间
"
,
label
:
"
投诉时间
"
,
prop
:
"
complainTime
"
,
prop
:
"
complainTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -247,6 +248,7 @@ export default {
...
@@ -247,6 +248,7 @@ export default {
{
{
label
:
"
加分/扣分时间
"
,
label
:
"
加分/扣分时间
"
,
prop
:
"
deductTime
"
,
prop
:
"
deductTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -266,6 +268,7 @@ export default {
...
@@ -266,6 +268,7 @@ export default {
{
{
label
:
"
核查时间
"
,
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
prop
:
"
checkTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -279,7 +282,6 @@ export default {
...
@@ -279,7 +282,6 @@ export default {
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
width
:
200
,
fixed
:
"
right
"
,
fixed
:
"
right
"
,
formatter
:
(
row
)
=>
{
formatter
:
(
row
)
=>
{
return
row
.
checkStatus
==
1
?
(
return
row
.
checkStatus
==
1
?
(
...
...
attendance-performance-manager-ui/admin/src/views/check/effect/record/list.vue
View file @
4cb1a130
...
@@ -214,6 +214,7 @@ export default {
...
@@ -214,6 +214,7 @@ export default {
{
{
label
:
"
发生时间
"
,
label
:
"
发生时间
"
,
prop
:
"
happenTime
"
,
prop
:
"
happenTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -226,6 +227,7 @@ export default {
...
@@ -226,6 +227,7 @@ export default {
{
{
label
:
"
报警时间
"
,
label
:
"
报警时间
"
,
prop
:
"
alarmTime
"
,
prop
:
"
alarmTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -247,6 +249,7 @@ export default {
...
@@ -247,6 +249,7 @@ export default {
{
{
label
:
"
加分/扣分时间
"
,
label
:
"
加分/扣分时间
"
,
prop
:
"
deductTime
"
,
prop
:
"
deductTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -267,6 +270,7 @@ export default {
...
@@ -267,6 +270,7 @@ export default {
{
{
label
:
"
核查时间
"
,
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
prop
:
"
checkTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -280,7 +284,6 @@ export default {
...
@@ -280,7 +284,6 @@ export default {
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
width
:
200
,
fixed
:
"
right
"
,
fixed
:
"
right
"
,
formatter
:
(
row
)
=>
{
formatter
:
(
row
)
=>
{
return
row
.
checkStatus
==
1
?
(
return
row
.
checkStatus
==
1
?
(
...
...
attendance-performance-manager-ui/admin/src/views/check/gowork/record/list.vue
View file @
4cb1a130
...
@@ -214,6 +214,7 @@ export default {
...
@@ -214,6 +214,7 @@ export default {
{
{
label
:
"
办理时间
"
,
label
:
"
办理时间
"
,
prop
:
"
goworkTime
"
,
prop
:
"
goworkTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -235,6 +236,7 @@ export default {
...
@@ -235,6 +236,7 @@ export default {
{
{
label
:
"
加分/扣分时间
"
,
label
:
"
加分/扣分时间
"
,
prop
:
"
deductTime
"
,
prop
:
"
deductTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -255,6 +257,7 @@ export default {
...
@@ -255,6 +257,7 @@ export default {
{
{
label
:
"
核查时间
"
,
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
prop
:
"
checkTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -268,7 +271,6 @@ export default {
...
@@ -268,7 +271,6 @@ export default {
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
width
:
200
,
fixed
:
"
right
"
,
fixed
:
"
right
"
,
formatter
:
(
row
)
=>
{
formatter
:
(
row
)
=>
{
return
row
.
checkStatus
==
1
?
(
return
row
.
checkStatus
==
1
?
(
...
...
attendance-performance-manager-ui/admin/src/views/check/other/record/list.vue
View file @
4cb1a130
...
@@ -213,6 +213,7 @@ export default {
...
@@ -213,6 +213,7 @@ export default {
{
{
label
:
"
发生时间
"
,
label
:
"
发生时间
"
,
prop
:
"
happenTime
"
,
prop
:
"
happenTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -243,6 +244,7 @@ export default {
...
@@ -243,6 +244,7 @@ export default {
{
{
label
:
"
加分/扣分时间
"
,
label
:
"
加分/扣分时间
"
,
prop
:
"
deductTime
"
,
prop
:
"
deductTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -263,6 +265,7 @@ export default {
...
@@ -263,6 +265,7 @@ export default {
{
{
label
:
"
核查时间
"
,
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
prop
:
"
checkTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -276,7 +279,6 @@ export default {
...
@@ -276,7 +279,6 @@ export default {
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
width
:
200
,
fixed
:
"
right
"
,
fixed
:
"
right
"
,
formatter
:
(
row
)
=>
{
formatter
:
(
row
)
=>
{
return
row
.
checkStatus
==
1
?
(
return
row
.
checkStatus
==
1
?
(
...
...
attendance-performance-manager-ui/admin/src/views/check/review/record/list.vue
View file @
4cb1a130
...
@@ -223,6 +223,7 @@ export default {
...
@@ -223,6 +223,7 @@ export default {
{
{
label
:
"
评价时间
"
,
label
:
"
评价时间
"
,
prop
:
"
reviewTime
"
,
prop
:
"
reviewTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -244,6 +245,7 @@ export default {
...
@@ -244,6 +245,7 @@ export default {
{
{
label
:
"
加分/扣分时间
"
,
label
:
"
加分/扣分时间
"
,
prop
:
"
deductTime
"
,
prop
:
"
deductTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -264,6 +266,7 @@ export default {
...
@@ -264,6 +266,7 @@ export default {
{
{
label
:
"
核查时间
"
,
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
prop
:
"
checkTime
"
,
width
:
150
,
formatter
:
this
.
formatterDate
,
formatter
:
this
.
formatterDate
,
},
},
...
@@ -277,7 +280,6 @@ export default {
...
@@ -277,7 +280,6 @@ export default {
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
width
:
200
,
fixed
:
"
right
"
,
fixed
:
"
right
"
,
formatter
:
(
row
)
=>
{
formatter
:
(
row
)
=>
{
return
row
.
checkStatus
==
1
?
(
return
row
.
checkStatus
==
1
?
(
...
...
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/list.vue
View file @
4cb1a130
...
@@ -102,12 +102,16 @@ export default {
...
@@ -102,12 +102,16 @@ export default {
}
}
},
},
handleClick
()
{
handleClick
()
{
this
.
query
.
page
=
1
;
this
.
query
.
size
=
10
;
this
.
getData
();
this
.
getData
();
},
},
getData
()
{
getData
()
{
this
.
activeName
==
1
||
this
.
activeName
==
2
this
.
activeName
==
1
||
this
.
activeName
==
2
?
this
.
$post
(
"
/perform/attend/appeal/list
"
,
{
?
this
.
$post
(
"
/perform/attend/appeal/list
"
,
{
processStatus
:
this
.
activeName
,
processStatus
:
this
.
activeName
,
page
:
this
.
query
.
page
,
size
:
this
.
query
.
size
,
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
if
(
res
.
code
==
1
)
{
this
.
tableData
=
res
.
data
;
this
.
tableData
=
res
.
data
;
...
...
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