cloudroam
2024-09-30 e3f789767f9498184782efe4337bda09b5c328f9
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' },
]