Commit 95f2ba4a authored by FE-安焕焕's avatar FE-安焕焕 👣

修改位置

parent 726b16c3
...@@ -74,7 +74,7 @@ const TableList = props => { ...@@ -74,7 +74,7 @@ const TableList = props => {
handleCom(record, item); handleCom(record, item);
}} }}
> >
查看信息 查看物流
</Button> </Button>
) : ( ) : (
item[key] item[key]
...@@ -141,15 +141,6 @@ const TableList = props => { ...@@ -141,15 +141,6 @@ const TableList = props => {
className: 'colStyle', className: 'colStyle',
render: (_, record) => renderContent(record, 'thirdSpuNo'), render: (_, record) => renderContent(record, 'thirdSpuNo'),
}, },
{
title: '物流信息',
dataIndex: 'action',
key: 'action',
width: 150,
hideInSearch: true,
className: 'colStyle',
render: (_, record) => renderContent(record, 'action'),
},
{ {
title: '收货人手机', title: '收货人手机',
dataIndex: 'receiverPhone', dataIndex: 'receiverPhone',
...@@ -189,6 +180,15 @@ const TableList = props => { ...@@ -189,6 +180,15 @@ const TableList = props => {
hideInSearch: true, hideInSearch: true,
render: (_, record) => renderContent(record, 'deliveryNo'), render: (_, record) => renderContent(record, 'deliveryNo'),
}, },
{
title: '物流信息',
dataIndex: 'action',
key: 'action',
width: 150,
hideInSearch: true,
className: 'colStyle',
render: (_, record) => renderContent(record, 'action'),
},
{ {
title: '订单状态', title: '订单状态',
dataIndex: 'orderStatus', dataIndex: 'orderStatus',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment