king
2020-08-18 145c4b6ec2ea4f1dd7986b3179ca505a79bc0598
src/utils/option.js
@@ -90,7 +90,7 @@
export const dateOptions = {
  date: [
    {value: '', text: _dict['model.empty']},
    {value: '0', text: '当天'},
    {value: '0', text: '今天'},
    {value: 1, text: '昨天'},
    {value: 2, text: '前天'},
    {value: 3, text: '前三天'},
@@ -130,7 +130,7 @@
  ],
  datetime: [
    {value: '', text: _dict['model.empty']},
    {value: '0', text: '现在'},
    {value: '0', text: '今天'},
    {value: 1, text: '昨天'},
    {value: 3, text: '前三天'},
    {value: 7, text: '前七天'},