每页条目太多,改小

This commit is contained in:
FunCoder 2025-04-28 15:08:37 +08:00
parent 28f2a3a3a1
commit 68a6985734

View File

@ -102,9 +102,9 @@ export const setupVXETable = (app: App<Element>) => {
background: true, // 带背景颜色
perfect: false, // 配套的样式
autoHidden: false, // 当只有一页时自动隐藏
pageSize: 50, // 每页大小
pageSize: 20, // 每页大小
pagerCount: 10, // 显示页码按钮的数量
pageSizes: [50, 100, 200, 500, 1000, 2000], // 每页大小选项列表
pageSizes: [10, 20, 50, 100, 200, 500], // 每页大小选项列表
layouts: ['PrevJump', 'PrevPage', 'JumpNumber', 'NextPage', 'NextJump', 'Sizes', 'FullJump', 'PageCount', 'Total'], // 自定义布局
},
});