Browse Source

首页诊疗信息病种显示字段替换

newMaster
1747191978@qq.com 4 months ago
parent
commit
1a510ec9cf
  1. 2
      acupuncture-前台/src/views/indexCom/JM.vue
  2. 2
      acupuncture-后台/src/views/indexCom/JM.vue

2
acupuncture-前台/src/views/indexCom/JM.vue

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

2
acupuncture-后台/src/views/indexCom/JM.vue

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

Loading…
Cancel
Save