@if (loading) {
} @else if (error) {
} @else if (dataset && summary) { @if (section === 'trend') {
} @if (section === 'emotion') {
} @if (section === 'store') {
商品经营指标成交、流量、转化、退款
已接通
竞品关系自营商品与竞品映射
{{ dataset.summary.relations }} 条
评论明细情绪、主题与痛点来源
{{ dataset.summary.reviewCount }} 条
@for (item of categories; track item.category) { }
类目商品数成交金额成交件数转化率退款金额占比
{{ item.category }}{{ number(item.productCount) }}{{ currency(item.gmv) }}{{ number(item.soldUnits) }}{{ percent(item.conversionRate) }}{{ percent(item.refundRate) }}
} }