diff --git a/src/App.tsx b/src/App.tsx index 4dc6e0f..21b9e38 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -196,80 +196,76 @@ export default function App() { {/* Header Summary - Ultra Compact */}
{/* Total Assets */} -
-
+
+
-
-
资产总数
+
+
资产总数
{SUMMARY.totalAssets.toLocaleString()}
{/* Operating */} -
-
+
+
-
-
总运营
-
- {SUMMARY.operating.total} - - 自{SUMMARY.operating.self} 租{SUMMARY.operating.leased} - +
+
总运营
+
{SUMMARY.operating.total}
+
+ 自营{SUMMARY.operating.self} 租赁{SUMMARY.operating.leased}
{/* Inventory */} -
-
+
+
-
-
总库存
-
- {SUMMARY.inventory.total} - - 库{SUMMARY.inventory.inStock} 异{SUMMARY.inventory.abnormal} - +
+
总库存
+
{SUMMARY.inventory.total}
+
+ 库存{SUMMARY.inventory.inStock} 异动{SUMMARY.inventory.abnormal}
{/* Pending */}
setShowPlateNumbers({ batch: 'All', model: 'All', location: 'All', category: 'Pending' })} > -
+
-
-
待交车
+
+
待交车
{SUMMARY.pendingDelivery}
{/* New */} -
-
+
+
-
-
本周新增
+
+
本周新增
{SUMMARY.weeklyNew}
{/* Removed */} -
-
+
+
-
-
本周移除
+
+
本周移除
{SUMMARY.weeklyRemoved}
@@ -626,7 +622,7 @@ export default function App() { {['嘉兴', '广东', '北京', '新疆', '其他'].map((reg) => (
- {reg === '嘉兴' ? '浙' : reg === '广东' ? '粤' : reg === '北京' ? '京' : reg === '新疆' ? '新' : '其'} + {reg === '嘉兴' ? '江浙沪' : reg}
{(model.inventoryRegions[reg] || 0) > 0 ? (