feat(growth): close same-item reconciliation loop
This commit is contained in:
@@ -47,10 +47,10 @@
|
||||
<em>{{ growth.active_product_count | default(0) | number_format }} 個有銷售商品</em>
|
||||
</div>
|
||||
<div class="growth-command-kpi">
|
||||
<span class="growth-kpi-label">比價可用率</span>
|
||||
<span class="growth-kpi-label">正式比價覆蓋</span>
|
||||
<strong class="growth-kpi-value momo-mono">{{ growth.mapping_rate | default(0) }}%</strong>
|
||||
<div class="growth-progress"><span style="width: {{ growth.mapping_rate_width | default(0) }}%"></span></div>
|
||||
<em>{{ growth.mapped_count | default(0) }} / {{ growth.candidate_count | default(0) }} 個高業績商品已對應</em>
|
||||
<em>{{ growth.mapped_count | default(0) }}/{{ growth.candidate_count | default(0) }} 商品 · 業績涵蓋 {{ growth.comparison_revenue_coverage_rate | default(0) }}%</em>
|
||||
</div>
|
||||
<div class="growth-command-kpi">
|
||||
<span class="growth-kpi-label">最大業績分類</span>
|
||||
|
||||
Reference in New Issue
Block a user