| | |
| | | |
| | | if (cell.hidden) return |
| | | |
| | | if (supItem.hidden) { |
| | | if (cell.skip && supItem.forbid) { // 上级表单禁用时,此表单不受控制 |
| | | |
| | | } else if (supItem.hidden) { |
| | | cell.hidden = true |
| | | } else if (supItem.type === 'checkbox') { |
| | | let vals = [...supItem.initval, ...item.values] |
| | |
| | | } else if (item.type === 'source') { |
| | | content = (<SourceComponent type="" placement="right"/>) |
| | | } else if (item.type === 'table') { |
| | | content = (<MKTable columns={item.columns || []}/>) |
| | | content = (<MKTable columns={item.columns || []} actions={item.actions || []}/>) |
| | | } |
| | | |
| | | if (!content) return |