修改dataZoom

This commit is contained in:
熊丽君
2022-02-16 11:17:07 +08:00
parent ab732693ff
commit 1ab5269ae5
27 changed files with 3952 additions and 3394 deletions

View File

@ -7,18 +7,18 @@
<div class="box">
<span>{{ percentage }}%</span>
</div>
<div style="width: 100%">
<!-- <div style="width: 100%">
<progressBar :percentage="percentage" />
</div>
</div> -->
</div>
<div class="data-item">
<div><span style="font-weight: bold">产品合格率</span></div>
<div class="box">
<span>{{ dataInfo.productCate || 0 }}%</span>
</div>
<div style="width: 100%">
<!-- <div style="width: 100%">
<progressBar :percentage="dataInfo.productCate" />
</div>
</div> -->
</div>
<div class="data-item">
<div><span style="font-weight: bold">一般性质量问题数量</span></div>
@ -43,9 +43,9 @@
<span>{{ dataInfo.smallProductCate || 0 }}</span
>%
</div>
<div style="width: 100%">
<!-- <div style="width: 100%">
<progressBar :percentage="dataInfo.smallProductCate" />
</div>
</div> -->
</div>
<div class="data-item">
<div><span style="font-weight: bold">产品错漏检率</span></div>
@ -64,9 +64,9 @@
dataInfo.qualityPlanCompleteTotal
}}</span>
</div>
<div style="width: 100%">
<!-- <div style="width: 100%">
<progressBar :percentage="dataInfo.planCompleteRate" />
</div>
</div> -->
</div>
<div class="data-item">
<div><span style="font-weight: bold">质量检查完成率</span></div>
@ -76,9 +76,9 @@
dataInfo.qualityNotificationCompleteTotal
}}</span>
</div>
<div style="width: 100%">
<!-- <div style="width: 100%">
<progressBar :percentage="dataInfo.checkCompleteRate" />
</div>
</div> -->
</div>
</div>
</center1>