|
|
@@ -256,15 +256,6 @@ watch(
|
|
|
CalendarTitle.value = current
|
|
|
}
|
|
|
)
|
|
|
-// const CalendarTitle = computed(() => {
|
|
|
-// console.log(DateType.value)
|
|
|
-// if (DateType.value == undefined) {
|
|
|
-// console.log(111)
|
|
|
-// return 'Date Range'
|
|
|
-// } else {
|
|
|
-// return DateType.value
|
|
|
-// }
|
|
|
-// })
|
|
|
// 清除
|
|
|
const clearrest = () => {
|
|
|
emit('clearDaterangeTags')
|