@if (loading) {
} @else if (error) {
} @else if (dataset) {
@if (section === 'kanban') {
@if (actionById(section.id); as action) {
建议说明{{ action.description }}
{{ action.priority }}
证据来源{{ action.evidence }}
{{ action.metric }}
@if (action.productId) {
关联商品{{ action.productTitle }}
{{ action.productId }}
}
}
}
@if (section === 'experience') {
}
@if (section === 'iteration') {
@for (action of operatingActions; track action.id) {
} @empty {
}
}
@if (section === 'strategy') {
@for (item of categories; track item.category) {
{{ item.category }}{{ item.productCount }} 个商品 · 退款金额占比 {{ percent(item.refundRate) }}
{{ currency(item.gmv) }}
}
当前经营周期{{ dataset.source.dateRange.start }} 至 {{ dataset.source.dateRange.end }}
短周期
竞品关系国内商品映射
{{ dataset.summary.relations }} 条
}
}