export const dateType = [ { value: 'day', label: '日', }, { value: 'week', label: '周', }, { value: 'month', label: '月', }, ]