vue3+element-plus el-date-picker日期、年份筛选设置本周、本月、近3年等快捷筛选
一、页面代码:importcommonfrom'@/utils/common'conststartDate=ref()//开始时间constendDate=ref()//结束时间constdateRange=ref([])//日期范围值constyearPicker=ref()//年份筛选框refconstyearRange=ref([])//年份范围值//日期快捷选项constshortcuts