From 2fd36936c70c233254c9c586b34d8a1235d84c4d Mon Sep 17 00:00:00 2001 From: khalil Date: Thu, 15 May 2025 12:08:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E9=92=BB=E7=9F=B3=E6=B5=81?= =?UTF-8?q?=E6=B0=B4-=E5=A2=9E=E5=8A=A0=E4=BC=9A=E9=95=BF=E5=9C=B0?= =?UTF-8?q?=E5=8C=BA=E5=92=8C=E6=93=8D=E4=BD=9C=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/guildOperationManagement/diamondFlow.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/guildOperationManagement/diamondFlow.vue b/src/views/guildOperationManagement/diamondFlow.vue index a05c29c..8c91eeb 100644 --- a/src/views/guildOperationManagement/diamondFlow.vue +++ b/src/views/guildOperationManagement/diamondFlow.vue @@ -99,6 +99,8 @@ + + @@ -108,7 +110,7 @@ class="paginationClass" v-model:current-page="currentPage" v-model:page-size="pageSize" - :page-sizes="[10, 20, 30, 40, 50, 100, 200, 300, 400, 500, 999999999]" + :page-sizes="[20, 50, 100, 200, 500]" layout="sizes, prev, pager, next" :total="total" @size-change="handleSizeChange" @@ -147,7 +149,7 @@ export default { // 分页 total: 0, //总页数 currentPage: 1, //页码 - pageSize: 5, //条数 + pageSize: 20, //条数 }; }, methods: {