feat: 更新账户页面表格字段名称,调整字段以更准确地反映数据含义
This commit is contained in:
@@ -185,19 +185,19 @@ const columns: TableColumnData[] = [
|
||||
},
|
||||
{
|
||||
title: '拉单次数',
|
||||
dataIndex: 'amountTotalCount'
|
||||
dataIndex: 'totalCount'
|
||||
},
|
||||
{
|
||||
title: '拉单金额',
|
||||
dataIndex: 'totalAmount'
|
||||
},
|
||||
{
|
||||
title: '成功订单',
|
||||
dataIndex: 'amountTotalCount'
|
||||
dataIndex: 'successCount'
|
||||
},
|
||||
{
|
||||
title: '支付总金额',
|
||||
dataIndex: 'amountTotalSum'
|
||||
},
|
||||
{
|
||||
title: '今日支付金额',
|
||||
dataIndex: 'amountTodaySum'
|
||||
title: '成功金额',
|
||||
dataIndex: 'successAmount'
|
||||
},
|
||||
{
|
||||
title: 'ck',
|
||||
|
||||
Reference in New Issue
Block a user