perf(components/pagination | views/*): 增加单页显示项数
+ 修改模板pageSizes数组以支持左右页面单页显示1000-2000项数据
This commit is contained in:
@@ -33,7 +33,7 @@ const props = defineProps({
|
||||
pageSizes: {
|
||||
type: Array,
|
||||
default() {
|
||||
return [10, 20, 30, 50]
|
||||
return [10, 20, 30, 50, 1000, 2000]
|
||||
}
|
||||
},
|
||||
// 移动端页码按钮的数量端默认值5
|
||||
|
||||
Reference in New Issue
Block a user