From cae508a70a4a37bafa5699b2401d7a005228580b Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sat, 28 Mar 2026 23:44:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=80=E7=BA=A7=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E4=BB=85=E5=AE=A2=E6=88=B7=E5=90=8D=E7=A7=B0=E7=94=A8=E6=A8=A1?= =?UTF-8?q?=E7=B3=8A=E6=90=9C=E7=B4=A2=EF=BC=8C=E5=85=B6=E4=BB=96=E6=94=B9?= =?UTF-8?q?=E5=9B=9Eselect=E4=B8=8B=E6=8B=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 库存-车型名称、客户-业务负责人改回原生select - 仅区域筛选和客户筛选的"客户名称"保留SearchSelect模糊搜索 - 弹窗内车牌搜索保留SearchSelect(二级页面) Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1ee5bec..f231d90 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1048,7 +1048,10 @@ export default function App() {
- setInventoryFilters({...inventoryFilters, model: v})} options={uniqueInventoryModels} placeholder="全部车型" /> +
@@ -2234,7 +2237,10 @@ export default function App() {
- setCustomerFilters(prev => ({ ...prev, manager: v }))} options={uniqueCustomerManagers} placeholder="所有负责人" className="text-xs py-2 px-2" /> +