|
|
@ -4,7 +4,7 @@ |
|
|
|
* @Author: sueRimn |
|
|
|
* @Author: sueRimn |
|
|
|
* @Date: 2020-12-25 10:19:31 |
|
|
|
* @Date: 2020-12-25 10:19:31 |
|
|
|
* @LastEditors: sueRimn |
|
|
|
* @LastEditors: sueRimn |
|
|
|
* @LastEditTime: 2021-03-03 13:54:44 |
|
|
|
* @LastEditTime: 2021-03-05 14:49:01 |
|
|
|
--> |
|
|
|
--> |
|
|
|
<div class="box"> |
|
|
|
<div class="box"> |
|
|
|
<div class="boxleft"> |
|
|
|
<div class="boxleft"> |
|
|
@ -88,7 +88,8 @@ |
|
|
|
<table cellspacing="0" cellpadding="0" style="margin-top: 10px;"> |
|
|
|
<table cellspacing="0" cellpadding="0" style="margin-top: 10px;"> |
|
|
|
<thead> |
|
|
|
<thead> |
|
|
|
<th style="width: 15%;">类型</th> |
|
|
|
<th style="width: 15%;">类型</th> |
|
|
|
<th style="width: 15%;">操作</th> |
|
|
|
<th style="width: 15%;">名称</th> |
|
|
|
|
|
|
|
<th style="width: 10%;">操作</th> |
|
|
|
<th style="width: 15%;">所属组织</th> |
|
|
|
<th style="width: 15%;">所属组织</th> |
|
|
|
<th style="width: 15%;">审核状态</th> |
|
|
|
<th style="width: 15%;">审核状态</th> |
|
|
|
<th style="width: 15%;">提交人</th> |
|
|
|
<th style="width: 15%;">提交人</th> |
|
|
@ -102,7 +103,8 @@ |
|
|
|
<!-- <input type="radio" name="yuan" value={{item.id}} [(ngModel)]="checked" (click)='radioClick(item)'> --> |
|
|
|
<!-- <input type="radio" name="yuan" value={{item.id}} [(ngModel)]="checked" (click)='radioClick(item)'> --> |
|
|
|
{{item.contentType=='1'?'Ⅰ级预案':item.contentType=='2'?'Ⅱ级预案':item.contentType=='3'?'Ⅲ级预案':item.contentType=='4'?'Ⅳ级预案':item.contentType=='5'? |
|
|
|
{{item.contentType=='1'?'Ⅰ级预案':item.contentType=='2'?'Ⅱ级预案':item.contentType=='3'?'Ⅲ级预案':item.contentType=='4'?'Ⅳ级预案':item.contentType=='5'? |
|
|
|
'Ⅴ级预案':item.contentType=='6'?'应急预案(国家级)':item.contentType=='7'?'应急预案(市级)':item.contentType=='8'?'类型预案':item.contentType=='11'?'重点单位':'消防车辆'}}</td> |
|
|
|
'Ⅴ级预案':item.contentType=='6'?'应急预案(国家级)':item.contentType=='7'?'应急预案(市级)':item.contentType=='8'?'类型预案':item.contentType=='11'?'重点单位':'消防车辆'}}</td> |
|
|
|
<td style="width: 15%;" [ngClass]="{'green': item.operation == '1','red':item.operation == '2','blue':item.operation == '0'}">{{item.operation=='0'?'新增':item.operation=='1'?'更新':'删除'}}</td> |
|
|
|
<td style="width: 15%;">{{item.title}}</td> |
|
|
|
|
|
|
|
<td style="width: 10%;" [ngClass]="{'green': item.operation == '1','red':item.operation == '2','blue':item.operation == '0'}">{{item.operation=='0'?'新增':item.operation=='1'?'更新':'删除'}}</td> |
|
|
|
<td style="width: 15%;">{{item.verifyOrganizationName}}</td> |
|
|
|
<td style="width: 15%;">{{item.verifyOrganizationName}}</td> |
|
|
|
<td style="width: 15%;" [ngClass]="{'green': item.verifyState == '1'||item.verifyState == '4','red':item.verifyState == '2'||item.verifyState == '5'}">{{item.verifyState=='0'?'待初审':item.verifyState=='1'? |
|
|
|
<td style="width: 15%;" [ngClass]="{'green': item.verifyState == '1'||item.verifyState == '4','red':item.verifyState == '2'||item.verifyState == '5'}">{{item.verifyState=='0'?'待初审':item.verifyState=='1'? |
|
|
|
'初审通过':item.verifyState=='2'?'初审驳回':item.verifyState=='3'?'待终审':item.verifyState=='4'?'终审通过':'终审驳回'}}</td> |
|
|
|
'初审通过':item.verifyState=='2'?'初审驳回':item.verifyState=='3'?'待终审':item.verifyState=='4'?'终审通过':'终审驳回'}}</td> |
|
|
|