From 0ff91fb085ad7c98ec7f9acf90cd6560077d9255 Mon Sep 17 00:00:00 2001 From: lai <10633968+laiyujun1@user.noreply.gitee.com> Date: Wed, 26 Feb 2025 20:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=8C=A4=E5=85=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/common/table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/common/table.ts b/src/hooks/common/table.ts index cda31df..485e33a 100644 --- a/src/hooks/common/table.ts +++ b/src/hooks/common/table.ts @@ -77,7 +77,7 @@ export function useTable(config: any) { const pagination: TablePaginationConfig = reactive({ showSizeChanger: true, - pageSizeOptions: [10, 15, 20, 25, 30], + pageSizeOptions: ['10', '15', '20', '25', '30'], total: 0, simple: false, // size: 'f',