|
@@ -229,7 +229,15 @@
|
|
|
column.slotName == 'eff_tk_disp_tfee' ||
|
|
column.slotName == 'eff_tk_disp_tfee' ||
|
|
|
column.slotName == 'sett_tk_disp_tfee_56' ||
|
|
column.slotName == 'sett_tk_disp_tfee_56' ||
|
|
|
column.slotName == 'order_ord_tfee_12_14' ||
|
|
column.slotName == 'order_ord_tfee_12_14' ||
|
|
|
- column.slotName == 'order_ord_amt_12_14'">
|
|
|
|
|
|
|
+ column.slotName == 'order_ord_amt_12_14' ||
|
|
|
|
|
+ column.slotName == 'refund_order_ord_amt' ||
|
|
|
|
|
+ column.slotName == 'refund_order_ord_tfee' ||
|
|
|
|
|
+ column.slotName == 'refund_order_ord_amt_4' ||
|
|
|
|
|
+ column.slotName == 'refund_order_ord_tfee_4'||
|
|
|
|
|
+ column.slotName == 'refund_order_ord_deduct_tfee'||
|
|
|
|
|
+ column.slotName == 'refund_order_ord_freeze_tfee'||
|
|
|
|
|
+ column.slotName == 'refund_order_ord_unfreeze_tfee'">
|
|
|
|
|
+
|
|
|
<div>{{ amountFormat(record[column.dataIndex]) }}</div>
|
|
<div>{{ amountFormat(record[column.dataIndex]) }}</div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -476,7 +484,7 @@ const columns = computed<TableColumnData[]>(() => [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: '结算收入',
|
|
title: '结算收入',
|
|
|
- width: 120,
|
|
|
|
|
|
|
+ width: 150,
|
|
|
align: 'right',
|
|
align: 'right',
|
|
|
dataIndex: 'order_ord_tfee',
|
|
dataIndex: 'order_ord_tfee',
|
|
|
slotName: 'order_ord_tfee',
|
|
slotName: 'order_ord_tfee',
|
|
@@ -499,41 +507,75 @@ const columns = computed<TableColumnData[]>(() => [
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- title: '第三方API调用',
|
|
|
|
|
|
|
+ title: '订单维权',
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
- title: '调用',
|
|
|
|
|
- dataIndex: 'total_count',
|
|
|
|
|
- slotName: 'total_count',
|
|
|
|
|
- width: 100,
|
|
|
|
|
- align: 'right'
|
|
|
|
|
|
|
+ title: '扣款收入',
|
|
|
|
|
+ width: 120,
|
|
|
|
|
+ align: 'right',
|
|
|
|
|
+ dataIndex: 'refund_order_ord_deduct_tfee',
|
|
|
|
|
+ slotName: 'refund_order_ord_deduct_tfee',
|
|
|
|
|
+ render: (e: any) => amountFormat(e.record.refund_order_ord_deduct_tfee)
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- title: '成功',
|
|
|
|
|
- dataIndex: 'success_count',
|
|
|
|
|
- width: 100,
|
|
|
|
|
- align: 'right'
|
|
|
|
|
|
|
+ title: '冻结金额',
|
|
|
|
|
+ slotName: 'refund_order_ord_freeze_tfee',
|
|
|
|
|
+ dataIndex: 'refund_order_ord_freeze_tfee',
|
|
|
|
|
+ width: 150,
|
|
|
|
|
+ align: 'right',
|
|
|
|
|
+ render: (e: any) => amountFormat(e.record.refund_order_ord_freeze_tfee)
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- title: '成功(%)',
|
|
|
|
|
- dataIndex: 'success_percentage',
|
|
|
|
|
- width: 90,
|
|
|
|
|
- align: 'right'
|
|
|
|
|
|
|
+ title: '解冻金额',
|
|
|
|
|
+ width: 120,
|
|
|
|
|
+ align: 'right',
|
|
|
|
|
+ dataIndex: 'refund_order_ord_unfreeze_tfee',
|
|
|
|
|
+ slotName: 'refund_order_ord_unfreeze_tfee',
|
|
|
|
|
+ render: (e: any) => amountFormat(e.record.refund_order_ord_unfreeze_tfee)
|
|
|
},
|
|
},
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ {
|
|
|
|
|
+ title: '所属订单维权金额',
|
|
|
|
|
+ children: [
|
|
|
{
|
|
{
|
|
|
- title: '放弃',
|
|
|
|
|
- dataIndex: 'abandon_count',
|
|
|
|
|
- width: 100,
|
|
|
|
|
- align: 'right'
|
|
|
|
|
|
|
+ title: '维权金额(扣款)',
|
|
|
|
|
+ slotName: 'refund_order_ord_amt',
|
|
|
|
|
+ dataIndex: 'refund_order_ord_amt',
|
|
|
|
|
+ width: 150,
|
|
|
|
|
+ align: 'right',
|
|
|
|
|
+ render: (e: any) => amountFormat(e.record.refund_order_ord_amt)
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- title: '放弃(%)',
|
|
|
|
|
- dataIndex: 'abandon_percentage',
|
|
|
|
|
- width: 90,
|
|
|
|
|
- align: 'right'
|
|
|
|
|
|
|
+ title: '扣款收入',
|
|
|
|
|
+ width: 120,
|
|
|
|
|
+ align: 'right',
|
|
|
|
|
+ dataIndex: 'refund_order_ord_tfee',
|
|
|
|
|
+ slotName: 'refund_order_ord_tfee',
|
|
|
|
|
+ render: (e: any) => amountFormat(e.record.refund_order_ord_tfee)
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ title: '维权金额(冻结)',
|
|
|
|
|
+ slotName: 'refund_order_ord_amt_4',
|
|
|
|
|
+ dataIndex: 'refund_order_ord_amt_4',
|
|
|
|
|
+ width: 150,
|
|
|
|
|
+ align: 'right',
|
|
|
|
|
+ render: (e: any) => amountFormat(e.record.refund_order_ord_amt_4)
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ title: '冻结收入',
|
|
|
|
|
+ width: 120,
|
|
|
|
|
+ align: 'right',
|
|
|
|
|
+ dataIndex: 'refund_order_ord_tfee_4',
|
|
|
|
|
+ slotName: 'refund_order_ord_tfee_4',
|
|
|
|
|
+ render: (e: any) => amountFormat(e.record.refund_order_ord_tfee_4)
|
|
|
},
|
|
},
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
title: '转链API调用',
|
|
title: '转链API调用',
|
|
|
children: [
|
|
children: [
|
|
@@ -642,6 +684,42 @@ const columns = computed<TableColumnData[]>(() => [
|
|
|
},
|
|
},
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ title: '第三方API调用',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ title: '调用',
|
|
|
|
|
+ dataIndex: 'total_count',
|
|
|
|
|
+ slotName: 'total_count',
|
|
|
|
|
+ width: 100,
|
|
|
|
|
+ align: 'right'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ title: '成功',
|
|
|
|
|
+ dataIndex: 'success_count',
|
|
|
|
|
+ width: 100,
|
|
|
|
|
+ align: 'right'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ title: '成功(%)',
|
|
|
|
|
+ dataIndex: 'success_percentage',
|
|
|
|
|
+ width: 90,
|
|
|
|
|
+ align: 'right'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ title: '放弃',
|
|
|
|
|
+ dataIndex: 'abandon_count',
|
|
|
|
|
+ width: 100,
|
|
|
|
|
+ align: 'right'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ title: '放弃(%)',
|
|
|
|
|
+ dataIndex: 'abandon_percentage',
|
|
|
|
|
+ width: 90,
|
|
|
|
|
+ align: 'right'
|
|
|
|
|
+ },
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
title: '最后更新时间',
|
|
title: '最后更新时间',
|
|
|
dataIndex: 'last_time',
|
|
dataIndex: 'last_time',
|