Browse Source

feat: update

zhangys36 1 năm trước cách đây
mục cha
commit
12d542c6de

+ 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'
         }
       }
     }