| | |
| | | path: 'disjunctor-details', |
| | | component: () => import('@/views/disjunctorTestRecord/details'), |
| | | name: 'disjunctorTestDetails', |
| | | hidden: true, |
| | | // hidden: true, |
| | | meta: {title: '交直流断路测控详情', icon: 'dashboard'} |
| | | }, |
| | | { |
| | |
| | | path: 'power-details', |
| | | component: () => import('@/views/powerTestRecord/details'), |
| | | name: 'powerTestDetails', |
| | | hidden: true, |
| | | // hidden: true, |
| | | meta: {title: '通信电源测控详情', icon: 'dashboard'} |
| | | }, |
| | | { |
| | |
| | | name: 'powerCabinetHisalarm', |
| | | meta: {title: '电源柜历史告警', icon: 'dashboard'} |
| | | }, |
| | | { |
| | | path: 'hr-rt', |
| | | component: () => import('@/views/devRtalarm'), |
| | | name: 'devRtalarm', |
| | | meta: {title: '核容装置实时告警', icon: 'dashboard'} |
| | | }, |
| | | { |
| | | path: 'hr-his', |
| | | component: () => import('@/views/devHisalarm'), |
| | | name: 'devHisalarm', |
| | | meta: {title: '核容装置历史告警', icon: 'dashboard'} |
| | | }, |
| | | // { |
| | | // path: 'hr-rt', |
| | | // component: () => import('@/views/devRtalarm'), |
| | | // name: 'devRtalarm', |
| | | // meta: {title: '核容装置实时告警', icon: 'dashboard'} |
| | | // }, |
| | | // { |
| | | // path: 'hr-his', |
| | | // component: () => import('@/views/devHisalarm'), |
| | | // name: 'devHisalarm', |
| | | // meta: {title: '核容装置历史告警', icon: 'dashboard'} |
| | | // }, |
| | | ] |
| | | }, |
| | | { |