From 5cfebd7e46c0c53f79b5fb4a917e926194ab4398 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 24 四月 2026 14:19:14 +0800
Subject: [PATCH] feat(生产订单): 完善绑定工艺路线弹窗功能及文件预览组件
---
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