Sfoglia il codice sorgente

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

outaozhen 5 anni fa
parent
commit
542e09b125
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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
     },