|
|
|
@ -32,7 +32,7 @@
|
|
|
|
|
{{item.licenseSnapshot.validityDays ? item.licenseSnapshot.validityDays+'天' : '/'}} |
|
|
|
|
</ng-template> |
|
|
|
|
</td> |
|
|
|
|
<td>{{getHandleTypes(item.handleTypes)}}</td> |
|
|
|
|
<td>{{getHandleTypes(item.licenseSnapshot.handleTypes)}}</td> |
|
|
|
|
<td>{{item.notificationContent | notificationContent}}</td> |
|
|
|
|
<td |
|
|
|
|
[ngClass]="{'greenColor': item.licenseSnapshot.licenseViolationType == 1,'yellowColor': item.licenseSnapshot.licenseViolationType == 2,'redColor': item.licenseSnapshot.licenseViolationType == 3}"> |
|
|
|
|