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