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) }}
+