From c23f9dd0ec8481646e495ad96b9a89169aaa9023 Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 1 Dec 2025 10:12:52 +0800 Subject: [PATCH] up --- frontent/ops_vue_js/package-lock.json | 11 +++ frontent/ops_vue_js/package.json | 2 + .../ops_vue_js/src/components/HeardMain.vue | 4 +- frontent/ops_vue_js/src/views/loginView.vue | 9 ++- .../ops_vue_js/src/views/scheduleView.vue | 73 +++++++++++++++++-- 5 files changed, 86 insertions(+), 13 deletions(-) diff --git a/frontent/ops_vue_js/package-lock.json b/frontent/ops_vue_js/package-lock.json index 04bcd42..2d8e6b6 100644 --- a/frontent/ops_vue_js/package-lock.json +++ b/frontent/ops_vue_js/package-lock.json @@ -8,8 +8,10 @@ "name": "ops_vue_js", "version": "0.0.0", "dependencies": { + "@fullcalendar/core": "^6.1.19", "@fullcalendar/daygrid": "^6.1.19", "@fullcalendar/interaction": "^6.1.19", + "@fullcalendar/list": "^6.1.19", "@fullcalendar/timegrid": "^6.1.19", "@fullcalendar/vue3": "^6.1.19", "@tabler/core": "^1.4.0", @@ -1087,6 +1089,15 @@ "@fullcalendar/core": "~6.1.19" } }, + "node_modules/@fullcalendar/list": { + "version": "6.1.19", + "resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.19.tgz", + "integrity": "sha512-knZHpAVF0LbzZpSJSUmLUUzF0XlU/MRGK+Py2s0/mP93bCtno1k2L3XPs/kzh528hSjehwLm89RgKTSfW1P6cA==", + "license": "MIT", + "peerDependencies": { + "@fullcalendar/core": "~6.1.19" + } + }, "node_modules/@fullcalendar/timegrid": { "version": "6.1.19", "resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-6.1.19.tgz", diff --git a/frontent/ops_vue_js/package.json b/frontent/ops_vue_js/package.json index bde1971..033ab6c 100644 --- a/frontent/ops_vue_js/package.json +++ b/frontent/ops_vue_js/package.json @@ -12,8 +12,10 @@ "preview": "vite preview" }, "dependencies": { + "@fullcalendar/core": "^6.1.19", "@fullcalendar/daygrid": "^6.1.19", "@fullcalendar/interaction": "^6.1.19", + "@fullcalendar/list": "^6.1.19", "@fullcalendar/timegrid": "^6.1.19", "@fullcalendar/vue3": "^6.1.19", "@tabler/core": "^1.4.0", diff --git a/frontent/ops_vue_js/src/components/HeardMain.vue b/frontent/ops_vue_js/src/components/HeardMain.vue index b23f3f6..c9370a7 100644 --- a/frontent/ops_vue_js/src/components/HeardMain.vue +++ b/frontent/ops_vue_js/src/components/HeardMain.vue @@ -273,7 +273,7 @@ onMounted(() => {
- +