|
|
|
@ -25,6 +25,8 @@ import { StationTaskExecutionComponent } from './task/station-task-execution/sta
|
|
|
|
|
import { StationTaskApplyComponent } from './task/station-task-apply/station-task-apply.component'; |
|
|
|
|
import { StationWeeklyPlanComponent } from './task/station-weekly-plan/station-weekly-plan.component'; |
|
|
|
|
import { NzProgressModule } from 'ng-zorro-antd/progress'; |
|
|
|
|
import { NzEmptyModule } from 'ng-zorro-antd/empty'; |
|
|
|
|
import { NzButtonModule } from 'ng-zorro-antd/button'; |
|
|
|
|
@NgModule({ |
|
|
|
|
declarations: [ |
|
|
|
|
NavComponent, |
|
|
|
@ -54,7 +56,9 @@ import { NzProgressModule } from 'ng-zorro-antd/progress';
|
|
|
|
|
NzInputModule, |
|
|
|
|
NzTableModule, |
|
|
|
|
NzIconModule, |
|
|
|
|
NzProgressModule |
|
|
|
|
NzProgressModule, |
|
|
|
|
NzEmptyModule, |
|
|
|
|
NzButtonModule |
|
|
|
|
] |
|
|
|
|
}) |
|
|
|
|
export class HomeModule { } |
|
|
|
|