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