diff --git a/src/modules/scheduling/SuggestionList.tsx b/src/modules/scheduling/SuggestionList.tsx
index 7760437..2a70177 100644
--- a/src/modules/scheduling/SuggestionList.tsx
+++ b/src/modules/scheduling/SuggestionList.tsx
@@ -101,17 +101,21 @@ export default function SuggestionList({ suggestions, onSelect }: Props) {
·
{v.region}
-
- {v.department &&
{v.department.replace('业务', '')}}
- {v.manager &&
{v.manager}}
-
{v.customer || '-'}
-
日均 {Math.round(v.customerAvgDaily)}
-
年度达标 = 1 ? 'text-emerald-600' : v.completionRate >= 0.5 ? 'text-amber-600' : 'text-rose-500'}`}>{fmtRate(v.completionRate)}
+
+
+ {v.department && {v.department.replace('业务', '')}}
+ {v.manager && {v.manager}}
+ {v.customer || '-'}
+
+
+ 日均 {Math.round(v.customerAvgDaily)}
+ = 1 ? 'text-emerald-600' : v.completionRate >= 0.5 ? 'text-amber-600' : 'text-rose-500'}`}>{fmtRate(v.completionRate)}
+
{/* Right */}
-