From 46b328deebfc604ecfe6e34afe08403d95356614 Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Wed, 12 Apr 2023 09:52:51 +0800 Subject: [PATCH] 1、设备详情显示修改 2、监测因子对比改成监测因子相关性对比 3、监测因子相关性对比显示修改 --- src/router/dynamicRouter.js | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index f7e5147..e9126fd 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -56,7 +56,7 @@ path: 'charts/contrast', name: 'contrast', component: () => import('@/views/contrast/index'), - meta: { title: '������������������', icon: 'example' } + meta: { title: '���������������������������', icon: 'example' } } const averageContrast = { @@ -114,11 +114,24 @@ component: () => import('@/views/Monitoringstation/index'), meta: { title: '������������������', icon: 'example' } } +const Listdata = { + path: 'report/Listdata', + name: 'Listdata', + component: () => import('@/views/Listdata/index'), + meta: { title: '������������������', icon: 'example' } +} + const Equipment = { path: 'report/Equipment', name: 'Equipment', component: () => import('@/views/Equipment/index'), meta: { title: '������������', icon: 'example' } +} +const Equidata = { + path: 'report/Equidata', + name: 'Equipment', + component: () => import('@/views/Equidata/index'), + meta: { title: '������������������', icon: 'example' } } // ������������ // ������������������������ @@ -212,7 +225,8 @@ Equipment, dailyreport, sectionReport, - // PM5PM10ForecastChart + Listdata, + Equidata } // ������������������������������������4������������������������������������������������������������������������4������������������������������������ -- Gitblit v1.8.0