This commit is contained in:
Your Name
2026-05-08 14:13:19 +08:00
parent 43110e015d
commit 7473a3e03d
9 changed files with 1324 additions and 268 deletions
@@ -491,7 +491,11 @@
</el-table-column>
</el-table>
<div class="flex justify-end mt-4">
<pagination v-model="pager" @change="getLists" />
<pagination
v-model="pager"
:page-sizes="[15, 20, 30, 40, 100, 150, 200]"
@change="getLists"
/>
</div>
</el-card>