From 8acfcd6e349ef2d1b797a7483940a2f3f2dfcfe6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 03 二月 2024 17:49:25 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/custom/components/chart/antv-X6/nodeupdate/nodeform.jsx | 14 -------------- 1 files changed, 0 insertions(+), 14 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 6444785..a400204 100644 --- a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/nodeform.jsx +++ b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/nodeform.jsx @@ -205,20 +205,6 @@ )} </Form.Item> </Col> : null} - {nodetype === 'node' ? <Col span={12}> - <Form.Item label={ - <Tooltip placement="topLeft" title="鏍囪灏嗕綔涓鸿妭鐐笽D"> - <QuestionCircleOutlined className="mk-form-tip" /> - 鏍囪 - </Tooltip> - }> - {getFieldDecorator('sign', { - initialValue: data.sign || '' - })( - <Input placeholder="" autoComplete="off"/> - )} - </Form.Item> - </Col> : null} <Col span={24}> <Form.Item label="澶囨敞"> {getFieldDecorator('remark', { -- Gitblit v1.8.0