车辆对接
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
*/
|
||||
import { NgModule, Type } from '@angular/core';
|
||||
import { SharedModule } from '@shared';
|
||||
import { WaybillManagementAbnormalAppearComponent } from './components/abnormal-appear/abnormal-appear.component';
|
||||
import { WaybillManagementBulkeDetailComponent } from './components/bulk-detail/bulk-detail.component';
|
||||
import { WaybillManagementBulkComponent } from './components/bulk/bulk.component';
|
||||
|
||||
@ -19,7 +20,8 @@ const COMPONENTS: Type<void>[] = [
|
||||
WaybillManagementVehicleComponent,
|
||||
WaybillManagementVehicleDetailComponent,
|
||||
WaybillManagementBulkComponent,
|
||||
WaybillManagementBulkeDetailComponent
|
||||
WaybillManagementBulkeDetailComponent,
|
||||
WaybillManagementAbnormalAppearComponent
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user