From 10ffa7b2fa6a6c2ba5d8d031d51ffc8dc91119f2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 06 五月 2026 09:15:47 +0800
Subject: [PATCH] 升级pro 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 c4563dd..f438518 100644
--- a/src/views/productionManagement/productionCosting/index.vue
+++ b/src/views/productionManagement/productionCosting/index.vue
@@ -164,7 +164,7 @@
       minWidth: 100,
       formatData: val => {
         if (val == null || val === "") return "-";
-        return parseFloat(val).toFixed(2);
+        return parseFloat(val).toFixed(2) + "%";
       },
     },
   ]);

--
Gitblit v1.9.3