From c93ce3ae7d39079eb8a2b13bea747e5c4636242d Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Tue, 19 Dec 2017 23:04:42 +0800 Subject: [PATCH] updates --- src/app/routes/users/installer/installer.component.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/routes/users/installer/installer.component.html b/src/app/routes/users/installer/installer.component.html index e0e3db3..11daadb 100644 --- a/src/app/routes/users/installer/installer.component.html +++ b/src/app/routes/users/installer/installer.component.html @@ -83,7 +83,7 @@ <td nz-td> <a (click)="edit(i)">������</a> <span nz-table-divider></span> - <nz-popconfirm [nzTitle]="'���������������������������?'" [nzOkText]="'Yes'" [nzCancelText]="'No'" (nzOnConfirm)="popConfirm(i)" (nzOnCancel)="popCancel()"> + <nz-popconfirm [nzTitle]="'���������������������������?'" [nzOkText]="'Yes'" [nzCancelText]="'No'" (nzOnConfirm)="delete(i)" > <a nz-popconfirm>������</a> </nz-popconfirm> </td> -- Gitblit v1.8.0