From f59df05bd0f1cccbecfb0ba978b66dd19563bb36 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 23 三月 2022 22:40:51 +0800 Subject: [PATCH] 2022-03-23 --- src/menu/components/group/normal-group/options.jsx | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/menu/components/group/normal-group/options.jsx b/src/menu/components/group/normal-group/options.jsx index fcaca1a..bd3bb75 100644 --- a/src/menu/components/group/normal-group/options.jsx +++ b/src/menu/components/group/normal-group/options.jsx @@ -50,6 +50,7 @@ {field: 'pageLayout', values: ['true']}, {field: 'syncModule', values: ['true']}, {field: 'checkAll', values: ['true']}, + {field: 'hide', values: ['true']}, ], forbid: appType === 'mob' }, @@ -79,6 +80,19 @@ forbid: appType === 'mob' }, { + type: 'checkbox', + field: 'hide', + label: '闅愯棌鍏冪礌', + initval: setting.hide || [], + tooltip: '鎵ц鎵撳嵃鏃堕渶瑕侀殣钘忕殑椤甸潰鍏冪礌銆�', + required: false, + options: [ + {value: 'search', label: '鎼滅储'}, + {value: 'button', label: '鎸夐挳'}, + ], + forbid: appType === 'mob' + }, + { type: 'multiselect', field: 'blacklist', label: '榛戝悕鍗�', -- Gitblit v1.8.0