-
This commit is contained in:
		| @ -46,7 +46,7 @@ | |||||||
|     </ng-template> |     </ng-template> | ||||||
|  |  | ||||||
|     <ng-template st-row="checkStatus" let-item let-index="index"> |     <ng-template st-row="checkStatus" let-item let-index="index"> | ||||||
|       <a (click)="viewResult(item)">{{filterCheckStatus(item?.checkStatus)}}</a> |       <a *ngIf="item?.checkStatus === 2" (click)="viewResult(item)">{{filterCheckStatus(item?.checkStatus)}}</a> | ||||||
|       <span *ngIf="item?.checkStatus !== 2">{{filterCheckStatus(item?.checkStatus)}}</span> |       <span *ngIf="item?.checkStatus !== 2">{{filterCheckStatus(item?.checkStatus)}}</span> | ||||||
|     </ng-template> |     </ng-template> | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user