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

修改位置

parent 726b16c3
......@@ -74,7 +74,7 @@ const TableList = props => {
handleCom(record, item);
}}
>
查看信息
查看物流
</Button>
) : (
item[key]
......@@ -141,15 +141,6 @@ const TableList = props => {
className: 'colStyle',
render: (_, record) => renderContent(record, 'thirdSpuNo'),
},
{
title: '物流信息',
dataIndex: 'action',
key: 'action',
width: 150,
hideInSearch: true,
className: 'colStyle',
render: (_, record) => renderContent(record, 'action'),
},
{
title: '收货人手机',
dataIndex: 'receiverPhone',
......@@ -189,6 +180,15 @@ const TableList = props => {
hideInSearch: true,
render: (_, record) => renderContent(record, 'deliveryNo'),
},
{
title: '物流信息',
dataIndex: 'action',
key: 'action',
width: 150,
hideInSearch: true,
className: 'colStyle',
render: (_, record) => renderContent(record, 'action'),
},
{
title: '订单状态',
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