From 2a6b298e391134861b7aba91c97ad475ec9f84f8 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Mon, 18 Dec 2017 16:44:39 +0800 Subject: [PATCH] updates --- src/app/routes/users/installer/installer.component.html | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/routes/users/installer/installer.component.html b/src/app/routes/users/installer/installer.component.html index 3ac1f83..ead720b 100644 --- a/src/app/routes/users/installer/installer.component.html +++ b/src/app/routes/users/installer/installer.component.html @@ -44,9 +44,7 @@ <div class="mb-md"> <nz-alert [nzType]="'info'" [nzShowIcon]="true"> <span alert-body> - ��������� <strong class="text-primary">{{selectedRows.length}}</strong> ��� - ������������������ <strong>{{totalCallNo}}</strong> ��� - <a *ngIf="totalCallNo > 0" (click)="clear()" class="ml-lg">������</a> + ��������� <strong class="text-primary">{{selectedRows.length}}</strong> ��� </span> </nz-alert> </div> @@ -74,7 +72,7 @@ <tbody nz-tbody> <tr nz-tbody-tr *ngFor="let i of nzTable.data"> <td nz-td [nzCheckbox]="true"> - <label nz-checkbox [nzDisabled]="i.disabled" [(ngModel)]="i.checked" (ngModelChange)="refreshStatus($event)"> + <label nz-checkbox [(ngModel)]="i.checked" (ngModelChange)="refreshStatus($event)"> </label> </td> <td nz-td>{{i.name}}</td> -- Gitblit v1.8.0