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)}