king
2023-08-04 465be8b618c1fb139d56ed779ff6f4dbc8d89b89
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,