From 19f73dc4a398c5d89b6568ede10bf2804a43bbf8 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期三, 22 四月 2026 14:00:00 +0800
Subject: [PATCH] 阳光彩印web 修改销售合同号为订单编号

---
 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