edoit
This commit is contained in:
@ -25,6 +25,7 @@ import { CaptainDetailComponent } from './components/driver/captain/captain-deta
|
||||
import { CarSettleAddDriverComponent } from './components/driver/add-driver/add-driver.component';
|
||||
import { CtcCaptatinAddComponent } from './components/driver/captain/add/add.component';
|
||||
import { FreightConfigComponent } from './components/freight/freight-config/freight-config.component';
|
||||
import { UserCenterComponentsDriverConfigComponent } from './components/driver/driver-config/driver-config.component';
|
||||
|
||||
const COMPONENTS = [
|
||||
FreightComponentsListComponent,
|
||||
@ -42,7 +43,8 @@ const COMPONENTS = [
|
||||
AuditAdminComponent,
|
||||
CarSettleAddDriverComponent,
|
||||
CtcCaptatinAddComponent,
|
||||
FreightConfigComponent
|
||||
FreightConfigComponent,
|
||||
UserCenterComponentsDriverConfigComponent
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user