chenrui  il y a 1 an
Parent
commit
3183200edb

+ 3 - 3
src/views/statisticsCharts/components/newBarStatisticsCharts.vue

@@ -485,11 +485,11 @@ export default {
         this.seriesKey = 'trans_num'
       } else if (this.admin.io === '正常') {
         this.seriesKey = 'bag_num'
-      } else if (this.admin.io === '异常') {
+      } else if (this.admin.io === '取消') {
         this.seriesKey = 'exception_num'
-      }else if (this.admin.io === '全部') {
+      } else if (this.admin.io === '全部') {
         this.seriesKey = 'bag'
-      }else if (this.rol){
+      } else if (this.rol){
         this.seriesKey = this.rol
       }
       for (let i = 0; i < filteredList.length; i++) {