Fixed Phase Change

Fixed Evaluate Date
This commit is contained in:
2025-11-11 08:56:52 +01:00
parent 94aee4540a
commit 57abbe8534
2 changed files with 3 additions and 3 deletions

View File

@@ -208,11 +208,11 @@ changeRange()
</template>
<template #start-data="{ row }">
{{ $dayjs(row.startDate).format('HH:mm DD.MM.YY') }} Uhr
{{ $dayjs(row.started_at).format('HH:mm DD.MM.YY') }} Uhr
</template>
<template #end-data="{ row }">
{{ $dayjs(row.endDate).format('HH:mm DD.MM.YY') }} Uhr
{{ $dayjs(row.stopped_at).format('HH:mm DD.MM.YY') }} Uhr
</template>
<template #duration-data="{ row }">