From 854931db3087eea6da50a9afec94957f72458077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 6 Sep 2024 17:35:55 +0800 Subject: [PATCH] master --- src/pages/unitTable/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/unitTable/index.tsx b/src/pages/unitTable/index.tsx index ae404f5..f40d7df 100644 --- a/src/pages/unitTable/index.tsx +++ b/src/pages/unitTable/index.tsx @@ -74,6 +74,7 @@ const UnitTable: FC = (props) => { return k.children)} rowSelection={!_.isNil(extraParams?.selectedRowKeys) ? rowSelection : undefined} pagination={!_.isNil(pageInfo) ? { ...paginationAction(pageInfo, i18n, onChange), @@ -85,7 +86,8 @@ const UnitTable: FC = (props) => { {i18n["总计"]} - + )}