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 | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/menu/components/calendar/options.jsx b/src/menu/components/calendar/options.jsx index 3ab3730..c581ef8 100644 --- a/src/menu/components/calendar/options.jsx +++ b/src/menu/components/calendar/options.jsx @@ -131,6 +131,19 @@ }, { type: 'radio', + field: 'cacheSearch', + label: '鎼滅储缂撳瓨', + initval: wrap.cacheSearch || 'false', + tooltip: '鍚敤鎼滅储鏉′欢缂撳瓨鍚庯紝鍦ㄨ彍鍗曞埛鏂版椂鎼滅储鏉′欢涓嶅彉銆�', + required: false, + options: [ + {value: 'true', label: '鍚敤'}, + {value: 'false', label: '绂佺敤'}, + ], + forbid: !!appType || isprint + }, + { + type: 'radio', field: 'click', label: '鐐瑰嚮浜嬩欢', initval: wrap.click || '', @@ -182,6 +195,7 @@ label: '棰滆壊鏍囪瘑', initval: wrap.signs || [], required: false, + actions: ['edit', 'del', 'add', 'move'], span: 24, columns: [ { @@ -211,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