Bladeren bron

新增字段

chenrui  1 jaar geleden
bovenliggende
commit
0211f7079c
1 gewijzigde bestanden met toevoegingen van 5 en 2 verwijderingen
  1. 5 2
      src/views/statisticsCharts/components/newBarStatisticsCharts.vue

+ 5 - 2
src/views/statisticsCharts/components/newBarStatisticsCharts.vue

@@ -454,6 +454,7 @@ export default {
       }
     },
     changeSelect(data){
+      console.log(data)
       this.admin.io = data
     },
     setChartsData(listValues) {
@@ -482,10 +483,12 @@ export default {
         this.seriesKey = 'out_num'
       } else if (this.admin.io === '中转') {
         this.seriesKey = 'trans_num'
-      } else if (this.admin.baggageType === '正常') {
+      } else if (this.admin.io === '正常') {
         this.seriesKey = 'bag_num'
-      } else if (this.admin.baggageType === '异常') {
+      } else if (this.admin.io === '异常') {
         this.seriesKey = 'exception_num'
+      }else if (this.admin.io === '全部') {
+        this.seriesKey = 'bag'
       }else if (this.rol){
         this.seriesKey = this.rol
       }