diff --git a/src/modules/timesheet-approval/components/timesheet-approval-employee-overview-list-item.vue b/src/modules/timesheet-approval/components/timesheet-approval-employee-overview-list-item.vue index 4952663..d3443fe 100644 --- a/src/modules/timesheet-approval/components/timesheet-approval-employee-overview-list-item.vue +++ b/src/modules/timesheet-approval/components/timesheet-approval-employee-overview-list-item.vue @@ -159,6 +159,8 @@ class="q-pa-sm text-weight-bold" :class="props.initialState ? 'text-white bg-primary' : 'text-primary bg-white'" > + {{ props.row.total_hours + 'h' }} + total ({ evening_hours: 0, emergency_hours: 0, overtime_hours: 0, + total_hours: 0, short_date: "", break_duration: 0, });