fix: ปรับ ui แบ่ง หน้า
This commit is contained in:
parent
92f82bd8b6
commit
b9b2e53109
1 changed files with 3 additions and 2 deletions
|
|
@ -12,11 +12,12 @@ withDefaults(
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<q-pagination
|
<q-pagination
|
||||||
claess="pagination"
|
|
||||||
v-model="currentPage"
|
v-model="currentPage"
|
||||||
|
text-color="primary"
|
||||||
:max="maxPage"
|
:max="maxPage"
|
||||||
direction-links
|
direction-links
|
||||||
active-color="primary"
|
active-color="grey-8"
|
||||||
|
active-design="outline"
|
||||||
gutter="sm"
|
gutter="sm"
|
||||||
@update:model-value="fetchData"
|
@update:model-value="fetchData"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue