订单上报
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @Description :
|
||||
* @Description :
|
||||
* @Version : 1.0
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-04-06 11:02:17
|
||||
@ -41,6 +41,7 @@ import { ComplianceCurveComponent } from './components/compliance/index/curve/cu
|
||||
import { BusitableCurveComponent } from './components/busitable/busiindex/curve/curve.component';
|
||||
import { DatatableCustomindexCurveComponent } from './components/customtable/customindex/curve/curve.component';
|
||||
import { DatatableCustomindexMapComponent } from './components/datascreen/curve/map.component';
|
||||
import { DatatableReportingvViewTrackComponent } from './reporting/components/view-track/view-track.component';
|
||||
|
||||
const COMPONENTS: Type<void>[] = [
|
||||
DatatableDataindexComponent,
|
||||
@ -74,7 +75,8 @@ const COMPONENTS: Type<void>[] = [
|
||||
ComplianceCurveComponent,
|
||||
BusitableCurveComponent,
|
||||
DatatableCustomindexCurveComponent,
|
||||
DatatableCustomindexMapComponent
|
||||
DatatableCustomindexMapComponent,
|
||||
DatatableReportingvViewTrackComponent
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user