This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user