From dfc32c44851903bcd8690abc7da375d3fa6ae6d5 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Thu, 16 Apr 2026 23:07:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(scheduling):=20rename=20=E6=97=A5=E5=9D=87?= =?UTF-8?q?=E2=86=92=E5=AE=A2=E6=88=B7=E6=97=A5=E5=9D=87=20to=20avoid=20am?= =?UTF-8?q?biguity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/scheduling/SuggestionList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/scheduling/SuggestionList.tsx b/src/modules/scheduling/SuggestionList.tsx index 2a70177..31fae88 100644 --- a/src/modules/scheduling/SuggestionList.tsx +++ b/src/modules/scheduling/SuggestionList.tsx @@ -108,7 +108,7 @@ export default function SuggestionList({ suggestions, onSelect }: Props) { {v.customer || '-'}
- 日均 {Math.round(v.customerAvgDaily)} + 客户日均 {Math.round(v.customerAvgDaily)} = 1 ? 'text-emerald-600' : v.completionRate >= 0.5 ? 'text-amber-600' : 'text-rose-500'}`}>{fmtRate(v.completionRate)}