充值财务数据 →
订单财务数据 →
店铺访问次数 (次)
{{ typeof shopStatisticsData.total === 'number' ? shopStatisticsData.total : '--' }}
待处理订单 (件)
{{ typeof shopStatisticsData.stayOrders === 'number' ? shopStatisticsData.stayOrders : '--' }}
售后订单 (件)
{{ typeof shopStatisticsData.stayAfters === 'number' ? shopStatisticsData.stayAfters : '--' }}
{{ shopStatisticsData.money < 10000 ? '成交金额 (元)' : '成交金额 (万元)' }}
{{ typeof shopStatisticsData.money === 'number' ? shopStatisticsData.money : '--' }}
用户访问趋势(单位:次数)
用户访问数:{{ shopStatisticsData.count }} 次
订单转换漏斗
总转化率:{{ shopStatisticsData.rate }}%
{{ item }}
转化率(%)
{{ item }}
{{ index + 1 }}:{{ item.productName }}
{{ `已售 ${item.number} 件` }}