fix: vxeTable Hook 的默认 PagerConfig 调整

默认的每页20,没有在全局中注册
This commit is contained in:
写意 2025-03-30 17:13:56 +08:00
parent 2daf4b6b72
commit 600666ffd0

View File

@ -68,7 +68,7 @@ export const useVxeTable = <T>(opt: iVxeOption, extras?: VxeGridProps<T>) => {
pagerConfig: {
enabled: true,
size: vxeSize,
pageSize: 20,
pageSize: 50,
},
printConfig: { sheetName: '' },
// proxyConfig: {