轮播文本超出处理,折线最小值处理

This commit is contained in:
熊丽君
2022-01-24 14:50:16 +08:00
parent b376bedc66
commit 4c5c6fb6d4
15 changed files with 1731 additions and 1468 deletions

View File

@ -50,11 +50,10 @@
<div class="data-item">
<div><span style="font-weight: bold">产品错漏检率</span></div>
<div class="box">
<span
>{{ dataInfo.realErrorCheckRate }}%/{{
dataInfo.targetErrorCheckRate
}}%</span
>
<span>
{{ dataInfo.realErrorCheckRate }}%
<!-- /{{dataInfo.targetErrorCheckRate}}% -->
</span>
</div>
</div>
<div class="data-item">
@ -110,6 +109,8 @@ export default {
commonlyProblemTotal: 0,
lowProblemTotal: 0,
smallProductCate: 0,
realErrorCheckRate: 0,
targetErrorCheckRate: 0,
errorCheckRate: 0,
leakCheckRate: 0,
planCompleteRate: 0,