From 4aaae263a6c728eaa2a3f45a1ae36082619b52a0 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 25 五月 2026 17:32:01 +0800
Subject: [PATCH] 宝东 1.小数点后四位修改

---
 src/views/productionManagement/productionReporting/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index fa4e163..858d6ab 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -63,7 +63,7 @@
                                  style="width: 100%"
                                  v-model="scope.row.finishedNum"
                                  :disabled="!scope.row.editType"
-                                 :precision="2"
+                                 :precision="4"
                                  placeholder="璇疯緭鍏�"
                                  clearable
                                  @change="changeNum(scope.row)" />

--
Gitblit v1.9.3