fix request edit on mobile condition

This commit is contained in:
Warunee Tamkoo 2025-05-29 09:29:31 +07:00
parent 4f78fb5fe0
commit ada42d24c9

View file

@ -425,8 +425,10 @@ watch(
class="col"
v-if="
!props.row.isEdit &&
(props.row.checkInStatus != 'ปกติ' ||
props.row.checkOutStatus != 'ปกติ')
((props.row.checkInStatus != 'ปกติ' &&
props.row.checkInStatus != '-') ||
(props.row.checkOutStatus != 'ปกติ' &&
props.row.checkOutStatus != '-'))
"
>
<q-btn