Browse Source

fix: 客户冻结列

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

+ 1 - 0
src/pages/Customer/Company/index.jsx

@@ -150,6 +150,7 @@ const Company = props => {
       dataIndex: 'companyName',
       key: 'companyName',
       width: 150,
+      fixed: 'left',
       search: false,
       sorter: (a, b) => a.companyName.localeCompare(b.companyName),
       render: (companyName, record) => (