Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m6s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m6s
This commit is contained in:
commit
0ca65c44a2
1 changed files with 2 additions and 3 deletions
|
|
@ -821,7 +821,6 @@ onMounted(async () => {
|
|||
'SYS_PLACEMENT_OTHER',
|
||||
'SYS_TRANSFER_REQ',
|
||||
'SYS_RESIGN',
|
||||
|
||||
])) ||
|
||||
leaveType === 'DISCIPLINE_TEMP_SUSPEND' ||
|
||||
leaveType === 'RETIRE_RESIGN' ||
|
||||
|
|
@ -873,7 +872,7 @@ onMounted(async () => {
|
|||
'SYS_PROMOTION_EMP',
|
||||
'SYS_PASSAWAY',
|
||||
'SYS_DISMISS_EMP',
|
||||
'SYS_RESIGN_EMP'
|
||||
'SYS_RESIGN_EMP',
|
||||
])
|
||||
"
|
||||
size="md"
|
||||
|
|
@ -1211,8 +1210,8 @@ onMounted(async () => {
|
|||
>
|
||||
{{ date2Thai(n.createdAt) }}
|
||||
|
||||
<!-- v-if="!n.isActive" -->
|
||||
<q-btn
|
||||
v-if="!n.isActive"
|
||||
icon="delete"
|
||||
unelevated
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue