沈斌
2018-07-13 e53b55b7e73a71bf8be97af2ada5d4073fa898f2
updates
2 files modified
7 ■■■■ changed files
src/app/routes/reports/reports.module.ts 5 ●●●● patch | view | raw | blame | history
src/assets/app-data.json 2 ●●● patch | view | raw | blame | history
src/app/routes/reports/reports.module.ts
@@ -7,6 +7,7 @@
import { DemoComponent } from './demo/demo.component';
import { ExcelComponent } from './excel/excel.component';
import { QueryComponent } from './query/query.component';
import { Query2Component } from './query2/query2.component';
import { PipeModule } from '@business/pipe/pipe.module';
import { NzTreeModule } from 'ng-tree-antd';
import { NgxEchartsModule } from 'ngx-echarts';
@@ -26,6 +27,7 @@
      { path: 'demo', component: DemoComponent },
      { path: 'excel', component: ExcelComponent },
      { path: 'alarm', component: AlarmComponent },
        { path: 'query2', component: Query2Component },
    ]
  }
];
@@ -48,7 +50,8 @@
    DemoComponent,
    ExcelComponent,
    AlarmComponent,
    QueryComponent
    QueryComponent,
      Query2Component
  ],
  providers: [SensorsService, NzMessageService, AreacodeService,
     MonitorPointService, DeviceService, DateService],
src/assets/app-data.json
@@ -65,7 +65,7 @@
                        "link": "/statistics/calendar"
                }, {
                        "text": "站点数据分析",
                        "link": "/statistics/monitorpoint"
                        "link": "/reports/query2"
                }]
            },
            {