From 22560a5ce2e5e52ba0889ea0ae1107e53b76a4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Tue, 2 Sep 2025 17:58:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(SidebarMenu):=20=E4=BF=AE=E6=94=B9=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E5=8D=A0=E4=BD=8D=E6=96=87=E6=9C=AC=E4=B8=BA?= =?UTF-8?q?"=E6=90=9C=E7=B4=A2=E5=AE=A2=E6=88=B7..."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原占位文本"搜索联系人、群组"不符合当前业务场景,更新为更准确的"搜索客户..." --- Cunkebao/src/pages/pc/ckbox/components/SidebarMenu/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cunkebao/src/pages/pc/ckbox/components/SidebarMenu/index.tsx b/Cunkebao/src/pages/pc/ckbox/components/SidebarMenu/index.tsx index b143d406..4704cf38 100644 --- a/Cunkebao/src/pages/pc/ckbox/components/SidebarMenu/index.tsx +++ b/Cunkebao/src/pages/pc/ckbox/components/SidebarMenu/index.tsx @@ -93,7 +93,7 @@ const SidebarMenu: React.FC = ({ {/* 搜索栏 */}
} value={searchKeyword} onChange={e => handleSearch(e.target.value)}