|
@@ -179,9 +179,10 @@ const state = reactive({
|
|
|
data: [] as Array<any>,
|
|
data: [] as Array<any>,
|
|
|
loading: false,
|
|
loading: false,
|
|
|
columns: [
|
|
columns: [
|
|
|
- {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: '退款记录ID', prop: 'refundLogId', width: 130, 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: 'channel', width: 150,resizable: true},
|
|
|
{label: '申请时间', prop: 'createTime', sortable: 'custom', resizable: true, width: 180},
|
|
{label: '申请时间', prop: 'createTime', sortable: 'custom', resizable: true, width: 180},
|
|
|
{label: '退款状态', prop: 'status', resizable: true, width: 120},
|
|
{label: '退款状态', prop: 'status', resizable: true, width: 120},
|