diff --git a/src/App.tsx b/src/App.tsx index a298c51..3b4b96b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -999,48 +999,34 @@ export default function App() { {model.model}
- - - 运营 {model.operating} - + 资产 {model.total} + 库存 {model.inventory} + 运营 {model.operating}
{expandedModels.has(model.model) && (
-
setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Inventory' })} - > +
setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Inventory', source: 'asset', title: `${model.model} - 库存` })}> 总库存 {model.inventory}
-
- setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Pending' }) - } - > +
setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Pending', source: 'asset', title: `${model.model} - 待交车` })}> 待交车 {model.pending}
- {['嘉兴', '广东', '北京', '新疆', '其他'].map((reg) => ( + {['嘉兴', '广东', '北京', '新疆', '其他'].map(reg => (
-
- {reg === '嘉兴' ? '江浙沪' : reg} -
+
{reg === '嘉兴' ? '浙' : reg === '广东' ? '粤' : reg === '北京' ? '京' : reg === '新疆' ? '新' : '其'}
{(model.inventoryRegions[reg] || 0) > 0 ? (
-
- setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Delivered' }) - } - > +
setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Delivered', source: 'asset', title: `${model.model} - 本周交车` })}> 本周已交车 {model.weeklyDelivered}
-
- setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Returned' }) - } - > +
setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Returned', source: 'asset', title: `${model.model} - 本周还车` })}> 已还车 {model.weeklyReturned}
-
- setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Replaced' }) - } - > +
setShowPlateNumbers({ batch: 'All', model: model.model, location: 'All', category: 'Replaced', source: 'asset', title: `${model.model} - 本周替换` })}> 已替换 {model.weeklyReplaced}
@@ -2635,7 +2609,6 @@ export default function App() {
客户详情
{cust.customer}
-
主责业务负责人: {cust.manager}
主要车型
@@ -2644,8 +2617,8 @@ export default function App() {
-
运营状态
-
正常运营中
+
业务经理
+
{cust.manager}
资产占比
@@ -2695,7 +2668,6 @@ export default function App() {
客户详情
{cust.customer}
-
主责: {cust.manager}
主要车型
@@ -2704,8 +2676,8 @@ export default function App() {
-
运营状态
-
正常运营中
+
业务经理
+
{cust.manager}
资产占比