Changed E-Mail Field

Changes
This commit is contained in:
2024-03-07 11:53:41 +01:00
parent 5783fb1f2e
commit 62b5e1bc57
2 changed files with 3 additions and 4 deletions

View File

@@ -128,8 +128,6 @@ setupPage()
<USelectMenu <USelectMenu
v-model="itemInfo.approved" v-model="itemInfo.approved"
:options="states" :options="states"
option-attribute="label"
value-attribute="value"
/> />
</UFormGroup> </UFormGroup>

View File

@@ -71,7 +71,8 @@ setupPage()
v-model="itemInfo.lastName" v-model="itemInfo.lastName"
/> />
</UFormGroup> </UFormGroup>
</InputGroup><InputGroup class="w-full"> </InputGroup>
<InputGroup class="w-full">
<UFormGroup <UFormGroup
label="Mitarbeiternummer" label="Mitarbeiternummer"
class="w-60" class="w-60"
@@ -82,7 +83,7 @@ setupPage()
</UFormGroup> </UFormGroup>
<UFormGroup <UFormGroup
label="E-Mail" label="E-Mail"
class="w-120" class="flex-auto"
> >
<UInput <UInput
v-model="itemInfo.email" v-model="itemInfo.email"