outaozhen 5 years ago
parent
commit
7a3e3dba8d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/Customer/Company/index.jsx

+ 2 - 2
src/pages/Customer/Company/index.jsx

@@ -259,11 +259,11 @@ const Company = props => {
     {
       title: '单位性质',
       dataIndex: 'natureIds',
-      key: 'natureIds',
       search: false,
       width: 80,
       filters: true,
-      valueEnum: tag.natureMap
+      valueEnum: tag.natureMap,
+      render: (_, record) => <span>{record.nature}</span>
     },
     {
       title: '单位地址',