|
|
|
@ -1,4 +1,8 @@
|
|
|
|
|
<!-- <div class="leisiTable"> |
|
|
|
|
<div style="width: 100%;height: 100%;position: relative;"> |
|
|
|
|
<div class="backBtn" *ngIf="isResponsePlans" (click)="back()"> |
|
|
|
|
返回 |
|
|
|
|
</div> |
|
|
|
|
<div class="leisiTable" *ngIf="!isResponsePlans"> |
|
|
|
|
<table> |
|
|
|
|
<thead > |
|
|
|
|
<td style="width:40%;">单位名称</td> |
|
|
|
@ -15,11 +19,12 @@
|
|
|
|
|
<td></td> |
|
|
|
|
<td style="color: #FFFFFF;">{{leisi.weizhi}}</td> |
|
|
|
|
<td [ngClass]="{'tdyanse56':leisi.xiangjin>=50&&leisi.xiangjin<=60,'tdyanse78':leisi.xiangjin>60,'tdyanse':leisi.xiangjin<50}">{{leisi.xiangjin}}%</td> |
|
|
|
|
<td style="color: #CC5D13;">查看详情</td> |
|
|
|
|
<td style="color: #CC5D13;cursor: pointer;" (click)="openDeatails()">查看详情</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
</div> --> |
|
|
|
|
<div style="width: 100%;height: 100%;"> |
|
|
|
|
</div> |
|
|
|
|
<div style="width: 100%;height: 100%;" *ngIf="isResponsePlans"> |
|
|
|
|
<app-collection-tools></app-collection-tools> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|