Browse Source

销售统计表调整

fenghaifu 2 years ago
parent
commit
511beea341

+ 3 - 0
src/views/reportForms/order-statistics/chart/interior/customerChart.vue

@@ -171,6 +171,7 @@ export default {
           {
             name: '实际数量',
             type: 'bar',
+            itemStyle : { normal: {label : {show: true}}},
             // tooltip: {
             //   valueFormatter: function(value) {
             //     // return value + ' ml';
@@ -187,11 +188,13 @@ export default {
             //   }
             // },
             barWidth: '30%',
+            
             data: this.iquantityArr
           },
           {
             name: '本币金额',
             type: 'line',
+            itemStyle : { normal: {label : {show: true}}},
             tooltip: {
               // valueFormatter: function(value) {
               //   // return value + ' ml'

+ 3 - 1
src/views/reportForms/order-statistics/chart/interior/departmentChart.vue

@@ -209,7 +209,8 @@ export default {
             //   }
             // },
             itemStyle: {
-              color: 'orange'
+              color: 'orange',
+              normal: {label : {show: true}}
               // normal:{
               // 颜色:  function ( params )  {
               //     	//注意,如果颜色太少,后面的颜色不会自动循环。最好再定义几个颜色
@@ -224,6 +225,7 @@ export default {
           {
             name: '本币金额',
             type: 'line',
+            itemStyle : { normal: {label : {show: true}}},
             tooltip: {
               // valueFormatter: function(value) {
               //   // return value + ' ml'