fix(ui): lead with revenue comparison coverage
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
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>
|
||||
<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) }} 商品 · 業績涵蓋 {{ growth.comparison_revenue_coverage_rate | default(0) }}%</em>
|
||||
<span class="growth-kpi-label">業績比價覆蓋</span>
|
||||
<strong class="growth-kpi-value momo-mono">{{ growth.comparison_revenue_coverage_rate | default(0) }}%</strong>
|
||||
<div class="growth-progress"><span style="width: {{ growth.comparison_revenue_coverage_width | default(0) }}%"></span></div>
|
||||
<em>NT$ {{ growth.comparison_ready_sales_7d | default(0) | number_format }} / {{ growth.comparison_total_sales_7d | default(0) | number_format }} · {{ growth.mapped_count | default(0) }}/{{ growth.candidate_count | default(0) }} 商品</em>
|
||||
</div>
|
||||
<div class="growth-command-kpi">
|
||||
<span class="growth-kpi-label">最大業績分類</span>
|
||||
|
||||
Reference in New Issue
Block a user