解决冲突
This commit is contained in:
@ -9,6 +9,7 @@ import { ParterLevelConfigEditComponent } from './level-config/components/edit/e
|
||||
import { ParterLevelConfigListComponent } from './level-config/components/list/list.component';
|
||||
import { PartnerPartnerStatisticsComponent } from './business-statistics/components/partner-statistics/partner-statistics.component';
|
||||
import { PartnerSaleStatisticsComponent } from './business-statistics/components/sale-statistics/sale-statistics.component';
|
||||
import { ParterRebateManageMentParticularsComponent } from './rebate-management/components/list/particulars.component';
|
||||
|
||||
const COMPONENTS: any[] = [
|
||||
PartnerBusinessStatisticsIndexComponent,
|
||||
@ -17,7 +18,8 @@ const COMPONENTS: any[] = [
|
||||
ParterLevelConfigListComponent,
|
||||
ParterLevelConfigEditComponent,
|
||||
PartnerPartnerStatisticsComponent,
|
||||
PartnerSaleStatisticsComponent
|
||||
PartnerSaleStatisticsComponent,
|
||||
ParterRebateManageMentParticularsComponent
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user