Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
dd01671d9e
commit
f3fbb7116c
+2
-2
@@ -2313,13 +2313,13 @@ export default function App() {
|
|||||||
<div className="flex gap-3">
|
<div className="flex gap-3">
|
||||||
<span
|
<span
|
||||||
className="font-bold text-green-600 cursor-pointer"
|
className="font-bold text-green-600 cursor-pointer"
|
||||||
onClick={() => 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}
|
运:{tb.operating}
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
className="font-bold text-orange-600 cursor-pointer"
|
className="font-bold text-orange-600 cursor-pointer"
|
||||||
onClick={() => 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 || ''}
|
待:{tb.inventory || ''}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user