mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
update dialog status
This commit is contained in:
@@ -77,6 +77,12 @@
|
||||
? 'primary'
|
||||
: scope.row.status === 3
|
||||
? 'warning'
|
||||
: scope.row.status === 1 + ''
|
||||
? 'success'
|
||||
: scope.row.status === 2 + ''
|
||||
? 'primary'
|
||||
: scope.row.status === 3 + ''
|
||||
? 'warning'
|
||||
: 'danger'
|
||||
"
|
||||
disable-transitions
|
||||
@@ -87,6 +93,12 @@
|
||||
? '签退'
|
||||
: scope.row.status === 3
|
||||
? '迟到'
|
||||
: scope.row.status === 1 + ''
|
||||
? '签到'
|
||||
: scope.row.status === 2 + ''
|
||||
? '签退'
|
||||
: scope.row.status === 3 + ''
|
||||
? '迟到'
|
||||
: '异常'
|
||||
}}
|
||||
</el-tag>
|
||||
|
||||
Reference in New Issue
Block a user