|
|
|
@ -183,7 +183,6 @@
|
|
|
|
|
{{item.violatedItemSnapshotObj.YearlyCheckDate ? |
|
|
|
|
(item.violatedItemSnapshotObj.YearlyCheckDate | date:"yyyy-MM-dd") : '/'}} |
|
|
|
|
</ng-template> |
|
|
|
|
|
|
|
|
|
</ng-container> |
|
|
|
|
<ng-template #elseTemplate> |
|
|
|
|
<ng-container *ngIf="item.desc == '维保'; else elseTemplate2"> |
|
|
|
@ -195,11 +194,12 @@
|
|
|
|
|
(item.violatedItemSnapshotObj.validityEndTime | date:"yyyy-MM-dd") : '/'}} |
|
|
|
|
</ng-template> |
|
|
|
|
</ng-template> |
|
|
|
|
|
|
|
|
|
</td> |
|
|
|
|
<td nzEllipsis> |
|
|
|
|
<span *ngIf="item.handleTime">已处置</span> |
|
|
|
|
<span *ngIf="!item.handleTime" style="color: #FF4B65;">未处置</span> |
|
|
|
|
<!-- <span *ngIf="item.handleTime">已处置</span> |
|
|
|
|
<span *ngIf="!item.handleTime" style="color: #FF4B65;">未处置</span> --> |
|
|
|
|
<span |
|
|
|
|
[ngClass]="{'greenColor': item.handleStateStr=='已处置','yellowColor': item.handleStateStr=='处置中','redColor': item.handleStateStr=='未处置'}">{{item.handleStateStr}}</span> |
|
|
|
|
</td> |
|
|
|
|
<td> |
|
|
|
|
<span style="cursor: pointer;color: #36A2FF;" (click)="look(item)">查看</span> |
|
|
|
|