adapt to schema update
This commit is contained in:
parent
0b16599d2a
commit
91ad11e20c
10 changed files with 14 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue