From ceed067807ce8aecf5fad44847ba43c2c09d40b8 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Thu, 16 Apr 2026 23:06:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(scheduling):=20re-layout=20list=20item?= =?UTF-8?q?s=20=E2=80=94=20left=20group=20(dept/manager/customer)=20+=20ri?= =?UTF-8?q?ght=20group=20(daily/rate)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/scheduling/SuggestionList.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) 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 */} -
+
干预