货主管理

This commit is contained in:
Taric Xin
2021-12-09 16:15:47 +08:00
parent b074f72593
commit 8091d8e274
28 changed files with 971 additions and 1263 deletions

View File

@ -28,6 +28,7 @@ import { StatusLabelModule } from './components/status-label';
import { SharedThirdModule } from './shared-third.module';
import { LogisticsTimeLineComponent } from './components/logistics-time-line/logistics-time-line.component';
import { AmapModule } from './components/amap/amap.module';
import { ImageListModule } from './components/imagelist';
const MODULES = [
AddressModule,
@ -40,6 +41,7 @@ const MODULES = [
StatusLabelModule,
SharedThirdModule,
AmapModule,
ImageListModule,
...PRO_SHARED_MODULES
];
// #endregion