@if (loading) {
} @else if (error) {
} @else if (dataset && summary) { @if (section === 'definition' || section === 'lifecycle') {
} @if (section === 'trend') {
@for (item of categories.slice(0, 6); track item.category) {
{{ item.category }}{{ item.productCount }} 个商品 · 转化 {{ percent(item.conversionRate) }}
{{ currency(item.gmv) }}
}
@for (product of topProducts; track product.productId) { }
商品类目成交金额成交件数转化率
{{ product.category2 || product.category1 }}{{ currency(product.summary.gmv) }}{{ number(product.summary.soldUnits) }}{{ percent(product.summary.conversionRate) }}
} @if (section === 'requirement') {
} @if (section === 'benchmark') {
@for (group of benchmarkGroups; track group.ownProductId) { }
本品型号本品商品ID对标类目竞品品牌竞品数
{{ group.model || '-' }}{{ group.ownProductId }}{{ group.category }}{{ relationBrands(group) }}{{ group.competitors.length }}
} @if (section === 'definition' && selectedProduct) {
品牌产品归属
{{ selectedProduct.brand }}
二级类目产品线
{{ selectedProduct.category2 || '-' }}
三级类目细分类目
{{ selectedProduct.category3 || '-' }}
竞品关系当前对标覆盖
{{ selectedProduct.relationCount }} 条
} @if (section === 'lifecycle' && selectedProduct) {
} }