Bladeren bron

表头修改

XuZinan 2 jaren geleden
bovenliggende
commit
9a4f9035e3
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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) {