From fb7965ade7ebb70154cfbda9d1bf40260dead940 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 10 六月 2026 14:18:18 +0800
Subject: [PATCH] 宝东 1.凭证页面分页查询问题

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

diff --git a/src/views/productionManagement/productionCosting/index.vue b/src/views/productionManagement/productionCosting/index.vue
index 3e79b93..836fc79 100644
--- a/src/views/productionManagement/productionCosting/index.vue
+++ b/src/views/productionManagement/productionCosting/index.vue
@@ -169,7 +169,7 @@
       minWidth: 100,
       formatData: val => {
         if (val == null || val === "") return "-";
-        return parseFloat(val).toFixed(2) + "%";
+        return parseFloat(val).toFixed(4) + "%";
       },
     },
   ]);

--
Gitblit v1.9.3