king
2022-11-02 9713348b1a907a2ab75132ee30332673644a951e
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 = '选择器'