|
|
@ -262,7 +262,16 @@ export const searchFormList = [ |
|
|
|
type: "datetimerange", |
|
|
|
format: "yyyy-MM-dd HH:mm:ss", |
|
|
|
valueFormat: "yyyy-MM-dd HH:mm:ss", |
|
|
|
pickerOptions:{ |
|
|
|
disabledDate(time) { |
|
|
|
return time.getTime() > Date.now() || time.getTime()<new Date(moment().subtract(3, "months").format("YYYY-MM-DD HH:mm:ss")); |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
default: [ |
|
|
|
moment().startOf("month").format("YYYY-MM-DD HH:mm:ss"), |
|
|
|
moment().format("YYYY-MM-DD HH:mm:ss"), |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
...station, |
|
|
|