Blame view

HHECS.Web/src/components/MapModule/flow/graph/data/data-custom-3.js 26.3 KB
胡菁 authored
1
2
3
4
5
export default {
  cells: [
    {
      position: {
        x: 420,
胡菁 authored
6
        y: 160
胡菁 authored
7
8
9
      },
      size: {
        width: 80,
胡菁 authored
10
        height: 42
胡菁 authored
11
12
13
      },
      attrs: {
        text: {
胡菁 authored
14
          text: '起始节点'
胡菁 authored
15
16
17
        },
        body: {
          rx: 24,
胡菁 authored
18
19
          ry: 24
        }
胡菁 authored
20
      },
胡菁 authored
21
      shape: 'flow-chart-rect',
胡菁 authored
22
23
24
      ports: {
        groups: {
          top: {
胡菁 authored
25
            position: 'top',
胡菁 authored
26
27
28
29
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
30
                stroke: '#5F95FF',
胡菁 authored
31
                strokeWidth: 1,
胡菁 authored
32
                fill: '#fff',
胡菁 authored
33
                style: {
胡菁 authored
34
35
36
37
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
38
39
          },
          right: {
胡菁 authored
40
            position: 'right',
胡菁 authored
41
42
43
44
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
45
                stroke: '#5F95FF',
胡菁 authored
46
                strokeWidth: 1,
胡菁 authored
47
                fill: '#fff',
胡菁 authored
48
                style: {
胡菁 authored
49
50
51
52
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
53
54
          },
          bottom: {
胡菁 authored
55
            position: 'bottom',
胡菁 authored
56
57
58
59
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
60
                stroke: '#5F95FF',
胡菁 authored
61
                strokeWidth: 1,
胡菁 authored
62
                fill: '#fff',
胡菁 authored
63
                style: {
胡菁 authored
64
65
66
67
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
68
69
          },
          left: {
胡菁 authored
70
            position: 'left',
胡菁 authored
71
72
73
74
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
75
                stroke: '#5F95FF',
胡菁 authored
76
                strokeWidth: 1,
胡菁 authored
77
                fill: '#fff',
胡菁 authored
78
                style: {
胡菁 authored
79
80
81
82
83
                  visibility: 'hidden'
                }
              }
            }
          }
胡菁 authored
84
85
86
        },
        items: [
          {
胡菁 authored
87
88
            group: 'top',
            id: '45726225-0a03-409e-8475-07da4b8533c5'
胡菁 authored
89
90
          },
          {
胡菁 authored
91
92
            group: 'right',
            id: '06111939-bf01-48d9-9f54-6465d9d831c6'
胡菁 authored
93
94
          },
          {
胡菁 authored
95
96
            group: 'bottom',
            id: '6541f8dc-e48b-4b8c-a105-2ab3a47f1f21'
胡菁 authored
97
98
          },
          {
胡菁 authored
99
100
101
102
            group: 'left',
            id: '54781206-573f-4982-a21e-5fac1e0e8a60'
          }
        ]
胡菁 authored
103
      },
胡菁 authored
104
105
      id: '8650a303-3568-4ff2-9fac-2fd3ae7e6f2a',
      zIndex: 1
胡菁 authored
106
107
108
109
    },
    {
      position: {
        x: 420,
胡菁 authored
110
        y: 250
胡菁 authored
111
112
113
      },
      size: {
        width: 80,
胡菁 authored
114
        height: 42
胡菁 authored
115
116
117
      },
      attrs: {
        text: {
胡菁 authored
118
119
          text: '流程节点'
        }
胡菁 authored
120
      },
胡菁 authored
121
      shape: 'flow-chart-rect',
胡菁 authored
122
123
124
      ports: {
        groups: {
          top: {
胡菁 authored
125
            position: 'top',
胡菁 authored
126
127
128
129
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
130
                stroke: '#5F95FF',
胡菁 authored
131
                strokeWidth: 1,
胡菁 authored
132
                fill: '#fff',
胡菁 authored
133
                style: {
胡菁 authored
134
135
136
137
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
138
139
          },
          right: {
胡菁 authored
140
            position: 'right',
胡菁 authored
141
142
143
144
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
145
                stroke: '#5F95FF',
胡菁 authored
146
                strokeWidth: 1,
胡菁 authored
147
                fill: '#fff',
胡菁 authored
148
                style: {
胡菁 authored
149
150
151
152
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
153
154
          },
          bottom: {
胡菁 authored
155
            position: 'bottom',
胡菁 authored
156
157
158
159
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
160
                stroke: '#5F95FF',
胡菁 authored
161
                strokeWidth: 1,
胡菁 authored
162
                fill: '#fff',
胡菁 authored
163
                style: {
胡菁 authored
164
165
166
167
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
168
169
          },
          left: {
胡菁 authored
170
            position: 'left',
胡菁 authored
171
172
173
174
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
175
                stroke: '#5F95FF',
胡菁 authored
176
                strokeWidth: 1,
胡菁 authored
177
                fill: '#fff',
胡菁 authored
178
                style: {
胡菁 authored
179
180
181
182
183
                  visibility: 'hidden'
                }
              }
            }
          }
胡菁 authored
184
185
186
        },
        items: [
          {
胡菁 authored
187
188
            group: 'top',
            id: 'd1346f43-969a-4201-af5d-d09b7ef79980'
胡菁 authored
189
190
          },
          {
胡菁 authored
191
192
            group: 'right',
            id: 'd561926a-3a24-449a-abb1-0c20bc89947e'
胡菁 authored
193
194
          },
          {
胡菁 authored
195
196
            group: 'bottom',
            id: '0cbde5df-ef35-410e-b6c3-a6b1f5561e3f'
胡菁 authored
197
198
          },
          {
胡菁 authored
199
200
201
202
            group: 'left',
            id: '2fceb955-f7af-41ac-ac02-5a2ea514544e'
          }
        ]
胡菁 authored
203
      },
胡菁 authored
204
205
      id: '7b6fd715-83e6-4053-8c2b-346e6a857bf3',
      zIndex: 2
胡菁 authored
206
207
    },
    {
胡菁 authored
208
      shape: 'edge',
胡菁 authored
209
210
      attrs: {
        line: {
胡菁 authored
211
          stroke: '#5F95FF',
胡菁 authored
212
213
214
          strokeWidth: 1,
          strokeDasharray: 0,
          targetMarker: {
胡菁 authored
215
216
217
218
            name: 'classic',
            size: 8
          }
        }
胡菁 authored
219
      },
胡菁 authored
220
      id: '00f3c401-8bad-46b9-b692-232aa011d4c5',
胡菁 authored
221
      router: {
胡菁 authored
222
        name: 'manhattan'
胡菁 authored
223
224
225
      },
      zIndex: 3,
      source: {
胡菁 authored
226
227
        cell: '8650a303-3568-4ff2-9fac-2fd3ae7e6f2a',
        port: '6541f8dc-e48b-4b8c-a105-2ab3a47f1f21'
胡菁 authored
228
229
      },
      target: {
胡菁 authored
230
231
232
        cell: '7b6fd715-83e6-4053-8c2b-346e6a857bf3',
        port: 'd1346f43-969a-4201-af5d-d09b7ef79980'
      }
胡菁 authored
233
234
235
236
    },
    {
      position: {
        x: 425,
胡菁 authored
237
        y: 371
胡菁 authored
238
239
240
      },
      size: {
        width: 70,
胡菁 authored
241
        height: 70
胡菁 authored
242
243
244
      },
      attrs: {
        text: {
胡菁 authored
245
          text: '链接节点'
胡菁 authored
246
247
248
        },
        body: {
          rx: 35,
胡菁 authored
249
250
          ry: 35
        }
胡菁 authored
251
      },
胡菁 authored
252
      shape: 'flow-chart-rect',
胡菁 authored
253
254
255
      ports: {
        groups: {
          top: {
胡菁 authored
256
            position: 'top',
胡菁 authored
257
258
259
260
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
261
                stroke: '#5F95FF',
胡菁 authored
262
                strokeWidth: 1,
胡菁 authored
263
                fill: '#fff',
胡菁 authored
264
                style: {
胡菁 authored
265
266
267
268
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
269
270
          },
          right: {
胡菁 authored
271
            position: 'right',
胡菁 authored
272
273
274
275
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
276
                stroke: '#5F95FF',
胡菁 authored
277
                strokeWidth: 1,
胡菁 authored
278
                fill: '#fff',
胡菁 authored
279
                style: {
胡菁 authored
280
281
282
283
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
284
285
          },
          bottom: {
胡菁 authored
286
            position: 'bottom',
胡菁 authored
287
288
289
290
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
291
                stroke: '#5F95FF',
胡菁 authored
292
                strokeWidth: 1,
胡菁 authored
293
                fill: '#fff',
胡菁 authored
294
                style: {
胡菁 authored
295
296
297
298
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
299
300
          },
          left: {
胡菁 authored
301
            position: 'left',
胡菁 authored
302
303
304
305
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
306
                stroke: '#5F95FF',
胡菁 authored
307
                strokeWidth: 1,
胡菁 authored
308
                fill: '#fff',
胡菁 authored
309
                style: {
胡菁 authored
310
311
312
313
314
                  visibility: 'hidden'
                }
              }
            }
          }
胡菁 authored
315
316
317
        },
        items: [
          {
胡菁 authored
318
319
            group: 'top',
            id: '089ce61a-4b17-4ed8-9c3f-5b905f484425'
胡菁 authored
320
321
          },
          {
胡菁 authored
322
323
            group: 'right',
            id: 'fd4b8c95-d1eb-41ea-b3e1-15135814b292'
胡菁 authored
324
325
          },
          {
胡菁 authored
326
327
            group: 'bottom',
            id: '9bb8ec19-b1e2-432d-8735-b008da064948'
胡菁 authored
328
329
          },
          {
胡菁 authored
330
331
332
333
            group: 'left',
            id: 'fbf8759a-1059-47bb-b556-f0a4477e48d3'
          }
        ]
胡菁 authored
334
      },
胡菁 authored
335
336
      id: '762cbe4d-fd2b-4cb2-95bb-fae3cb9ef7fc',
      zIndex: 4
胡菁 authored
337
338
339
340
341
    },
    {
      angle: 45,
      position: {
        x: 310,
胡菁 authored
342
        y: 380
胡菁 authored
343
344
345
      },
      size: {
        width: 52,
胡菁 authored
346
        height: 52
胡菁 authored
347
348
349
      },
      attrs: {
        text: {
胡菁 authored
350
351
          text: '判断节点',
          transform: 'rotate(-45deg)'
胡菁 authored
352
        },
胡菁 authored
353
        'edit-text': {
胡菁 authored
354
          style: {
胡菁 authored
355
356
357
            transform: 'rotate(-45deg)'
          }
        }
胡菁 authored
358
      },
胡菁 authored
359
      shape: 'flow-chart-rect',
胡菁 authored
360
361
362
363
      ports: {
        groups: {
          top: {
            position: {
胡菁 authored
364
              name: 'top',
胡菁 authored
365
              args: {
胡菁 authored
366
367
                dx: -26
              }
胡菁 authored
368
369
370
371
372
            },
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
373
                stroke: '#5F95FF',
胡菁 authored
374
                strokeWidth: 1,
胡菁 authored
375
                fill: '#fff',
胡菁 authored
376
                style: {
胡菁 authored
377
378
379
380
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
381
382
383
          },
          right: {
            position: {
胡菁 authored
384
              name: 'right',
胡菁 authored
385
              args: {
胡菁 authored
386
387
                dy: -26
              }
胡菁 authored
388
389
390
391
392
            },
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
393
                stroke: '#5F95FF',
胡菁 authored
394
                strokeWidth: 1,
胡菁 authored
395
                fill: '#fff',
胡菁 authored
396
                style: {
胡菁 authored
397
398
399
400
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
401
402
403
          },
          bottom: {
            position: {
胡菁 authored
404
              name: 'bottom',
胡菁 authored
405
              args: {
胡菁 authored
406
407
                dx: 26
              }
胡菁 authored
408
409
410
411
412
            },
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
413
                stroke: '#5F95FF',
胡菁 authored
414
                strokeWidth: 1,
胡菁 authored
415
                fill: '#fff',
胡菁 authored
416
                style: {
胡菁 authored
417
418
419
420
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
421
422
423
          },
          left: {
            position: {
胡菁 authored
424
              name: 'left',
胡菁 authored
425
              args: {
胡菁 authored
426
427
                dy: 26
              }
胡菁 authored
428
429
430
431
432
            },
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
433
                stroke: '#5F95FF',
胡菁 authored
434
                strokeWidth: 1,
胡菁 authored
435
                fill: '#fff',
胡菁 authored
436
                style: {
胡菁 authored
437
438
439
440
441
                  visibility: 'hidden'
                }
              }
            }
          }
胡菁 authored
442
443
444
        },
        items: [
          {
胡菁 authored
445
446
            group: 'top',
            id: 'c133349e-4a4a-4d7d-9b38-26c36b3e68c5'
胡菁 authored
447
448
          },
          {
胡菁 authored
449
450
            group: 'right',
            id: 'af190d15-b0f1-4f92-85bc-e0c4df83e2a7'
胡菁 authored
451
452
          },
          {
胡菁 authored
453
454
            group: 'bottom',
            id: 'c51a4f3b-759b-47ed-9d80-fa4f6c114e64'
胡菁 authored
455
456
          },
          {
胡菁 authored
457
458
459
460
            group: 'left',
            id: 'c241a7e4-12d3-4dde-9694-0f0e5f7b9a91'
          }
        ]
胡菁 authored
461
      },
胡菁 authored
462
463
      id: 'ef3865af-8a91-4164-8466-3f6b4315070f',
      zIndex: 5
胡菁 authored
464
465
    },
    {
胡菁 authored
466
      shape: 'edge',
胡菁 authored
467
468
      attrs: {
        line: {
胡菁 authored
469
          stroke: '#5F95FF',
胡菁 authored
470
471
          strokeWidth: 1,
          targetMarker: {
胡菁 authored
472
473
474
475
            name: 'classic',
            size: 8
          }
        }
胡菁 authored
476
      },
胡菁 authored
477
      id: '9031a1ee-8deb-4b1e-90e6-96d40d3a8515',
胡菁 authored
478
      router: {
胡菁 authored
479
        name: 'manhattan'
胡菁 authored
480
481
482
      },
      zIndex: 7,
      source: {
胡菁 authored
483
484
        cell: 'ef3865af-8a91-4164-8466-3f6b4315070f',
        port: 'af190d15-b0f1-4f92-85bc-e0c4df83e2a7'
胡菁 authored
485
486
      },
      target: {
胡菁 authored
487
488
489
        cell: '762cbe4d-fd2b-4cb2-95bb-fae3cb9ef7fc',
        port: 'fbf8759a-1059-47bb-b556-f0a4477e48d3'
      }
胡菁 authored
490
491
492
493
494
    },
    {
      angle: 45,
      position: {
        x: 566,
胡菁 authored
495
        y: 380
胡菁 authored
496
497
498
      },
      size: {
        width: 52,
胡菁 authored
499
        height: 52
胡菁 authored
500
501
502
      },
      attrs: {
        text: {
胡菁 authored
503
504
          text: '判断节点',
          transform: 'rotate(-45deg)'
胡菁 authored
505
        },
胡菁 authored
506
        'edit-text': {
胡菁 authored
507
          style: {
胡菁 authored
508
509
510
            transform: 'rotate(-45deg)'
          }
        }
胡菁 authored
511
      },
胡菁 authored
512
      shape: 'flow-chart-rect',
胡菁 authored
513
514
515
516
      ports: {
        groups: {
          top: {
            position: {
胡菁 authored
517
              name: 'top',
胡菁 authored
518
              args: {
胡菁 authored
519
520
                dx: -26
              }
胡菁 authored
521
522
523
524
525
            },
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
526
                stroke: '#5F95FF',
胡菁 authored
527
                strokeWidth: 1,
胡菁 authored
528
                fill: '#fff',
胡菁 authored
529
                style: {
胡菁 authored
530
531
532
533
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
534
535
536
          },
          right: {
            position: {
胡菁 authored
537
              name: 'right',
胡菁 authored
538
              args: {
胡菁 authored
539
540
                dy: -26
              }
胡菁 authored
541
542
543
544
545
            },
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
546
                stroke: '#5F95FF',
胡菁 authored
547
                strokeWidth: 1,
胡菁 authored
548
                fill: '#fff',
胡菁 authored
549
                style: {
胡菁 authored
550
551
552
553
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
554
555
556
          },
          bottom: {
            position: {
胡菁 authored
557
              name: 'bottom',
胡菁 authored
558
              args: {
胡菁 authored
559
560
                dx: 26
              }
胡菁 authored
561
562
563
564
565
            },
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
566
                stroke: '#5F95FF',
胡菁 authored
567
                strokeWidth: 1,
胡菁 authored
568
                fill: '#fff',
胡菁 authored
569
                style: {
胡菁 authored
570
571
572
573
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
574
575
576
          },
          left: {
            position: {
胡菁 authored
577
              name: 'left',
胡菁 authored
578
              args: {
胡菁 authored
579
580
                dy: 26
              }
胡菁 authored
581
582
583
584
585
            },
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
586
                stroke: '#5F95FF',
胡菁 authored
587
                strokeWidth: 1,
胡菁 authored
588
                fill: '#fff',
胡菁 authored
589
                style: {
胡菁 authored
590
591
592
593
594
                  visibility: 'hidden'
                }
              }
            }
          }
胡菁 authored
595
596
597
        },
        items: [
          {
胡菁 authored
598
599
            group: 'top',
            id: 'c133349e-4a4a-4d7d-9b38-26c36b3e68c5'
胡菁 authored
600
601
          },
          {
胡菁 authored
602
603
            group: 'right',
            id: 'af190d15-b0f1-4f92-85bc-e0c4df83e2a7'
胡菁 authored
604
605
          },
          {
胡菁 authored
606
607
            group: 'bottom',
            id: 'c51a4f3b-759b-47ed-9d80-fa4f6c114e64'
胡菁 authored
608
609
          },
          {
胡菁 authored
610
611
612
613
            group: 'left',
            id: 'c241a7e4-12d3-4dde-9694-0f0e5f7b9a91'
          }
        ]
胡菁 authored
614
      },
胡菁 authored
615
616
      id: '9be960d0-fb75-49b1-8131-abc05b5991bd',
      zIndex: 9
胡菁 authored
617
618
    },
    {
胡菁 authored
619
      shape: 'edge',
胡菁 authored
620
621
      attrs: {
        line: {
胡菁 authored
622
          stroke: '#5F95FF',
胡菁 authored
623
624
          strokeWidth: 1,
          targetMarker: {
胡菁 authored
625
626
627
628
            name: 'classic',
            size: 8
          }
        }
胡菁 authored
629
      },
胡菁 authored
630
      id: '8af8b072-dfb9-458a-b15e-dd5d4c1863bd',
胡菁 authored
631
      router: {
胡菁 authored
632
        name: 'manhattan'
胡菁 authored
633
634
635
      },
      zIndex: 10,
      source: {
胡菁 authored
636
637
        cell: '7b6fd715-83e6-4053-8c2b-346e6a857bf3',
        port: 'd561926a-3a24-449a-abb1-0c20bc89947e'
胡菁 authored
638
639
      },
      target: {
胡菁 authored
640
641
642
        cell: '9be960d0-fb75-49b1-8131-abc05b5991bd',
        port: 'c133349e-4a4a-4d7d-9b38-26c36b3e68c5'
      }
胡菁 authored
643
644
    },
    {
胡菁 authored
645
      shape: 'edge',
胡菁 authored
646
647
      attrs: {
        line: {
胡菁 authored
648
          stroke: '#5F95FF',
胡菁 authored
649
650
          strokeWidth: 1,
          targetMarker: {
胡菁 authored
651
652
653
654
            name: 'classic',
            size: 8
          }
        }
胡菁 authored
655
      },
胡菁 authored
656
      id: '58874c23-da0b-46e6-9124-5154e8570bfd',
胡菁 authored
657
      router: {
胡菁 authored
658
        name: 'manhattan'
胡菁 authored
659
660
661
      },
      zIndex: 11,
      source: {
胡菁 authored
662
663
        cell: '9be960d0-fb75-49b1-8131-abc05b5991bd',
        port: 'c241a7e4-12d3-4dde-9694-0f0e5f7b9a91'
胡菁 authored
664
665
      },
      target: {
胡菁 authored
666
667
668
        cell: '762cbe4d-fd2b-4cb2-95bb-fae3cb9ef7fc',
        port: 'fd4b8c95-d1eb-41ea-b3e1-15135814b292'
      }
胡菁 authored
669
670
    },
    {
胡菁 authored
671
      shape: 'edge',
胡菁 authored
672
673
      attrs: {
        line: {
胡菁 authored
674
          stroke: '#5F95FF',
胡菁 authored
675
676
          strokeWidth: 1,
          targetMarker: {
胡菁 authored
677
678
679
680
            name: 'classic',
            size: 8
          }
        }
胡菁 authored
681
      },
胡菁 authored
682
      id: '13d78262-f889-4e6f-9980-29f9e2d87c8f',
胡菁 authored
683
      router: {
胡菁 authored
684
        name: 'manhattan'
胡菁 authored
685
686
687
      },
      zIndex: 12,
      source: {
胡菁 authored
688
689
        cell: '7b6fd715-83e6-4053-8c2b-346e6a857bf3',
        port: '2fceb955-f7af-41ac-ac02-5a2ea514544e'
胡菁 authored
690
691
      },
      target: {
胡菁 authored
692
693
694
        cell: 'ef3865af-8a91-4164-8466-3f6b4315070f',
        port: 'c133349e-4a4a-4d7d-9b38-26c36b3e68c5'
      }
胡菁 authored
695
696
    },
    {
胡菁 authored
697
      shape: 'edge',
胡菁 authored
698
699
      attrs: {
        line: {
胡菁 authored
700
          stroke: '#5F95FF',
胡菁 authored
701
702
          strokeWidth: 1,
          targetMarker: {
胡菁 authored
703
704
705
706
            name: 'classic',
            size: 8
          }
        }
胡菁 authored
707
      },
胡菁 authored
708
      id: '9c7b7539-2f82-478d-a592-60dfceede791',
胡菁 authored
709
      router: {
胡菁 authored
710
        name: 'manhattan'
胡菁 authored
711
712
713
      },
      zIndex: 13,
      source: {
胡菁 authored
714
715
        cell: '7b6fd715-83e6-4053-8c2b-346e6a857bf3',
        port: '0cbde5df-ef35-410e-b6c3-a6b1f5561e3f'
胡菁 authored
716
717
      },
      target: {
胡菁 authored
718
719
720
        cell: '762cbe4d-fd2b-4cb2-95bb-fae3cb9ef7fc',
        port: '089ce61a-4b17-4ed8-9c3f-5b905f484425'
      }
胡菁 authored
721
722
723
724
    },
    {
      position: {
        x: 420,
胡菁 authored
725
        y: 497
胡菁 authored
726
727
728
      },
      size: {
        width: 80,
胡菁 authored
729
        height: 42
胡菁 authored
730
731
732
      },
      attrs: {
        text: {
胡菁 authored
733
734
          text: '流程节点'
        }
胡菁 authored
735
      },
胡菁 authored
736
      shape: 'flow-chart-rect',
胡菁 authored
737
738
739
      ports: {
        groups: {
          top: {
胡菁 authored
740
            position: 'top',
胡菁 authored
741
742
743
744
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
745
                stroke: '#5F95FF',
胡菁 authored
746
                strokeWidth: 1,
胡菁 authored
747
                fill: '#fff',
胡菁 authored
748
                style: {
胡菁 authored
749
750
751
752
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
753
754
          },
          right: {
胡菁 authored
755
            position: 'right',
胡菁 authored
756
757
758
759
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
760
                stroke: '#5F95FF',
胡菁 authored
761
                strokeWidth: 1,
胡菁 authored
762
                fill: '#fff',
胡菁 authored
763
                style: {
胡菁 authored
764
765
766
767
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
768
769
          },
          bottom: {
胡菁 authored
770
            position: 'bottom',
胡菁 authored
771
772
773
774
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
775
                stroke: '#5F95FF',
胡菁 authored
776
                strokeWidth: 1,
胡菁 authored
777
                fill: '#fff',
胡菁 authored
778
                style: {
胡菁 authored
779
780
781
782
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
783
784
          },
          left: {
胡菁 authored
785
            position: 'left',
胡菁 authored
786
787
788
789
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
790
                stroke: '#5F95FF',
胡菁 authored
791
                strokeWidth: 1,
胡菁 authored
792
                fill: '#fff',
胡菁 authored
793
                style: {
胡菁 authored
794
795
796
797
798
                  visibility: 'hidden'
                }
              }
            }
          }
胡菁 authored
799
800
801
        },
        items: [
          {
胡菁 authored
802
803
            group: 'top',
            id: 'd1346f43-969a-4201-af5d-d09b7ef79980'
胡菁 authored
804
805
          },
          {
胡菁 authored
806
807
            group: 'right',
            id: 'd561926a-3a24-449a-abb1-0c20bc89947e'
胡菁 authored
808
809
          },
          {
胡菁 authored
810
811
            group: 'bottom',
            id: '0cbde5df-ef35-410e-b6c3-a6b1f5561e3f'
胡菁 authored
812
813
          },
          {
胡菁 authored
814
815
816
817
            group: 'left',
            id: '2fceb955-f7af-41ac-ac02-5a2ea514544e'
          }
        ]
胡菁 authored
818
      },
胡菁 authored
819
820
      id: 'c7b4dfb0-2cc1-4ce1-839d-22b13bdf86e5',
      zIndex: 14
胡菁 authored
821
822
    },
    {
胡菁 authored
823
      shape: 'edge',
胡菁 authored
824
825
      attrs: {
        line: {
胡菁 authored
826
          stroke: '#5F95FF',
胡菁 authored
827
828
          strokeWidth: 1,
          targetMarker: {
胡菁 authored
829
830
831
832
            name: 'classic',
            size: 8
          }
        }
胡菁 authored
833
      },
胡菁 authored
834
      id: '9dfeb591-70e1-4b52-a463-3078a6fde579',
胡菁 authored
835
      router: {
胡菁 authored
836
        name: 'manhattan'
胡菁 authored
837
838
839
      },
      zIndex: 15,
      source: {
胡菁 authored
840
841
        cell: '762cbe4d-fd2b-4cb2-95bb-fae3cb9ef7fc',
        port: '9bb8ec19-b1e2-432d-8735-b008da064948'
胡菁 authored
842
843
      },
      target: {
胡菁 authored
844
845
846
        cell: 'c7b4dfb0-2cc1-4ce1-839d-22b13bdf86e5',
        port: 'd1346f43-969a-4201-af5d-d09b7ef79980'
      }
胡菁 authored
847
848
849
850
    },
    {
      position: {
        x: 420,
胡菁 authored
851
        y: 616
胡菁 authored
852
853
854
      },
      size: {
        width: 80,
胡菁 authored
855
        height: 42
胡菁 authored
856
857
858
      },
      attrs: {
        text: {
胡菁 authored
859
          text: '结束节点'
胡菁 authored
860
861
862
        },
        body: {
          rx: 24,
胡菁 authored
863
864
          ry: 24
        }
胡菁 authored
865
      },
胡菁 authored
866
      shape: 'flow-chart-rect',
胡菁 authored
867
868
869
      ports: {
        groups: {
          top: {
胡菁 authored
870
            position: 'top',
胡菁 authored
871
872
873
874
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
875
                stroke: '#5F95FF',
胡菁 authored
876
                strokeWidth: 1,
胡菁 authored
877
                fill: '#fff',
胡菁 authored
878
                style: {
胡菁 authored
879
880
881
882
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
883
884
          },
          right: {
胡菁 authored
885
            position: 'right',
胡菁 authored
886
887
888
889
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
890
                stroke: '#5F95FF',
胡菁 authored
891
                strokeWidth: 1,
胡菁 authored
892
                fill: '#fff',
胡菁 authored
893
                style: {
胡菁 authored
894
895
896
897
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
898
899
          },
          bottom: {
胡菁 authored
900
            position: 'bottom',
胡菁 authored
901
902
903
904
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
905
                stroke: '#5F95FF',
胡菁 authored
906
                strokeWidth: 1,
胡菁 authored
907
                fill: '#fff',
胡菁 authored
908
                style: {
胡菁 authored
909
910
911
912
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
913
914
          },
          left: {
胡菁 authored
915
            position: 'left',
胡菁 authored
916
917
918
919
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
920
                stroke: '#5F95FF',
胡菁 authored
921
                strokeWidth: 1,
胡菁 authored
922
                fill: '#fff',
胡菁 authored
923
                style: {
胡菁 authored
924
925
926
927
928
                  visibility: 'hidden'
                }
              }
            }
          }
胡菁 authored
929
930
931
        },
        items: [
          {
胡菁 authored
932
933
            group: 'top',
            id: '45726225-0a03-409e-8475-07da4b8533c5'
胡菁 authored
934
935
          },
          {
胡菁 authored
936
937
            group: 'right',
            id: '06111939-bf01-48d9-9f54-6465d9d831c6'
胡菁 authored
938
939
          },
          {
胡菁 authored
940
941
            group: 'bottom',
            id: '6541f8dc-e48b-4b8c-a105-2ab3a47f1f21'
胡菁 authored
942
943
          },
          {
胡菁 authored
944
945
946
947
            group: 'left',
            id: '54781206-573f-4982-a21e-5fac1e0e8a60'
          }
        ]
胡菁 authored
948
      },
胡菁 authored
949
950
      id: '5ac48b64-d507-4006-954b-f8fbf8016ad2',
      zIndex: 16
胡菁 authored
951
952
    },
    {
胡菁 authored
953
      shape: 'edge',
胡菁 authored
954
955
      attrs: {
        line: {
胡菁 authored
956
          stroke: '#5F95FF',
胡菁 authored
957
958
          strokeWidth: 1,
          targetMarker: {
胡菁 authored
959
960
961
962
            name: 'classic',
            size: 8
          }
        }
胡菁 authored
963
      },
胡菁 authored
964
      id: 'f847f055-9073-4c8e-92c5-8124597d1e7e',
胡菁 authored
965
      router: {
胡菁 authored
966
        name: 'manhattan'
胡菁 authored
967
968
969
      },
      zIndex: 17,
      source: {
胡菁 authored
970
971
        cell: 'c7b4dfb0-2cc1-4ce1-839d-22b13bdf86e5',
        port: '0cbde5df-ef35-410e-b6c3-a6b1f5561e3f'
胡菁 authored
972
973
      },
      target: {
胡菁 authored
974
975
976
        cell: '5ac48b64-d507-4006-954b-f8fbf8016ad2',
        port: '45726225-0a03-409e-8475-07da4b8533c5'
      }
胡菁 authored
977
978
979
980
    },
    {
      position: {
        x: 660,
胡菁 authored
981
        y: 190
胡菁 authored
982
983
984
      },
      size: {
        width: 200,
胡菁 authored
985
        height: 60
胡菁 authored
986
      },
胡菁 authored
987
988
989
      shape: 'flow-chart-animate-text',
      id: '0698a6d6-4f48-42e3-ab59-5ff5713a63ea',
      zIndex: 20
胡菁 authored
990
991
992
993
    },
    {
      position: {
        x: 660,
胡菁 authored
994
        y: 292
胡菁 authored
995
996
997
      },
      size: {
        width: 200,
胡菁 authored
998
        height: 60
胡菁 authored
999
      },
胡菁 authored
1000
      shape: 'flow-chart-image-rect',
胡菁 authored
1001
1002
1003
      ports: {
        groups: {
          top: {
胡菁 authored
1004
            position: 'top',
胡菁 authored
1005
1006
1007
1008
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
1009
                stroke: '#5F95FF',
胡菁 authored
1010
                strokeWidth: 1,
胡菁 authored
1011
                fill: '#fff',
胡菁 authored
1012
                style: {
胡菁 authored
1013
1014
1015
1016
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
1017
1018
          },
          right: {
胡菁 authored
1019
            position: 'right',
胡菁 authored
1020
1021
1022
1023
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
1024
                stroke: '#5F95FF',
胡菁 authored
1025
                strokeWidth: 1,
胡菁 authored
1026
                fill: '#fff',
胡菁 authored
1027
                style: {
胡菁 authored
1028
1029
1030
1031
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
1032
1033
          },
          bottom: {
胡菁 authored
1034
            position: 'bottom',
胡菁 authored
1035
1036
1037
1038
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
1039
                stroke: '#5F95FF',
胡菁 authored
1040
                strokeWidth: 1,
胡菁 authored
1041
                fill: '#fff',
胡菁 authored
1042
                style: {
胡菁 authored
1043
1044
1045
1046
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
1047
1048
          },
          left: {
胡菁 authored
1049
            position: 'left',
胡菁 authored
1050
1051
1052
1053
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
1054
                stroke: '#5F95FF',
胡菁 authored
1055
                strokeWidth: 1,
胡菁 authored
1056
                fill: '#fff',
胡菁 authored
1057
                style: {
胡菁 authored
1058
1059
1060
1061
1062
                  visibility: 'hidden'
                }
              }
            }
          }
胡菁 authored
1063
1064
1065
        },
        items: [
          {
胡菁 authored
1066
1067
            group: 'top',
            id: 'a48f4c0f-fa60-4ea6-8a9c-1046a3cbf0a0'
胡菁 authored
1068
1069
          },
          {
胡菁 authored
1070
1071
            group: 'right',
            id: 'e05f9fde-c5f3-47ea-920c-a210c4fc3501'
胡菁 authored
1072
1073
          },
          {
胡菁 authored
1074
1075
            group: 'bottom',
            id: '183117cc-26d8-4241-95b4-d83d95010224'
胡菁 authored
1076
1077
          },
          {
胡菁 authored
1078
1079
1080
1081
            group: 'left',
            id: 'ad9ffaa5-9c34-4aa8-a311-4b58b56cd0f6'
          }
        ]
胡菁 authored
1082
      },
胡菁 authored
1083
1084
      id: '229d844a-be25-414a-b044-ae3a6c63ce74',
      zIndex: 21
胡菁 authored
1085
1086
1087
1088
    },
    {
      position: {
        x: 660,
胡菁 authored
1089
        y: 404
胡菁 authored
1090
1091
1092
      },
      size: {
        width: 200,
胡菁 authored
1093
        height: 68
胡菁 authored
1094
      },
胡菁 authored
1095
      shape: 'flow-chart-title-rect',
胡菁 authored
1096
1097
1098
      ports: {
        groups: {
          top: {
胡菁 authored
1099
            position: 'top',
胡菁 authored
1100
1101
1102
1103
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
1104
                stroke: '#5F95FF',
胡菁 authored
1105
                strokeWidth: 1,
胡菁 authored
1106
                fill: '#fff',
胡菁 authored
1107
                style: {
胡菁 authored
1108
1109
1110
1111
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
1112
1113
          },
          right: {
胡菁 authored
1114
            position: 'right',
胡菁 authored
1115
1116
1117
1118
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
1119
                stroke: '#5F95FF',
胡菁 authored
1120
                strokeWidth: 1,
胡菁 authored
1121
                fill: '#fff',
胡菁 authored
1122
                style: {
胡菁 authored
1123
1124
1125
1126
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
1127
1128
          },
          bottom: {
胡菁 authored
1129
            position: 'bottom',
胡菁 authored
1130
1131
1132
1133
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
1134
                stroke: '#5F95FF',
胡菁 authored
1135
                strokeWidth: 1,
胡菁 authored
1136
                fill: '#fff',
胡菁 authored
1137
                style: {
胡菁 authored
1138
1139
1140
1141
                  visibility: 'hidden'
                }
              }
            }
胡菁 authored
1142
1143
          },
          left: {
胡菁 authored
1144
            position: 'left',
胡菁 authored
1145
1146
1147
1148
            attrs: {
              circle: {
                r: 3,
                magnet: true,
胡菁 authored
1149
                stroke: '#5F95FF',
胡菁 authored
1150
                strokeWidth: 1,
胡菁 authored
1151
                fill: '#fff',
胡菁 authored
1152
                style: {
胡菁 authored
1153
1154
1155
1156
1157
                  visibility: 'hidden'
                }
              }
            }
          }
胡菁 authored
1158
1159
1160
        },
        items: [
          {
胡菁 authored
1161
1162
            group: 'top',
            id: '739f9eec-ef8f-4f2e-b328-6b7e0793d582'
胡菁 authored
1163
1164
          },
          {
胡菁 authored
1165
1166
            group: 'right',
            id: '5786e655-df1d-419e-92e2-db91b3c4506c'
胡菁 authored
1167
1168
          },
          {
胡菁 authored
1169
1170
            group: 'bottom',
            id: 'e74c9676-4c27-474f-be96-be4568ed55d0'
胡菁 authored
1171
1172
          },
          {
胡菁 authored
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
            group: 'left',
            id: '007fa7ae-aa47-4faf-925c-779c35db4f5f'
          }
        ]
      },
      id: '4197e369-2948-4209-8e13-0dd6dedd07b4',
      zIndex: 22
    }
  ]
}