fix history check status request edit

This commit is contained in:
Warunee Tamkoo 2025-05-26 17:17:04 +07:00
parent d9eb9c7e8b
commit 4f78fb5fe0

View file

@ -363,8 +363,10 @@ watch(
<q-btn
v-if="
!props.row.isEdit &&
(props.row.checkInStatus != 'ปกติ' ||
props.row.checkOutStatus != 'ปกติ')
((props.row.checkInStatus != 'ปกติ' &&
props.row.checkInStatus != '-') ||
(props.row.checkOutStatus != 'ปกติ' &&
props.row.checkOutStatus != '-'))
"
style="min-width: 110px"
outline