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

@@ -91,6 +91,7 @@ setupPage()
<p v-if="currentItem.infoData.email">E-Mail: {{currentItem.infoData.email}}</p>
<p v-if="currentItem.infoData.web">Web: {{currentItem.infoData.web}}</p>
<p v-if="currentItem.infoData.ustid">USt-Id: {{currentItem.infoData.ustid}}</p>
<p v-if="currentItem.notes">Notizen:<br> {{currentItem.notes}}</p>
</div>
</UCard>
<UCard class="mt-5">
@@ -197,6 +198,14 @@ setupPage()
v-model="itemInfo.infoData.tel"
/>
</UFormGroup>
<UFormGroup
label="Notizen:"
>
<UTextarea
v-model="itemInfo.notes"
/>
</UFormGroup>
<UFormGroup
label="E-Mail:"
>