@zscreate/form-component 1.1.363 → 1.1.365
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/form-component.css +62 -62
- package/dist/form-component.umd.js +117 -30
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -267,16 +267,16 @@ ul li[data-v-c8780a30] {
|
|
|
267
267
|
width: 347px !important;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
ul[data-v-
|
|
271
|
-
li[data-v-
|
|
272
|
-
dl[data-v-
|
|
273
|
-
dt[data-v-
|
|
274
|
-
dd[data-v-
|
|
270
|
+
ul[data-v-44e82654],
|
|
271
|
+
li[data-v-44e82654],
|
|
272
|
+
dl[data-v-44e82654],
|
|
273
|
+
dt[data-v-44e82654],
|
|
274
|
+
dd[data-v-44e82654] {
|
|
275
275
|
list-style-type: none;
|
|
276
276
|
padding: 0;
|
|
277
277
|
margin: 0;
|
|
278
278
|
}
|
|
279
|
-
.flowwork-warp[data-v-
|
|
279
|
+
.flowwork-warp[data-v-44e82654] {
|
|
280
280
|
position: absolute;
|
|
281
281
|
left: 0;
|
|
282
282
|
right: 0;
|
|
@@ -284,7 +284,7 @@ dd[data-v-df308e9a] {
|
|
|
284
284
|
bottom: 64px;
|
|
285
285
|
background: #fff;
|
|
286
286
|
}
|
|
287
|
-
.g1_workflow_warp[data-v-
|
|
287
|
+
.g1_workflow_warp[data-v-44e82654] {
|
|
288
288
|
border: 1px solid #dfdfdf;
|
|
289
289
|
margin: auto;
|
|
290
290
|
position: absolute;
|
|
@@ -293,12 +293,12 @@ dd[data-v-df308e9a] {
|
|
|
293
293
|
bottom: 0;
|
|
294
294
|
top: 0;
|
|
295
295
|
}
|
|
296
|
-
.g1_workflow_warp li[data-v-
|
|
296
|
+
.g1_workflow_warp li[data-v-44e82654] {
|
|
297
297
|
width: 100%;
|
|
298
298
|
position: relative;
|
|
299
299
|
text-align: center;
|
|
300
300
|
}
|
|
301
|
-
.g1-sider_tool1[data-v-
|
|
301
|
+
.g1-sider_tool1[data-v-44e82654] {
|
|
302
302
|
width: 100px;
|
|
303
303
|
position: absolute;
|
|
304
304
|
left: 0;
|
|
@@ -307,37 +307,37 @@ dd[data-v-df308e9a] {
|
|
|
307
307
|
border-right: 1px solid #dfdfdf;
|
|
308
308
|
overflow-y: auto;
|
|
309
309
|
}
|
|
310
|
-
.g1-sider_tool1 .tool_box[data-v-
|
|
310
|
+
.g1-sider_tool1 .tool_box[data-v-44e82654] {
|
|
311
311
|
margin-top: 15px;
|
|
312
312
|
}
|
|
313
|
-
.g1-sider_tool1 .tool_box .tool[data-v-
|
|
313
|
+
.g1-sider_tool1 .tool_box .tool[data-v-44e82654] {
|
|
314
314
|
text-align: center;
|
|
315
315
|
font-size: 12px;
|
|
316
316
|
color: #fff;
|
|
317
317
|
}
|
|
318
318
|
/* 公用图形 */
|
|
319
|
-
.end[data-v-
|
|
319
|
+
.end[data-v-44e82654] {
|
|
320
320
|
border-radius: 100%;
|
|
321
321
|
}
|
|
322
|
-
.comm[data-v-
|
|
322
|
+
.comm[data-v-44e82654] {
|
|
323
323
|
border-radius: 0px;
|
|
324
324
|
}
|
|
325
|
-
.gate[data-v-
|
|
325
|
+
.gate[data-v-44e82654] {
|
|
326
326
|
width: 60px;
|
|
327
327
|
border-radius: 0;
|
|
328
328
|
}
|
|
329
|
-
.gate .inner[data-v-
|
|
329
|
+
.gate .inner[data-v-44e82654] {
|
|
330
330
|
display: inline-block;
|
|
331
331
|
font-size: 16px;
|
|
332
332
|
}
|
|
333
|
-
.g1-form_main1[data-v-
|
|
333
|
+
.g1-form_main1[data-v-44e82654] {
|
|
334
334
|
position: absolute;
|
|
335
335
|
left: 100px;
|
|
336
336
|
right: 0;
|
|
337
337
|
top: 0;
|
|
338
338
|
bottom: 0;
|
|
339
339
|
}
|
|
340
|
-
.g1-form_main1 .head[data-v-
|
|
340
|
+
.g1-form_main1 .head[data-v-44e82654] {
|
|
341
341
|
height: 46px;
|
|
342
342
|
line-height: 46px;
|
|
343
343
|
text-align: left;
|
|
@@ -345,11 +345,11 @@ dd[data-v-df308e9a] {
|
|
|
345
345
|
box-sizing: border-box;
|
|
346
346
|
border-bottom: 1px solid #d8d8d8;
|
|
347
347
|
}
|
|
348
|
-
.g1-form_main1 .head .ant-btn[data-v-
|
|
348
|
+
.g1-form_main1 .head .ant-btn[data-v-44e82654] {
|
|
349
349
|
height: 32px;
|
|
350
350
|
margin-right: 10px;
|
|
351
351
|
}
|
|
352
|
-
.g1-form_main1 .main[data-v-
|
|
352
|
+
.g1-form_main1 .main[data-v-44e82654] {
|
|
353
353
|
position: absolute;
|
|
354
354
|
left: 0 !important;
|
|
355
355
|
right: 0px;
|
|
@@ -358,12 +358,12 @@ dd[data-v-df308e9a] {
|
|
|
358
358
|
overflow: auto;
|
|
359
359
|
box-sizing: border-box;
|
|
360
360
|
}
|
|
361
|
-
.g1-form_main1 .main #flowContainer[data-v-
|
|
361
|
+
.g1-form_main1 .main #flowContainer[data-v-44e82654] {
|
|
362
362
|
background-image: linear-gradient(90deg, rgba(180, 180, 180, 0.15) 10%, rgba(180, 180, 180, 0) 10%), linear-gradient(rgba(180, 180, 180, 0.15) 10%, rgba(0, 0, 0, 0) 10%);
|
|
363
363
|
background-size: 10px 10px;
|
|
364
364
|
background-color: #fbfbfb;
|
|
365
365
|
}
|
|
366
|
-
.g1-form_main1 .sider-pannel[data-v-
|
|
366
|
+
.g1-form_main1 .sider-pannel[data-v-44e82654] {
|
|
367
367
|
width: 250px;
|
|
368
368
|
padding: 0 15px;
|
|
369
369
|
position: absolute;
|
|
@@ -373,7 +373,7 @@ dd[data-v-df308e9a] {
|
|
|
373
373
|
border-left: 1px solid #dfdfdf;
|
|
374
374
|
background-color: #fff;
|
|
375
375
|
}
|
|
376
|
-
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-
|
|
376
|
+
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-44e82654] {
|
|
377
377
|
width: 100%;
|
|
378
378
|
height: 100%;
|
|
379
379
|
padding: 15px;
|
|
@@ -384,7 +384,7 @@ dd[data-v-df308e9a] {
|
|
|
384
384
|
top: 0;
|
|
385
385
|
overflow-y: auto;
|
|
386
386
|
}
|
|
387
|
-
.g1-form_main1 .sider-pannel .sider-open[data-v-
|
|
387
|
+
.g1-form_main1 .sider-pannel .sider-open[data-v-44e82654] {
|
|
388
388
|
width: 36px;
|
|
389
389
|
height: 60px;
|
|
390
390
|
line-height: 60px;
|
|
@@ -400,14 +400,14 @@ dd[data-v-df308e9a] {
|
|
|
400
400
|
background-color: #fff;
|
|
401
401
|
}
|
|
402
402
|
/* 视图图形 */
|
|
403
|
-
.flow-view[data-v-
|
|
403
|
+
.flow-view[data-v-44e82654] {
|
|
404
404
|
position: absolute;
|
|
405
405
|
left: 0;
|
|
406
406
|
right: 0;
|
|
407
407
|
top: 0;
|
|
408
408
|
bottom: 0;
|
|
409
409
|
}
|
|
410
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
410
|
+
.flow-view .inner .flow-node-drag[data-v-44e82654] {
|
|
411
411
|
width: 12px;
|
|
412
412
|
height: 12px;
|
|
413
413
|
display: block;
|
|
@@ -418,27 +418,27 @@ dd[data-v-df308e9a] {
|
|
|
418
418
|
cursor: crosshair;
|
|
419
419
|
background: rgba(24, 144, 255, 0.6);
|
|
420
420
|
}
|
|
421
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
421
|
+
.flow-view .inner .flow-node-drag[data-v-44e82654]:nth-child(1) {
|
|
422
422
|
left: -6px;
|
|
423
423
|
top: 0;
|
|
424
424
|
bottom: 0;
|
|
425
425
|
}
|
|
426
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
426
|
+
.flow-view .inner .flow-node-drag[data-v-44e82654]:nth-child(2) {
|
|
427
427
|
top: -6px;
|
|
428
428
|
left: 0;
|
|
429
429
|
right: 0;
|
|
430
430
|
}
|
|
431
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
431
|
+
.flow-view .inner .flow-node-drag[data-v-44e82654]:nth-child(3) {
|
|
432
432
|
right: -6px;
|
|
433
433
|
top: 0;
|
|
434
434
|
bottom: 0;
|
|
435
435
|
}
|
|
436
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
436
|
+
.flow-view .inner .flow-node-drag[data-v-44e82654]:nth-child(4) {
|
|
437
437
|
bottom: -6px;
|
|
438
438
|
left: 0;
|
|
439
439
|
right: 0;
|
|
440
440
|
}
|
|
441
|
-
.flow-view .tool[data-v-
|
|
441
|
+
.flow-view .tool[data-v-44e82654] {
|
|
442
442
|
width: 100%;
|
|
443
443
|
height: 100%;
|
|
444
444
|
margin: 0;
|
|
@@ -446,14 +446,14 @@ dd[data-v-df308e9a] {
|
|
|
446
446
|
box-shadow: 5px 5px 3px #d4d0d0;
|
|
447
447
|
background: #fbfbfb;
|
|
448
448
|
}
|
|
449
|
-
.flow-view .tool .iconfont[data-v-
|
|
449
|
+
.flow-view .tool .iconfont[data-v-44e82654] {
|
|
450
450
|
font-size: 100%;
|
|
451
451
|
color: #858587;
|
|
452
452
|
}
|
|
453
|
-
.flow-view .exclude_gateway[data-v-
|
|
453
|
+
.flow-view .exclude_gateway[data-v-44e82654] {
|
|
454
454
|
box-shadow: 0 0 0 #ccc;
|
|
455
455
|
}
|
|
456
|
-
.flow-view .gate[data-v-
|
|
456
|
+
.flow-view .gate[data-v-44e82654] {
|
|
457
457
|
line-height: 50px;
|
|
458
458
|
position: absolute;
|
|
459
459
|
left: 0;
|
|
@@ -461,9 +461,9 @@ dd[data-v-df308e9a] {
|
|
|
461
461
|
top: 0;
|
|
462
462
|
bottom: 0;
|
|
463
463
|
}
|
|
464
|
-
.flow-view .ordinary_gateway[data-v-
|
|
465
|
-
.flow-view .parall_gateway[data-v-
|
|
466
|
-
.flow-view .exclude_gateway[data-v-
|
|
464
|
+
.flow-view .ordinary_gateway[data-v-44e82654],
|
|
465
|
+
.flow-view .parall_gateway[data-v-44e82654],
|
|
466
|
+
.flow-view .exclude_gateway[data-v-44e82654] {
|
|
467
467
|
border: none;
|
|
468
468
|
border-radius: 0;
|
|
469
469
|
background-size: cover;
|
|
@@ -471,35 +471,35 @@ dd[data-v-df308e9a] {
|
|
|
471
471
|
background-position: center center;
|
|
472
472
|
box-shadow: 0 0 0 #ccc;
|
|
473
473
|
}
|
|
474
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
475
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
476
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
474
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-44e82654]:nth-child(1),
|
|
475
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-44e82654]:nth-child(1),
|
|
476
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-44e82654]:nth-child(1) {
|
|
477
477
|
left: 0;
|
|
478
478
|
top: 0;
|
|
479
479
|
bottom: 0;
|
|
480
480
|
}
|
|
481
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
482
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
483
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
481
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-44e82654]:nth-child(2),
|
|
482
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-44e82654]:nth-child(2),
|
|
483
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-44e82654]:nth-child(2) {
|
|
484
484
|
top: 0;
|
|
485
485
|
left: 0;
|
|
486
486
|
right: 0;
|
|
487
487
|
}
|
|
488
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
489
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
490
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
488
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-44e82654]:nth-child(3),
|
|
489
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-44e82654]:nth-child(3),
|
|
490
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-44e82654]:nth-child(3) {
|
|
491
491
|
right: 0;
|
|
492
492
|
top: 0;
|
|
493
493
|
bottom: 0;
|
|
494
494
|
}
|
|
495
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
496
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
497
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
495
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-44e82654]:nth-child(4),
|
|
496
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-44e82654]:nth-child(4),
|
|
497
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-44e82654]:nth-child(4) {
|
|
498
498
|
bottom: 0;
|
|
499
499
|
left: 0;
|
|
500
500
|
right: 0;
|
|
501
501
|
}
|
|
502
|
-
.flow-view .exclude_gateway[data-v-
|
|
502
|
+
.flow-view .exclude_gateway[data-v-44e82654] {
|
|
503
503
|
width: 70%;
|
|
504
504
|
height: 70%;
|
|
505
505
|
margin: 15%;
|
|
@@ -508,7 +508,7 @@ dd[data-v-df308e9a] {
|
|
|
508
508
|
transform: rotate(45deg);
|
|
509
509
|
position: relative;
|
|
510
510
|
}
|
|
511
|
-
.flow-view .exclude_gateway[data-v-
|
|
511
|
+
.flow-view .exclude_gateway[data-v-44e82654]::before {
|
|
512
512
|
content: '';
|
|
513
513
|
width: 2px;
|
|
514
514
|
background-color: #7a7a7a;
|
|
@@ -518,7 +518,7 @@ dd[data-v-df308e9a] {
|
|
|
518
518
|
top: calc(50% - 10px);
|
|
519
519
|
left: calc(50% - 1px);
|
|
520
520
|
}
|
|
521
|
-
.flow-view .exclude_gateway[data-v-
|
|
521
|
+
.flow-view .exclude_gateway[data-v-44e82654]::after {
|
|
522
522
|
content: '';
|
|
523
523
|
width: 20px;
|
|
524
524
|
background-color: #7a7a7a;
|
|
@@ -528,7 +528,7 @@ dd[data-v-df308e9a] {
|
|
|
528
528
|
top: calc(50% - 1px);
|
|
529
529
|
left: calc(50% - 10px);
|
|
530
530
|
}
|
|
531
|
-
.flow-view .parall_gateway[data-v-
|
|
531
|
+
.flow-view .parall_gateway[data-v-44e82654] {
|
|
532
532
|
width: 70%;
|
|
533
533
|
height: 70%;
|
|
534
534
|
margin: 15%;
|
|
@@ -537,7 +537,7 @@ dd[data-v-df308e9a] {
|
|
|
537
537
|
transform: rotate(45deg);
|
|
538
538
|
position: relative;
|
|
539
539
|
}
|
|
540
|
-
.flow-view .parall_gateway[data-v-
|
|
540
|
+
.flow-view .parall_gateway[data-v-44e82654]::after {
|
|
541
541
|
content: '';
|
|
542
542
|
width: 20px;
|
|
543
543
|
background-color: #7a7a7a;
|
|
@@ -549,7 +549,7 @@ dd[data-v-df308e9a] {
|
|
|
549
549
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
550
550
|
transform: rotate(45deg);
|
|
551
551
|
}
|
|
552
|
-
.flow-view .parall_gateway[data-v-
|
|
552
|
+
.flow-view .parall_gateway[data-v-44e82654]::before {
|
|
553
553
|
content: '';
|
|
554
554
|
width: 2px;
|
|
555
555
|
background-color: #7a7a7a;
|
|
@@ -562,7 +562,7 @@ dd[data-v-df308e9a] {
|
|
|
562
562
|
transform: rotate(45deg);
|
|
563
563
|
}
|
|
564
564
|
/* 线条工具 */
|
|
565
|
-
.lineTool[data-v-
|
|
565
|
+
.lineTool[data-v-44e82654] {
|
|
566
566
|
width: 130px;
|
|
567
567
|
height: 26px;
|
|
568
568
|
border: 1px solid #1890ff;
|
|
@@ -570,7 +570,7 @@ dd[data-v-df308e9a] {
|
|
|
570
570
|
background-color: #fff;
|
|
571
571
|
text-align: left;
|
|
572
572
|
}
|
|
573
|
-
.lineTool li[data-v-
|
|
573
|
+
.lineTool li[data-v-44e82654] {
|
|
574
574
|
width: 30px;
|
|
575
575
|
height: 26px;
|
|
576
576
|
display: inline-block;
|
|
@@ -578,14 +578,14 @@ dd[data-v-df308e9a] {
|
|
|
578
578
|
text-align: center;
|
|
579
579
|
color: #1890ff;
|
|
580
580
|
}
|
|
581
|
-
.tool-drag a .inner[data-v-
|
|
581
|
+
.tool-drag a .inner[data-v-44e82654] {
|
|
582
582
|
color: #f00 !important;
|
|
583
583
|
}
|
|
584
|
-
.ant-layout-footer[data-v-
|
|
584
|
+
.ant-layout-footer[data-v-44e82654] {
|
|
585
585
|
z-index: 10;
|
|
586
586
|
}
|
|
587
587
|
|
|
588
|
-
#flowContainer[data-v-
|
|
588
|
+
#flowContainer[data-v-44e82654] {
|
|
589
589
|
width: 1000000px;
|
|
590
590
|
height: 1000000px;
|
|
591
591
|
position: absolute;
|
|
@@ -598,7 +598,7 @@ dd[data-v-df308e9a] {
|
|
|
598
598
|
left: -500000px;
|
|
599
599
|
top: -500000px; */
|
|
600
600
|
}
|
|
601
|
-
.labelClass[data-v-
|
|
601
|
+
.labelClass[data-v-44e82654] {
|
|
602
602
|
padding: 0 3px;
|
|
603
603
|
font-size: 12px;
|
|
604
604
|
cursor: pointer;
|
|
@@ -609,14 +609,14 @@ dd[data-v-df308e9a] {
|
|
|
609
609
|
border-radius: 3px;
|
|
610
610
|
background: rgba(24, 144, 255, 0.6);
|
|
611
611
|
}
|
|
612
|
-
.loading[data-v-
|
|
612
|
+
.loading[data-v-44e82654] {
|
|
613
613
|
height: 100%;
|
|
614
614
|
width: 100%;
|
|
615
615
|
display: flex;
|
|
616
616
|
align-items: center;
|
|
617
617
|
justify-content: center;
|
|
618
618
|
}
|
|
619
|
-
[data-v-
|
|
619
|
+
[data-v-44e82654] .labelClass {
|
|
620
620
|
background-color: #539dfa !important;
|
|
621
621
|
padding: 5px;
|
|
622
622
|
border-radius: 5px;
|
|
@@ -157684,7 +157684,7 @@ function toString(value) {
|
|
|
157684
157684
|
/***/ ((module) => {
|
|
157685
157685
|
|
|
157686
157686
|
"use strict";
|
|
157687
|
-
module.exports = {"i8":"1.1.
|
|
157687
|
+
module.exports = {"i8":"1.1.365"};
|
|
157688
157688
|
|
|
157689
157689
|
/***/ })
|
|
157690
157690
|
|
|
@@ -159627,7 +159627,7 @@ icon_Icon.install = function (Vue) {
|
|
|
159627
159627
|
};
|
|
159628
159628
|
|
|
159629
159629
|
/* harmony default export */ const icon = (icon_Icon);
|
|
159630
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=template&id=
|
|
159630
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=template&id=44e82654&scoped=true&
|
|
159631
159631
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.easyFlowVisible)?_c('div',{staticClass:"g1_workflow_warp"},[_c('div',{staticClass:"g1-sider_tool1"},[_c('div',{ref:"flowTool",staticClass:"tool_box"},[_c('flowTool',{on:{"addNode":_vm.addNode}})],1)]),_c('div',{ref:"form_main1",staticClass:"g1-form_main1",attrs:{"id":"form_main1"}},[_c('div',{staticClass:"head"},[_c('a-button',{attrs:{"type":"primary","size":"small","icon":"search"},on:{"click":_vm.dataInfo}},[_vm._v("查看")]),_c('a-button',{attrs:{"type":"primary","size":"small","icon":"fund"},on:{"click":function($event){$event.stopPropagation();return _vm.isPanelShow('flowPanel')}}},[_vm._v("设置流程信息 ")]),_c('a-button',{attrs:{"type":"primary","size":"small","icon":"align-left"},on:{"click":function($event){$event.stopPropagation();return _vm.isPanelShow('dataConditionPanel')}}},[_vm._v("查看流程条件 ")]),(!_vm.isFlowPanelMain)?_c('a-button',{attrs:{"type":"primary","size":"small","icon":"save"},on:{"click":_vm.saveData}},[_vm._v("保存")]):_vm._e()],1),_c('div',{ref:"main",staticClass:"main",attrs:{"id":"main"},on:{"click":_vm.closeAddBtn}},[_c('div',{ref:"flowContainer",staticClass:"container",attrs:{"id":"flowContainer"}},[_vm._l((_vm.data.nodeList),function(node){return [_c('flow-node',{directives:[{name:"show",rawName:"v-show",value:(node.show),expression:"node.show"}],key:node.id,ref:"flowNode",refInFor:true,attrs:{"id":node.id,"node":node,"nodeList":_vm.data.nodeList},on:{"clickNode":_vm.clickNode,"lineChange":_vm.lineChange,"deleteNode":_vm.deleteNode,"nodeRightMenu":_vm.nodeRightMenu,"changeNodeSite":_vm.changeNodeSite,"editNode":_vm.editNode,"addNodeClick":_vm.addNodeClick}})]})],2),(_vm.isSavePicLoadingShow)?_c('div',{staticClass:"loading"},[_c('a-spin',{attrs:{"size":"large"}})],1):_vm._e()]),_c('sider-panel',{directives:[{name:"show",rawName:"v-show",value:(_vm.siderPanelVisible),expression:"siderPanelVisible"}],ref:"siderPanel",attrs:{"isFlowPanelZJAF":_vm.isFlowPanelZJAF,"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData,"verifyListArr":_vm.verifyList},on:{"isPanelShow":_vm.isPanelShow}}),(_vm.linePanelVisible)?_c('line-panel',{ref:"linePanel",attrs:{"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData},on:{"isPanelShow":_vm.isPanelShow,"setLineData":_vm.setLineData}}):_vm._e(),_c('dataConditionPanel',{directives:[{name:"show",rawName:"v-show",value:(_vm.dataConditionPanelVisible),expression:"dataConditionPanelVisible"}],ref:"dataConditionPanel",attrs:{"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData},on:{"isPanelShow":_vm.isPanelShow}}),_c('flow-panel',{directives:[{name:"show",rawName:"v-show",value:(_vm.flowPanelVisible),expression:"flowPanelVisible"}],ref:"flowPanel",staticStyle:{"z-index":"10"},attrs:{"data":_vm.data,"id":_vm.id},on:{"isPanelShow":_vm.isPanelShow}}),(_vm.copyDesignVisible)?_c('copyDesign',{ref:"copyDesign",attrs:{"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData},on:{"isPanelShow":_vm.isPanelShow}}):_vm._e()],1),(_vm.flowInfoVisible)?_c('flow-info',{ref:"flowInfo"}):_vm._e(),(_vm.lineToolVisible)?_c('ul',{ref:"lineTool",staticClass:"lineTool",on:{"mouseleave":_vm.lineToolFn}},[_c('li',{on:{"click":function($event){return _vm.setLineStyle('Flowchart')}}},[_c('svg-icon',{attrs:{"iconName":"icon-yibiaopan"}})],1),_c('li',{on:{"click":function($event){return _vm.setLineStyle('Bezier')}}},[_c('svg-icon',{attrs:{"iconName":"icon-ant-bezier-quadro"}})],1),_c('li',{on:{"click":function($event){return _vm.setLineStyle('Straight')}}},[_c('svg-icon',{attrs:{"iconName":"icon-line"}})],1),_c('li',{on:{"click":_vm.deleteLineView}},[_c('svg-icon',{attrs:{"iconName":"icon-jurassic_line"}})],1)]):_vm._e()],1):_vm._e()}
|
|
159632
159632
|
var staticRenderFns = []
|
|
159633
159633
|
|
|
@@ -161302,21 +161302,21 @@ var flow_panel_component = (0,componentNormalizer/* default */.Z)(
|
|
|
161302
161302
|
)
|
|
161303
161303
|
|
|
161304
161304
|
/* harmony default export */ const flow_panel = (flow_panel_component.exports);
|
|
161305
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/sider-panel.vue?vue&type=template&id=
|
|
161306
|
-
var
|
|
161305
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/sider-panel.vue?vue&type=template&id=8040a504&
|
|
161306
|
+
var sider_panelvue_type_template_id_8040a504_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"sider-pannel"},[_c('a',{staticClass:"sider-open",attrs:{"href":"javascript:void(0);"},on:{"click":_vm.openOrClose}},[_vm._v("关闭")]),_c('div',{staticClass:"sider-panel-inner"},[_c('h3',{staticClass:"panel-hd"},[_vm._v("节点:"+_vm._s(_vm.node.info.title))]),_c('a-form',{staticClass:"panel-form",attrs:{"model":_vm.node}},[_c('a-form-item',{attrs:{"label":"节点ID:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-input',{attrs:{"disabled":""},model:{value:(_vm.node.id),callback:function ($$v) {_vm.$set(_vm.node, "id", $$v)},expression:"node.id"}})],1),_c('a-form-item',{attrs:{"label":"节点名称:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-input',{attrs:{"max-length":10,"disabled":_vm.node.info.type == 'gate' ||
|
|
161307
161307
|
_vm.node.info.type == 'start' ||
|
|
161308
|
-
_vm.node.info.type == 'end'},on:{"change":_vm.changeNodeTitle},model:{value:(_vm.node.info.title),callback:function ($$v) {_vm.$set(_vm.node.info, "title", $$v)},expression:"node.info.title"}})],1),
|
|
161308
|
+
_vm.node.info.type == 'end'},on:{"change":_vm.changeNodeTitle},model:{value:(_vm.node.info.title),callback:function ($$v) {_vm.$set(_vm.node.info, "title", $$v)},expression:"node.info.title"}})],1),_c('a-form-item',{attrs:{"label":"是否抄送:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-radio-group',{attrs:{"name":"isCopy"},model:{value:(_vm.node.info.isCopy),callback:function ($$v) {_vm.$set(_vm.node.info, "isCopy", $$v)},expression:"node.info.isCopy"}},[_c('a-radio',{attrs:{"value":1}},[_vm._v("是")]),_c('a-radio',{attrs:{"value":0}},[_vm._v("否")])],1)],1),(_vm.node.info.isCopy == '1' && !_vm.isFlowPanelZJAF)?_c('a-form-item',{attrs:{"label":"抄送人:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[(_vm.node.info.copyMap.activitiId == '')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('Assingee')}}},[_vm._v("选择抄送人")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'Assingee')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('Assingee')}}},[_vm._v("单人")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'CandidateUsers')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('CandidateUsers')}}},[_vm._v("多人")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'CandidateGroups')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('CandidateGroups')}}},[_vm._v("角色")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'CandidateFormUsers')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('CandidateFormUsers')}}},[_vm._v("表单用户")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'relationMatrix')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('relationMatrix')}}},[_vm._v("关系矩阵")]):_vm._e(),(_vm.node.info.copyMap.assigneeType == 'Script')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyChangeType('Script')}}},[_vm._v("脚本")]):_vm._e()],1):_vm._e(),(_vm.node.info.isCopy == '1' && _vm.isFlowPanelZJAF)?_c('a-form-item',{attrs:{"label":"抄送配置:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.addCopyDesign}},[_vm._v("+添加抄送人")]),_vm._l((_vm.node.info.copyDesignList),function(item,index){return _c('div',{key:item.title},[_c('div',{staticStyle:{"display":"flex","align-items":"center","margin-bottom":"4px"}},[_c('a-button',{directives:[{name:"ellipsis",rawName:"v-ellipsis",value:(1),expression:"1"}],staticClass:"copy-design-btn",attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleCopyDesign(index)}}},[_vm._v(_vm._s(item.title))]),_c('a-icon',{staticClass:"delete-icon-sider",attrs:{"type":"delete"},on:{"click":function($event){return _vm.deleteCopyDesign(index)}}})],1)])})],2):_vm._e(),(_vm.node.info.type == 'comm')?_c('a-form-item',{attrs:{"label":"预警时限:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-input-number',{staticStyle:{"width":"70px"},attrs:{"min":0},model:{value:(_vm.node.info.warningDays),callback:function ($$v) {_vm.$set(_vm.node.info, "warningDays", $$v)},expression:"node.info.warningDays"}}),_vm._v(" 小时 ")],1):_vm._e(),(_vm.node.info.type == 'comm')?_c('a-form-item',{attrs:{"label":"审批组件:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-select',{staticStyle:{"width":"100%"},attrs:{"placeholder":"选择审批组件"},model:{value:(_vm.node.info.verify),callback:function ($$v) {_vm.$set(_vm.node.info, "verify", $$v)},expression:"node.info.verify"}},_vm._l((_vm.verifyList),function(verifyObj){return _c('a-select-option',{key:verifyObj.model,attrs:{"value":verifyObj.model}},[_vm._v(" "+_vm._s(verifyObj.name)+" ")])}),1)],1):_vm._e(),(_vm.node.info.type == 'comm')?_c('a-form-item',{attrs:{"label":"审核结果:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-select',{staticStyle:{"width":"100%"},attrs:{"placeholder":"选择审核结果"},model:{value:(_vm.node.info.auditDict),callback:function ($$v) {_vm.$set(_vm.node.info, "auditDict", $$v)},expression:"node.info.auditDict"}},_vm._l((_vm.auditDictList),function(verifyObj){return _c('a-select-option',{key:verifyObj.dictCode,attrs:{"value":verifyObj.dictCode}},[_vm._v(" "+_vm._s(verifyObj.dictName)+" ")])}),1)],1):_vm._e(),(_vm.node.info.type != 'end')?_c('a-form-item',{attrs:{"label":"执行脚本","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-radio-group',{attrs:{"name":"status"},model:{value:(_vm.node.info.status),callback:function ($$v) {_vm.$set(_vm.node.info, "status", $$v)},expression:"node.info.status"}},[_c('a-radio',{attrs:{"value":1}},[_vm._v("是")]),_c('a-radio',{attrs:{"value":0}},[_vm._v("否")])],1)],1):_vm._e(),(_vm.node.info.type != 'end' && _vm.node.info.status == '1')?_c('a-form-item',{attrs:{"label":"选择脚本","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-select',{staticStyle:{"width":"100%"},attrs:{"placeholder":"选择流程脚本"},model:{value:(_vm.node.info.scriptManageId),callback:function ($$v) {_vm.$set(_vm.node.info, "scriptManageId", $$v)},expression:"node.info.scriptManageId"}},_vm._l((_vm.processList),function(process){return _c('a-select-option',{key:process.id,attrs:{"value":process.id}},[_vm._v(" "+_vm._s(process.formScriptName)+" ")])}),1)],1):_vm._e(),(_vm.node.info.type == 'comm')?_c('a-form-item',{attrs:{"label":"允许撤销:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-radio-group',{attrs:{"name":"ableCancel"},model:{value:(_vm.node.info.ableCancel),callback:function ($$v) {_vm.$set(_vm.node.info, "ableCancel", $$v)},expression:"node.info.ableCancel"}},[_c('a-radio',{attrs:{"value":1}},[_vm._v("是")]),_c('a-radio',{attrs:{"value":0}},[_vm._v("否")])],1)],1):_vm._e(),(_vm.node.info.type == 'comm')?_c('a-form-item',{attrs:{"label":"关联审核:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-radio-group',{attrs:{"name":"shgl"},model:{value:(_vm.node.info.shgl),callback:function ($$v) {_vm.$set(_vm.node.info, "shgl", $$v)},expression:"node.info.shgl"}},[_c('a-radio',{attrs:{"value":1}},[_vm._v("是")]),_c('a-radio',{attrs:{"value":0}},[_vm._v("否")])],1)],1):_vm._e(),(_vm.node.info.type == 'comm')?_c('a-form-item',{attrs:{"label":"人员类型:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[(_vm.node.info.taskAssignee.activitiId == '')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('Assingee')}}},[_vm._v("选择处理类型")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'Assingee')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('Assingee')}}},[_vm._v("个人类型")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'CandidateUsers')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('CandidateUsers')}}},[_vm._v("候选人")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'CandidateGroups')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('CandidateGroups')}}},[_vm._v("候选组")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'CandidateFormUsers')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('CandidateFormUsers')}}},[_vm._v("表单用户")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'relationMatrix')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('relationMatrix')}}},[_vm._v("关系矩阵")]):_vm._e(),(_vm.node.info.taskAssignee.assigneeType == 'Script')?_c('a-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.handleChangeType('Script')}}},[_vm._v("脚本")]):_vm._e()],1):_vm._e(),(
|
|
161309
161309
|
_vm.node.info.type == 'comm' &&
|
|
161310
161310
|
_vm.node.info.taskAssignee.assigneeType !== 'Assingee'
|
|
161311
161311
|
)?_c('a-form-item',{attrs:{"label":"执行类型:","label-col":{ span: 8 },"wrapper-col":{ span: 16 }}},[_c('a-radio-group',{attrs:{"name":"executeType"},model:{value:(_vm.node.info.taskAssignee.executeType),callback:function ($$v) {_vm.$set(_vm.node.info.taskAssignee, "executeType", $$v)},expression:"node.info.taskAssignee.executeType"}},[_c('a-radio',{attrs:{"value":1}},[_vm._v("任意审批")]),_c('a-radio',{attrs:{"value":0}},[_vm._v("全部审批")])],1)],1):_vm._e()],1),(!_vm.formUrlVisible && _vm.node.info.type == 'comm')?_c('div',{staticClass:"panel-box",staticStyle:{"margin-top":"30px"}},[_c('div',{staticClass:"node-branch"},[_c('span',{staticClass:"title"},[_vm._v("节点按钮设置")]),_c('a-icon',{staticClass:"add-btn",attrs:{"type":"plus-circle"},on:{"click":_vm.handleOpenFormBtns}}),(
|
|
161312
161312
|
_vm.node.info.nodeForm.buttons &&
|
|
161313
161313
|
_vm.node.info.nodeForm.buttons.length > 0
|
|
161314
161314
|
)?_c('div',{staticClass:"node-list_btn"},_vm._l((_vm.node.info.nodeForm.buttons),function(item,index){return _c('a-button',{key:index,class:("ant-btn-" + (item.type)),attrs:{"icon":item.icon}},[_vm._v(" "+_vm._s(item.name)+" ")])}),1):_vm._e()],1)]):_vm._e(),(_vm.node.info.type == 'comm' && !_vm.isFlowPanelMain)?_c('div',{staticClass:"panel-box",staticStyle:{"padding-top":"15px"}},[_c('h3',{staticClass:"panel-hd"},[_vm._v("表单类型设置:")]),_c('div',{staticStyle:{"margin-top":"15px"}},[_c('a-radio-group',{attrs:{"defaultValue":"1","size":"large"}},[_c('a-radio-button',{attrs:{"value":"1"},on:{"click":_vm.handleFormChange}},[_vm._v("在线表单")])],1)],1),_c('div',{staticStyle:{"margin-top":"15px"}},[_c('a-input',{attrs:{"placeholder":"请填写URL表单地址","allowClear":""},on:{"change":_vm.nodechange},model:{value:(_vm.node.info.nodeForm.name),callback:function ($$v) {_vm.$set(_vm.node.info.nodeForm, "name", $$v)},expression:"node.info.nodeForm.name"}})],1)]):_vm._e(),(_vm.node.info.filter == 'exclude_gateway')?_c('div',{staticClass:"panel-box"},[_c('h3',{staticClass:"panel-hd"},[_vm._v("节点流转条件设置")]),_vm._l((_vm.node.info.conditions),function(item,key){return _c('div',{key:key,staticStyle:{"margin-top":"35px"}},[_c('div',{staticClass:"node-branch"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(item.title))]),_c('div',[_c('a-input',{attrs:{"placeholder":"设置条件表达式"},model:{value:(item.condition),callback:function ($$v) {_vm.$set(item, "condition", $$v)},expression:"item.condition"}})],1)])])})],2):_vm._e(),(_vm.workId && _vm.node.info.type != 'end')?_c('h3',{staticClass:"panel-hd",staticStyle:{"margin-top":"15px"}},[_vm._v(" 表单权限编辑: ")]):_vm._e(),(_vm.workId && _vm.node.info.type != 'end')?_c('div',{staticStyle:{"margin-top":"15px"}},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.editFormAuthor}},[_vm._v("编辑")])],1):_vm._e(),_c('select-type',{ref:"selectType",on:{"selectActivi":_vm.selectActivi}}),_c('select-type',{ref:"selectCopyType",on:{"selectActivi":_vm.selectCopyActivi}}),_c('form-author-modal',{ref:"FormAuthor"}),_c('OnlineFormModel',{ref:"OnlineFormModel",attrs:{"node":_vm.node.info.nodeForm}}),_c('OnlineForm',{ref:"OnlineForm"}),(_vm.node.info.yiCHangActions && _vm.node.info.yiCHangActions.length > 0)?_c('div',{staticClass:"panel-box"},_vm._l((_vm.node.info.yiCHangActions),function(item,key){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(item.filterType == 'false'),expression:"item.filterType == 'false'"}],key:key,staticStyle:{"margin-top":"35px"}},[_c('div',{staticClass:"node-branch"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(item.targetNodeName))]),_c('div',[_c('textarea',{directives:[{name:"model",rawName:"v-model",value:(item.condition),expression:"item.condition"}],staticStyle:{"width":"100%"},attrs:{"placeholder":"设置条件表达式","rows":2},domProps:{"value":(item.condition)},on:{"input":function($event){if($event.target.composing){ return; }_vm.$set(item, "condition", $event.target.value)}}})])])])}),0):_vm._e()],1)])}
|
|
161315
|
-
var
|
|
161315
|
+
var sider_panelvue_type_template_id_8040a504_staticRenderFns = []
|
|
161316
161316
|
|
|
161317
161317
|
|
|
161318
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/select_type.vue?vue&type=template&id=
|
|
161319
|
-
var
|
|
161318
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/select_type.vue?vue&type=template&id=7da53fb8&
|
|
161319
|
+
var select_typevue_type_template_id_7da53fb8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('a-modal',{attrs:{"title":"配置人员类型","width":800,"destroyOnClose":true},on:{"ok":_vm.handleOk,"cancel":_vm.handleCancel},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('div',{staticClass:"table-page-search-wrapper"},[_c('a-form',{attrs:{"layout":"inline"}},[_c('a-row',{directives:[{name:"show",rawName:"v-show",value:(_vm.defaultKey !== 'CandidateFormUsers' && _vm.defaultKey !== 'Script' ),expression:"defaultKey !== 'CandidateFormUsers' && defaultKey !== 'Script' "}],attrs:{"gutter":24}},[(_vm.defaultKey !== 'relationMatrix')?_c('a-col',{attrs:{"md":8,"sm":12}},[_c('a-form-item',[_c('a-tree-select',{staticStyle:{"width":"240px"},attrs:{"dropdown-style":{ maxHeight: '400px', overflow: 'auto' },"placeholder":"请选择部门","tree-data":_vm.treeData,"allow-clear":""},on:{"change":_vm.treechange},model:{value:(_vm.query.depId),callback:function ($$v) {_vm.$set(_vm.query, "depId", $$v)},expression:"query.depId"}})],1)],1):_vm._e(),(_vm.defaultKey === 'relationMatrix')?[_c('a-col',{attrs:{"md":8,"sm":12}},[_c('a-form-item',[_c('a-input',{attrs:{"placeholder":"请输入标签"},model:{value:(_vm.m_tagQuery.tagName),callback:function ($$v) {_vm.$set(_vm.m_tagQuery, "tagName", $$v)},expression:"m_tagQuery.tagName"}})],1)],1)]:_vm._e(),(_vm.showuser && _vm.defaultKey !== 'relationMatrix')?_c('a-col',{attrs:{"md":6,"sm":12}},[_c('a-form-item',[_c('a-select',{staticStyle:{"width":"173px"},attrs:{"placeholder":"请选择角色"},on:{"change":_vm.handleChange},model:{value:(_vm.query.roleId),callback:function ($$v) {_vm.$set(_vm.query, "roleId", $$v)},expression:"query.roleId"}},_vm._l((_vm.userlist),function(item){return _c('a-select-option',{key:item.id,attrs:{"value":item.id}},[_vm._v(" "+_vm._s(item.roleName)+" ")])}),1)],1)],1):_vm._e(),_c('a-col',{directives:[{name:"show",rawName:"v-show",value:(_vm.showname),expression:"showname"}],attrs:{"md":6,"sm":12}},[_c('a-form-item',[_c('a-input',{attrs:{"placeholder":this.defaultKey == 'CandidateGroups' ? '请输入名称' : '请输入姓名'},model:{value:(_vm.query.realname),callback:function ($$v) {_vm.$set(_vm.query, "realname", $$v)},expression:"query.realname"}})],1)],1),_c('a-col',{attrs:{"md":4,"sm":8}},[_c('span',{staticClass:"table-page-search-submitButtons",staticStyle:{"float":"left","overflow":"hidden"}},[_c('a-button',{attrs:{"type":"primary","icon":"search"},on:{"click":_vm.handlesearch}},[_vm._v("查询")])],1)])],2)],1)],1),_c('a-tabs',{attrs:{"activeKey":_vm.defaultKey},on:{"change":_vm.changeTabs}},[_c('a-tab-pane',{key:"Assingee",attrs:{"tab":"个人"}},[_c('a-table',{attrs:{"rowSelection":{
|
|
161320
161320
|
type: 'radio',
|
|
161321
161321
|
selectedRowKeys: _vm.formData.assingeeValue,
|
|
161322
161322
|
onChange: _vm.onSelectPersion,
|
|
@@ -161327,7 +161327,7 @@ var select_typevue_type_template_id_695b5299_render = function () {var _vm=this;
|
|
|
161327
161327
|
onChange: _vm.onSelectPersionWait,
|
|
161328
161328
|
onSelect: _vm.onSelectUsers,
|
|
161329
161329
|
onSelectAll: _vm.onSelectAll,
|
|
161330
|
-
},"columns":_vm.columns,"dataSource":_vm.
|
|
161330
|
+
},"columns":_vm.columns,"dataSource":_vm.data1,"pagination":_vm.ipagination1,"size":"small","rowKey":"id"},on:{"change":_vm.handleTableChange1}})],1),_c('a-tab-pane',{key:"CandidateGroups",attrs:{"tab":"候选组"}},[_c('a-table',{attrs:{"rowSelection":{
|
|
161331
161331
|
type: 'checkbox',
|
|
161332
161332
|
selectedRowKeys: _vm.formData.candidateGroupsValue,
|
|
161333
161333
|
onChange: _vm.onSelectGroup,
|
|
@@ -161346,7 +161346,7 @@ var select_typevue_type_template_id_695b5299_render = function () {var _vm=this;
|
|
|
161346
161346
|
onSelect: _vm.onSelectUsers,
|
|
161347
161347
|
onSelectAll: _vm.onSelectAll
|
|
161348
161348
|
},"columns":_vm.tagColumns,"dataSource":_vm.tagData,"pagination":_vm.tagIpagination,"size":"small","rowKey":"id"},on:{"change":_vm.handleTagDataTableChange}})],1),_c('a-tab-pane',{key:"Script",attrs:{"tab":"脚本"}},[_c('a-textarea',{attrs:{"placeholder":"请输入脚本任务","rows":4},model:{value:(_vm.formData.scriptValue),callback:function ($$v) {_vm.$set(_vm.formData, "scriptValue", $$v)},expression:"formData.scriptValue"}})],1)],1)],1)],1)}
|
|
161349
|
-
var
|
|
161349
|
+
var select_typevue_type_template_id_7da53fb8_staticRenderFns = []
|
|
161350
161350
|
|
|
161351
161351
|
|
|
161352
161352
|
// EXTERNAL MODULE: ./node_modules/_lodash@4.17.21@lodash/lodash.js
|
|
@@ -161622,6 +161622,15 @@ const tagColumns = [{
|
|
|
161622
161622
|
showQuickJumper: true,
|
|
161623
161623
|
total: 0
|
|
161624
161624
|
},
|
|
161625
|
+
ipagination1: {
|
|
161626
|
+
current: 1,
|
|
161627
|
+
pageSize: 10,
|
|
161628
|
+
showTotal: (total, range) => {
|
|
161629
|
+
return range[0] + "-" + range[1] + " 共" + total + "条";
|
|
161630
|
+
},
|
|
161631
|
+
showQuickJumper: true,
|
|
161632
|
+
total: 0
|
|
161633
|
+
},
|
|
161625
161634
|
ipagination2: {
|
|
161626
161635
|
current: 1,
|
|
161627
161636
|
pageSize: 10,
|
|
@@ -161687,6 +161696,7 @@ const tagColumns = [{
|
|
|
161687
161696
|
cacheSeletedRows: [],
|
|
161688
161697
|
val: "",
|
|
161689
161698
|
data: [],
|
|
161699
|
+
data1: [],
|
|
161690
161700
|
columns,
|
|
161691
161701
|
grpupColumns,
|
|
161692
161702
|
formUserColumns,
|
|
@@ -161697,10 +161707,15 @@ const tagColumns = [{
|
|
|
161697
161707
|
}],
|
|
161698
161708
|
url: {
|
|
161699
161709
|
userWithDepart: "/sys/user/userDepartList" // 引入为指定用户查看部门信息需要的url
|
|
161710
|
+
},
|
|
161711
|
+
|
|
161712
|
+
params: {
|
|
161713
|
+
assigneeType: '',
|
|
161714
|
+
//个人Assingee 候选人CandidateUsers 候选组CandidateGroups 表单用户CandidateFormUsers 关系矩阵relationMatrix
|
|
161715
|
+
assigneeVal: ''
|
|
161700
161716
|
}
|
|
161701
161717
|
};
|
|
161702
161718
|
},
|
|
161703
|
-
|
|
161704
161719
|
methods: {
|
|
161705
161720
|
clear() {
|
|
161706
161721
|
this.showname = false;
|
|
@@ -161714,6 +161729,7 @@ const tagColumns = [{
|
|
|
161714
161729
|
};
|
|
161715
161730
|
},
|
|
161716
161731
|
init(key, formId, taskAssignee) {
|
|
161732
|
+
debugger;
|
|
161717
161733
|
this.defaultKey = key;
|
|
161718
161734
|
this.clear();
|
|
161719
161735
|
this.formData = Object.assign(this.formData, {
|
|
@@ -161726,9 +161742,17 @@ const tagColumns = [{
|
|
|
161726
161742
|
departId: 'applyUserDepart'
|
|
161727
161743
|
}
|
|
161728
161744
|
});
|
|
161745
|
+
if (key === 'relationMatrix') {
|
|
161746
|
+
this.params.assigneeType = taskAssignee.assigneeType;
|
|
161747
|
+
this.params.assigneeVal = taskAssignee.assigneeList && taskAssignee.assigneeList.length > 0 ? taskAssignee.assigneeList.map(item => item.tagId).join(',') : '';
|
|
161748
|
+
} else {
|
|
161749
|
+
this.params.assigneeType = taskAssignee.assigneeType;
|
|
161750
|
+
this.params.assigneeVal = taskAssignee.assigneeVal;
|
|
161751
|
+
}
|
|
161729
161752
|
this.m_tagQuery.tagName = '';
|
|
161730
161753
|
this.tagQuery.tagName = '';
|
|
161731
161754
|
this.getpersonal(); //获取人员列表
|
|
161755
|
+
this.getpersonalUser();
|
|
161732
161756
|
this.getCandidateUsers();
|
|
161733
161757
|
this.getTagList();
|
|
161734
161758
|
if (key == "Assingee") {
|
|
@@ -161773,7 +161797,8 @@ const tagColumns = [{
|
|
|
161773
161797
|
this.setCacheSeletedRows(taskAssignee);
|
|
161774
161798
|
}
|
|
161775
161799
|
(0,manage/* getAction */.s7)("/workflow/getFormUserMap", {
|
|
161776
|
-
formId: formId
|
|
161800
|
+
formId: formId,
|
|
161801
|
+
...this.params
|
|
161777
161802
|
}).then(res => {
|
|
161778
161803
|
if (res.success) {
|
|
161779
161804
|
console.log(this.formData, this.cacheSeletedRows);
|
|
@@ -161806,15 +161831,33 @@ const tagColumns = [{
|
|
|
161806
161831
|
},
|
|
161807
161832
|
//获取个人列表
|
|
161808
161833
|
getpersonal() {
|
|
161809
|
-
|
|
161834
|
+
console.log(this.params);
|
|
161835
|
+
QueryCandidatePersonal({
|
|
161836
|
+
...this.query,
|
|
161837
|
+
...this.params
|
|
161838
|
+
}).then(res => {
|
|
161810
161839
|
this.data = res.result.records;
|
|
161811
161840
|
this.ipagination.total = res.result.total;
|
|
161812
161841
|
});
|
|
161813
161842
|
},
|
|
161843
|
+
getpersonalUser() {
|
|
161844
|
+
(0,manage/* getAction */.s7)("workflow/queryCandidatePersonalUsers", {
|
|
161845
|
+
...this.query,
|
|
161846
|
+
...this.params
|
|
161847
|
+
}).then(res => {
|
|
161848
|
+
if (res.success) {
|
|
161849
|
+
this.data1 = res.result.records;
|
|
161850
|
+
this.ipagination1.total = res.result.total;
|
|
161851
|
+
}
|
|
161852
|
+
});
|
|
161853
|
+
},
|
|
161814
161854
|
//获取候选组
|
|
161815
161855
|
getCandidateUsers(idx) {
|
|
161816
161856
|
this.query2.id = idx;
|
|
161817
|
-
QueryCandidateSet(
|
|
161857
|
+
QueryCandidateSet({
|
|
161858
|
+
...this.query2,
|
|
161859
|
+
...this.params
|
|
161860
|
+
}).then(res => {
|
|
161818
161861
|
this.groupData = res.result.records;
|
|
161819
161862
|
this.ipagination2.total = res.result.total;
|
|
161820
161863
|
});
|
|
@@ -161828,7 +161871,7 @@ const tagColumns = [{
|
|
|
161828
161871
|
(0,manage/* getAction */.s7)('/zhxymatrix/tags/list', Object.assign({}, this.tagQuery, {
|
|
161829
161872
|
pageNo,
|
|
161830
161873
|
pageSize
|
|
161831
|
-
})).then(res => {
|
|
161874
|
+
}, this.params)).then(res => {
|
|
161832
161875
|
this.tagData = res.result.records;
|
|
161833
161876
|
this.tagIpagination.current = res.result.current;
|
|
161834
161877
|
this.tagIpagination.total = res.result.total;
|
|
@@ -161846,6 +161889,13 @@ const tagColumns = [{
|
|
|
161846
161889
|
this.query.pageSize = pagination.pageSize;
|
|
161847
161890
|
this.getpersonal();
|
|
161848
161891
|
},
|
|
161892
|
+
handleTableChange1(pagination, filters, sorter) {
|
|
161893
|
+
//分页、排序、筛选变化时触发
|
|
161894
|
+
this.ipagination1 = pagination;
|
|
161895
|
+
this.query.pageNo = pagination.current;
|
|
161896
|
+
this.query.pageSize = pagination.pageSize;
|
|
161897
|
+
this.getpersonalUser();
|
|
161898
|
+
},
|
|
161849
161899
|
handleTableChange2(pagination, filters, sorter) {
|
|
161850
161900
|
//分页、排序、筛选变化时触发
|
|
161851
161901
|
this.ipagination2 = pagination;
|
|
@@ -161886,6 +161936,7 @@ const tagColumns = [{
|
|
|
161886
161936
|
this.query.pageNo = 1;
|
|
161887
161937
|
this.query2.pageNo = 1;
|
|
161888
161938
|
this.ipagination.current = 1;
|
|
161939
|
+
this.ipagination1.current = 1;
|
|
161889
161940
|
this.ipagination2.current = 1;
|
|
161890
161941
|
let params = {
|
|
161891
161942
|
depId: e
|
|
@@ -161897,8 +161948,10 @@ const tagColumns = [{
|
|
|
161897
161948
|
this.showuser = true;
|
|
161898
161949
|
}
|
|
161899
161950
|
});
|
|
161900
|
-
if (this.defaultKey == "Assingee"
|
|
161951
|
+
if (this.defaultKey == "Assingee") {
|
|
161901
161952
|
this.getpersonal();
|
|
161953
|
+
} else if (this.defaultKey == "CandidateUsers") {
|
|
161954
|
+
this.getpersonalUser();
|
|
161902
161955
|
} else if (this.defaultKey == "CandidateGroups") {
|
|
161903
161956
|
this.getCandidateUsers(e);
|
|
161904
161957
|
}
|
|
@@ -161915,6 +161968,8 @@ const tagColumns = [{
|
|
|
161915
161968
|
this.tagIpagination.current = 1;
|
|
161916
161969
|
this.tagQuery = Object.assign(this.tagQuery, (0,lodash.cloneDeep)(this.m_tagQuery));
|
|
161917
161970
|
this.getTagList();
|
|
161971
|
+
} else if (this.defaultKey === 'CandidateUsers') {
|
|
161972
|
+
this.getpersonalUser();
|
|
161918
161973
|
} else {
|
|
161919
161974
|
this.getpersonal();
|
|
161920
161975
|
}
|
|
@@ -161966,12 +162021,19 @@ const tagColumns = [{
|
|
|
161966
162021
|
this.clear();
|
|
161967
162022
|
this.cacheSeletedRows = [];
|
|
161968
162023
|
this.query.tagName = '';
|
|
161969
|
-
if (activeKey == "Assingee"
|
|
162024
|
+
if (activeKey == "Assingee") {
|
|
161970
162025
|
this.showname = true;
|
|
161971
162026
|
this.query.pageNo = 1;
|
|
161972
162027
|
this.ipagination.current = 1;
|
|
161973
162028
|
this.query.realname = '';
|
|
161974
162029
|
this.getpersonal();
|
|
162030
|
+
} else if (activeKey == "CandidateUsers") {
|
|
162031
|
+
this.showname = true;
|
|
162032
|
+
this.query.pageNo = 1;
|
|
162033
|
+
this.ipagination1.current = 1;
|
|
162034
|
+
this.query.realname = '';
|
|
162035
|
+
this.getpersonalUser();
|
|
162036
|
+
// this.showname = false;
|
|
161975
162037
|
} else if (activeKey == "CandidateGroups") {
|
|
161976
162038
|
this.getCandidateUsers(this.query.depId);
|
|
161977
162039
|
// this.showname = false;
|
|
@@ -162005,6 +162067,14 @@ const tagColumns = [{
|
|
|
162005
162067
|
pageNo: 1,
|
|
162006
162068
|
pageSize: 10
|
|
162007
162069
|
};
|
|
162070
|
+
this.query2 = {
|
|
162071
|
+
pageNo: 1,
|
|
162072
|
+
pageSize: 10
|
|
162073
|
+
};
|
|
162074
|
+
this.params = {
|
|
162075
|
+
assigneeType: '',
|
|
162076
|
+
assigneeVal: ''
|
|
162077
|
+
};
|
|
162008
162078
|
this.ipagination = {
|
|
162009
162079
|
current: 1,
|
|
162010
162080
|
pageSize: 10,
|
|
@@ -162014,6 +162084,24 @@ const tagColumns = [{
|
|
|
162014
162084
|
showQuickJumper: true,
|
|
162015
162085
|
total: 0
|
|
162016
162086
|
};
|
|
162087
|
+
this.ipagination1 = {
|
|
162088
|
+
current: 1,
|
|
162089
|
+
pageSize: 10,
|
|
162090
|
+
showTotal: (total, range) => {
|
|
162091
|
+
return range[0] + "-" + range[1] + " 共" + total + "条";
|
|
162092
|
+
},
|
|
162093
|
+
showQuickJumper: true,
|
|
162094
|
+
total: 0
|
|
162095
|
+
};
|
|
162096
|
+
this.ipagination2 = {
|
|
162097
|
+
current: 1,
|
|
162098
|
+
pageSize: 10,
|
|
162099
|
+
showTotal: (total, range) => {
|
|
162100
|
+
return range[0] + "-" + range[1] + " 共" + total + "条";
|
|
162101
|
+
},
|
|
162102
|
+
showQuickJumper: true,
|
|
162103
|
+
total: 0
|
|
162104
|
+
};
|
|
162017
162105
|
},
|
|
162018
162106
|
handleOk(e) {
|
|
162019
162107
|
let currentVal = "";
|
|
@@ -162072,8 +162160,8 @@ const tagColumns = [{
|
|
|
162072
162160
|
;
|
|
162073
162161
|
var select_type_component = (0,componentNormalizer/* default */.Z)(
|
|
162074
162162
|
flow_select_typevue_type_script_lang_js_,
|
|
162075
|
-
|
|
162076
|
-
|
|
162163
|
+
select_typevue_type_template_id_7da53fb8_render,
|
|
162164
|
+
select_typevue_type_template_id_7da53fb8_staticRenderFns,
|
|
162077
162165
|
false,
|
|
162078
162166
|
null,
|
|
162079
162167
|
null,
|
|
@@ -163210,7 +163298,6 @@ var FormAuthorModal_component = (0,componentNormalizer/* default */.Z)(
|
|
|
163210
163298
|
//
|
|
163211
163299
|
//
|
|
163212
163300
|
//
|
|
163213
|
-
//
|
|
163214
163301
|
|
|
163215
163302
|
|
|
163216
163303
|
|
|
@@ -163514,10 +163601,10 @@ var FormAuthorModal_component = (0,componentNormalizer/* default */.Z)(
|
|
|
163514
163601
|
});
|
|
163515
163602
|
;// CONCATENATED MODULE: ./src/flow/sider-panel.vue?vue&type=script&lang=js&
|
|
163516
163603
|
/* harmony default export */ const flow_sider_panelvue_type_script_lang_js_ = (sider_panelvue_type_script_lang_js_);
|
|
163517
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/sider-panel.vue?vue&type=style&index=0&id=
|
|
163604
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/sider-panel.vue?vue&type=style&index=0&id=8040a504&prod&lang=less&
|
|
163518
163605
|
// extracted by mini-css-extract-plugin
|
|
163519
163606
|
|
|
163520
|
-
;// CONCATENATED MODULE: ./src/flow/sider-panel.vue?vue&type=style&index=0&id=
|
|
163607
|
+
;// CONCATENATED MODULE: ./src/flow/sider-panel.vue?vue&type=style&index=0&id=8040a504&prod&lang=less&
|
|
163521
163608
|
|
|
163522
163609
|
;// CONCATENATED MODULE: ./src/flow/sider-panel.vue
|
|
163523
163610
|
|
|
@@ -163530,8 +163617,8 @@ var FormAuthorModal_component = (0,componentNormalizer/* default */.Z)(
|
|
|
163530
163617
|
|
|
163531
163618
|
var sider_panel_component = (0,componentNormalizer/* default */.Z)(
|
|
163532
163619
|
flow_sider_panelvue_type_script_lang_js_,
|
|
163533
|
-
|
|
163534
|
-
|
|
163620
|
+
sider_panelvue_type_template_id_8040a504_render,
|
|
163621
|
+
sider_panelvue_type_template_id_8040a504_staticRenderFns,
|
|
163535
163622
|
false,
|
|
163536
163623
|
null,
|
|
163537
163624
|
null,
|
|
@@ -166647,7 +166734,7 @@ var copyDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
166647
166734
|
this.$message.warning('网关未指定执行条件!');
|
|
166648
166735
|
flag = true;
|
|
166649
166736
|
}
|
|
166650
|
-
if (item.info.copyDesignList && item.info.copyDesignList.length > 0 && !flag) {
|
|
166737
|
+
if (item.info.isCopy == 1 && item.info.copyDesignList && item.info.copyDesignList.length > 0 && !flag) {
|
|
166651
166738
|
item.info.copyDesignList.forEach(el => {
|
|
166652
166739
|
if (!el.assigneeType && !flag) {
|
|
166653
166740
|
flag = true;
|
|
@@ -166796,15 +166883,15 @@ var copyDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
166796
166883
|
});
|
|
166797
166884
|
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=script&lang=js&
|
|
166798
166885
|
/* harmony default export */ const src_flow_panelvue_type_script_lang_js_ = (panelvue_type_script_lang_js_);
|
|
166799
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=0&id=
|
|
166886
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=0&id=44e82654&prod&lang=less&scoped=true&
|
|
166800
166887
|
// extracted by mini-css-extract-plugin
|
|
166801
166888
|
|
|
166802
|
-
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=0&id=
|
|
166889
|
+
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=0&id=44e82654&prod&lang=less&scoped=true&
|
|
166803
166890
|
|
|
166804
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=1&id=
|
|
166891
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=1&id=44e82654&prod&lang=less&scoped=true&
|
|
166805
166892
|
// extracted by mini-css-extract-plugin
|
|
166806
166893
|
|
|
166807
|
-
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=1&id=
|
|
166894
|
+
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=1&id=44e82654&prod&lang=less&scoped=true&
|
|
166808
166895
|
|
|
166809
166896
|
;// CONCATENATED MODULE: ./src/flow/panel.vue
|
|
166810
166897
|
|
|
@@ -166822,7 +166909,7 @@ var panel_component = (0,componentNormalizer/* default */.Z)(
|
|
|
166822
166909
|
staticRenderFns,
|
|
166823
166910
|
false,
|
|
166824
166911
|
null,
|
|
166825
|
-
"
|
|
166912
|
+
"44e82654",
|
|
166826
166913
|
null
|
|
166827
166914
|
|
|
166828
166915
|
)
|