disabled email if balance 0 / 5

This commit is contained in:
ogerly 2023-01-04 12:03:24 +01:00
parent 4a993d9f08
commit 89bb9e8bef
2 changed files with 1 additions and 2 deletions

View File

@ -197,7 +197,7 @@ export default {
return Number(this.isThisMonth ? this.maxGddThisMonth : this.maxGddLastMonth) return Number(this.isThisMonth ? this.maxGddThisMonth : this.maxGddLastMonth)
}, },
validMaxTime() { validMaxTime() {
console.log('this.validMaxGDD', this.validMaxGDD) // console.log('this.validMaxGDD', this.validMaxGDD)
return Number(this.validMaxGDD / 20) return Number(this.validMaxGDD / 20)
}, },
}, },

View File

@ -6,7 +6,6 @@
v-slot="{ errors, valid, validated, ariaInput, ariaMsg }" v-slot="{ errors, valid, validated, ariaInput, ariaMsg }"
> >
<b-form-group :label="label" :label-for="labelFor"> <b-form-group :label="label" :label-for="labelFor">
{{ disabled }}
<b-form-input <b-form-input
v-model="currentValue" v-model="currentValue"
v-bind="ariaInput" v-bind="ariaInput"