From f4b9504cad034ddcdef21c2081d14a4984fcd2d3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 15 七月 2024 17:14:48 +0800
Subject: [PATCH] 2024-07-15

---
 src/menu/components/calendar/options.jsx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/calendar/options.jsx b/src/menu/components/calendar/options.jsx
index f7ae8e9..c581ef8 100644
--- a/src/menu/components/calendar/options.jsx
+++ b/src/menu/components/calendar/options.jsx
@@ -195,6 +195,7 @@
       label: '棰滆壊鏍囪瘑',
       initval: wrap.signs || [],
       required: false,
+      actions: ['edit', 'del', 'add', 'move'],
       span: 24,
       columns: [
         {
@@ -224,7 +225,7 @@
       initval: wrap.menus || [],
       required: true,
       span: 24,
-      actions: ['view'],
+      actions: ['edit', 'del', 'add', 'move', 'view'],
       forbid: isprint,
       columns: [
         {

--
Gitblit v1.8.0