资金信息
This commit is contained in:
@ -17,6 +17,7 @@ import { DatatableComplianceCustomerComponent } from './components/compliance/cu
|
||||
import { DatatableReportingUploadSettingComponent } from './reporting/components/upload-setting/upload-setting.component';
|
||||
import { DatatableReportingVerifyResultComponent } from './reporting/components/verify-result/verify-result.component';
|
||||
import { DatatableFundReportingComponent } from './reporting/components/fund-reporting/fund-reporting.component';
|
||||
import { DatatableReportingFundInfoComponent } from './reporting/components/fund-info/fund-info.component';
|
||||
|
||||
const COMPONENTS: Type<void>[] = [
|
||||
DatatableDataindexComponent,
|
||||
@ -35,8 +36,9 @@ const COMPONENTS: Type<void>[] = [
|
||||
DatatableReportingUploadSettingComponent,
|
||||
DatatableReportingVerifyResultComponent,
|
||||
DatatableFundReportingComponent
|
||||
]
|
||||
|
||||
,
|
||||
DatatableReportingFundInfoComponent]
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user