{{ overviewData.accountValue.toFixed(1) }}
RFM平均评分(满分10分)
{{ overviewData.newCustomers.toLocaleString() }}
{{ (overviewData.newCustomersChange >= 0 ? '+' : '') + overviewData.newCustomersChange.toFixed(1) }}% 较上期
{{ overviewData.interactions.toLocaleString() }}
{{ (overviewData.interactionsChange >= 0 ? '+' : '') + overviewData.interactionsChange.toFixed(1) }}% 较上期
{{ overviewData.conversionRate.toFixed(1) }}%
{{ (overviewData.conversionRateChange >= 0 ? '+' : '') + overviewData.conversionRateChange.toFixed(1) }}% 较上期
加载中...
综合分析
客户平均转化金额
¥{{ comprehensiveData.avgConversionAmount.toFixed(2) }}
销售总额
¥{{ comprehensiveData.totalSales.toLocaleString() }}
平均订单金额
¥{{ comprehensiveData.avgOrderAmount.toFixed(2) }}
高价值客户
{{ comprehensiveData.highValueCustomers.toFixed(1) }}%
周收益增长
{{ comprehensiveData.weeklyRevenueGrowth > 0 ? '+' : '' }}¥{{ comprehensiveData.weeklyRevenueGrowth.toLocaleString() }}
新客转化
{{ comprehensiveData.newCustomerConversion > 0 ? '+' : '' }}{{ comprehensiveData.newCustomerConversion }}人
活跃客户增长
{{ comprehensiveData.activeCustomerGrowth > 0 ? '+' : '' }}{{ comprehensiveData.activeCustomerGrowth }}人
{{ item.name }}
{{ item.value }}
{{ item.name }}
{{ item.count.toLocaleString() }}
加载中...