|
@@ -34,7 +34,6 @@ export default {
|
|
{ label: '下单时间', model: 'buy_time' },
|
|
{ label: '下单时间', model: 'buy_time' },
|
|
{ label: '顾客', model: 'customer.name' },
|
|
{ label: '顾客', model: 'customer.name' },
|
|
{ label: '收货人', model: 'address', showTip: false, format: (i) => this.getAddress(i) },
|
|
{ label: '收货人', model: 'address', showTip: false, format: (i) => this.getAddress(i) },
|
|
- // { label: '店铺名称', model: 'shop.name' },
|
|
|
|
{ label: '店铺名称', model: 'goods', format: (i) => this.getShopName(i) },
|
|
{ label: '店铺名称', model: 'goods', format: (i) => this.getShopName(i) },
|
|
{ label: '需支付金额', model: 'real_pay' },
|
|
{ label: '需支付金额', model: 'real_pay' },
|
|
{ label: '商品数量', model: 'buy_num_total' },
|
|
{ label: '商品数量', model: 'buy_num_total' },
|