adapt to schema update
This commit is contained in:
parent
0b16599d2a
commit
91ad11e20c
10 changed files with 14 additions and 11 deletions
|
@ -13,7 +13,7 @@
|
|||
class="flex flex-col h-fit w-full border border-primary rounded-md"
|
||||
>
|
||||
<div class="bg-primary p-2 text-white flex flex-row gap-2 items-center">
|
||||
<PencilSquareIcon v-if="!row.done" class="w-5 h-5" />
|
||||
<PencilSquareIcon v-if="row.closedAt == undefined" class="w-5 h-5" />
|
||||
<p class="grow">{{ row.title }} - {{ new Date(row.reportedAt).toLocaleString("de") }} - {{ row.status }}</p>
|
||||
<div class="flex flex-row gap-2">
|
||||
<div v-if="row.images.length != 0" class="cursor-pointer">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue