From 96219d95b6f2c747ce106058b5d544fab3d967b4 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sat, 28 Mar 2026 23:49:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=80=E6=9C=89"=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E5=91=98"=E6=94=B9=E4=B8=BA"=E4=B8=9A=E5=8A=A1=E8=B4=9F?= =?UTF-8?q?=E8=B4=A3=E4=BA=BA"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 => ( ))}