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) => (