Added Event Table to projects

Added Notes to Vendors
Added Notes and Link to Event
This commit is contained in:
2024-04-08 09:37:04 +02:00
parent 129c0e4d25
commit e2a15644ce
3 changed files with 47 additions and 1 deletions

View File

@@ -135,6 +135,21 @@ setupPage()
</USelectMenu>
</UFormGroup>
<UFormGroup
label="Link:"
>
<UInput
v-model="itemInfo.link"
/>
</UFormGroup>
<UFormGroup
label="Notizen:"
>
<UTextarea
v-model="itemInfo.notes"
rows="3"
/>
</UFormGroup>
<UFormGroup
label="Start:"
>