<el-date-picker
v-model="time1"
type="daterange"
start-placeholder="開始日期"
end-placeholder="結束日期"
style="width: 240px;margin-right: 40px;margin-top:4px;"
value-format="yyyy-MM-dd" //記得這里需要修改后台需要的時間格式
></el-date-picker>
data:{
return {
time1: "", //時間1年月日
}
}