Browse Source

[完善]完整度完善

非煤矿山灾害智能感知和预警系统
邵佳豪 2 years ago
parent
commit
9216ce8504
  1. 4
      src/app/home/basic-info/unit/unit.component.html

4
src/app/home/basic-info/unit/unit.component.html

@ -50,9 +50,9 @@
<td>{{ data.companyName }}</td>
<td class="progresssquare">
<nz-progress [nzShowInfo]="false" nzStrokeLinecap="square" nzStrokeWidth="16" nzStrokeColor="#42B983"
[nzPercent]="data.integrity * 100">
[nzPercent]="(data.integrity * 100).toFixed()">
</nz-progress>
<span class="num">{{data.integrity * 100}}%</span>
<span class="num">{{(data.integrity * 100).toFixed()}}%</span>
</td>
<td>{{ data.organization.name }}</td>
<td>{{ data.buildingType ? data.buildingType.buildingTypeName : ''}}</td>

Loading…
Cancel
Save