|
@@ -26,8 +26,8 @@ function ProjectTree(props) {
|
|
|
// render: (name, item) => <a onClick={() => handleClick(item)}>{name}</a>,
|
|
|
},
|
|
|
{ title: '本月待审核工时', dataIndex: 'month_pending_audit_cnt', width: '15%' },
|
|
|
- { title: '本月已审核工时', dataIndex: 'month_refuse_audit_cnt', width: '15%' },
|
|
|
- { title: '本月已拒绝工时', dataIndex: 'month_pass_audit_cnt', width: '15%' },
|
|
|
+ { title: '本月已拒绝工时', dataIndex: 'month_refuse_audit_cnt', width: '15%' },
|
|
|
+ { title: '本月已审核工时', dataIndex: 'month_pass_audit_cnt', width: '15%' },
|
|
|
{ title: '累计有效工时', dataIndex: 'total_workload', width: '15%' },
|
|
|
];
|
|
|
if (columnsFilter.budget) {
|