员工管理
This commit is contained in:
@ -1,9 +1,14 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { SharedModule } from '@shared';
|
||||
import { StaffManagementComponent } from './components/staff-management/staff-management.component';
|
||||
import { SysSettingRoutingModule } from './sys-setting-routing.module';
|
||||
import { BuyerTranspowerComponent } from './components/staff-management/transpower/transpower.component';
|
||||
import { SystemStaffStaffModalComponent } from './components/staff-management/staff-modal/staff-modal.component';
|
||||
|
||||
const COMPONENTS = [StaffManagementComponent, BuyerTranspowerComponent, SystemStaffStaffModalComponent];
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [CommonModule, SharedModule]
|
||||
declarations: COMPONENTS,
|
||||
imports: [CommonModule, SysSettingRoutingModule, SharedModule]
|
||||
})
|
||||
export class SysSettingModule {}
|
||||
|
||||
Reference in New Issue
Block a user