ปรับ 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>

View file

@ -272,7 +272,7 @@ onMounted(()=>{
</q-td>
</q-tr>
</template>
<template v-slot:pagination="scope">
<!-- <template v-slot:pagination="scope">
<q-pagination
v-model="pagination.page"
active-color="primary"
@ -283,7 +283,7 @@ onMounted(()=>{
boundary-links
direction-links
></q-pagination>
</template>
</template> -->
</d-table>
</div>
</div>

View file

@ -78,7 +78,7 @@
<template #body="props">
<slot v-bind="props" name="columns"></slot>
</template>
<template v-slot:pagination="scope">
<!-- <template v-slot:pagination="scope">
<q-pagination
v-model="pagination.page"
active-color="primary"
@ -89,7 +89,7 @@
boundary-links
direction-links
></q-pagination>
</template>
</template> -->
</d-table>
</template>
<script setup lang="ts">

View file

@ -205,7 +205,7 @@ onMounted(() => {});
</q-td>
</q-tr>
</template>
<template v-slot:pagination="scope">
<!-- <template v-slot:pagination="scope">
<q-pagination
v-model="pagination.page"
active-color="primary"
@ -216,7 +216,7 @@ onMounted(() => {});
boundary-links
direction-links
></q-pagination>
</template>
</template> -->
</d-table>
</div>
</div>