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["总计"]} - + )}