diff --git a/js/pages/newDataAnalysis/resourceApiService.js b/js/pages/newDataAnalysis/resourceApiService.js index 44f94cb..9573404 100644 --- a/js/pages/newDataAnalysis/resourceApiService.js +++ b/js/pages/newDataAnalysis/resourceApiService.js @@ -133,8 +133,8 @@ class ResourceApiService { materialRate: 84.8 }, resourceOverview: { - personnel: { count: 126, rate: 88.5, status: "normal" }, - equipment: { count: 42, rate: 82.3, status: "normal" }, + personnel: { count: 0, rate: 88.5, status: "normal" }, + equipment: { count: 0, rate: 82.3, status: "normal" }, material: { count: 89, rate: 84.8, status: "normal" }, energy: { count: 76, rate: 91.2, status: "normal" } }