@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.userAccount }} |
{{ 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 }}