调整订单详情信息
This commit is contained in:
@@ -515,26 +515,6 @@
|
||||
dataIndex: 'num',
|
||||
key: 'num',
|
||||
customRender: ({}) => 1
|
||||
},
|
||||
{
|
||||
title: '收货人手机号',
|
||||
key: 'receiptPhone',
|
||||
dataIndex: 'receiptPhone'
|
||||
},
|
||||
{
|
||||
title: '紧急联系人',
|
||||
key: 'emergentUser',
|
||||
dataIndex: 'emergentUser'
|
||||
},
|
||||
{
|
||||
title: '单位地址',
|
||||
key: 'officeAddress',
|
||||
dataIndex: 'officeAddress'
|
||||
},
|
||||
{
|
||||
title: '家庭地址',
|
||||
key: 'homeAddress',
|
||||
dataIndex: 'homeAddress'
|
||||
}
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user