Browse Source

fix: 客户冻结列

outaozhen 5 năm trước cách đây
mục cha
commit
cc46c4fc85
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) => (