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