From a5ccbfdfdcd6202bbc34b186d69550af73e1bc8c Mon Sep 17 00:00:00 2001 From: "StarsL.cn" Date: Mon, 8 Aug 2022 17:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=97=B6=E7=A9=BA=E5=AD=97=E6=AE=B5=E5=A4=84=E7=90=86=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue-consul/src/components/Pagination/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue-consul/src/components/Pagination/index.vue b/vue-consul/src/components/Pagination/index.vue index e2695e4..3fc7e82 100644 --- a/vue-consul/src/components/Pagination/index.vue +++ b/vue-consul/src/components/Pagination/index.vue @@ -35,7 +35,7 @@ export default { pageSizes: { type: Array, default() { - return [10, 30, 50, 100, 200] + return [30, 50, 100, 200, 500] } }, layout: {