更新修改

This commit is contained in:
熊丽君
2022-01-22 16:33:17 +08:00
parent 0007b23b1e
commit 24501b0ac0
5 changed files with 262 additions and 258 deletions

View File

@ -51,8 +51,8 @@
<div><span style="font-weight: bold">产品错漏检率</span></div>
<div class="box">
<span
>{{ dataInfo.errorCheckRate.toFixed(2) }}%/{{
dataInfo.leakCheckRate.toFixed(2)
>{{ dataInfo.realErrorCheckRate }}%/{{
dataInfo.targetErrorCheckRate
}}%</span
>
</div>
@ -72,7 +72,7 @@
<div class="data-item">
<div><span style="font-weight: bold">质量检查完成率</span></div>
<div class="box">
<span>{{ dataInfo.checkCompleteRate }}</span
<span>{{ dataInfo.checkCompleteRate.toFixed(2) }}</span
>%<span style="color: #55c5a2; margin: 0 5px; font-size: 16px">{{
dataInfo.qualityNotificationCompleteTotal
}}</span>