车辆对接

This commit is contained in:
wangshiming
2022-01-05 21:02:22 +08:00
parent f4e924e314
commit d7ee2f56cf
9 changed files with 256 additions and 45 deletions

View File

@ -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({