From 465be8b618c1fb139d56ed779ff6f4dbc8d89b89 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 04 八月 2023 15:47:14 +0800
Subject: [PATCH] 2023-08-04

---
 src/tabviews/custom/components/chart/antv-X6/index.jsx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/components/chart/antv-X6/index.jsx b/src/tabviews/custom/components/chart/antv-X6/index.jsx
index a29bd40..a035fe9 100644
--- a/src/tabviews/custom/components/chart/antv-X6/index.jsx
+++ b/src/tabviews/custom/components/chart/antv-X6/index.jsx
@@ -899,7 +899,7 @@
     const r1 = graph.createNode({
       shape: 'mk-rect',
       mknode: 'start',
-      mkdata: {status: 0},
+      mkdata: {status: 0, statusName: '寮�濮�'},
       attrs: {
         body: {
           rx: 20,
@@ -997,6 +997,7 @@
     const r8 = graph.createNode({
       shape: 'mk-rect',
       mknode: 'end',
+      mkdata: {status: '', statusName: '缁撴潫'},
       attrs: {
         body: {
           rx: 20,

--
Gitblit v1.8.0