From 471bedfcc8adf55098b67c40c3a467753c11857f Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Mon, 23 Jul 2018 16:57:31 +0800
Subject: [PATCH] 环比 效果图
---
src/app/routes/reports/reports.module.ts | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/app/routes/reports/reports.module.ts b/src/app/routes/reports/reports.module.ts
index d5c29d7..9714baa 100644
--- a/src/app/routes/reports/reports.module.ts
+++ b/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],
--
Gitblit v1.8.0