This commit is contained in:
Jens Cornelsen
2025-04-13 13:24:27 +02:00
parent 883c019293
commit b65c3eeeaa

View File

@@ -260,6 +260,14 @@
>
</div>
{#await calculations then calculations}
<div class="flex flex-row justify-between">
<span>Erstellungsdatum</span>
<span class="font-bold text-base-content"
>{moment(aufnahme.erstellungsdatum).format(
"DD.MM.YYYY"
)}</span
>
</div>
<div class="flex flex-col gap-2">
<div class="flex flex-row justify-between">
<span>Energieverbrauch</span>
@@ -273,14 +281,6 @@
>{calculations?.co2EmissionenGesamt}Kg/A</span
>
</div>
<div class="flex flex-row justify-between">
<span>Erstellungsdatum</span>
<span class="font-bold text-base-content"
>{moment(aufnahme.erstellungsdatum).format(
"DD.MM.YYYY"
)}</span
>
</div>
<div class="flex flex-row justify-between">
<span>Baujahr</span>
<span
@@ -444,9 +444,6 @@
<p class="text-lg text-gray-700">
<strong>E-Mail:</strong> {benutzer.email}
</p>
<p class="text-lg text-gray-700">
<strong>Erstelldatum:</strong> {moment(ausweis.created_at).format("DD.MM.YYYY")}
</p>
</div>
<hr>
<div>