adapt to schema update

This commit is contained in:
Julian Krauser 2025-07-25 11:05:01 +02:00
parent 0b16599d2a
commit 91ad11e20c
10 changed files with 14 additions and 11 deletions

View file

@ -14,7 +14,7 @@
>
<div class="bg-primary p-2 text-white flex flex-row gap-2 items-center">
<PencilSquareIcon v-if="row.isOpen" class="w-5 h-5" />
<p>{{ row.inspectionPlan.title }} - {{ row.finished ?? "in Arbeit" }}</p>
<p>{{ row.inspectionPlan.title }} - {{ row.finishedAt ?? "in Arbeit" }}</p>
</div>
<div v-if="row.context || row.nextInspection" class="p-2">
<p v-if="row.context">Kontext: {{ row.context }}</p>