From 638889add927f7f9e4562c2cb4a4a30640b6472c Mon Sep 17 00:00:00 2001 From: jiminglei <836545853@qq.com> Date: Thu, 1 Jun 2023 15:00:50 +0800 Subject: [PATCH] 11 --- psdc-ui/src/views/emonitor/drgl/index.vue | 8 ++++---- psdc-ui/src/views/emonitor/frdl/index.vue | 4 ++-- psdc-ui/src/views/emonitor/kqyrb/index.vue | 8 ++++---- psdc-ui/src/views/emonitor/wdcgq/index.vue | 4 +++- psdc-ui/src/views/emonitor/xrgl/index.vue | 8 ++++---- 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/psdc-ui/src/views/emonitor/drgl/index.vue b/psdc-ui/src/views/emonitor/drgl/index.vue index 6498298..5007576 100644 --- a/psdc-ui/src/views/emonitor/drgl/index.vue +++ b/psdc-ui/src/views/emonitor/drgl/index.vue @@ -403,7 +403,7 @@ export default { { name: '进水', type: 'line', - stack: 'Total', + // stack: 'Total', itemStyle:{ color:'#2F8EE0' }, @@ -412,9 +412,9 @@ export default { { name: '出水', type: 'line', - stack: 'Total', - itemStyle:{ - color:'#2F8EE0' + // stack: 'Total', + itemStyle: { //线条颜色 + color: '#F5901A', }, data: data.temOut }, diff --git a/psdc-ui/src/views/emonitor/frdl/index.vue b/psdc-ui/src/views/emonitor/frdl/index.vue index d737ed8..38ed214 100644 --- a/psdc-ui/src/views/emonitor/frdl/index.vue +++ b/psdc-ui/src/views/emonitor/frdl/index.vue @@ -389,8 +389,8 @@ export default { name: '当前温度', type: 'line', stack: 'Total', - itemStyle:{ - color:'#2F8EE0' + itemStyle: { //线条颜色 + color: '#F5901A', }, data: data.tem }, diff --git a/psdc-ui/src/views/emonitor/kqyrb/index.vue b/psdc-ui/src/views/emonitor/kqyrb/index.vue index d131d49..62bec96 100644 --- a/psdc-ui/src/views/emonitor/kqyrb/index.vue +++ b/psdc-ui/src/views/emonitor/kqyrb/index.vue @@ -399,7 +399,7 @@ export default { { name: '进水', type: 'line', - stack: 'Total', + // stack: 'Total', itemStyle:{ color:'#2F8EE0' }, @@ -408,9 +408,9 @@ export default { { name: '出水', type: 'line', - stack: 'Total', - itemStyle:{ - color:'#2F8EE0' + // stack: 'Total', + itemStyle: { //线条颜色 + color: '#F5901A', }, data: data.temOut }, diff --git a/psdc-ui/src/views/emonitor/wdcgq/index.vue b/psdc-ui/src/views/emonitor/wdcgq/index.vue index ce28d15..fd7b7dc 100644 --- a/psdc-ui/src/views/emonitor/wdcgq/index.vue +++ b/psdc-ui/src/views/emonitor/wdcgq/index.vue @@ -64,7 +64,9 @@ export default { name: res.data[i].deviceName, type: "line", data: res.data[i].temps, - itemStyle: {color: '#2F8EE0'} + itemStyle: { //线条颜色 + color: '#F5901A', + } }) crr.push(res.data[i].times) } diff --git a/psdc-ui/src/views/emonitor/xrgl/index.vue b/psdc-ui/src/views/emonitor/xrgl/index.vue index 5ccd4dd..fc8d45e 100644 --- a/psdc-ui/src/views/emonitor/xrgl/index.vue +++ b/psdc-ui/src/views/emonitor/xrgl/index.vue @@ -476,7 +476,7 @@ export default { { name: '进水', type: 'line', - stack: 'Total', + // stack: 'Total', itemStyle:{ color:'#2F8EE0' }, @@ -485,9 +485,9 @@ export default { { name: '出水', type: 'line', - stack: 'Total', - itemStyle:{ - color:'#2F8EE0' + // stack: 'Total', + itemStyle: { //线条颜色 + color: '#F5901A', }, data: data.temOut },