luguang 2 tygodni temu
rodzic
commit
c3f2429234

+ 3 - 3
src/components/echart/centerRight/centerRightChart/chart.vue

@@ -45,7 +45,7 @@ export default {
           },
           legend: {
             right: 20,
-            data: ['昨日产量(箱)', '临时库存(箱)']
+            data: ['昨日产量(整拍)', '临时库存(整拍)']
           },
 
           grid: {
@@ -79,7 +79,7 @@ export default {
           ],
           series: [
             {
-              name: '昨日产量()',
+              name: '昨日产量(整拍)',
               type: 'bar',
               barWidth: '30%',
               itemStyle: {
@@ -110,7 +110,7 @@ export default {
               data: this.info.production1
             },
             {
-              name: '临时库存()',
+              name: '临时库存(整拍)',
               type: 'bar',
               barWidth: '30%',
               itemStyle: {