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

fix: 去掉物流信息列

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