|
|
|
@ -182,7 +182,9 @@
|
|
|
|
|
<th>油站名称</th> |
|
|
|
|
<th>预警区域</th> |
|
|
|
|
<th>摄像头名称</th> |
|
|
|
|
<th>预警时间</th> |
|
|
|
|
<th nzWidth="8%">预警时间</th> |
|
|
|
|
<th nzWidth="8%">申诉时间</th> |
|
|
|
|
<th nzWidth="8%">处置时间</th> |
|
|
|
|
<th nzWidth="5%">处置状态</th> |
|
|
|
|
<th nzWidth="5%" *ngIf="isMisinformation">申诉状态</th> |
|
|
|
|
<th nzWidth="5%">操作</th> |
|
|
|
@ -213,6 +215,12 @@
|
|
|
|
|
<td nzEllipsis [title]="item.violateTime | date:'yyyy-MM-dd HH:mm:ss'"> |
|
|
|
|
{{item.violateTime | date:"yyyy-MM-dd HH:mm:ss"}} |
|
|
|
|
</td> |
|
|
|
|
<td nzEllipsis [title]="item.appealLog ? (item.appealLog.committedTime | date:'yyyy-MM-dd HH:mm:ss') : ''"> |
|
|
|
|
{{item.appealLog ? (item.appealLog.committedTime | date:'yyyy-MM-dd HH:mm:ss') : ''}} |
|
|
|
|
</td> |
|
|
|
|
<td nzEllipsis [title]="item.handleTime? (item.handleTime| date:'yyyy-MM-dd HH:mm:ss') : ''"> |
|
|
|
|
{{item.handleTime? (item.handleTime| date:"yyyy-MM-dd HH:mm:ss") : ''}} |
|
|
|
|
</td> |
|
|
|
|
<td nzEllipsis> |
|
|
|
|
<ng-container *ngIf="!item.positive; else elseTemplate"> |
|
|
|
|
误报 |
|
|
|
|