From 3879cf77b92335cd11b3b2dbcf631ce417bad0b3 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 24 四月 2026 14:15:02 +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