|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
<span>完成率</span> |
|
|
|
|
<span>{{item.percentage}}%</span> |
|
|
|
|
</p> |
|
|
|
|
<nz-progress style="width: 100%;" [nzPercent]="item.percentage" nzStrokeColor="#42B983" |
|
|
|
|
<nz-progress style="width: 100%;" [nzPercent]="item.percentage" nzStrokeColor="#87D068" |
|
|
|
|
[nzShowInfo]="false"></nz-progress> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -150,43 +150,46 @@
|
|
|
|
|
<div class="aaa"> |
|
|
|
|
<div class="title"> |
|
|
|
|
任务总数 |
|
|
|
|
<span |
|
|
|
|
style="font-weight: 18;font-size: 26px;margin-left: 10px;">{{countStat.statistics1.num}}</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="details"> |
|
|
|
|
<div class="detailsname"> |
|
|
|
|
完成 |
|
|
|
|
<!-- <span style="font-weight: 18;font-size: 26px;margin-left: 10px;">15</span> --> |
|
|
|
|
</div> |
|
|
|
|
<span class="progresssquare"> |
|
|
|
|
<!-- <span>完成率</span> --> |
|
|
|
|
<nz-progress nzStrokeLinecap="square" style="width: 70%;margin-bottom: 3px;" |
|
|
|
|
[nzPercent]="75" nzStrokeColor="#42B983" [nzShowInfo]="false" [nzStrokeWidth]="18"> |
|
|
|
|
[nzPercent]="countStat.statistics1.percentageComplete" nzStrokeColor="#87D068" |
|
|
|
|
[nzShowInfo]="false" [nzStrokeWidth]="18"> |
|
|
|
|
</nz-progress> |
|
|
|
|
<span>75%</span> |
|
|
|
|
<span>{{countStat.statistics1.percentageComplete}}%</span> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="percentage"> |
|
|
|
|
<nz-progress [nzWidth]="80" nz-tooltip nzType="circle" [nzPercent]="70" nzStrokeLinecap="square" |
|
|
|
|
[nzShowInfo]="false" [nzSuccessPercent]="40"></nz-progress> |
|
|
|
|
<nz-progress [nzWidth]="80" nz-tooltip nzType="circle" |
|
|
|
|
[nzPercent]="countStat.statistics1.item1+countStat.statistics1.item2" |
|
|
|
|
nzStrokeLinecap="square" [nzShowInfo]="false" |
|
|
|
|
[nzSuccessPercent]="countStat.statistics1.item1"></nz-progress> |
|
|
|
|
<div class="typebox"> |
|
|
|
|
<div class="type"> |
|
|
|
|
<div class="tips" style="background: #42B983;"></div> |
|
|
|
|
<div class="tips" style="background: #87D068;"></div> |
|
|
|
|
<div style="font-size: 13px;"><span |
|
|
|
|
style="margin-right: 5px;">上级指派</span><span>46%</span></div> |
|
|
|
|
style="margin-right: 5px;">上级指派</span><span>{{countStat.statistics1.item1}}%</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="type"> |
|
|
|
|
<div class="tips" style="background: #1890FF;"></div> |
|
|
|
|
<div style="font-size: 13px;"><span |
|
|
|
|
style="margin-right: 5px;">自主任务</span><span>46%</span></div> |
|
|
|
|
style="margin-right: 5px;">自主任务</span><span>{{countStat.statistics1.item2}}%</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="type"> |
|
|
|
|
<div class="tips" style="background: #fff;"></div> |
|
|
|
|
<div style="font-size: 13px;"><span |
|
|
|
|
style="margin-right: 5px;">申领任务</span><span>46%</span></div> |
|
|
|
|
style="margin-right: 5px;">申领任务</span><span>{{countStat.statistics1.item3}}%</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -195,6 +198,8 @@
|
|
|
|
|
<div class="aaa"> |
|
|
|
|
<div class="title"> |
|
|
|
|
消防救援任务总数 |
|
|
|
|
<span |
|
|
|
|
style="font-weight: 18;font-size: 26px;margin-left: 10px;">{{countStat.statistics2.num}}</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="details"> |
|
|
|
|
<div class="detailsname"> |
|
|
|
@ -204,31 +209,37 @@
|
|
|
|
|
<span class="progresssquare"> |
|
|
|
|
<!-- <span>完成率</span> --> |
|
|
|
|
<nz-progress nzStrokeLinecap="square" style="width: 70%;margin-bottom: 3px;" |
|
|
|
|
[nzPercent]="75" nzStrokeColor="#42B983" [nzShowInfo]="false" [nzStrokeWidth]="18"> |
|
|
|
|
[nzPercent]="countStat.statistics2.percentageComplete" nzStrokeColor="#87D068" |
|
|
|
|
[nzShowInfo]="false" [nzStrokeWidth]="18"> |
|
|
|
|
</nz-progress> |
|
|
|
|
<span>75%</span> |
|
|
|
|
<span>{{countStat.statistics2.percentageComplete}}%</span> |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="percentage"> |
|
|
|
|
<nz-progress [nzWidth]="80" nz-tooltip nzType="circle" [nzPercent]="70" nzStrokeColor="#42B983" |
|
|
|
|
nzStrokeLinecap="square" [nzShowInfo]="false"></nz-progress> |
|
|
|
|
<nz-progress [nzWidth]="80" nz-tooltip nzType="circle" |
|
|
|
|
[nzPercent]="countStat.statistics2.item1+countStat.statistics2.item2" |
|
|
|
|
nzStrokeColor="#3658c8" nzStrokeLinecap="square" [nzShowInfo]="false" |
|
|
|
|
[nzSuccessPercent]="countStat.statistics2.item1"></nz-progress> |
|
|
|
|
<div class="typebox"> |
|
|
|
|
<div class="type"> |
|
|
|
|
<div class="tips" style="background: #42B983;"></div> |
|
|
|
|
<div class="tips" style="background: #87D068;"></div> |
|
|
|
|
<div style="font-size: 13px;"><span |
|
|
|
|
style="margin-right: 5px;">上级指派</span><span>46%</span></div> |
|
|
|
|
style="margin-right: 5px;">上级指派</span><span>{{countStat.statistics2.item1}}%</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="type"> |
|
|
|
|
<div class="tips" style="background: #1890FF;"></div> |
|
|
|
|
<div class="tips" style="background: #3658c8;"></div> |
|
|
|
|
<div style="font-size: 13px;"><span |
|
|
|
|
style="margin-right: 5px;">自主任务</span><span>46%</span></div> |
|
|
|
|
style="margin-right: 5px;">自主任务</span><span>{{countStat.statistics2.item2}}%</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="type"> |
|
|
|
|
<div class="tips" style="background: #fff;"></div> |
|
|
|
|
<div style="font-size: 13px;"><span |
|
|
|
|
style="margin-right: 5px;">申领任务</span><span>46%</span></div> |
|
|
|
|
style="margin-right: 5px;">申领任务</span><span>{{countStat.statistics2.item3}}%</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -237,6 +248,8 @@
|
|
|
|
|
<div class="aaa"> |
|
|
|
|
<div class="title"> |
|
|
|
|
检查员任务总数 |
|
|
|
|
<span |
|
|
|
|
style="font-weight: 18;font-size: 26px;margin-left: 10px;">{{countStat.statistics3.num}}</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="details"> |
|
|
|
|
<div class="detailsname"> |
|
|
|
@ -246,31 +259,37 @@
|
|
|
|
|
<span class="progresssquare"> |
|
|
|
|
<!-- <span>完成率</span> --> |
|
|
|
|
<nz-progress nzStrokeLinecap="square" style="width: 70%;margin-bottom: 3px;" |
|
|
|
|
[nzPercent]="75" nzStrokeColor="#E6D91D" [nzShowInfo]="false" [nzStrokeWidth]="18"> |
|
|
|
|
[nzPercent]="countStat.statistics3.percentageComplete" nzStrokeColor="#E6D91D" |
|
|
|
|
[nzShowInfo]="false" [nzStrokeWidth]="18"> |
|
|
|
|
</nz-progress> |
|
|
|
|
<span>75%</span> |
|
|
|
|
<span>{{countStat.statistics3.percentageComplete}}%</span> |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="percentage"> |
|
|
|
|
<nz-progress [nzWidth]="80" nz-tooltip nzType="circle" [nzPercent]="50" nzStrokeColor="#E6D91D" |
|
|
|
|
[nzShowInfo]="false"></nz-progress> |
|
|
|
|
<nz-progress [nzWidth]="80" nz-tooltip nzType="circle" |
|
|
|
|
[nzPercent]="countStat.statistics3.item1+countStat.statistics3.item2" |
|
|
|
|
nzStrokeColor="#E6D91D" [nzShowInfo]="false" |
|
|
|
|
[nzSuccessPercent]="countStat.statistics3.item1"></nz-progress> |
|
|
|
|
<div class="typebox"> |
|
|
|
|
<div class="type"> |
|
|
|
|
<div class="tips" style="background: #42B983;"></div> |
|
|
|
|
<div class="tips" style="background: #87D068;"></div> |
|
|
|
|
<div style="font-size: 13px;"><span |
|
|
|
|
style="margin-right: 5px;">上级指派</span><span>46%</span></div> |
|
|
|
|
style="margin-right: 5px;">上级指派</span><span>{{countStat.statistics3.item1}}%</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="type"> |
|
|
|
|
<div class="tips" style="background: #1890FF;"></div> |
|
|
|
|
<div class="tips" style="background: #E6D91D;"></div> |
|
|
|
|
<div style="font-size: 13px;"><span |
|
|
|
|
style="margin-right: 5px;">自主任务</span><span>46%</span></div> |
|
|
|
|
style="margin-right: 5px;">自主任务</span><span>{{countStat.statistics3.item2}}%</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="type"> |
|
|
|
|
<div class="tips" style="background: #fff;"></div> |
|
|
|
|
<div style="font-size: 13px;"><span |
|
|
|
|
style="margin-right: 5px;">申领任务</span><span>46%</span></div> |
|
|
|
|
style="margin-right: 5px;">申领任务</span><span>{{countStat.statistics3.item3}}%</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -298,7 +317,7 @@
|
|
|
|
|
</span> |
|
|
|
|
<div style="width: 72%;" class="progress progresssquare"> |
|
|
|
|
<span>完成进度</span> |
|
|
|
|
<nz-progress nzStrokeLinecap="square" [nzStrokeWidth]="16" nzStrokeColor="#42B983" |
|
|
|
|
<nz-progress nzStrokeLinecap="square" [nzStrokeWidth]="16" nzStrokeColor="#87D068" |
|
|
|
|
[nzPercent]="element.percentage"></nz-progress> |
|
|
|
|
</div> |
|
|
|
|
<!-- <button nz-button nzType="primary">任务下派</button> --> |
|
|
|
@ -320,7 +339,7 @@
|
|
|
|
|
<span class="boldspan">{{item.inspected}}</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="num"> |
|
|
|
|
<div class="round" style="background: #42B983;"></div> |
|
|
|
|
<div class="round" style="background: #87D068;"></div> |
|
|
|
|
<span class="word">已完成</span> |
|
|
|
|
<span class="boldspan">{{item.finished}}</span> |
|
|
|
|
</div> |
|
|
|
|