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
v-model="itemInfo.approved"
:options="states"
option-attribute="label"
value-attribute="value"
/>
</UFormGroup>

View File

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