แก้ไขขอแก้ไขลงเวลา ต้องลงเข้าและออกถึงจะยื่นขอแก้ไขได้

This commit is contained in:
Warunee Tamkoo 2025-07-07 15:14:19 +07:00
parent c0d26d9cf7
commit e4440f6260

View file

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