diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareTableList/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareTableList/index.js
index a24c4383..a87ffd25 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareTableList/index.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareTableList/index.js
@@ -56,12 +56,11 @@ class Index extends Component {
dataIndex, title, width, fixed: "left",
render: (txt) => ({txt})
};
- } else {
- return {
- dataIndex, title, width,
- render: (txt) => ({txt})
- };
}
+ return {
+ dataIndex, title, width,
+ render: (txt) => ({txt})
+ };
})
}, () => onChangeTopTabCount(runStatuses, total));
}
@@ -70,7 +69,6 @@ class Index extends Component {
render() {
const { dataSource, columns, loading, pageInfo, selectedRowKeys } = this.state;
- console.log(columns);
const pagination = {
...pageInfo,
showTotal: total => `${getLabel(18609, "共")} ${total} ${getLabel(18256, "条")}`,
@@ -94,8 +92,12 @@ class Index extends Component {
};
return (
(123)
+ }]}
/>
);
}