소스 검색

feat: 1111

lanjianrong 5 년 전
부모
커밋
0b9bf1c5cc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)}