From 9d03c41b74d2fe906bafb9b912c7f74cd59f8a3c Mon Sep 17 00:00:00 2001 From: HashMap Date: Sun, 18 Jan 2026 15:11:09 +0800 Subject: [PATCH] =?UTF-8?q?perf(components/pagination=20|=20views/*):=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=95=E9=A1=B5=E6=98=BE=E7=A4=BA=E9=A1=B9?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + 修改模板pageSizes数组以支持左右页面单页显示1000-2000项数据 --- src/components/Pagination/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index 56569f7..4b789de 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -33,7 +33,7 @@ const props = defineProps({ pageSizes: { type: Array, default() { - return [10, 20, 30, 50] + return [10, 20, 30, 50, 1000, 2000] } }, // 移动端页码按钮的数量端默认值5