业务统计
This commit is contained in:
@ -12,6 +12,8 @@ import { PartnerSaleStatisticsComponent } from './business-statistics/components
|
||||
import { PartnerSaleCustomDetailComponent } from './business-statistics/components/sale-custom-detail/sale-custom-detail.component';
|
||||
import { PartnerPartnerCustomDetailComponent } from './business-statistics/components/partner-custom-detail/partner-custom-detail.component';
|
||||
import { ParterRebateManageMentParticularsComponent } from './rebate-management/components/list/particulars.component';
|
||||
import { PartnerSalePartnerDetailComponent } from './business-statistics/components/sale-partner-detail/sale-partner-detail.component';
|
||||
import { PartnerPartnerCustomOrderDetailComponent } from './business-statistics/components/partner-custom-order-detail/partner-custom-order-detail.component';
|
||||
|
||||
const COMPONENTS: any[] = [
|
||||
PartnerBusinessStatisticsIndexComponent,
|
||||
@ -24,7 +26,9 @@ const COMPONENTS: any[] = [
|
||||
PartnerPartnerCustomDetailComponent,
|
||||
PartnerPartnerCustomDetailComponent,
|
||||
PartnerSaleCustomDetailComponent,
|
||||
ParterRebateManageMentParticularsComponent
|
||||
ParterRebateManageMentParticularsComponent,
|
||||
PartnerSalePartnerDetailComponent,
|
||||
PartnerPartnerCustomOrderDetailComponent
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user