-
{{ currentYear }}年{{ currentMonth + 1 }}月
+
日
@@ -99,18 +133,48 @@ const calendarData = generateCalendarData(currentYear, currentMonth);
-
-
- {{ subItem.isCurrentDay ? "今" : subItem.day }}
-
+
+
+ {{ subItem.isCurrentDay ? "今" : subItem.day }}
+
-
\ 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
([])