king
2023-07-12 f724c64b419f148985c0bd5a1153e3fc7d84b9e6
src/menu/components/form/formaction/actionform/index.jsx
@@ -51,13 +51,13 @@
    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()