mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix on 25 transactions
This commit is contained in:
parent
02e1b33839
commit
3247c1c9f5
@ -5,7 +5,6 @@
|
|||||||
v-model="currentPage"
|
v-model="currentPage"
|
||||||
:transactionsGdt="transactionsGdt"
|
:transactionsGdt="transactionsGdt"
|
||||||
:transactionGdtCount="transactionGdtCount"
|
:transactionGdtCount="transactionGdtCount"
|
||||||
:showPagination="true"
|
|
||||||
:pageSize="pageSize"
|
:pageSize="pageSize"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -48,7 +47,7 @@ export default {
|
|||||||
transactionsGdt: [],
|
transactionsGdt: [],
|
||||||
transactionGdtCount: 0,
|
transactionGdtCount: 0,
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
pageSize: 5,
|
pageSize: 25,
|
||||||
tabIndex: 0,
|
tabIndex: 0,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user