fixdate
This commit is contained in:
parent
ecc35e8b06
commit
82be4483ee
@ -89,7 +89,7 @@ import { getUserInfo, addMeal } from '@/api/login'
|
|||||||
const showPicker = ref(false)
|
const showPicker = ref(false)
|
||||||
const currentDate = ref([])
|
const currentDate = ref([])
|
||||||
const currentTime = ref([])
|
const currentTime = ref([])
|
||||||
const minDate = ref(new Date(2025, 0, 1))
|
const minDate = ref(new Date(2025, 1, 24))
|
||||||
const maxDate = ref(new Date(2026, 11, 31))
|
const maxDate = ref(new Date(2026, 11, 31))
|
||||||
const showsuccess = ref(false)
|
const showsuccess = ref(false)
|
||||||
const showfail = ref(false)
|
const showfail = ref(false)
|
||||||
|
Loading…
Reference in New Issue
Block a user