diff --git a/src/modules/scheduling/SuggestionList.tsx b/src/modules/scheduling/SuggestionList.tsx index 31fae88..2871236 100644 --- a/src/modules/scheduling/SuggestionList.tsx +++ b/src/modules/scheduling/SuggestionList.tsx @@ -88,18 +88,19 @@ export default function SuggestionList({ suggestions, onSelect }: Props) { {/* Info */}
-
- - {v.plateNumber} +
+
+ + {v.plateNumber} + + {v.vehicleType} + · + {v.region} +
+ + 年度考核 + = 1 ? 'text-emerald-600' : v.completionRate >= 0.5 ? 'text-amber-600' : 'text-rose-500'}`}>{fmtRate(v.completionRate)} - - {isRescue ? '里程低·换走' : '里程高·换下'} - - {v.vehicleType} - · - {v.region}
@@ -108,8 +109,7 @@ export default function SuggestionList({ suggestions, onSelect }: Props) { {v.customer || '-'}
- 客户日均 {Math.round(v.customerAvgDaily)} - = 1 ? 'text-emerald-600' : v.completionRate >= 0.5 ? 'text-amber-600' : 'text-rose-500'}`}>{fmtRate(v.completionRate)} + 客户日均 {Math.round(v.customerAvgDaily)} km