liyongli 3 years ago
parent
commit
c463f694fa

+ 0 - 1
src/views/AdvertisingEye/components/allTrend.vue

@@ -301,7 +301,6 @@ export default {
           };
         }),
       };
-      console.log(option);
       option && hard_chart.setOption(option);
     },
     trendChart(list) {

+ 0 - 1
src/views/AdvertisingEye/components/distributionB.vue

@@ -206,7 +206,6 @@ export default {
           v[this.soft_planting_list[this.soft_planting_act].proportionType] - 0;
         let val = ((value / total) * 100).toFixed(2) - 0;
         item.push(val);
-      console.log(v)
         k.push({ name: v.programType, max: item[0] + 10 });
       });
       const buildSeries = function(data) {

+ 0 - 1
src/views/AdvertisingEye/components/tranche.vue

@@ -293,7 +293,6 @@ export default {
           data: t === 0 ? [0, 100] : [100, 0],
         });
       }
-    console.log(li)
       var option = {
         tooltip: {
           trigger: "item",