From 3ebd3a7fa97bd006bdea12c6f3361875de9c2310 Mon Sep 17 00:00:00 2001 From: NiuZiYuan Date: Thu, 22 May 2025 10:34:10 +0800 Subject: [PATCH] dev --- src/components/common/Calendar.vue | 108 +++++++++++++++++++++++------ src/views/registration/index.vue | 6 +- 2 files changed, 89 insertions(+), 25 deletions(-) diff --git a/src/components/common/Calendar.vue b/src/components/common/Calendar.vue index 148e691..24c5614 100644 --- a/src/components/common/Calendar.vue +++ b/src/components/common/Calendar.vue @@ -1,7 +1,9 @@ \ No newline at end of file + diff --git a/src/views/registration/index.vue b/src/views/registration/index.vue index ade56cb..a6d84e3 100644 --- a/src/views/registration/index.vue +++ b/src/views/registration/index.vue @@ -4,7 +4,7 @@
- +
@@ -87,7 +87,9 @@ import Calendar from "@/components/common/Calendar.vue"; import Panel from "@/components/common/Panel.vue"; import {apiConfig} from "@/assets/config/apiConfig.ts"; import {Search} from "@element-plus/icons-vue"; - +const selectDate = (date: any)=>{ + console.log(date) +} const isShowNum = ref(-1) const roleList = ref([])