fix: vxeTable Hook 的默认 PagerConfig 调整
默认的每页20,没有在全局中注册
This commit is contained in:
parent
2daf4b6b72
commit
600666ffd0
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user