今日营收
¥{{ formatAmount(todayRevenue || 0) }}
{{ Math.abs(todayRevenueChange) }}%
本月营收
¥{{ formatAmount(monthRevenue || 0) }}
{{ Math.abs(monthRevenueChange) }}%
待提现金额
¥{{ formatAmount(pendingWithdraw || 0) }}
累计分账
¥{{ formatAmount(totalSplitAmount || 0) }}
{{ option }}
今日营收
¥{{ formatAmount(account.todayRevenue || 0) }}
本月营收
¥{{ formatAmount(account.monthRevenue || 0) }}
累计营收
¥{{ formatAmount(account.totalRevenue || 0) }}
分账类型:
{{ getSplitTypeText(record.splitType) }}
站点名称:
{{ record.stationName || '平台' }}
分账状态:
{{ getSplitStatusText(record.status) }}
暂无数据