แก้ไขขอแก้ไขลงเวลา ต้องลงเข้าและออกถึงจะยื่นขอแก้ไขได้
This commit is contained in:
parent
c0d26d9cf7
commit
e4440f6260
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue