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