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: '前七天'},