This commit is contained in:
2026-04-26 01:56:28 +02:00
parent 5bcdc2fb5d
commit 096ba07b4c
19 changed files with 14 additions and 37 deletions

View File

@@ -15,7 +15,7 @@ const data = defineProps({
userName: String,
userEmail: String,
userTelephone: String,
userIban: String,
userAccountIban: String,
userAccountOwner: String,
})
@@ -106,7 +106,7 @@ function handleFileChange(event) {
:userName="data.userName"
:userEmail="data.userEmail"
:userTelephone="data.userTelephone"
:userIban="data.userIban"
:userAccountIban="data.userAccountIban"
:userAccountOwner="data.userAccountOwner"
:receipt="receipt"
travelReason=""