@for (card of statCards; track card.label) {
@switch (card.icon) { @case ('package') { 📦 } @case ('check') { } @case ('truck') { 🚚 } @case ('home') { 🏠 } }
{{ card.value | number }}
{{ card.label }}
} @if (siteDistribution.length > 0) {
站点分布
@for (sd of siteDistribution; track sd.site) {
{{ sd.site }}
{{ sd.count | number }}
}
}
@for (p of products; track p.objectId) { }
产品标识 商品名称 站点 店铺 品牌 价格 状态 配送 设计师 运营人 上架时间
@if (p.parentAsin && p.parentAsin !== p.asin) { 父: {{ p.parentAsin }} }
{{ p.itemName || '-' }}
{{ p.site }} {{ p.brand || '-' }} @if (p.price !== null) { {{ p.currency }} {{ p.price }} } @else { - } {{ getStatusLabel(p.itemStatus) }} @if (p.fulfillmentType) { {{ p.fulfillmentType }} } @else { - } {{ p.designerName || '-' }} {{ p.operatorName || '-' }} {{ p.openDateSite || '-' }}
共 {{ total | number }} 条 / {{ totalPages }} 页
{{ currentPage }}