|
@@ -96,27 +96,27 @@ export const columns: BasicColumn[] = [
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '收件人姓名',
|
|
title: '收件人姓名',
|
|
- dataIndex: 'shipName',
|
|
|
|
|
|
+ dataIndex: 'getAddrName',
|
|
// slots: { customRender: 'orderStatus' },
|
|
// slots: { customRender: 'orderStatus' },
|
|
width: 120,
|
|
width: 120,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '收件人电话',
|
|
title: '收件人电话',
|
|
- dataIndex: 'shipMobile',
|
|
|
|
|
|
+ dataIndex: 'getAddrPhone',
|
|
// slots: { customRender: 'orderStatus' },
|
|
// slots: { customRender: 'orderStatus' },
|
|
width: 110,
|
|
width: 110,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '收货地址',
|
|
title: '收货地址',
|
|
- dataIndex: 'shipAddress',
|
|
|
|
|
|
+ dataIndex: 'getAddress',
|
|
// slots: { customRender: 'orderStatus' },
|
|
// slots: { customRender: 'orderStatus' },
|
|
width: 130,
|
|
width: 130,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '邮箱',
|
|
title: '邮箱',
|
|
- dataIndex: 'email',
|
|
|
|
|
|
+ dataIndex: 'invoiceEmail',
|
|
// slots: { customRender: 'orderStatus' },
|
|
// slots: { customRender: 'orderStatus' },
|
|
- width: 150,
|
|
|
|
|
|
+ width: 180,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '状态',
|
|
title: '状态',
|