fix: pagination vanished on chrome (#3549)
This commit is contained in:
parent
3f7a1798d5
commit
31bff37b1e
1 changed files with 2 additions and 2 deletions
|
|
@ -189,8 +189,8 @@
|
|||
:no-data-label="$t('no_transactions')"
|
||||
:filter="paymentFilter"
|
||||
:loading="paymentsTable.loading"
|
||||
:hide-header="g.mobileSimple"
|
||||
:hide-bottom="g.mobileSimple"
|
||||
:hide-header="g.mobileSimple && $q.screen.lt.md"
|
||||
:hide-bottom="g.mobileSimple && $q.screen.lt.md"
|
||||
v-model:pagination="paymentsTable.pagination"
|
||||
@request="fetchPayments"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue