...
|
...
|
@@ -54,11 +54,12 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="d-flex" style="flex: 1">
|
|
|
<div class="d-flex" style="flex: 1;align-items: center;">
|
|
|
<div style="color: #666666;font-size: 16px;margin-left:30px;min-width: 80px">正常占比</div>
|
|
|
<div class="progress-con">
|
|
|
<el-progress :text-inside="true" :stroke-width="26"
|
|
|
:percentage="dialTest && dialTest.normalProportion?dialTest.normalProportion*100:0"
|
|
|
<div class="progress-con-text">{{dialTest && dialTest.normalProportion ? dialTest.normalProportion*100 : 0}}%</div>
|
|
|
<el-progress :show-text="false" :stroke-width="26"
|
|
|
:percentage="dialTest && dialTest.normalProportion ? dialTest.normalProportion*100 : 0"
|
|
|
color="#64A64C"/>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
|