fix bug retirement detail add check statusMain for approve / reject case cancel
This commit is contained in:
parent
1732209a2f
commit
892093c432
4 changed files with 14 additions and 0 deletions
|
|
@ -551,6 +551,7 @@ onMounted(async () => {
|
|||
<div
|
||||
class="q-gutter-x-xs"
|
||||
v-if="
|
||||
dataDetail.statusMain === 'CANCELING' &&
|
||||
props.row.approveStatus == 'PENDING' &&
|
||||
props.row.comment == '' &&
|
||||
approveStep === 'st2'
|
||||
|
|
@ -628,6 +629,7 @@ onMounted(async () => {
|
|||
<div
|
||||
class="q-gutter-x-sm"
|
||||
v-if="
|
||||
dataDetail.statusMain === 'CANCELING' &&
|
||||
rowsApprover &&
|
||||
rowsApprover.approvers &&
|
||||
rowsApprover.approvers[0]?.profileId == keycloakId &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue