feat(frontend,backend): Add application form name
This commit is contained in:
@@ -27,8 +27,15 @@
|
||||
:to="`application-forms/${applicationFormElem.id}`"
|
||||
>
|
||||
<template #body>
|
||||
#{{ index }} {{ applicationFormElem.id }} {{ applicationFormElem.createdAt }}
|
||||
{{ applicationFormElem.isTemplate }}
|
||||
<div>
|
||||
<p class="font-medium text-(--ui-text-highlighted) text-base">
|
||||
#{{ index }} {{ applicationFormElem.name }}
|
||||
</p>
|
||||
<p class="text-(--ui-text-muted) text-sm">
|
||||
Zuletzt bearbeitet: {{ formatDate(applicationFormElem.modifiedAt) }}
|
||||
</p>
|
||||
<p class="text-(--ui-text-muted) text-sm">Erstellt: {{ formatDate(applicationFormElem.createdAt) }}</p>
|
||||
</div>
|
||||
</template>
|
||||
</UPageCard>
|
||||
</UPageList>
|
||||
|
||||
Reference in New Issue
Block a user