refactor: 每页20条

This commit is contained in:
caiyuchao
2025-10-10 11:42:29 +08:00
parent a6d1da6f84
commit 0cbc5c1ea5

View File

@@ -217,7 +217,7 @@ const options = computed(() => {
{}, {},
mergedOptions.pagerConfig, mergedOptions.pagerConfig,
{ {
pageSize: 50, pageSize: 20,
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',