+
+
{{ $t('timesheet.week') + ` ${timesheet_index + 1}` }}
+
+
+
+ {{
+ $t('timesheet.total_hours') }}
+ {{
+ (timesheet.weekly_hours.regular +
+ timesheet.weekly_hours.evening +
+ timesheet.weekly_hours.emergency +
+ timesheet.weekly_hours.overtime).toFixed(2)
+ }}
+
+
+
+
{{ $t('timesheet.current_shifts') }}
+
+
+
+