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 || ''}