diff --git a/src/pages/standingbookTable/index.tsx b/src/pages/standingbookTable/index.tsx index 595872b..56275fb 100644 --- a/src/pages/standingbookTable/index.tsx +++ b/src/pages/standingbookTable/index.tsx @@ -106,6 +106,7 @@ const StandingbookTable: FC = (props) => { }; const rowSelection = { selectedRowKeys: selected, + columnWidth: 80, onChange: (selectedRowKeys: Array) => { setSelected(selectedRowKeys); window.parent.postMessage( @@ -136,9 +137,9 @@ const StandingbookTable: FC = (props) => { { _.isEmpty(sumRow) ? : - _.map(columns, (item, index) => { + _.map([{}, ...columns], (item, index) => { if (index === 0) { - return 总计; } return