Added Description
This commit is contained in:
@@ -364,7 +364,6 @@ const findIncomingInvoiceErrors = computed(() => {
|
|||||||
class="my-3"
|
class="my-3"
|
||||||
v-for="(item,index) in itemInfo.accounts"
|
v-for="(item,index) in itemInfo.accounts"
|
||||||
>
|
>
|
||||||
|
|
||||||
<UFormGroup
|
<UFormGroup
|
||||||
label="Kategorie"
|
label="Kategorie"
|
||||||
class="mb-3"
|
class="mb-3"
|
||||||
@@ -420,6 +419,24 @@ const findIncomingInvoiceErrors = computed(() => {
|
|||||||
/>
|
/>
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
</UFormGroup>
|
</UFormGroup>
|
||||||
|
<UFormGroup
|
||||||
|
label="Beschreibung"
|
||||||
|
class="w-full mb-3"
|
||||||
|
>
|
||||||
|
<InputGroup class="w-full">
|
||||||
|
<UInput
|
||||||
|
v-model="item.description"
|
||||||
|
class="flex-auto"
|
||||||
|
></UInput>
|
||||||
|
<UButton
|
||||||
|
variant="outline"
|
||||||
|
color="rose"
|
||||||
|
v-if="item.description"
|
||||||
|
icon="i-heroicons-x-mark"
|
||||||
|
@click="item.description = null"
|
||||||
|
/>
|
||||||
|
</InputGroup>
|
||||||
|
</UFormGroup>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user