mayf
2024-09-08 80a53a817a70e34c412c133d56cf3b9918b35212
1
2
3
4
5
6
7
8
export const dateRangeOptions = [
  { label: '今天', value: '+0,day' },
  { label: '昨天', value: 'yesterday' },
  { label: '本周', value: 'week' },
  { label: '本月', value: 'month' },
  { label: '本年', value: 'year' },
  { label: '自定义', value: 'custom' },
]