| | |
| | | component: () => import('@/views/fysp/scenereport/StorageReport.vue') |
| | | }, |
| | | { |
| | | //监管任务 |
| | | name: 'taskmanage', |
| | | path: '/fysp/task/manage', |
| | | component: () => import('@/views/fysp/task/TaskManage.vue'), |
| | | meta: { keepAlive: true } |
| | | }, |
| | | { |
| | | //监管任务场景编辑 |
| | | name: 'monitorObjEdit', |
| | | path: '/fysp/task/edit', |
| | | component: () => import('@/views/fysp/task/MonitorObjEdit.vue') |
| | | }, |
| | | { |
| | | //监管任务计划编辑 |
| | | name: 'monitorPlanEdit', |
| | | path: '/fysp/task/plan/edit', |
| | | component: () => import('@/views/fysp/task/MonitorPlanEdit.vue') |
| | | }, |
| | | { |
| | | //监管任务计划编辑 |
| | | name: 'monitorTaskCreate', |
| | | path: '/fysp/task/create', |
| | | component: () => import('@/views/fysp/task/MonitorTaskCreate.vue') |
| | | }, |
| | | { |
| | | //问题审核 |
| | | name: 'procheck', |
| | | path: '/fysp/procheck', |
| | |
| | | component: () => import('@/views/fysp/config/DeviceMatch.vue') |
| | | }, |
| | | { |
| | | //评估规则管理 |
| | | name: 'fyspEvalutationRule', |
| | | path: '/fysp/config/evalutationRule', |
| | | component: () => import('@/views/fysp/config/EvalutationRule.vue') |
| | | }, |
| | | { |
| | | //评估数据源 |
| | | name: 'fyspEvalutationTask', |
| | | path: '/fysp/evaluation/evalutationTask', |