|
|
|
@ -119,16 +119,16 @@
|
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th nzWidth="5%" style="text-align: center;">序号</th> |
|
|
|
|
<th>预警类别</th> |
|
|
|
|
<th>预警内容</th> |
|
|
|
|
<th nzWidth="6%">预警类别</th> |
|
|
|
|
<th nzWidth="11%">预警内容</th> |
|
|
|
|
<th>公司名称</th> |
|
|
|
|
<th>区域名称</th> |
|
|
|
|
<th nzWidth="12%">油站名称</th> |
|
|
|
|
<th nzWidth="16%">证照/消防设施名称</th> |
|
|
|
|
<th nzWidth="8%" >有效期限</th> |
|
|
|
|
<th nzWidth="8%">有效期限</th> |
|
|
|
|
<th>预警时间</th> |
|
|
|
|
<th nzWidth="5%" >状态</th> |
|
|
|
|
<th nzWidth="5%" >操作</th> |
|
|
|
|
<th nzWidth="5%">状态</th> |
|
|
|
|
<th nzWidth="5%">操作</th> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
|
<tbody id="table"> |
|
|
|
@ -147,14 +147,7 @@
|
|
|
|
|
</ng-template> |
|
|
|
|
</td> |
|
|
|
|
<td nzEllipsis> |
|
|
|
|
<ng-container *ngIf="item.numberOfTimes; else elseTemplate2"> |
|
|
|
|
<span *ngIf="item.numberOfTimes == 1">{{item.desc}}办理提醒</span> |
|
|
|
|
<span *ngIf="item.numberOfTimes == 2">{{item.desc}}临期提醒</span> |
|
|
|
|
<span *ngIf="item.numberOfTimes == 3">{{item.desc}}逾期报警</span> |
|
|
|
|
</ng-container> |
|
|
|
|
<ng-template #elseTemplate2> |
|
|
|
|
消防设备逾期报警 |
|
|
|
|
</ng-template> |
|
|
|
|
{{item.violation.eventSystemName}} |
|
|
|
|
</td> |
|
|
|
|
<td nzEllipsis [title]="item.gasStation.companyName"> |
|
|
|
|
{{item.gasStation.companyName ? item.gasStation.companyName : '/'}} |
|
|
|
@ -197,7 +190,7 @@
|
|
|
|
|
</ng-template> |
|
|
|
|
</td> |
|
|
|
|
<td nzEllipsis> |
|
|
|
|
{{item.violateTime | date:"yyyy-MM-dd hh:mm:ss"}} |
|
|
|
|
{{item.violateTime | date:"yyyy-MM-dd HH:mm:ss"}} |
|
|
|
|
</td> |
|
|
|
|
<td nzEllipsis> |
|
|
|
|
<span |
|
|
|
|