refactor: 每页20条
This commit is contained in:
@@ -217,7 +217,7 @@ const options = computed(() => {
|
||||
{},
|
||||
mergedOptions.pagerConfig,
|
||||
{
|
||||
pageSize: 50,
|
||||
pageSize: 20,
|
||||
background: true,
|
||||
pageSizes: [10, 20, 30, 50, 100, 200],
|
||||
className: 'mt-2 w-full',
|
||||
|
||||
Reference in New Issue
Block a user