ปรับ maxpage
This commit is contained in:
parent
4874d3da8e
commit
8c68986549
11 changed files with 455 additions and 2 deletions
|
|
@ -364,6 +364,7 @@ async function filterFn(page: number) {
|
|||
size="sm"
|
||||
boundary-links
|
||||
direction-links
|
||||
:max-pages="5"
|
||||
></q-pagination>
|
||||
</template>
|
||||
</d-table>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -364,6 +364,7 @@ watch([() => formQuery.page, () => formQuery.pageSize], async () => {
|
|||
size="sm"
|
||||
boundary-links
|
||||
direction-links
|
||||
:max-pages="5"
|
||||
></q-pagination>
|
||||
</template>
|
||||
</d-table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue