|
|
|
@ -78,7 +78,8 @@
|
|
|
|
|
</nz-form-item> |
|
|
|
|
<nz-form-item class="searchParamsS eventInput"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select [nzMaxTagCount]="1" nzMode="multitagsple" nzAllowClear formControlName="site" nzPlaceHolder="预警区域"> |
|
|
|
|
<nz-select [nzMaxTagCount]="1" nzMode="multitagsple" nzAllowClear formControlName="site" |
|
|
|
|
nzPlaceHolder="预警区域"> |
|
|
|
|
<nz-option nzValue="出入口" nzLabel="出入口"></nz-option> |
|
|
|
|
<nz-option nzValue="加油区" nzLabel="加油区"></nz-option> |
|
|
|
|
<nz-option nzValue="油罐区" nzLabel="油罐区"></nz-option> |
|
|
|
@ -155,7 +156,7 @@
|
|
|
|
|
<th>摄像头名称</th> |
|
|
|
|
<th>预警时间</th> |
|
|
|
|
<th nzWidth="5%">处置状态</th> |
|
|
|
|
<th nzWidth="5%">申诉状态</th> |
|
|
|
|
<th nzWidth="5%" *ngIf="isMisinformation">申诉状态</th> |
|
|
|
|
<th nzWidth="5%">操作</th> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
@ -193,7 +194,7 @@
|
|
|
|
|
[ngClass]="{'greenColor': item.handleStateStr=='已处置','yellowColor': item.handleStateStr=='处置中','redColor': item.handleStateStr=='未处置'}">{{item.handleStateStr}}</span> |
|
|
|
|
</ng-template> |
|
|
|
|
</td> |
|
|
|
|
<td nzEllipsis> |
|
|
|
|
<td nzEllipsis *ngIf="isMisinformation"> |
|
|
|
|
<span |
|
|
|
|
[ngClass]="{'greenColor': item.appealStatus==1,'yellowColor': item.appealStatus==4,'redColor': item.appealStatus==3}"> |
|
|
|
|
{{item.appealStatus == 0 ? '未申诉': item.appealStatus == 1 ? '申诉中': item.appealStatus == 3 ? '申诉驳回' : |
|
|
|
|