From df438ecd2e03416f0454cf98a667d9e53a1b5dd8 Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Mon, 09 Jan 2023 13:19:18 +0800 Subject: [PATCH] 1.空气质量报告模板修改,2.走航监测报告模板修改,3.道路尘负荷页面03区间修改,4.尘负荷走航报告模板名字修改 --- src/router/dynamicRouter.js | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index f7e5147..008dee3 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -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