소스 검색

修改下拉

chenrui  1 년 전
부모
커밋
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++) {