pagination รายการทั้งหมด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-18 18:01:20 +07:00
parent 3ea94b18c2
commit c9727c438b
3 changed files with 6 additions and 4 deletions

View file

@ -237,7 +237,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
</q-td>
</q-tr>
</template>
<template v-slot:pagination="scope">
<!-- <template v-slot:pagination="scope">
<q-pagination
v-model="pagination.page"
active-color="primary"
@ -248,7 +248,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
boundary-links
direction-links
></q-pagination>
</template>
</template> -->
</d-table>
</div>
</q-card>

View file

@ -213,7 +213,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
</q-td>
</q-tr>
</template>
<template v-slot:pagination="scope">
<!-- <template v-slot:pagination="scope">
<q-pagination
v-model="pagination.page"
active-color="primary"
@ -224,7 +224,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
boundary-links
direction-links
></q-pagination>
</template>
</template> -->
</d-table>
</div>
</q-card>