fix history check status request edit
This commit is contained in:
parent
d9eb9c7e8b
commit
4f78fb5fe0
1 changed files with 4 additions and 2 deletions
|
|
@ -363,8 +363,10 @@ watch(
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="
|
v-if="
|
||||||
!props.row.isEdit &&
|
!props.row.isEdit &&
|
||||||
(props.row.checkInStatus != 'ปกติ' ||
|
((props.row.checkInStatus != 'ปกติ' &&
|
||||||
props.row.checkOutStatus != 'ปกติ')
|
props.row.checkInStatus != '-') ||
|
||||||
|
(props.row.checkOutStatus != 'ปกติ' &&
|
||||||
|
props.row.checkOutStatus != '-'))
|
||||||
"
|
"
|
||||||
style="min-width: 110px"
|
style="min-width: 110px"
|
||||||
outline
|
outline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue