Browse Source

peter

360view
newPeter7 2 years ago
parent
commit
85ca5de864
  1. 4
      src/components/echarts/yanzhou.vue

4
src/components/echarts/yanzhou.vue

@ -51,9 +51,9 @@ export default {
this.disabled = false
this.chartData.forEach(item => {
this.date.push(moment(item.examTime).format('l'))
this.typeList.OD.push([item.examTime, item.odOil.slice(0, item.odOil.length - 3)])
this.typeList.OD.push([item.examTime, item.odOil])
this.legendData[0] = 'OD'
this.typeList.OS.push([item.examTime, item.osOil.slice(0, item.osOil.length - 3)])
this.typeList.OS.push([item.examTime, item.osOil])
this.legendData[1] = 'OS'
})
} else {

Loading…
Cancel
Save