|
|
@@ -54,6 +54,12 @@ type DriveCard = {
|
|
|
};
|
|
|
|
|
|
const driveCards: DriveCard[] = [
|
|
|
+ {
|
|
|
+ title: "经营驾驶舱",
|
|
|
+ description: "查看经营分析、经营指标与执行情况。",
|
|
|
+ icon: "mdi:business",
|
|
|
+ url: "https://report.deepoil.cc/webroot/decision/v10/entry/access/9fb42908-894a-4373-a6be-ce046a42851d?preview=true&page_number=1",
|
|
|
+ },
|
|
|
{
|
|
|
title: "生产驾驶舱",
|
|
|
description: "查看生产运营态势、核心指标与执行情况。",
|
|
|
@@ -66,12 +72,6 @@ const driveCards: DriveCard[] = [
|
|
|
icon: "mdi:finance",
|
|
|
url: "https://report.deepoil.cc/webroot/decision/v10/entry/access/e836fb5b-092c-4d64-a324-3beeb4fac0cc?preview=true&page_number=1",
|
|
|
},
|
|
|
- {
|
|
|
- title: "经营驾驶舱",
|
|
|
- description: "查看经营分析、经营指标与执行情况。",
|
|
|
- icon: "mdi:business",
|
|
|
- url: "https://report.deepoil.cc/webroot/decision/v10/entry/access/9fb42908-894a-4373-a6be-ce046a42851d?preview=true&page_number=1",
|
|
|
- },
|
|
|
];
|
|
|
|
|
|
const openDrive = async (option: DriveCard) => {
|