jiminglei 2 years ago
parent 6001ba5445
commit 638889add9
  1. 8
      psdc-ui/src/views/emonitor/drgl/index.vue
  2. 4
      psdc-ui/src/views/emonitor/frdl/index.vue
  3. 8
      psdc-ui/src/views/emonitor/kqyrb/index.vue
  4. 4
      psdc-ui/src/views/emonitor/wdcgq/index.vue
  5. 8
      psdc-ui/src/views/emonitor/xrgl/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
},

@ -389,8 +389,8 @@ export default {
name: '当前温度',
type: 'line',
stack: 'Total',
itemStyle:{
color:'#2F8EE0'
itemStyle: { //线
color: '#F5901A',
},
data: data.tem
},

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

@ -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)
}

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

Loading…
Cancel
Save