From b779e6b29c7c6837a1a533b7e6c624a71ed93382 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sat, 28 Mar 2026 18:40:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A1=B6=E9=83=A8=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=8A=A0=E7=82=B9=E5=87=BB=E4=B8=8B=E9=92=BB=EF=BC=8C=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=94=B9=E4=B8=BA=E6=80=BB?= =?UTF-8?q?=E8=B5=84=E4=BA=A7/=E8=BF=90=E8=90=A5=E4=B8=AD/=E9=97=B2?= =?UTF-8?q?=E7=BD=AE=E4=B8=AD?= 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 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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}