Verfügbarkeitshinweise für Mitarbeiter und Plantafel-Details ergänzen
This commit is contained in:
@@ -548,6 +548,15 @@ onMounted(async () => {
|
||||
<UFormField label="Token-ID" class="w-full">
|
||||
<UInput v-model="profile.token_id" class="w-full" />
|
||||
</UFormField>
|
||||
|
||||
<UFormField label="Verfügbarkeitshinweis" class="w-full md:col-span-2">
|
||||
<UTextarea
|
||||
v-model="profile.availability_note"
|
||||
class="w-full"
|
||||
:rows="4"
|
||||
placeholder="z. B. kann nur vormittags eingeplant werden, bevorzugt Außendienst, nicht dienstags verfügbar"
|
||||
/>
|
||||
</UFormField>
|
||||
</UForm>
|
||||
</UCard>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user