+
+ {{ r.created_at or '-' }}
+ {{ r.sku }}
+
+
+ {{ r.name or '-' }}
+
+ {{ r.strategy or '-' }}
+ {{ '%.0f'|format((r.confidence or 0) * 100) }}%
+
+
+ {{ r.momo_price or '-' }} / {{ r.pchome_price or '-' }}
+ gap {{ '%.1f'|format(r.gap_pct or 0) }}%
+
+ {{ r.reason or '尚無原因摘要' }}
+