fixing on mobile
This commit is contained in:
parent
4bbaa52a4e
commit
0f2a0cf784
1 changed files with 8 additions and 1 deletions
|
|
@ -419,7 +419,14 @@ watch(
|
||||||
</q-list>
|
</q-list>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div class="row" v-if="tab === 'history'">
|
<div class="row" v-if="tab === 'history'">
|
||||||
<div class="col" v-if="!props.row.isEdit">
|
<div
|
||||||
|
class="col"
|
||||||
|
v-if="
|
||||||
|
!props.row.isEdit &&
|
||||||
|
(props.row.checkInStatus != 'ปกติ' ||
|
||||||
|
props.row.checkOutStatus != 'ปกติ')
|
||||||
|
"
|
||||||
|
>
|
||||||
<q-btn
|
<q-btn
|
||||||
class="full-width text-cen"
|
class="full-width text-cen"
|
||||||
outline
|
outline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue