src/views/reportAnalysis/productionAnalysis/components/right-top.vue
@@ -43,7 +43,6 @@ data: ['开工', '完成', '良品率'], } // 柱状图:开工、完成;折线图:良品率(颜色 rgba(90, 216, 166, 1)) const chartSeries = ref([ { name: '开工', @@ -117,6 +116,7 @@ const xAxis1 = ref([ { type: 'category', axisTick: { show: false }, axisLabel: { color: '#B8C8E0' }, data: [] }, ]) const yAxis1 = [ { type: 'value', name: '件', axisLabel: { color: '#B8C8E0' }, nameTextStyle: { color: '#B8C8E0' } }, {