📊 供应商分析面板

数据范围 {{ meta.sycmRange[0] }} ~ {{ meta.sycmRange[1] }} ← 返回选品系统
统计周期 近1天 近7天 近14天 近30天 自定义
售龄
供应商数
{{ ranking.length }}
{{ fmtNum(overview.products) }} 个商品
总访客数
{{ fmtNum(overview.visitors) }}
日均 {{ fmtNum(overview.visitors / periodDays) }}
支付金额
{{ fmtMoney(overview.paid_amount) }}
{{ fmtNum(overview.paid_buyers) }} 支付买家
支付件数
{{ fmtNum(overview.paid_items) }}
件单价 ¥{{ fmtNum(overview.aov ? overview.paid_amount / Math.max(overview.paid_items, 1) : 0) }}
转化率
{{ overview.conv_rate }}%
客单价 ¥{{ fmtNum(overview.aov) }}
加购件数
{{ fmtNum(overview.cart_items) }}
加购率 {{ overview.cart_rate }}%
日均支付
{{ fmtMoney(overview.paid_amount / periodDays) }}
日均访客 {{ fmtNum(overview.visitors / periodDays) }}
📋 供应商排行表(含汇总行)共 {{ ranking.length }} 家 · 金色=自有(初心良品) · 绿色=竞品(九西/莱曼/桐炬) · 蓝色表头=生意参谋 · 橙色表头=推广指标
🧩 TOP 供应商品类组成每家供应商各品类支付金额与占比

{{ sup }} 总支付 {{ fmtMoney(composition[sup].total_paid) }}

🏪 供应商分布 (本期 vs 上期)
支付金额 支付件数 访客数 买家数
🛍️ 品类维度:各品类供应商分布每个品类各供应商支付金额与占比

{{ cat }} 总支付 {{ fmtMoney(catDimData[cat].total) }}

📈 整体趋势
全站 访客 支付金额 支付件数 支付买家 转化率 加购率 加购转化率 广告 推广花费 点击量 点击单价 全店ROI 归一化对比
本期({{ adTrendData.window_days }}天) 合计 {{ fmtMoney(adTrendData.current_total) }} · 日均 {{ fmtMoney(adTrendData.current_total / adTrendData.window_days) }} 上期 合计 {{ fmtMoney(adTrendData.prev_total) }} · 日均 {{ fmtMoney(adTrendData.prev_total / adTrendData.window_days) }} 环比 {{ adTrendData.chg_pct == null ? '—' : (adTrendData.chg_pct > 0 ? '↑ ' : (adTrendData.chg_pct < 0 ? '↓ ' : '→ ')) + Math.abs(adTrendData.chg_pct) + '%' }}