chenrui  1 год назад
Родитель
Сommit
3183200edb
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/views/statisticsCharts/components/newBarStatisticsCharts.vue

+ 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++) {