|
|
@ -21,16 +21,16 @@ |
|
|
|
<div class="tablebox"> |
|
|
|
<div class="tablebox"> |
|
|
|
<table> |
|
|
|
<table> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th style="width: 20%;">预警类别</th> |
|
|
|
|
|
|
|
<th style="width: 20%;">预警/分析事件</th> |
|
|
|
<th style="width: 20%;">预警/分析事件</th> |
|
|
|
|
|
|
|
<th style="width: 20%;">预警类别</th> |
|
|
|
<th style="width: 25%;">预警推送范围</th> |
|
|
|
<th style="width: 25%;">预警推送范围</th> |
|
|
|
<!-- <th style="width: 25%;">预警处置范围</th> --> |
|
|
|
<!-- <th style="width: 25%;">预警处置范围</th> --> |
|
|
|
<th style="width: 25%;">短信推送范围</th> |
|
|
|
<th style="width: 25%;">短信推送范围</th> |
|
|
|
<th style="width: 10%;">操作</th> |
|
|
|
<th style="width: 10%;">操作</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr *ngFor="let item of list"> |
|
|
|
<tr *ngFor="let item of list"> |
|
|
|
<td>{{item.violationType}}</td> |
|
|
|
|
|
|
|
<td>{{item.eventSystemName}}</td> |
|
|
|
<td>{{item.eventSystemName}}</td> |
|
|
|
|
|
|
|
<td>{{item.violationType}}</td> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<span class="name" *ngFor="let i of item.pushRoleNames">{{i}}</span> |
|
|
|
<span class="name" *ngFor="let i of item.pushRoleNames">{{i}}</span> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|