king
2023-07-11 061e2388d84fc545d01175ed6793ce8dea0e7338
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()