From 6132d132615a0d1f6c4f075fd9bee5aec0c1bce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E4=B9=8B=E5=87=8C=E6=AE=87?= Date: Mon, 22 Nov 2021 19:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E9=80=89=E6=8B=A9pageSize?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0200/500/1000=20(#934)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 63c0ab63..8f44436d 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -866,6 +866,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => { defaultPageSize: 20, showTotal: (total: number, range: number[]) => `第 ${range[0]}-${range[1]} 条/总共 ${total} 条`, + pageSizeOptions: [10, 20, 50, 100, 200, 500, 1000], }} dataSource={value} rowKey="_id"