mayf
2024-10-18 cf9a8ed8dcd2c509d63a0bd3f683f65c2df96888
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' },
]