修改报表导出

master
夜笙歌 4 months ago
parent 4b56063a50
commit adc51e266b

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

Loading…
Cancel
Save