From 2aa5ab63b4bbce5c36dbb3511b205b3b5f6af9bd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 07 五月 2024 11:34:20 +0800 Subject: [PATCH] 2024-05-07 --- src/tabviews/custom/components/chart/antv-X6/nodeupdate/nodeform.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/nodeform.jsx b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/nodeform.jsx index 7980951..92efe95 100644 --- a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/nodeform.jsx +++ b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/nodeform.jsx @@ -33,7 +33,7 @@ } else if (node.mknode === 'end') { } else if (node.mknode === 'endEdge') { - options = ['approvalMethod'] + options = ['approvalMethod', 'execCondition'] } else if (node.mknode === 'startEdge') { readOnly = true } else if (node.mknode === 'firstEdge') { @@ -102,7 +102,7 @@ return ( <Form {...formItemLayout} className="normal-node-form"> <Row gutter={24}> - {options.includes('approver') ? <Col span={24}> + {options.includes('approver') || options.includes('execCondition') ? <Col span={24}> <p className="mk-split">鎸夐挳鎵ц鍛戒护</p> </Col> : null} <Col span={12}> -- Gitblit v1.8.0