@if (loading) {
} @else if (error) {
} @else if (dataset && summary) {
@if (section === 'overview') {
退款金额/件数/订单来自日度经营数据
已接通
商品退款风险按商品汇总退款金额占比
已接通
退款原因与责任归属需要订单级售后明细
待接入
} @if (section === 'attribution') {
} @if (section === 'correlation') { } @for (product of riskProducts; track product.productId) { }
商品类目成交金额退款金额退款金额占比
{{ product.category2 || product.category1 }}{{ currency(product.summary.gmv) }}{{ currency(product.summary.refundAmount) }}{{ percent(product.summary.refundToGmvRate) }}
}