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([])