From e5de388814c9dbaa3766e4ca221972f35b328acb Mon Sep 17 00:00:00 2001
From: hongchao <3228015117@qq.com>
Date: Thu, 11 Sep 2025 15:07:18 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E4=BC=98=E5=8C=96=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/material/cost/component/applyHome.vue | 2 +-
src/views/material/cost/component/examHome.vue | 9 +++------
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/views/material/cost/component/applyHome.vue b/src/views/material/cost/component/applyHome.vue
index f834fbdd..fa27e80b 100644
--- a/src/views/material/cost/component/applyHome.vue
+++ b/src/views/material/cost/component/applyHome.vue
@@ -35,7 +35,7 @@
>
-
- {{ scope.row.costs.toFixed(2) }}
-
-
- {{ 0.00 }}
-
+
+ {{ parseFloat(scope.row.costs || 0).toFixed(2) }}
+