refactor: 每页50条

This commit is contained in:
caiyuchao
2025-10-09 19:09:25 +08:00
parent 633b067c6d
commit 48396e7b60

View File

@@ -217,7 +217,7 @@ const options = computed(() => {
{}, {},
mergedOptions.pagerConfig, mergedOptions.pagerConfig,
{ {
pageSize: 20, pageSize: 50,
background: true, background: true,
pageSizes: [10, 20, 30, 50, 100, 200], pageSizes: [10, 20, 30, 50, 100, 200],
className: 'mt-2 w-full', className: 'mt-2 w-full',