|
@@ -44,11 +44,11 @@ export default {
|
|
|
afterSaleList: [],
|
|
|
orderList: [],
|
|
|
orderfields: [
|
|
|
- { label: '订单号', model: 'no' },
|
|
|
+ { label: '订单号', model: 'no', showTip: false },
|
|
|
{ label: '订单类型', model: 'type' },
|
|
|
{ label: '支付时间', model: 'pay_time' },
|
|
|
- { label: '商品', model: 'goods' },
|
|
|
- { label: '规格', model: 'spec' },
|
|
|
+ { label: '商品', model: 'goods', showTip: false },
|
|
|
+ { label: '规格', model: 'spec', showTip: false },
|
|
|
{ label: '购买数量', model: 'buy_num' },
|
|
|
{ label: '单价', model: 'price' },
|
|
|
{ label: '优惠金额', model: 'discount' },
|
|
@@ -56,9 +56,9 @@ export default {
|
|
|
{ label: '总价', model: 'total' },
|
|
|
],
|
|
|
afterSalefields: [
|
|
|
- { label: '订单号', model: 'no' },
|
|
|
- { label: '商品', model: 'goods' },
|
|
|
- { label: '规格', model: 'spec' },
|
|
|
+ { label: '订单号', model: 'no', showTip: false },
|
|
|
+ { label: '商品', model: 'goods', showTip: false },
|
|
|
+ { label: '规格', model: 'spec', showTip: false },
|
|
|
{ label: '退款时间', model: 'end_time' },
|
|
|
{ label: '退款金额', model: 'money' },
|
|
|
],
|