From a02fc6a77fa1b35c6516b2d37108d80e260c6c85 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 十一月 2024 22:05:08 +0800 Subject: [PATCH] 2024-11-07 --- 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