Minor Changes

This commit is contained in:
2024-08-30 18:36:18 +02:00
parent 26f8d8f710
commit 876c8774fa
2 changed files with 30 additions and 5 deletions

View File

@@ -165,12 +165,12 @@ setup()
>Kontobewegung bearbeiten</h1>
</template>
<template #right>
<UButton
<!-- <UButton
v-if="mode === 'edit'"
@click="saveAllocations"
>
Speichern
</UButton>
</UButton>-->
<!--<UButton
v-else-if="mode === 'create'"
@click="dataStore.createNewItem('customers',itemInfo)"