diff --git a/src/router/ems.js b/src/router/ems.js index ab8a59d..3be3c32 100644 --- a/src/router/ems.js +++ b/src/router/ems.js @@ -100,6 +100,21 @@ export const dzjk=[ name: 'DjzkGzgj', meta: { title: '故障告警',breadcrumb: false,activeMenu: '/dzjk',activeSecondMenuName:'DjzkGzgj' } }, + { + path: '/dzjk/tjbb', + component: () => import('@/views/ems/dzjk/tjbb/index.vue'), + name: 'DjzkTjbb', + meta: {title: '统计报表', breadcrumb: false, activeMenu: '/dzjk'}, + redirect: '/dzjk/tjbb/gltj', + children: [ + { + path: 'gltj', + component: () => import('@/views/ems/dzjk/tjbb/gltj/index.vue'), + name: 'DjzkTjbbGltj', + meta: { title: '概率统计',breadcrumb: false,activeMenu: '/dzjk',activeSecondMenuName:'DjzkTjbb'}, + } + ] + } ] } ] diff --git a/src/views/ems/dzjk/tjbb/gltj/Dlzb.vue b/src/views/ems/dzjk/tjbb/gltj/Dlzb.vue new file mode 100644 index 0000000..0a0dc29 --- /dev/null +++ b/src/views/ems/dzjk/tjbb/gltj/Dlzb.vue @@ -0,0 +1,158 @@ + + + + 电量指标 + + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + 总充电量:1390988kWh + 总放电量:988kWh + 总效益:99% + + + + + + + + + + diff --git a/src/views/ems/dzjk/tjbb/gltj/Syzb.vue b/src/views/ems/dzjk/tjbb/gltj/Syzb.vue new file mode 100644 index 0000000..a182af8 --- /dev/null +++ b/src/views/ems/dzjk/tjbb/gltj/Syzb.vue @@ -0,0 +1,155 @@ + + + + 收益指标 + + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + 总收益:22345元 + + + + + + + + + + diff --git a/src/views/ems/dzjk/tjbb/gltj/index.vue b/src/views/ems/dzjk/tjbb/gltj/index.vue index 742fb79..073ade4 100644 --- a/src/views/ems/dzjk/tjbb/gltj/index.vue +++ b/src/views/ems/dzjk/tjbb/gltj/index.vue @@ -1,11 +1,18 @@ - - 第三层路由 单站监控=>统计报表=>概览统计 + + + + + diff --git a/src/views/ems/dzjk/tjbb/index.vue b/src/views/ems/dzjk/tjbb/index.vue index c31a510..492c1f9 100644 --- a/src/views/ems/dzjk/tjbb/index.vue +++ b/src/views/ems/dzjk/tjbb/index.vue @@ -1,15 +1,74 @@ - - - - 第二层路由 单站监控=>统计报表 - 有三级路由 页面使用router-view组件 - + + + + + + {{item.meta.title}} + + + + + + + + + + - +