src/views/index.vue
@@ -243,7 +243,7 @@ const barSeries1 = ref([ { name: '原材料不合格数', name: '入厂不合格数', type: 'bar', barGap: 0, emphasis: { @@ -252,7 +252,7 @@ data: [] }, { name: '过程不合格数', name: '车间不合格数', type: 'bar', emphasis: { focus: 'series' @@ -284,7 +284,7 @@ } const barLegend = { show: true, data: ['原材料不合格数', '过程不合格数', '出厂不合格数'] data: ['入厂不合格数', '车间不合格数', '出厂不合格数'] } const barLegend1 = { show: true,