AkauntingModalAddNew.vue
min date option added
This commit is contained in:
parent
1dc77d2ac9
commit
cd17e63e5b
@ -226,11 +226,16 @@ export default {
|
||||
'#efad32',
|
||||
'#ef3232',
|
||||
'#efef32'
|
||||
]
|
||||
],
|
||||
min_date: false,
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
setMinDate(date) {
|
||||
this.min_date = date;
|
||||
},
|
||||
|
||||
onChangeColor() {
|
||||
this.form.color = this.color;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user