@@ -65,12 +65,12 @@ function Department(props) {
title: '研发',
dataIndex: 'type_rd_cnt',
},
+ // {
+ // title: '漏填工时',
+ // dataIndex: 'type_lost_cnt',
+ // },
{
- title: '漏填工时',
- dataIndex: 'type_lost_cnt',
- },
- {
- title: '总计',
+ title: '应填报总工时',
dataIndex: 'total_cnt',
// {