extend report by title

This commit is contained in:
Julian Krauser 2025-07-21 11:03:49 +02:00
parent b56347c172
commit b5a3ff4dc6
8 changed files with 38 additions and 5 deletions

View file

@ -5,6 +5,7 @@
>
<div class="bg-primary p-2 text-white flex flex-row justify-between items-center">
<p>
{{ damageReport.title }} -
{{ damageReport?.related?.name ?? "Ohne Zuordnung" }}
<small v-if="damageReport?.related">({{ damageReport.related.code }})</small>
</p>