节能减排
This commit is contained in:
parent
2091d68715
commit
b9b4bcf2af
|
|
@ -190,7 +190,7 @@
|
||||||
elem: '#ID-laydate-range',
|
elem: '#ID-laydate-range',
|
||||||
range: ['#ID-laydate-start-date', '#ID-laydate-end-date'],
|
range: ['#ID-laydate-start-date', '#ID-laydate-end-date'],
|
||||||
btns: ['confirm'],
|
btns: ['confirm'],
|
||||||
value: range.startDate + ' - ' + range.endDate,
|
value: "2024-09-17" + ' - ' + "2024-09-24",
|
||||||
done: function (value) {
|
done: function (value) {
|
||||||
// value 是选择的字符串,比如 '2025-06-23 - 2025-07-23'
|
// value 是选择的字符串,比如 '2025-06-23 - 2025-07-23'
|
||||||
const [startDateStr, endDateStr] = value.split(" - ");
|
const [startDateStr, endDateStr] = value.split(" - ");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue