|
|
@@ -179,14 +179,15 @@ const state = reactive({
|
|
|
{label: '商户退款单号', prop: 'outRefundNo', width: 150, resizable: true,fixed:'left'},
|
|
|
{label: '商户订单号', prop: 'outTradeNo', width: 150, resizable: true,fixed:'left'},
|
|
|
{label: '手机号', prop: 'mobilePhone', width: 150, resizable: true,fixed:'left'},
|
|
|
- {label: '退款渠道', prop: 'channel', width: 150,resizable: true},
|
|
|
- {label: '退款创建(受理)时间', prop: 'createTime', sortable: 'custom', resizable: true, width: 180},
|
|
|
+ // {label: '退款渠道', prop: 'channel', width: 150,resizable: true},
|
|
|
+ {label: '申请时间', prop: 'createTime', sortable: 'custom', resizable: true, width: 180},
|
|
|
{label: '退款状态', prop: 'status', resizable: true, width: 120},
|
|
|
{label: '退款成功时间', prop: 'successTime', sortable: 'custom', resizable: true, width: 160},
|
|
|
- {label: '订单金额', prop: 'total', resizable: true, width: 130},
|
|
|
- {label: '退款金额', prop: 'refund', resizable: true, width: 130},
|
|
|
- {label: '用户支付币种', prop: 'currency', resizable: true, width: 120},
|
|
|
- {label: '资金账户', prop: 'fundsAccount', resizable: true, width: 120},
|
|
|
+ {label: '原充值订单金额', prop: 'total', resizable: true, width: 130},
|
|
|
+ {label: '退款申请金额', prop: 'refund', resizable: true, width: 130},
|
|
|
+ {label: '优惠金额', prop: 'discountAmount', resizable: true, width: 130},
|
|
|
+ // {label: '用户支付币种', prop: 'currency', resizable: true, width: 120},
|
|
|
+ // {label: '资金账户', prop: 'fundsAccount', resizable: true, width: 120},
|
|
|
{label: '退款原因', prop: 'reason', resizable: true, width: 120},
|
|
|
{label: '微信支付退款单号', prop: 'refundId', resizable: true, width: 150},
|
|
|
{label: '微信支付订单号', prop: 'transactionId', resizable: true, width: 150},
|