|
|
@ -87,7 +87,7 @@ function Newest() {
|
|
|
|
reservationStore.setupCityGuide(city.cityId, guideId);
|
|
|
|
reservationStore.setupCityGuide(city.cityId, guideId);
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
onSearch={(value) => {
|
|
|
|
onSearch={(value) => {
|
|
|
|
console.log('search:', value);
|
|
|
|
// console.log('search:', value);
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
filterOption={(input, option) =>
|
|
|
|
filterOption={(input, option) =>
|
|
|
|
(option?.label ?? '').toLowerCase().includes(input.toLowerCase())
|
|
|
|
(option?.label ?? '').toLowerCase().includes(input.toLowerCase())
|
|
|
@ -110,12 +110,6 @@ function Newest() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
// console.info(dayjs('2023-5-27').add(3, 'day'));
|
|
|
|
|
|
|
|
// console.info(dayjs().isSame(dayjs('2023-5-27').add(3, 'day'), 'day'));
|
|
|
|
|
|
|
|
// console.info(dayjs().isBefore(dayjs('2023-5-27').add(3, 'day'), 'day'));
|
|
|
|
|
|
|
|
// console.info(dayjs('2023-5-28').add(3, 'day'));
|
|
|
|
|
|
|
|
// console.info(dayjs().isBefore(dayjs('2023-5-28').add(3, 'day'), 'day'));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
useEffect (() => {
|
|
|
|
useEffect (() => {
|
|
|
|
if (location.search !== '?back') {
|
|
|
|
if (location.search !== '?back') {
|
|
|
|
// 第一页,未确认计划
|
|
|
|
// 第一页,未确认计划
|
|
|
|