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}