1
0
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:
gzw
2023-05-15 11:19:48 +08:00
parent 74ccc40664
commit d9725cbc2e

View File

@@ -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>