spring
9 天以前 b9b69ab04e9f10550c57d31e5017e482c7c96c39
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,