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 },