mayf
2024-10-08 4aad49e92a93eb9f708918a8c5ba7af2cf862bdc
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' },
]