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
b3d11a3a
Commit
b3d11a3a
authored
Aug 15, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
0ecaa6b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
attendance-performance-manager-ui/admin/src/views/attendance/leave/record/list.vue
...nager-ui/admin/src/views/attendance/leave/record/list.vue
+1
-15
No files found.
attendance-performance-manager-ui/admin/src/views/attendance/leave/record/list.vue
View file @
b3d11a3a
...
@@ -160,21 +160,7 @@ export default {
...
@@ -160,21 +160,7 @@ export default {
{
{
label
:
"
状态
"
,
label
:
"
状态
"
,
prop
:
"
auditResult
"
,
prop
:
"
auditResult
"
,
formatter
:
(
row
)
=>
{
formatter
:
this
.
formatter
,
return
row
.
processStatus
?
row
.
processStatus
==
1
?
"
审核中
"
:
row
.
auditResult
==
1
?
"
通过
"
:
row
.
auditResult
==
2
?
"
不通过
"
:
row
.
auditResult
==
3
?
"
撤销审批中
"
:
row
.
auditResult
==
4
?
"
撤销审批完成
"
:
"
--
"
:
"
--
"
;
},
},
},
{
label
:
"
审批负责人
"
,
prop
:
"
approver
"
},
{
label
:
"
审批负责人
"
,
prop
:
"
approver
"
},
...
...
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