| | |
| | | path: 'charts/contrast', |
| | | name: 'contrast', |
| | | component: () => import('@/views/contrast/index'), |
| | | meta: { title: '监测因子对比', icon: 'example' } |
| | | meta: { title: '监测因子相关性对比', icon: 'example' } |
| | | } |
| | | |
| | | const averageContrast = { |
| | |
| | | component: () => import('@/views/airPollutionCalendar/index'), |
| | | meta: { title: '空气质量污染日历', icon: 'example' } |
| | | } |
| | | |
| | | // const PM5PM10ForecastChart = { |
| | | // path: 'charts/PM5PM10ForecastChart', |
| | | // name: 'PM5PM10ForecastChart', |
| | | // component: () => import('@/views/PM5PM10ForecastChart/index'), |
| | | // meta: { title: 'PM5PM10预测图', icon: 'example' } |
| | | // } |
| | | |
| | | // 报表管理 |
| | | const showMpData = { |
| | |
| | | airQualityReportDisplay, |
| | | Monitoringstation, |
| | | Equipment, |
| | | dailyreport, |
| | | dailyreport, |
| | | sectionReport, |
| | | Listdata, |
| | | Equidata |