From f556105030ce85ad0c2c93a70445711657415e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A6=82=E7=8E=87=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=8A=A5=E8=A1=A8=3D>=E7=BB=9F=E8=AE=A1=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/ems.js | 15 +++ src/views/ems/dzjk/tjbb/gltj/Dlzb.vue | 158 +++++++++++++++++++++++++ src/views/ems/dzjk/tjbb/gltj/Syzb.vue | 155 ++++++++++++++++++++++++ src/views/ems/dzjk/tjbb/gltj/index.vue | 15 ++- src/views/ems/dzjk/tjbb/index.vue | 77 ++++++++++-- 5 files changed, 407 insertions(+), 13 deletions(-) create mode 100644 src/views/ems/dzjk/tjbb/gltj/Dlzb.vue create mode 100644 src/views/ems/dzjk/tjbb/gltj/Syzb.vue 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}} + + + + + + + + + + - +