antd-vueタイムセレクタ設定mode=year
openChange(status) {
if (status) {
this.isopen = true;
} else {
this.isopen = false;
},
panelChange(value){
this.year = value;
this.isopen = false;
},
openChange(status) {
if (status) {
this.isopen = true;
} else {
this.isopen = false;
},
panelChange(value){
this.year = value;
this.isopen = false;
},