fix bug
This commit is contained in:
@ -25,6 +25,7 @@ import { DatatableReportingFundInfoComponent } from './reporting/components/fund
|
||||
import { BusitableCurveComponent } from './components/busitable/busiindex/curve/curve.component';
|
||||
import { OperationPillarComponent } from './components/operationtable/pillar/pillar.component';
|
||||
import { OperationCurveComponent } from './components/operationtable/curve/curve.component';
|
||||
import { FinanceTableCurveComponent } from './components/financetable/curve/curve.component';
|
||||
|
||||
const COMPONENTS: Type<void>[] = [
|
||||
DatatableDataindexComponent,
|
||||
@ -51,7 +52,9 @@ const COMPONENTS: Type<void>[] = [
|
||||
DatatableReportingFundInfoComponent,
|
||||
BusitableCurveComponent,
|
||||
OperationPillarComponent,
|
||||
OperationCurveComponent
|
||||
OperationCurveComponent,
|
||||
DatatableReportingFundInfoComponent,
|
||||
FinanceTableCurveComponent
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user