소스 검색

feat: update

zhangys36 1 년 전
부모
커밋
12d542c6de
1개의 변경된 파일9개의 추가작업 그리고 4개의 파일을 삭제
  1. 9 4
      src/views/dashboard-screen/screen/screen_Bd_Dl_Ycxx/ScreenBdDlYcxx.vue

+ 9 - 4
src/views/dashboard-screen/screen/screen_Bd_Dl_Ycxx/ScreenBdDlYcxx.vue

@@ -100,11 +100,16 @@ export default {
           this.activeKey = 'Bd'
         } else {
           this.tabs = [
+          // {
+          //   title: '(自主发现)电力异常信息',
+          //   name: 'ZzDl'
+          // },
           {
-            title: '(自主发现)电力异常信息',
-            name: 'ZzDl'
-          }]
-          this.activeKey = 'ZzDl'
+            title: '(推送)电力异常信息',
+            name: 'Dl'
+          }
+        ]
+          this.activeKey = 'Dl'
         }
       }
     }