From 8e51c6b4e295d9ab188fb9346bec0297205ad9d0 Mon Sep 17 00:00:00 2001 From: yichenxi <yichenxi0601@163.com> Date: Thu, 05 Jan 2023 15:19:38 +0800 Subject: [PATCH] 1、设备数据导出页面完成 2、列表数据导出页面完成 --- src/router/dynamicRouter.js | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index 71e60b2..115f04b 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -107,11 +107,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' } } // ������������ // ������������������������ @@ -155,6 +168,13 @@ component: () => import('@/views/surveyReport/index'), meta: { title: '������������������', icon: 'example' } } + +const sectionReport = { + path: 'analyse/sectionReport', + name: 'sectionReport', + component: () => import('@/views/sectionReport/index'), + meta: { title: '���������������������������', icon: 'example' } +} // analyse/air const air = { path: 'analyse/air', @@ -196,8 +216,10 @@ airQualityReportDisplay, Monitoringstation, Equipment, - dailyreport, - + dailyreport, + sectionReport, + Listdata, + Equidata } // ������������������������������������4������������������������������������������������������������������������4������������������������������������ -- Gitblit v1.8.0