Commit 389f8625 authored by 武广's avatar 武广

fix: 去掉物流信息列

parent 7c39742d
......@@ -381,16 +381,16 @@ const TableList = props => {
hideInTable: props.type !== 2,
render: (_, record) => renderContent(record, 'deliveryNo'),
},
{
title: '物流信息',
dataIndex: 'action',
key: 'action',
width: 150,
hideInSearch: true,
hideInTable: props.type !== 2,
className: 'colStyle',
render: (_, record) => renderContent(record, 'action'),
},
// {
// title: '物流信息',
// dataIndex: 'action',
// key: 'action',
// width: 150,
// hideInSearch: true,
// hideInTable: props.type !== 2,
// className: 'colStyle',
// render: (_, record) => renderContent(record, 'action'),
// },
{
title: '订单状态',
dataIndex: 'orderStatusDesc',
......
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