|
|
|
@ -10,19 +10,21 @@ import {BreadcrumbModule} from '../../common/breadcrumb/breadcrumb.module'; |
|
|
|
|
import {AppCommonModule} from '../../app-common.module'; |
|
|
|
|
import { RefundAuditComponent } from './refund-audit/refund-audit.component'; |
|
|
|
|
import { GoodsAuditComponent } from './goods-audit/goods-audit.component'; |
|
|
|
|
import {PreviewImageModule} from '../../common/preview-image/preview-image.module'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
|
declarations: [AuditCouponComponent, RefundAuditComponent, GoodsAuditComponent], |
|
|
|
|
imports: [ |
|
|
|
|
CommonModule, |
|
|
|
|
AuditRoutingModule, |
|
|
|
|
NgZorroAntdModule, |
|
|
|
|
SeparateModule, |
|
|
|
|
ReactiveFormsModule, |
|
|
|
|
FormsModule, |
|
|
|
|
BreadcrumbModule, |
|
|
|
|
AppCommonModule |
|
|
|
|
] |
|
|
|
|
imports: [ |
|
|
|
|
CommonModule, |
|
|
|
|
AuditRoutingModule, |
|
|
|
|
NgZorroAntdModule, |
|
|
|
|
SeparateModule, |
|
|
|
|
ReactiveFormsModule, |
|
|
|
|
FormsModule, |
|
|
|
|
BreadcrumbModule, |
|
|
|
|
AppCommonModule, |
|
|
|
|
PreviewImageModule |
|
|
|
|
] |
|
|
|
|
}) |
|
|
|
|
export class AuditModule { } |
|
|
|
|