From 897ed5c58dec40bf12de46b0c3a39d8be26f9b78 Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Mon, 26 Aug 2024 09:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RefunModal/RefunModal.tsx | 2 +- src/route/Refun/Refun.tsx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/RefunModal/RefunModal.tsx b/src/components/RefunModal/RefunModal.tsx index aeadd88..8da8469 100644 --- a/src/components/RefunModal/RefunModal.tsx +++ b/src/components/RefunModal/RefunModal.tsx @@ -63,7 +63,7 @@ export default function RefunModal(props: any) { config: { params: { page: 1, - rows: 10, + rows: 20, applyStatus: type } }, diff --git a/src/route/Refun/Refun.tsx b/src/route/Refun/Refun.tsx index ee12348..01ffafd 100644 --- a/src/route/Refun/Refun.tsx +++ b/src/route/Refun/Refun.tsx @@ -46,7 +46,7 @@ export default function Refun() { dataIndex: 'index', align: 'center', width: 80, - render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始 + render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始 }, { title: '系统名称', @@ -289,7 +289,7 @@ export default function Refun() { key: 'reviewReason', align: 'center', // width: 150, - render: (text) =>