@if (data || loading) {
} @if (loading) { } @if (error) { } @if (data && !loading) { @if (highRiskCount > 0) { } @if (activeTab === 'ranking') { @if (selectedDesigner) { }
排序:
@for (item of sortedRankings(); track item.designerName) { } @empty { }
@for (product of visibleProducts; track product.asin) { }
商品 归属 退货
{{ product.designerName }} @if (product.operatorName) { {{ product.operatorName }} } @if (product.fulfillmentType) { {{ product.fulfillmentType }} }
{{ product.rating || '-' }} {{ getTotalStarCount(product.starDistribution) || product.ratingsCount }} 条
@for (star of getStarDistributionDesc(product.starDistribution); track star.star) { {{ star.star }}★ {{ star.count }} }
{{ product.negativeReviewCount }} 差评率 {{ product.negativeRate }}% {{ product.returnCount }} 退货占比 {{ product.returnRate }}% {{ getProductRiskLabel(product.riskLevel) }} @if (product.alerts.length) { {{ product.alerts[0].message }} }
显示 {{ productPageStart }}-{{ productPageEnd }} / {{ filteredProducts.length }} 个商品
每页
第 {{ productDisplayPage }} / {{ productTotalPages }} 页
} @if (activeTab === 'trend') {
} @if (activeTab === 'issues') {
@for (issue of data.issueMatrix.issues; track issue) { } @for (row of matrixRows; track row.designerName) { @for (cell of row.cells; track cell.issue) { } }
设计师{{ issue }}TOP问题
{{ row.designerName }} {{ cell.count }} {{ cell.pct }}% @if (cell.count > 0 && cell.issueTaxonomy) { {{ cell.issueTaxonomy.ownerHint }} }
{{ row.topIssue || '-' }} @if (row.topIssueTaxonomy) { {{ row.topIssueTaxonomy.ownerHint }} · {{ getIssueTaxonomyConfidenceLabel(row.topIssueTaxonomy.confidence) }} }
} @if (activeTab === 'ai') { } }