AkauntingModalAddNew.vue min date option added

This commit is contained in:
EnesSacid-Buker 2022-07-07 14:59:28 +03:00 committed by GitHub
parent 1dc77d2ac9
commit cd17e63e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,11 +226,16 @@ export default {
'#efad32', '#efad32',
'#ef3232', '#ef3232',
'#efef32' '#efef32'
] ],
min_date: false,
} }
}, },
methods: { methods: {
setMinDate(date) {
this.min_date = date;
},
onChangeColor() { onChangeColor() {
this.form.color = this.color; this.form.color = this.color;
}, },