no message

This commit is contained in:
setthawutttty 2025-03-24 15:37:33 +07:00
parent 42070d5ccd
commit 9f7643a2ca
3 changed files with 8 additions and 8 deletions

View file

@ -457,6 +457,12 @@ onMounted(async () => {
<div class="row col-12 q-pb-sm">
<div class="row">
<q-btn
v-if="
!checkRoutePermisson &&
!statusReport &&
(typeReport == 'ADD' || typeReport == '' || typeReport == null) &&
!statusUpload
"
flat
round
color="primary"
@ -856,12 +862,6 @@ onMounted(async () => {
:employeeType="employeeType == 'OFFICER' ? true : false"
:profile-id="profileId"
:UpdateListId="UpdateListId"
v-if="
!checkRoutePermisson &&
!statusReport &&
(typeReport == 'ADD' || typeReport == '' || typeReport == null) &&
!statusUpload
"
/>
<PopupPersonal