diff --git a/src/App.tsx b/src/App.tsx index 10ef489..852d9cd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -474,7 +474,8 @@ export default function App() { {/* Header Summary - Ultra Compact */}
{/* Total Assets */} -
+
setShowPlateNumbers({ batch: 'All', model: 'All', location: 'All' })}>
@@ -485,7 +486,8 @@ export default function App() {
{/* Operating */} -
+
setShowPlateNumbers({ batch: 'All', model: 'All', location: 'All', category: 'Operating' })}>
@@ -499,7 +501,8 @@ export default function App() {
{/* Inventory */} -
+
setShowPlateNumbers({ batch: 'All', model: 'All', location: 'All', category: 'Inventory' })}>
@@ -1831,15 +1834,15 @@ export default function App() {
-
总运营
+
总资产
{dept.totalAssets}
-
出勤
+
运营中
{dept.operatingCount}
-
闲置
+
闲置中
{dept.idleCount}