1、我想處理時間范圍插件,當我的年份確定下來后,我的時間范圍只能再年份內選擇,我使用了element的時間范圍插件,但是我去拿表單數據,卻提取不了,form中的數據,我試了寫死數據是可以,但是動態的就是不行2、html部分3、數據data(){return{form:{nf:newDate().getFullYear().toString(),title:"",beizhu:"",sf:null,bt:null,times:[],start_time:"",end_time:""},pickerOptions:{disabledDate(time){console.log(this.form)return(Date.parse(this.form.nf+'/01/01')>time.getTime()||Date.parse(this.form.nf+'/12/31')
新手上路,vue-element 時間插件實現范圍禁選
一只名叫tom的貓
2019-08-21 18:36:48