From 2f11afc25fd46c1afd730c3255b180d6ad249fb9 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Thu, 16 Apr 2026 23:05:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(scheduling):=20shorten=20department=20name?= =?UTF-8?q?=20by=20removing=20=E4=B8=9A=E5=8A=A1=20prefix?= 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 caa9ee2..7760437 100644 --- a/src/modules/scheduling/SuggestionList.tsx +++ b/src/modules/scheduling/SuggestionList.tsx @@ -102,7 +102,7 @@ export default function SuggestionList({ suggestions, onSelect }: Props) { {v.region}
- {v.department && {v.department}} + {v.department && {v.department.replace('业务', '')}} {v.manager && {v.manager}} {v.customer || '-'} 日均 {Math.round(v.customerAvgDaily)}