|
@@ -170,23 +170,23 @@ export default {
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
- title: '实收(¥)',
|
|
|
- dataIndex: 'paymentAmount',
|
|
|
+ title: '优惠(¥)',
|
|
|
+ dataIndex: 'couponAmount',
|
|
|
minWidth: '40',
|
|
|
align: 'center',
|
|
|
scopedSlots: {
|
|
|
- customRender: 'paymentAmount'
|
|
|
+ customRender: 'couponAmount'
|
|
|
}
|
|
|
-
|
|
|
},
|
|
|
{
|
|
|
- title: '优惠(¥)',
|
|
|
- dataIndex: 'couponAmount',
|
|
|
+ title: '实收(¥)',
|
|
|
+ dataIndex: 'paymentAmount',
|
|
|
minWidth: '40',
|
|
|
align: 'center',
|
|
|
scopedSlots: {
|
|
|
- customRender: 'couponAmount'
|
|
|
+ customRender: 'paymentAmount'
|
|
|
}
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '状态',
|