|
@@ -67,7 +67,7 @@ export default {
|
|
|
{ label: '订单号', model: 'no', showTip: false },
|
|
|
{ label: '下单时间', model: 'buy_time' },
|
|
|
{ label: '顾客', model: 'customer' },
|
|
|
- { label: '收货人', model: 'address', showTip: false },
|
|
|
+ { label: '收货人', model: 'address', showTip: false, format: (i) => this.getAddress(i) },
|
|
|
{ label: '商品名称', model: 'goods' },
|
|
|
{ label: '规格名称', model: 'spec' },
|
|
|
{ label: '支付金额', model: 'pay' },
|