diff --git a/src/App.tsx b/src/App.tsx
index 691ac95..a2d42c6 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1393,7 +1393,7 @@ export default function App() {
onClick={() => setDeptViewMode('manager')}
className={`px-4 py-1.5 text-xs font-bold rounded-md transition-all ${deptViewMode === 'manager' ? 'bg-white text-blue-600 shadow-sm' : 'text-gray-500 hover:text-gray-700'}`}
>
- 按业务员
+ 按业务负责人
@@ -1406,7 +1406,7 @@ export default function App() {
onChange={(e) => setSelectedManager(e.target.value)}
className="w-full pl-9 pr-8 py-1.5 bg-white border border-gray-200 rounded-lg text-xs focus:outline-none focus:ring-2 focus:ring-blue-500/20 focus:border-blue-500 transition-all shadow-sm appearance-none cursor-pointer font-bold text-gray-700"
>
-
+
{allManagersList.map(m => (
))}