fix request edit on mobile condition
This commit is contained in:
parent
4f78fb5fe0
commit
ada42d24c9
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue