|
@ -139,7 +139,7 @@ function OutParkingArrearsOrders() { |
|
|
name: "time", |
|
|
name: "time", |
|
|
type: "RangePicker", |
|
|
type: "RangePicker", |
|
|
label: "时间段", |
|
|
label: "时间段", |
|
|
defaultValue: [moment().subtract(30, "days"), moment()], |
|
|
|
|
|
|
|
|
defaultValue: [moment().subtract(30, "days").startOf("day"), moment()], |
|
|
}, |
|
|
}, |
|
|
]; |
|
|
]; |
|
|
//搜索参数初始化 |
|
|
//搜索参数初始化 |
|
|