From edc2ac91ef657a15c5688f25d8b653121fa9ed6e Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 20 十一月 2025 16:56:15 +0800
Subject: [PATCH] 增加新副屏显示,增加主屏24小时产量图、值班表显示,回车进行修改
---
gmms/WebContent/bigScreen/allGlassflash.jsp | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/gmms/WebContent/bigScreen/allGlassflash.jsp b/gmms/WebContent/bigScreen/allGlassflash.jsp
index 93639d5..5462163 100644
--- a/gmms/WebContent/bigScreen/allGlassflash.jsp
+++ b/gmms/WebContent/bigScreen/allGlassflash.jsp
@@ -1277,7 +1277,15 @@
itemStyle: {
color: 'rgb(180, 180, 180)'
}
- },
+ },{
+ name: '鐢佃��2',
+ type: 'bar',
+ barWidth: '40%',
+ data: [220, 152, 200, 334, 390, 330, 220],
+ itemStyle: {
+ color: 'rgb(30, 144, 255)'
+ }
+ },
]
},
@@ -1382,6 +1390,7 @@
this.val.yAxis[0].name="鐢佃��";
this.val.series[0].name='鐢佃��(kw.h)'
+ this.val.series[1].name='鐢佃��(kw.h)1'
for(let i in this.machineElectric){
dianhao.push(this.machineElectric[i]["0_jiqidianliang"]);
shijian.push(this.machineElectric[i]["1_date"]);
@@ -1391,9 +1400,10 @@
this.val.series[0].itemStyle.color='rgb(84,112,198)'
this.val.xAxis[0].data=datashijian;
this.val.series[0].data=dianhao;
+ this.val.series[1].data=dianhao;
HisArr.setOption(this.val);
this.loading=false
- },
+ },
echarsInit1(){
var datashijian=[];
var s=7;
@@ -1466,7 +1476,7 @@
itemStyle: { color: 'darkseagreen' }
}
- this.val1.title.text="璁㈠崟鍔犲伐"
+ this.val1.title.text="褰撴棩鍔犲伐"
this.val1.title.top="45%"
this.val1.title.left="40%"
this.val1.series[0].data[0]=a
--
Gitblit v1.8.0