From 49e39f6f23ec7edf4b3fb2363ab2cf3e462fd5ce Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期三, 22 四月 2026 10:34:11 +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