From 6af1471521fb4f83b789838a6e5806b1d996f6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=92=A6?= <360013221@qq.com> Date: Wed, 9 Oct 2024 21:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B02024-10-09=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/common/menuData.js | 12 ++++---- .../pages/control/device/record/index.vue | 5 ++++ .../smart/statisticalAnalysis/query/data.js | 10 +++++++ .../query/dialogRecord.vue | 1 - .../smart/statisticalAnalysis/query/index.vue | 9 ++++-- .../maintenanceOperations/solar/index.vue | 29 +++++++++++++++++++ .../publicService/components/record/index.vue | 5 ++++ 7 files changed, 61 insertions(+), 10 deletions(-) create mode 100644 ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/solar/index.vue diff --git a/ruoyi-ui/src/common/menuData.js b/ruoyi-ui/src/common/menuData.js index a8f75e43..0c016b16 100644 --- a/ruoyi-ui/src/common/menuData.js +++ b/ruoyi-ui/src/common/menuData.js @@ -196,12 +196,12 @@ export default [ }, ], }, - // { - // title: "边坡光伏", - // name: "photovoltaic", - // path: "/maintain/photovoltaic", - // component: "developing.vue", - // }, + { + title: "太阳能板", + name: "solar", + path: "/maintain/solar", + component: "maintenanceOperations/solar/index.vue", + }, { title: "桥梁监测", name: "photovoltaic", diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/record/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/record/index.vue index 50cd367d..31717ae3 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/record/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/record/index.vue @@ -22,6 +22,11 @@ + + + + + +