Fix linting and cleanup

This commit is contained in:
Wolfgang Huß 2022-07-26 15:47:51 +02:00
parent 37a255ffea
commit c808ecc3f4
3 changed files with 2 additions and 4 deletions

View File

@ -94,7 +94,6 @@ export default {
maxlength: 255,
maximalDate: new Date(),
form: this.value, // includes 'id'
// Wolle: id: this.value.id,
}
},
methods: {
@ -108,7 +107,6 @@ export default {
},
reset() {
this.$refs.form.reset()
// Wolle: this.id = null
this.form.id = null
this.form.date = ''
this.form.memo = ''

View File

@ -105,12 +105,12 @@
"amount": "Betrag",
"at": "am",
"cancel": "Abbrechen",
"change": "Ändern",
"check_now": "Jetzt prüfen",
"close": "Schließen",
"current_balance": "Aktueller Kontostand",
"date": "Datum",
"description": "Beschreibung",
"change": "Ändern",
"email": "E-Mail",
"firstname": "Vorname",
"from": "Von",

View File

@ -105,12 +105,12 @@
"amount": "Amount",
"at": "at",
"cancel": "Cancel",
"change": "Change",
"check_now": "Check now",
"close": "Close",
"current_balance": "Current Balance",
"date": "Date",
"description": "Description",
"change": "Change",
"email": "Email",
"firstname": "Firstname",
"from": "from",