ปรับ pagination ระบบการลา และ วินัย

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-19 09:22:37 +07:00
parent 2f2ce58212
commit e300009dc3
5 changed files with 10 additions and 10 deletions

View file

@ -284,7 +284,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"
@ -295,7 +295,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
boundary-links
direction-links
></q-pagination>
</template>
</template> -->
</d-table>
<DialogDetail :modal="modal" :detail="dataDetail" :colse="colseDeyail" />

View file

@ -215,7 +215,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"
@ -226,7 +226,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
boundary-links
direction-links
></q-pagination>
</template>
</template> -->
<template v-slot:loading>
<q-inner-loading showing color="primary" />
</template>