|
@ -246,7 +246,7 @@ export default { |
|
|
return item.total; |
|
|
return item.total; |
|
|
}); |
|
|
}); |
|
|
diagnoseEcharts.yAxis.data = this.diagnoseValue?.map((item) => { |
|
|
diagnoseEcharts.yAxis.data = this.diagnoseValue?.map((item) => { |
|
|
return item.type; |
|
|
return item.diseaseName; |
|
|
}); |
|
|
}); |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
var myChart = echarts.init(document.getElementById("diagnose"), null, { |
|
|
var myChart = echarts.init(document.getElementById("diagnose"), null, { |
|
|