From d56011ab8b08b053a842a4cbc60e14e3ab036419 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sat, 28 Mar 2026 23:12:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=9E=8B?= =?UTF-8?q?=E5=8F=B7badge(=E8=B5=84=E4=BA=A7/=E5=BA=93=E5=AD=98/=E8=BF=90?= =?UTF-8?q?=E8=90=A5)=E5=A2=9E=E5=8A=A0=E7=82=B9=E5=87=BB=E4=B8=8B?= =?UTF-8?q?=E9=92=BB?= 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0532b89..579eb37 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -804,9 +804,9 @@ export default function App() { {model.model}
- 资产 {model.total} - 库存 {model.inventory} - 运营 {model.operating} + { e.stopPropagation(); setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', source: 'asset', title: model.model }); }}>资产 {model.total} + { e.stopPropagation(); setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Inventory', source: 'asset', title: `${model.model} - 库存` }); }}>库存 {model.inventory} + { e.stopPropagation(); setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Operating', source: 'asset', title: `${model.model} - 在运营` }); }}>运营 {model.operating}