From e1cee96b38805bcccf48e7bcb9d296f2bc54c720 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 24 一月 2025 11:10:32 +0800 Subject: [PATCH] 2025-01-24 --- 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