extend report by title
This commit is contained in:
parent
b56347c172
commit
b5a3ff4dc6
8 changed files with 38 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue