From 858700d00fd654d3c5df3138655326a51b1ba6b6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 11 八月 2023 18:15:17 +0800 Subject: [PATCH] 2023-08-11 --- src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.jsx b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.jsx index 34ac0c0..de0e111 100644 --- a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.jsx +++ b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.jsx @@ -494,7 +494,7 @@ <Row>{this.getFields()}</Row> </Form> <Modal - title="鑺傜偣缂栬緫" + title={mknode && mknode.shape === 'edge' ? '杩炵嚎缂栬緫' : '鑺傜偣缂栬緫'} visible={visible} closable={false} maskClosable={false} -- Gitblit v1.8.0