@if (filterCategory || filterDateFrom || filterDateTo || filterDesignerName || filterOperatorName || filterItemStatus || filterFulfillmentType) { }
@if (showFilters) {
} @if (isSearching) { } @if (products.length === 0 && !isSearching) { } @if (products.length > 0) {
共找到 {{ totalProducts }} 个产品 第 {{ currentPage }} 页,共 {{ totalPages }} 页
排序:
@for (product of products; track product.id) {
{{ formatCurrency(product.price) }} 销量: {{ formatNumber(product.sales) }} ⭐ {{ product.vocSummary.averageRating }}
👍 {{ formatPercentage(product.vocSummary.positiveRate) }} 👎 {{ formatPercentage(product.vocSummary.negativeRate) }} 💬 {{ formatNumber(product.vocSummary.totalReviews) }}
@if (product.designerName) { 设计师: {{ product.designerName }} } @if (product.operatorName) { 运营: {{ product.operatorName }} } @if (product.itemStatus) { {{ getListingStatusLabel(product.itemStatus) }} } @if (product.fulfillmentType) { {{ product.fulfillmentType }} }
@if (healthScores[product.asin]; as hs) {
{{ hs.healthScore }} @if (hs.topIssue) { {{ hs.topIssue }} }
} @if (priorityIssues[product.asin]; as issues) { @if (issues.length > 0) {
@for (iss of issues; track iss.name) { {{ iss.name }} }
} }
{{ product.category }} @if (product.store) { {{ product.store }} }
}
@if (totalPages > 1) { }
}