解决冲突

This commit is contained in:
wangshiming
2022-04-07 18:31:33 +08:00
9 changed files with 151 additions and 41 deletions

View File

@ -1,10 +1,10 @@
/*
* @Description :
* @Description :
* @Version : 1.0
* @Author : Shiming
* @Date : 2022-04-06 11:02:17
* @LastEditors : Shiming
* @LastEditTime : 2022-04-06 17:22:44
* @LastEditTime : 2022-04-07 18:29:39
* @FilePath : \\tms-obc-web\\src\\app\\routes\\datatable\\datatable.module.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -42,6 +42,7 @@ import { BusitableCurveComponent } from './components/busitable/busiindex/curve/
import { DatatableCustomindexCurveComponent } from './components/customtable/customindex/curve/curve.component';
import { DatatableCustomindexMapComponent } from './components/datascreen/map/map.component';
import { DatatableCustomindexCurveMinComponent } from './components/datascreen/curve/curve.component';
import { DatatableReportingvViewTrackComponent } from './reporting/components/view-track/view-track.component';
const COMPONENTS: Type<void>[] = [
DatatableDataindexComponent,
@ -76,7 +77,8 @@ const COMPONENTS: Type<void>[] = [
BusitableCurveComponent,
DatatableCustomindexCurveComponent,
DatatableCustomindexMapComponent,
DatatableCustomindexCurveMinComponent
DatatableCustomindexCurveMinComponent,
DatatableReportingvViewTrackComponent
]