MrShi
2025-03-28 3363af77fa23bdc599c3f746ba9802b799c780eb
screen/src/views/TaskEfficiency.vue
@@ -499,7 +499,7 @@
      {
        name: '分时作业量',
        type: 'bar',
        barWidth: 15,
        barWidth: 10,
        label: {
          show: false,
          position: 'top',
@@ -509,11 +509,11 @@
          color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
            {
              offset: 0,
              color: '#63d6fa'
              color: 'rgba(0, 208, 221, 1)'
            },
            {
              offset: 1,
              color: '#32718d'
              color: 'rgba(0, 194, 255, 0.20)'
            }
          ], false),
          lineStyle: {
@@ -527,7 +527,7 @@
      {
        name: '累计作业量',
        type: 'bar',
        barWidth: 15,
        barWidth: 10,
        label: {
          show: false,
          position: 'top',
@@ -537,11 +537,11 @@
          color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
            {
              offset: 0,
              color: '#63d6fa'
              color: 'rgba(0, 86, 255, 1)'
            },
            {
              offset: 1,
              color: '#32718d'
              color: 'rgba(0, 86, 255, 0.20)'
            }
          ], false),
          lineStyle: {