src/app/routes/systems/account/account.component.html
@@ -105,7 +105,7 @@ <a (click)="edit(account)">编辑</a> <ng-container *ngIf="account.isDelete == '0'"> <span nz-table-divider></span> <nz-popconfirm [nzTitle]="'确定要删除该数据吗?'" [nzOkText]="'Yes'" [nzCancelText]="'No'" (nzOnConfirm)="remove(account.id)" > <nz-popconfirm [nzTitle]="'确定要删除该数据吗?'" [nzOkText]="'Yes'" [nzCancelText]="'No'" (nzOnConfirm)="delete(account.id)" > <a nz-popconfirm>删除</a> </nz-popconfirm> </ng-container>