From 92692415eb31a3b7d4510214a3a1ffd9bc6d99ed Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Wed, 27 Aug 2025 17:37:33 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/calendar/components/addCalendar.vue | 26 ++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)
diff --git a/src/views/calendar/components/addCalendar.vue b/src/views/calendar/components/addCalendar.vue
index f6aaaab..cf2e0ff 100644
--- a/src/views/calendar/components/addCalendar.vue
+++ b/src/views/calendar/components/addCalendar.vue
@@ -8,7 +8,6 @@
:title="type === 'add' ? '新增日程' : '编辑日程'"
:form="form"
:rules="rules"
- @submit="submit"
>
@@ -297,12 +296,21 @@
+
+ 保存
+
+
+ 删除
+
+
-
+