src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -949,18 +949,8 @@ content = <KeyInterface type={item.key === 'exInterface' ? 'develop' : 'product'}/> } if (help && /func:/.test(help)) { try { // eslint-disable-next-line let func = new Function('record', help.replace(/func:/, '')) help = func(this.record) if (help) { help = <span dangerouslySetInnerHTML={{ __html: help }}></span> } } catch (e) { help = '' console.warn(e) } if (help && typeof(help) === 'function') { help = help(this.record) } fields.push(