From f3fbb7116cbe2025567d5f8130cda77c7000c70d Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sat, 28 Mar 2026 18:32:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E8=BD=A6=E5=9E=8B=E4=B8=8B=E9=92=BB=E6=94=B9=E7=94=A8?= =?UTF-8?q?vehicleType=E5=8F=82=E6=95=B0?= 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 01b559b..a298c51 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2313,13 +2313,13 @@ export default function App() {
setShowPlateNumbers({ batch: 'All', model: 'All', location: r.region, type: tb.type, category: 'Operating', source: 'asset' })} + onClick={() => setShowPlateNumbers({ batch: 'All', model: 'All', location: r.region, vehicleType: tb.type, category: 'Operating', source: 'asset' })} > 运:{tb.operating} setShowPlateNumbers({ batch: 'All', model: 'All', location: r.region, type: tb.type, category: 'Pending', source: 'asset' })} + onClick={() => setShowPlateNumbers({ batch: 'All', model: 'All', location: r.region, vehicleType: tb.type, category: 'Pending', source: 'asset' })} > 待:{tb.inventory || ''}