This commit is contained in:
zouzhiwen 2026-03-17 09:59:15 +08:00
parent 49f77d9b06
commit ce6a9a8a73
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
v-model:current-page="query.page"
v-model:page-size="query.size"
:total="total"
:page-sizes="[10, 20, 50]"
:page-sizes="[10, 20, 50, 100, 500]"
layout="total, sizes, prev, pager, next, jumper"
@size-change="loadData"
@current-change="loadData"