diff --git a/src/views/dashboards/departmentDashboard/modules/goals/DepartmentGoals.vue b/src/views/dashboards/departmentDashboard/modules/goals/DepartmentGoals.vue index 689cd549..8107bcab 100644 --- a/src/views/dashboards/departmentDashboard/modules/goals/DepartmentGoals.vue +++ b/src/views/dashboards/departmentDashboard/modules/goals/DepartmentGoals.vue @@ -270,12 +270,12 @@ const onTestAlert = async (goal) => {
Fremskridt - {{ getGoalProgress(goal) }}% + {{ goal.progress.value }}/{{ goal.criteria.target }}
{{ getGoalProgress(goal) }}%