|
@@ -23,7 +23,7 @@ export const asyncRoutes = [
|
|
|
|
|
|
{
|
|
|
path: "/stateMonitor",
|
|
|
- redirect: "/stateMonitor/lightmatrix",
|
|
|
+ redirect: "/stateMonitor/statusMatrix",
|
|
|
component: () => import("@/views/stateMonitor"),
|
|
|
name: "stateMonitor",
|
|
|
meta: {
|
|
@@ -34,8 +34,8 @@ export const asyncRoutes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: "statusMatrix",
|
|
|
- component: () => import("@/views/stateMonitor/powerPredictMatrix"),
|
|
|
- name: "agc",
|
|
|
+ component: () => import("@/views/stateMonitor/Status/Status"),
|
|
|
+ name: "Status",
|
|
|
meta: {
|
|
|
title: "状态监视",
|
|
|
icon: "svg-fengdian",
|
|
@@ -597,11 +597,10 @@ export const asyncRoutes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: "statistical",
|
|
|
- redirect: "stationStatistical/station",
|
|
|
name: "statistical",
|
|
|
meta: {
|
|
|
title: "统计分析管理",
|
|
|
- elIcon: "TrendCharts",
|
|
|
+ elIcon: "Collection",
|
|
|
permissions: ["jn_dlbb"],
|
|
|
},
|
|
|
component: () => import("@/views/sxReport/stationStatistical"),
|
|
@@ -618,130 +617,202 @@ export const asyncRoutes = [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ {
|
|
|
+ path: "analyzeView",
|
|
|
+ name: "analyzeView",
|
|
|
+ meta: {
|
|
|
+ title: "统计分析查看",
|
|
|
+ elIcon: "Postcard",
|
|
|
+ permissions: ["jn_dlbb"],
|
|
|
+ },
|
|
|
+ component: () => import("@/views/sxReport/analyzeView"),
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: "lowtablequery",
|
|
|
+ name: "lowtablequery",
|
|
|
+ component: () => import("@/views/sxReport/analyzeView/lowtablequery"),
|
|
|
+ meta: {
|
|
|
+ title: "表低查询",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "companyMonth",
|
|
|
+ name: "companyMonth",
|
|
|
+ component: () => import("@/views/sxReport/analyzeView/companyMonth"),
|
|
|
+ meta: {
|
|
|
+ title: "公司月度数据",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "reliabilityAnalysis",
|
|
|
+ name: "reliabilityAnalysis",
|
|
|
+ component: () => import("@/views/sxReport/analyzeView/reliabilityAnalysis"),
|
|
|
+ meta: {
|
|
|
+ title: "可靠性分析",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "comprehensiveFactory",
|
|
|
+ name: "comprehensiveFactory",
|
|
|
+ component: () => import("@/views/sxReport/analyzeView/comprehensiveFactory"),
|
|
|
+ meta: {
|
|
|
+ title: "综合厂用电率分析",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "singleMachine",
|
|
|
+ name: "singleMachine",
|
|
|
+ component: () => import("@/views/sxReport/analyzeView/singleMachine"),
|
|
|
+ meta: {
|
|
|
+ title: "单机故障查询",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "stationFault",
|
|
|
+ name: "stationFault",
|
|
|
+ component: () => import("@/views/sxReport/analyzeView/stationFault"),
|
|
|
+ meta: {
|
|
|
+ title: "场站故障统计",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "dayReport",
|
|
|
+ name: "dayReport",
|
|
|
+ meta: {
|
|
|
+ title: "日报表管理",
|
|
|
+ elIcon: "Coin",
|
|
|
+ permissions: ["jn_dlbb"],
|
|
|
+ },
|
|
|
+ component: () => import("@/views/sxReport/dayReport"),
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: "foreignReports",
|
|
|
+ name: "foreignReports",
|
|
|
+ component: () => import("@/views/sxReport/dayReport/foreignReports"),
|
|
|
+ meta: {
|
|
|
+ title: "生产运营日报外报",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "foreignReportsIn",
|
|
|
+ name: "foreignReportsIn",
|
|
|
+ component: () => import("@/views/sxReport/dayReport/foreignReportsIn"),
|
|
|
+ meta: {
|
|
|
+ title: "生产运营日报内报",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "dailyReportofCentralized",
|
|
|
+ name: "dailyReportofCentralized",
|
|
|
+ component: () => import("@/views/sxReport/dayReport/dailyReportofCentralized"),
|
|
|
+ meta: {
|
|
|
+ title: "集控中心日报表",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "dataExtraction",
|
|
|
+ name: "dataExtraction",
|
|
|
+ component: () => import("@/views/sxReport/dayReport/dataExtraction"),
|
|
|
+ meta: {
|
|
|
+ title: "小程序数据提取",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "companyMonthReportO",
|
|
|
+ name: "companyMonthReportO",
|
|
|
+ component: () => import("@/views/sxReport/dayReport/companyMonthReportO"),
|
|
|
+ meta: {
|
|
|
+ title: "集团月报1",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "companyMonthReportT",
|
|
|
+ name: "companyMonthReportT",
|
|
|
+ component: () => import("@/views/sxReport/dayReport/companyMonthReportT"),
|
|
|
+ meta: {
|
|
|
+ title: "集团月报2",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "sxxnyMonthReport",
|
|
|
+ name: "sxxnyMonthReport",
|
|
|
+ component: () => import("@/views/sxReport/dayReport/sxxnyMonthReport"),
|
|
|
+ meta: {
|
|
|
+ title: "山西新能源月报表",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "szhfMonthReport",
|
|
|
+ name: "szhfMonthReport",
|
|
|
+ component: () => import("@/views/sxReport/dayReport/szhfMonthReport"),
|
|
|
+ meta: {
|
|
|
+ title: "朔州海丰月报表",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "tbsqMonthReport",
|
|
|
+ name: "tbsqMonthReport",
|
|
|
+ component: () => import("@/views/sxReport/dayReport/tbsqMonthReport"),
|
|
|
+ meta: {
|
|
|
+ title: "太仆寺旗月报表",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "indexAnalysis",
|
|
|
+ name: "indexAnalysis",
|
|
|
+ meta: {
|
|
|
+ title: "运行指标分析",
|
|
|
+ elIcon: "DataAnalysis",
|
|
|
+ permissions: [""],
|
|
|
+ },
|
|
|
+ component: () => import("@/views/sxReport/indexAnalysis"),
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: "machineRunning",
|
|
|
+ name: "machineRunning",
|
|
|
+ component: () => import("@/views/sxReport/indexAnalysis/machineRunning"),
|
|
|
+ meta: {
|
|
|
+ title: "单机运行时间分析",
|
|
|
+ icon: "",
|
|
|
+ permissions: ["jn_dlbb_dmb"],
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
];
|