| | |
| | | let reReadonly = {} |
| | | |
| | | if (this.record.type === 'prev') { |
| | | shows = ['type', 'label', 'enable', 'actionType'] |
| | | shows = ['typeName', 'label', 'actionType'] |
| | | } else if (this.record.type === 'next') { |
| | | shows = ['type', 'label', 'enable', 'actionType'] |
| | | shows = ['typeName', 'label', 'actionType'] |
| | | } else if (this.record.type === 'close') { |
| | | shows = ['type', 'label', 'enable'] |
| | | shows = ['typeName', 'label'] |
| | | } else { |
| | | shows = ['type', 'label', 'intertype', 'Ot', 'execSuccess', 'syncComponent', 'anchors', 'linkmenu', 'enable', 'output', 'reload'] // 选项列表 |
| | | shows = ['typeName', 'label', 'intertype', 'Ot', 'execSuccess', 'syncComponent', 'anchors', 'linkmenu', 'output', 'reload'] // 选项列表 |
| | | |
| | | if (this.record.intertype === 'custom') { |
| | | shows.pop() |