Confirm dialog, fix language change bug, add bank accout information to users

This commit is contained in:
2024-09-22 20:57:28 +02:00
parent 98cc551f76
commit a55248ecef
16 changed files with 222 additions and 32 deletions

View File

@@ -69,6 +69,21 @@ const userStore = useUserStore()
/>
</v-col>
</v-row>
<v-row>
<v-col>
<v-text-field
:label="$t('userInfo.bankName')"
v-model="userStore.userAccount.bankName"
/>
</v-col>
<v-col>
<v-text-field
:label="$t('userInfo.iban')"
v-model="userStore.userAccount.iban"
/>
</v-col>
</v-row>
</v-container>
<template #actions>