mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 17:14:48 +08:00
fix(过滤组件): V1版本 时间查询组件,动态时间,移动端日期显示不正常。 #17347
This commit is contained in:
@@ -138,7 +138,7 @@ export default {
|
||||
showDate: false,
|
||||
startWindowTime: 0,
|
||||
minDate: new Date(1980, 0, 1),
|
||||
maxDate: new Date(2025, 10, 1),
|
||||
maxDate: new Date(2030, 10, 1),
|
||||
currentDate: new Date(),
|
||||
operator: 'between',
|
||||
defaultIndex: 2,
|
||||
|
||||
Reference in New Issue
Block a user