|
|
|
@ -108,6 +108,10 @@ export default {
|
|
|
|
|
name: '温度' + [i],
|
|
|
|
|
type: 'line',
|
|
|
|
|
data: this.reportDetailList[i],
|
|
|
|
|
label:{
|
|
|
|
|
show:true,
|
|
|
|
|
position:'top'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
@ -146,6 +150,10 @@ export default {
|
|
|
|
|
name: '温度' + [i],
|
|
|
|
|
type: 'line',
|
|
|
|
|
data: this.reportDetailList[i],
|
|
|
|
|
label:{
|
|
|
|
|
show:true,
|
|
|
|
|
position:'top'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|