From 40f05ecf00af59a98380f4baff7838c21b341157 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Thu, 26 Mar 2026 14:58:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B5=84=E4=BA=A7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=B1=87=E6=80=BB=E6=B7=BB=E5=8A=A0=E6=80=BB?= =?UTF-8?q?=E8=AE=A1=E8=A1=8C?= 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, 15 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 6239b94..be43b91 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -347,6 +347,21 @@ export default function App() { 本周还车 本周替换 + + 总计 + + {SUMMARY.totalAssets} + {SUMMARY.inventory.total} + {['嘉兴', '广东', '北京', '新疆', '其他'].map((reg) => { + const val = processedData.reduce((sum, t) => sum + (t.inventoryRegions?.[reg] || 0), 0); + return {val || ''}; + })} + {SUMMARY.pendingDelivery || ''} + {SUMMARY.operating.total} + {SUMMARY.weeklyDelivered || ''} + {SUMMARY.weeklyReturned || ''} + {SUMMARY.weeklyReplaced || ''} + {processedData.map((typeGroup) => (