泛微薪资核算iframe表格

feature/低版本火狐浏览器
黎永顺 2 years ago
parent ce1dd73640
commit 9b0abc08ae

@ -24,7 +24,10 @@ const ReportTable: FC = (props) => {
setDataSource(dataSource);
setShowSumrow(showSum);
setSumRow(countResult);
setColumns(_.map(columns, item => {
setColumns(_.map(columns, (item, index: number) => {
if (index === 0) {
return { ...item, fixed: "left" };
}
return {
...item,
children: _.map(item.children, child => {

Loading…
Cancel
Save