ปรับ maxpage

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-22 17:27:05 +07:00
parent 4874d3da8e
commit 8c68986549
11 changed files with 455 additions and 2 deletions

View file

@ -364,6 +364,7 @@ async function filterFn(page: number) {
size="sm"
boundary-links
direction-links
:max-pages="5"
></q-pagination>
</template>
</d-table>

View file

@ -1,4 +1,6 @@
<script setup lang="ts"></script>
<script setup lang="ts">
import TabGroup from "@/modules/13_salary/components/SalaryLists/TabGroup.vue";
</script>
<template>
<div class="row items-center">
@ -6,6 +8,14 @@
รายการเงนเดอน
</div>
</div>
<q-card flat bordered>
<TabGroup />
</q-card>
</template>
<style scoped></style>
<style lang="sass" scoped>
.my-card
width: 100%
max-width: 200px
</style>

View file

@ -364,6 +364,7 @@ watch([() => formQuery.page, () => formQuery.pageSize], async () => {
size="sm"
boundary-links
direction-links
:max-pages="5"
></q-pagination>
</template>
</d-table>