From 335282a2c33156ca8f8a58d5f4ecaf86d7dc953c Mon Sep 17 00:00:00 2001 From: kkfluous Date: Thu, 16 Apr 2026 23:24:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(scheduling):=20add=20km=20unit=20to=20?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=97=A5=E5=9D=87;=20move=20=E5=B9=B4?= =?UTF-8?q?=E5=BA=A6=E8=80=83=E6=A0=B8=20to=20top-right=20of=20list=20item?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- src/modules/scheduling/SuggestionList.tsx | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) 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