Blame view

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