浏览代码

表头修改

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

+ 5 - 5
src/pages/PurchaseAdmin/PurchaseList/Report/Department.js

@@ -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',
     },
     // {