|
|
@@ -179,23 +179,24 @@ const state = reactive({
|
|
|
data: [] as Array<any>,
|
|
|
loading: false,
|
|
|
columns: [
|
|
|
- {label: '退款记录ID', prop: 'refundLogId', width: 130, resizable: true,fixed:'left'},
|
|
|
+ {label: '退款记录ID', prop: 'refundLogId', width: 105, resizable: true,fixed:'left'},
|
|
|
{label: '商户退款单号', prop: 'outRefundNo', width: 130, resizable: true,fixed:'left'},
|
|
|
{label: '商户订单号', prop: 'outTradeNo', width: 130, resizable: true,fixed:'left'},
|
|
|
{label: '手机号', prop: 'mobilePhone', width: 120, resizable: true,fixed:'left'},
|
|
|
// {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: 'createTime', sortable: 'custom', resizable: true, width: 160},
|
|
|
{label: '退款成功时间', prop: 'successTime', sortable: 'custom', resizable: true, width: 160},
|
|
|
{label: '原充值订单金额', prop: 'total', resizable: true, width: 140},
|
|
|
- {label: '退款申请金额', prop: 'refund', resizable: true, width: 130},
|
|
|
- {label: '优惠金额', prop: 'discountAmount', resizable: true, width: 130},
|
|
|
+ {label: '退款申请金额', prop: 'refund', resizable: true, width: 120},
|
|
|
+ {label: '优惠金额', prop: 'discountAmount', resizable: true, width: 90},
|
|
|
// {label: '用户支付币种', prop: 'currency', resizable: true, width: 120},
|
|
|
// {label: '资金账户', prop: 'fundsAccount', resizable: true, width: 120},
|
|
|
{label: '退款原因', prop: 'reason', resizable: true, width: 120},
|
|
|
// {label: '微信支付退款单号', prop: 'outRefundNo', resizable: true, width: 150},
|
|
|
// {label: '微信支付订单号', prop: 'outTradeNo', resizable: true, width: 150},
|
|
|
{label: '退款入账账户', prop: 'userReceivedAccount', resizable: true, width: 120},
|
|
|
+ {label: '操作人', prop: 'adminUsername', resizable: true, width: 120},
|
|
|
{
|
|
|
label: '操作', prop: 'action', width: 110, align: 'center', fixed: 'right',
|
|
|
}
|