通用组件-确认框

This commit is contained in:
禾几海
2020-07-01 17:58:26 +08:00
parent 1d46241a06
commit 9dca081c7a
4 changed files with 16 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import {CommonTableComponent} from './common-table.component';
import {
NzCardModule,
NzDividerModule,
NzIconModule, NzOutletModule,
NzIconModule, NzOutletModule, NzPopconfirmModule,
NzTableModule,
NzToolTipModule,
NzTypographyModule
@@ -26,7 +26,8 @@ import {
NzToolTipModule,
NzCardModule,
NzIconModule,
NzOutletModule
NzOutletModule,
NzPopconfirmModule
]
})
export class CommonTableModule {