- 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}