From d0f98ad8e1047e3161a458399ad3005404ed87b8 Mon Sep 17 00:00:00 2001 From: whychdw <496960745@qq.com> Date: 星期五, 06 六月 2025 15:52:15 +0800 Subject: [PATCH] 标准参数管理 --- src/router/modules/statistics.js | 43 +++++++++++++++++++++++++++++++++++++------ 1 files changed, 37 insertions(+), 6 deletions(-) diff --git a/src/router/modules/statistics.js b/src/router/modules/statistics.js index 4b69287..a317d65 100644 --- a/src/router/modules/statistics.js +++ b/src/router/modules/statistics.js @@ -10,17 +10,29 @@ icon: 'tongji' }, children: [ - // { - // path: 'power', - // component: () => import('@/views/statistics/power.vue'), - // name: 'power', - // meta: { title: '鐢垫簮缁熻', icon: 'component', noCache: false } - // }, + { + path: 'power', + component: () => import('@/views/statistics/power.vue'), + name: 'power', + meta: { title: '鐢垫簮淇℃伅缁熻', icon: 'component', noCache: false } + }, + { + path: 'batt', + component: () => import('@/views/statistics/batt.vue'), + name: 'batt', + meta: { title: '鐢垫睜缁勪俊鎭粺璁�', icon: 'component', noCache: false } + }, { path: 'dev-workstatus', component: () => import('@/views/statistics/devWorkstatus.vue'), name: 'devWorkstatus', meta: { title: '璁惧宸ヤ綔鐘舵�佺粺璁�', icon: 'workstatus', noCache: false } + }, + { + path: 'device', + component: () => import('@/views/statistics/device.vue'), + name: 'deviceStatistics', + meta: { title: '璁惧淇℃伅缁熻', icon: 'dev1', noCache: false } }, { path: 'batt-hr', @@ -29,11 +41,30 @@ meta: { title: '钃勭數姹犳牳瀹逛俊鎭粺璁�', icon: 'component', noCache: false } }, { + path: 'batt-cell', + component: () => import('@/views/statistics/battCell.vue'), + name: 'battCell', + meta: { title: '鐢佃妭鏁伴噺缁熻', icon: 'component', noCache: false } + }, + { path: 'station', component: () => import('@/views/statistics/station.vue'), name: 'station', meta: { title: '绔欑偣缁熻', icon: 'stations', noCache: false } }, + /////// ================================================== + { + path: 'batt-compare0', + component: () => import('@/views/statistics/battCompare0.vue'), + name: 'battCompare0', + meta: { title: '钃勭數姹犵粍瀵规瘮鍒嗘瀽1', icon: 'component', noCache: false, hidden: true } + }, + { + path: 'batt-compare1', + component: () => import('@/views/statistics/battCompare1.vue'), + name: 'battCompare1', + meta: { title: '钃勭數姹犵粍瀵规瘮鍒嗘瀽2', icon: 'component', noCache: false, hidden: true } + }, ] }; -- Gitblit v1.9.1