perf(components/pagination | views/*): 增加单页显示项数

+ 修改模板pageSizes数组以支持左右页面单页显示1000-2000项数据
This commit is contained in:
2026-01-18 15:11:09 +08:00
parent 2e59c07704
commit 9d03c41b74

View File

@@ -33,7 +33,7 @@ const props = defineProps({
pageSizes: {
type: Array,
default() {
return [10, 20, 30, 50]
return [10, 20, 30, 50, 1000, 2000]
}
},
// 移动端页码按钮的数量端默认值5