king
2021-11-04 b199fb9173179314dc0edaf6cbc912d00577f32b
src/utils/option.js
@@ -145,7 +145,9 @@
    {value: '[30, -30]', text: '前后30天'},
    {value: '[90, -90]', text: '前后90天'},
    {value: '[-1, -1]', text: '明天'},
    {value: '[-2, -2]', text: '后天'}
    {value: '[-2, -2]', text: '后天'},
    {value: 'week', text: '本周'},
    {value: 'month', text: '本月'},
  ],
  datetime: [
    {value: '', text: _dict['model.empty']},