<template>
<div>
<el-date-picker
v-model="range"
type="datetimerange"
:placeholder="placeholder || '请选择时间范围'"
@change="searchTime"
>
</el-date-picker>
<el-button style="margin-left: 10px;" type="primary" @click="yesterday">昨天</el-button>
<el-button style="margin-left: 10px;" type="primary" @click="theWeek">本周</el-button>
<el-button style="margin-left: 10px;" type="primary" @click="lastWeek">上周</el-button>
<el-button style="margin-left: 10px;" type="primary" @click="theMonth">本月</el-button>
<el-button style="margin-left: 10px;" type="primary" @click="lastMonth&