|
|
|
@ -14,7 +14,6 @@ import { OrComponent } from './system-management/or/or.component';
|
|
|
|
|
import { UnitComponent } from './basic-info/unit/unit.component'; |
|
|
|
|
import { UnitDetailsComponent } from './basic-info/unit-details/unit-details.component'; |
|
|
|
|
import { NzInputModule } from 'ng-zorro-antd/input'; |
|
|
|
|
import { NzTableModule } from 'ng-zorro-antd/table'; |
|
|
|
|
import { NzIconModule } from 'ng-zorro-antd/icon'; |
|
|
|
|
import { ZhiIndicatorsComponent } from './task/zhi-indicators/zhi-indicators.component'; |
|
|
|
|
import { ZhiAuditComponent } from './task/zhi-audit/zhi-audit.component'; |
|
|
|
@ -36,7 +35,6 @@ import { NzTreeSelectModule } from 'ng-zorro-antd/tree-select';
|
|
|
|
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |
|
|
|
|
import { NzModalModule } from 'ng-zorro-antd/modal'; |
|
|
|
|
import { NzMessageModule } from 'ng-zorro-antd/message'; |
|
|
|
|
import { NzInputModule } from 'ng-zorro-antd/input'; |
|
|
|
|
@NgModule({ |
|
|
|
|
declarations: [ |
|
|
|
|
NavComponent, |
|
|
|
@ -65,13 +63,11 @@ import { NzInputModule } from 'ng-zorro-antd/input';
|
|
|
|
|
HomeRoutingModule, |
|
|
|
|
NzLayoutModule, |
|
|
|
|
NzDropDownModule, |
|
|
|
|
NzInputModule, |
|
|
|
|
NzTableModule, |
|
|
|
|
NzIconModule, |
|
|
|
|
NzProgressModule, |
|
|
|
|
NzEmptyModule, |
|
|
|
|
NzButtonModule, |
|
|
|
|
NzTableModule, |
|
|
|
|
NzFormModule, |
|
|
|
|
NzSelectModule, |
|
|
|
|
NzTreeSelectModule, |
|
|
|
|