|
|
@@ -128,7 +128,7 @@ const GoodsManage = () => { |
|
|
|
dataIndex: 'option', |
|
|
|
valueType: 'option', |
|
|
|
fixed: 'right', |
|
|
|
width: 350, |
|
|
|
width: 450, |
|
|
|
render: (_, record) => [ |
|
|
|
<a |
|
|
|
key="primary" |
|
|
@@ -201,6 +201,23 @@ const GoodsManage = () => { |
|
|
|
> |
|
|
|
价格配置 |
|
|
|
</a>, |
|
|
|
<a |
|
|
|
key="primary" |
|
|
|
type="primary" |
|
|
|
onClick={() => { |
|
|
|
history.push({ |
|
|
|
pathname: '/database/goods/energyconfig', |
|
|
|
query: { |
|
|
|
isAdd: false, |
|
|
|
values: record, |
|
|
|
}, |
|
|
|
}); |
|
|
|
// handleModalVisible(true); |
|
|
|
// setCurrentRow(record); |
|
|
|
}} |
|
|
|
> |
|
|
|
能量配置 |
|
|
|
</a>, |
|
|
|
<Popconfirm |
|
|
|
type="primary" |
|
|
|
key="primary" |
|
|
|