lanjianrong 5 tahun lalu
induk
melakukan
0b9bf1c5cc
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/pages/Product/Lock/Lockstore/index.jsx

+ 1 - 0
src/pages/Product/Lock/Lockstore/index.jsx

@@ -290,6 +290,7 @@ const LockStore = ({ prodList = [], dispatch, shouldUpdate }) => {
     {
       title: '单位名称',
       dataIndex: 'customerName',
+      width: 300,
       render: (text, record) => (
         <span
           onClick={() => showCompanyDrawer(record.customerId)}