From 44177e4d6906a1469efdfd64d652bf05bce5b065 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 22 四月 2026 11:32:05 +0800
Subject: [PATCH] 阳光印刷 1.客户档案数据可从私海流入公海

---
 src/views/reportAnalysis/qualityAnalysis/components/right-top.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/reportAnalysis/qualityAnalysis/components/right-top.vue b/src/views/reportAnalysis/qualityAnalysis/components/right-top.vue
index 890e99a..457a127 100644
--- a/src/views/reportAnalysis/qualityAnalysis/components/right-top.vue
+++ b/src/views/reportAnalysis/qualityAnalysis/components/right-top.vue
@@ -47,9 +47,9 @@
           return {
             rank: `Top${index + 1}`,
             productName: item.productName || `浜у搧${index + 1}`,
-            total: total.toFixed(2),
-            finished: finished.toFixed(2),
-            qualifiedRate: passRate.toFixed(2),
+            total: total.toFixed(3),
+            finished: finished.toFixed(3),
+            qualifiedRate: passRate.toFixed(3),
             percentage: Math.min(100, Math.max(0, passRate)), // 纭繚鐧惧垎姣斿湪0-100涔嬮棿
           }
         })

--
Gitblit v1.9.3