V10.572 補 PChome 決策支援覆蓋率
All checks were successful
CD Pipeline / deploy (push) Successful in 1m7s

This commit is contained in:
OoO
2026-06-02 12:05:58 +08:00
parent 6134b8e332
commit 930ad402ff
12 changed files with 147 additions and 13 deletions

View File

@@ -330,9 +330,12 @@ let priceChartInstance = null;
const recommended = coverage.recommended_next_action || {};
const recommendedText = recommended.label ? ` · 建議 ${recommended.label}` : '';
return (
`可用比價 ${formatBackfillRate(coverage.decision_ready_rate)}`
`決策支援 ${formatBackfillRate(coverage.decision_support_rate || coverage.decision_ready_rate)}`
+ ` · 精準可用 ${formatBackfillRate(coverage.decision_ready_rate)}`
+ ` · 身份 ${formatBackfillRate(coverage.match_rate)}`
+ ` · 新鮮 ${formatBackfillRate(coverage.fresh_match_rate)}`
+ ` · 型錄可比 ${formatBackfillCount(coverage.catalog_comparable_count)}`
+ ` · 單位價 ${formatBackfillCount(coverage.unit_comparable_count)}`
+ ` · 待刷新 ${formatBackfillCount(coverage.stale_matches)}`
+ ` · 待補抓 ${formatBackfillCount(coverage.pending)}`
+ previewText