added clothing size to Profile Page

This commit is contained in:
2024-07-02 18:19:52 +02:00
parent e8b75956d0
commit d2da96eaa3

View File

@@ -190,6 +190,24 @@ changeRange()
/>
</UFormGroup>
</InputGroup>
<InputGroup class="w-full">
<UFormGroup
label="Kleidergröße Oberteil"
class="w-60"
>
<UInput
v-model="itemInfo.clothingSizeTop"
/>
</UFormGroup>
<UFormGroup
label="Kleidergröße Hose"
class="w-60"
>
<UInput
v-model="itemInfo.clothingSizeBottom"
/>
</UFormGroup>
</InputGroup>
</div>
<div v-if="item.label === 'Logbuch'">
<HistoryDisplay