diff --git a/src/modules/scheduling/SuggestionDetail.tsx b/src/modules/scheduling/SuggestionDetail.tsx
index e6b973f..c013092 100644
--- a/src/modules/scheduling/SuggestionDetail.tsx
+++ b/src/modules/scheduling/SuggestionDetail.tsx
@@ -97,21 +97,15 @@ export default function SuggestionDetail({ suggestion: s, onClose, onNotifySucce
-
-
- {v.targetName}
- |
- 已跑 {fmtKm(v.currentYearMileage)}
- 考核 {fmtKm(v.yearTarget)} km
- {v.region}
-
-
- 客户 {v.customer || '-'}
- 日均 {Math.round(v.customerAvgDaily)} km
-
+
+ {v.targetName}
+ {v.region}
+ |
+ 客户 {v.customer || '-'}
+ 日均 {Math.round(v.customerAvgDaily)} km
- {/* Metrics row — same style as candidates */}
+ {/* Metrics row */}