AkauntingModalAddNew.vue
min date option added
This commit is contained in:
parent
1dc77d2ac9
commit
cd17e63e5b
@ -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;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user