浏览代码

表头修改

XuZinan 2 年之前
父节点
当前提交
9a4f9035e3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/PurchaseAdmin/PurchaseList/Report/ProjectTree.js

+ 2 - 2
src/pages/PurchaseAdmin/PurchaseList/Report/ProjectTree.js

@@ -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) {