src/views/mobdesign/index.jsx
@@ -1010,12 +1010,14 @@ } }) } else if (item.type === 'form') { m.children = item.subcards.map(m => { return { key: m.uuid, title: m.setting.title } }) if (item.subtype !== 'simpleform') { m.children = item.subcards.map(m => { return { key: m.uuid, title: m.setting.title } }) } } else if (item.type === 'table' && item.subtype === 'normaltable') { item.action && item.action.forEach(btn => { if (btn.hidden === 'true') return