diff --git a/src/components/admin/unit/damageReport/DamageReportListItem.vue b/src/components/admin/unit/damageReport/DamageReportListItem.vue index 6606064..c22e040 100644 --- a/src/components/admin/unit/damageReport/DamageReportListItem.vue +++ b/src/components/admin/unit/damageReport/DamageReportListItem.vue @@ -24,7 +24,7 @@
gemeldet: {{ damageReport.reportedAt }}
+gemeldet: {{ new Date(damageReport.reportedAt).toLocaleString("de") }}
Status: {{ damageReport.status }}
Beschreibung: {{ damageReport.description }}
{{ row.reportedAt }} - {{ row.status }}
+{{ new Date(row.reportedAt).toLocaleString("de") }} - {{ row.status }}
{{ row.reportedAt }} - {{ row.status }}
+{{ new Date(row.reportedAt).toLocaleString("de") }} - {{ row.status }}
{{ row.reportedAt }} - {{ row.status }}
+{{ new Date(row.reportedAt).toLocaleString("de") }} - {{ row.status }}