From b317a03f354125588c07b7d18168fd0ab16ca980 Mon Sep 17 00:00:00 2001 From: lixiaoyuan Date: Sat, 11 Oct 2025 19:36:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E6=A0=87=E7=9A=84y?= =?UTF-8?q?=E5=9D=90=E6=A0=87=E8=BD=B4=E6=A0=87=E7=AD=BE=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=BF=90=E8=A1=8C=E7=9B=91=E6=8E=A7=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E8=AE=BE=E7=BD=AE=E4=B8=8B=E5=8F=91=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=92=8C=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/config/columnList.js | 13 ++- web/src/components/Home/Alarm.vue | 2 + web/src/components/Home/Energy.vue | 2 + web/src/components/Home/Pv.vue | 2 + web/src/views/monitor.vue | 118 +++++++++++++++++++------- web/src/views/predict.vue | 19 ++++- web/src/views/statisticalAnalysis.vue | 10 +++ 7 files changed, 129 insertions(+), 37 deletions(-) diff --git a/web/public/config/columnList.js b/web/public/config/columnList.js index fac1d4a..63af75d 100644 --- a/web/public/config/columnList.js +++ b/web/public/config/columnList.js @@ -250,14 +250,10 @@ export const columnList = [ ellipsis: true, fixed: 'left' }, - { - title: '设备编号', - dataIndex: 'code' - }, { title: '所属场站', - dataIndex: 'station_id', - key: 'station_id' + dataIndex: 'station_name', + key: 'station_name' // filterable: true }, { @@ -271,7 +267,10 @@ export const columnList = [ title: '设备名称', dataIndex: 'name' }, - + { + title: '设备编号', + dataIndex: 'code' + }, { title: '厂家信息', dataIndex: 'factory' diff --git a/web/src/components/Home/Alarm.vue b/web/src/components/Home/Alarm.vue index 6b8da47..5f16390 100644 --- a/web/src/components/Home/Alarm.vue +++ b/web/src/components/Home/Alarm.vue @@ -170,6 +170,8 @@ export default { } }, yAxis: { + name: '次数', + nameTextStyle: { color: '#fff' }, type: 'value', splitLine: { lineStyle: { type: 'dashed', color: '#435463' } diff --git a/web/src/components/Home/Energy.vue b/web/src/components/Home/Energy.vue index 3eb861d..366ce2a 100644 --- a/web/src/components/Home/Energy.vue +++ b/web/src/components/Home/Energy.vue @@ -161,6 +161,8 @@ export default { } }, yAxis: { + name: '电量(kW·h)', + nameTextStyle: { color: '#fff' }, type: 'value', splitLine: { lineStyle: { type: 'dashed', color: '#435463' } diff --git a/web/src/components/Home/Pv.vue b/web/src/components/Home/Pv.vue index c698aca..22fce7e 100644 --- a/web/src/components/Home/Pv.vue +++ b/web/src/components/Home/Pv.vue @@ -161,6 +161,8 @@ export default { } }, yAxis: { + name: '电量(kW·h)', + nameTextStyle: { color: '#fff' }, type: 'value', splitLine: { lineStyle: { type: 'dashed', color: '#435463' } diff --git a/web/src/views/monitor.vue b/web/src/views/monitor.vue index f28bd98..cd27a81 100644 --- a/web/src/views/monitor.vue +++ b/web/src/views/monitor.vue @@ -9,12 +9,12 @@ >{{ station.name }} - 查看预制舱参数 + 查看预制舱参数 + 模式设置 + 参数设置 -
+
@@ -66,6 +69,24 @@ >
+ + + +
+ 取消 + 确认下发 +
+