@for (product of products; track product.id) {
客单价
{{ formatCurrency(product.price) }}
成交件数
{{ formatNumber(product.sales) }}
评论
{{ formatNumber(product.vocSummary.totalReviews) }}
{{ formatPercentage(product.vocSummary.positiveRate) }} 好评 {{ formatPercentage(product.vocSummary.negativeRate) }} 差评
@if (healthScores[product.asin]; as hs) {
VOC 健康度
{{ hs.healthScore }}
} @if (priorityIssues[product.asin]; as issues) { @if (issues.length > 0) {
@for (issue of issues; track issue.name) { {{ issue.name }} }
} }
{{ product.category }} @if (product.itemStatus) { {{ getListingStatusLabel(product.itemStatus) }} } @if (product.store) { {{ product.store }} } @if (product.designerName) { 设计师:{{ product.designerName }} } @if (product.operatorName) { 运营:{{ product.operatorName }} }
查看 VOC 详情
}