From 061e2388d84fc545d01175ed6793ce8dea0e7338 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 11 七月 2023 18:02:58 +0800 Subject: [PATCH] 2023-07-11 --- src/menu/components/form/formaction/actionform/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/menu/components/form/formaction/actionform/index.jsx b/src/menu/components/form/formaction/actionform/index.jsx index 6e9ac94..85144b8 100644 --- a/src/menu/components/form/formaction/actionform/index.jsx +++ b/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() -- Gitblit v1.8.0