Browse Source

fix: 人资列表办事处列改成部门

outaozhen 5 years ago
parent
commit
542e09b125
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/pages/Hr/Employee/index.jsx

+ 3 - 3
src/pages/Hr/Employee/index.jsx

@@ -75,9 +75,9 @@ const Employee = props => {
       width: 50
     },
     {
-      title: '办事处/部门',
-      dataIndex: 'category',
-      key: 'category',
+      title: '部门',
+      dataIndex: 'departmentName',
+      key: 'departmentName',
       search: false,
       width: 50
     },