From 9713348b1a907a2ab75132ee30332673644a951e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 02 十一月 2022 14:32:09 +0800 Subject: [PATCH] 2022-11-02 --- src/menu/modulecell/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/modulecell/index.jsx b/src/menu/modulecell/index.jsx index 1117370..5bc7ea3 100644 --- a/src/menu/modulecell/index.jsx +++ b/src/menu/modulecell/index.jsx @@ -111,7 +111,7 @@ let options = fromJS(this.state.options).toJS() if (appType === 'mob') { - options[1].children = options[1].children.filter(item => ['pop', 'prompt', 'exec', 'innerpage', 'funcbutton'].includes(item.value)) + options[1].children = options[1].children.filter(item => ['pop', 'prompt', 'exec', 'excelOut', 'innerpage', 'funcbutton'].includes(item.value)) options[2].children = options[2].children.filter(item => { if (item.subType === 'select') { item.text = '閫夋嫨鍣�' -- Gitblit v1.8.0