@zscreate/form-component 1.1.411 → 1.1.413
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 +65 -62
- package/dist/form-component.umd.js +245 -24
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -319,16 +319,16 @@ ul li[data-v-c8780a30] {
|
|
|
319
319
|
width: 347px !important;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
ul[data-v-
|
|
323
|
-
li[data-v-
|
|
324
|
-
dl[data-v-
|
|
325
|
-
dt[data-v-
|
|
326
|
-
dd[data-v-
|
|
322
|
+
ul[data-v-f2744ade],
|
|
323
|
+
li[data-v-f2744ade],
|
|
324
|
+
dl[data-v-f2744ade],
|
|
325
|
+
dt[data-v-f2744ade],
|
|
326
|
+
dd[data-v-f2744ade] {
|
|
327
327
|
list-style-type: none;
|
|
328
328
|
padding: 0;
|
|
329
329
|
margin: 0;
|
|
330
330
|
}
|
|
331
|
-
.flowwork-warp[data-v-
|
|
331
|
+
.flowwork-warp[data-v-f2744ade] {
|
|
332
332
|
position: absolute;
|
|
333
333
|
left: 0;
|
|
334
334
|
right: 0;
|
|
@@ -336,7 +336,7 @@ dd[data-v-50d14dfb] {
|
|
|
336
336
|
bottom: 64px;
|
|
337
337
|
background: #fff;
|
|
338
338
|
}
|
|
339
|
-
.g1_workflow_warp[data-v-
|
|
339
|
+
.g1_workflow_warp[data-v-f2744ade] {
|
|
340
340
|
border: 1px solid #dfdfdf;
|
|
341
341
|
margin: auto;
|
|
342
342
|
position: absolute;
|
|
@@ -345,12 +345,12 @@ dd[data-v-50d14dfb] {
|
|
|
345
345
|
bottom: 0;
|
|
346
346
|
top: 0;
|
|
347
347
|
}
|
|
348
|
-
.g1_workflow_warp li[data-v-
|
|
348
|
+
.g1_workflow_warp li[data-v-f2744ade] {
|
|
349
349
|
width: 100%;
|
|
350
350
|
position: relative;
|
|
351
351
|
text-align: center;
|
|
352
352
|
}
|
|
353
|
-
.g1-sider_tool1[data-v-
|
|
353
|
+
.g1-sider_tool1[data-v-f2744ade] {
|
|
354
354
|
width: 100px;
|
|
355
355
|
position: absolute;
|
|
356
356
|
left: 0;
|
|
@@ -359,37 +359,37 @@ dd[data-v-50d14dfb] {
|
|
|
359
359
|
border-right: 1px solid #dfdfdf;
|
|
360
360
|
overflow-y: auto;
|
|
361
361
|
}
|
|
362
|
-
.g1-sider_tool1 .tool_box[data-v-
|
|
362
|
+
.g1-sider_tool1 .tool_box[data-v-f2744ade] {
|
|
363
363
|
margin-top: 15px;
|
|
364
364
|
}
|
|
365
|
-
.g1-sider_tool1 .tool_box .tool[data-v-
|
|
365
|
+
.g1-sider_tool1 .tool_box .tool[data-v-f2744ade] {
|
|
366
366
|
text-align: center;
|
|
367
367
|
font-size: 12px;
|
|
368
368
|
color: #fff;
|
|
369
369
|
}
|
|
370
370
|
/* 公用图形 */
|
|
371
|
-
.end[data-v-
|
|
371
|
+
.end[data-v-f2744ade] {
|
|
372
372
|
border-radius: 100%;
|
|
373
373
|
}
|
|
374
|
-
.comm[data-v-
|
|
374
|
+
.comm[data-v-f2744ade] {
|
|
375
375
|
border-radius: 0px;
|
|
376
376
|
}
|
|
377
|
-
.gate[data-v-
|
|
377
|
+
.gate[data-v-f2744ade] {
|
|
378
378
|
width: 60px;
|
|
379
379
|
border-radius: 0;
|
|
380
380
|
}
|
|
381
|
-
.gate .inner[data-v-
|
|
381
|
+
.gate .inner[data-v-f2744ade] {
|
|
382
382
|
display: inline-block;
|
|
383
383
|
font-size: 16px;
|
|
384
384
|
}
|
|
385
|
-
.g1-form_main1[data-v-
|
|
385
|
+
.g1-form_main1[data-v-f2744ade] {
|
|
386
386
|
position: absolute;
|
|
387
387
|
left: 100px;
|
|
388
388
|
right: 0;
|
|
389
389
|
top: 0;
|
|
390
390
|
bottom: 0;
|
|
391
391
|
}
|
|
392
|
-
.g1-form_main1 .head[data-v-
|
|
392
|
+
.g1-form_main1 .head[data-v-f2744ade] {
|
|
393
393
|
height: 46px;
|
|
394
394
|
line-height: 46px;
|
|
395
395
|
text-align: left;
|
|
@@ -397,11 +397,11 @@ dd[data-v-50d14dfb] {
|
|
|
397
397
|
box-sizing: border-box;
|
|
398
398
|
border-bottom: 1px solid #d8d8d8;
|
|
399
399
|
}
|
|
400
|
-
.g1-form_main1 .head .ant-btn[data-v-
|
|
400
|
+
.g1-form_main1 .head .ant-btn[data-v-f2744ade] {
|
|
401
401
|
height: 32px;
|
|
402
402
|
margin-right: 10px;
|
|
403
403
|
}
|
|
404
|
-
.g1-form_main1 .main[data-v-
|
|
404
|
+
.g1-form_main1 .main[data-v-f2744ade] {
|
|
405
405
|
position: absolute;
|
|
406
406
|
left: 0 !important;
|
|
407
407
|
right: 0px;
|
|
@@ -410,12 +410,12 @@ dd[data-v-50d14dfb] {
|
|
|
410
410
|
overflow: auto;
|
|
411
411
|
box-sizing: border-box;
|
|
412
412
|
}
|
|
413
|
-
.g1-form_main1 .main #flowContainer[data-v-
|
|
413
|
+
.g1-form_main1 .main #flowContainer[data-v-f2744ade] {
|
|
414
414
|
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%);
|
|
415
415
|
background-size: 10px 10px;
|
|
416
416
|
background-color: #fbfbfb;
|
|
417
417
|
}
|
|
418
|
-
.g1-form_main1 .sider-pannel[data-v-
|
|
418
|
+
.g1-form_main1 .sider-pannel[data-v-f2744ade] {
|
|
419
419
|
width: 250px;
|
|
420
420
|
padding: 0 15px;
|
|
421
421
|
position: absolute;
|
|
@@ -425,7 +425,7 @@ dd[data-v-50d14dfb] {
|
|
|
425
425
|
border-left: 1px solid #dfdfdf;
|
|
426
426
|
background-color: #fff;
|
|
427
427
|
}
|
|
428
|
-
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-
|
|
428
|
+
.g1-form_main1 .sider-pannel .sider-panel-inner[data-v-f2744ade] {
|
|
429
429
|
width: 100%;
|
|
430
430
|
height: 100%;
|
|
431
431
|
padding: 15px;
|
|
@@ -436,7 +436,7 @@ dd[data-v-50d14dfb] {
|
|
|
436
436
|
top: 0;
|
|
437
437
|
overflow-y: auto;
|
|
438
438
|
}
|
|
439
|
-
.g1-form_main1 .sider-pannel .sider-open[data-v-
|
|
439
|
+
.g1-form_main1 .sider-pannel .sider-open[data-v-f2744ade] {
|
|
440
440
|
width: 36px;
|
|
441
441
|
height: 60px;
|
|
442
442
|
line-height: 60px;
|
|
@@ -452,14 +452,14 @@ dd[data-v-50d14dfb] {
|
|
|
452
452
|
background-color: #fff;
|
|
453
453
|
}
|
|
454
454
|
/* 视图图形 */
|
|
455
|
-
.flow-view[data-v-
|
|
455
|
+
.flow-view[data-v-f2744ade] {
|
|
456
456
|
position: absolute;
|
|
457
457
|
left: 0;
|
|
458
458
|
right: 0;
|
|
459
459
|
top: 0;
|
|
460
460
|
bottom: 0;
|
|
461
461
|
}
|
|
462
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
462
|
+
.flow-view .inner .flow-node-drag[data-v-f2744ade] {
|
|
463
463
|
width: 12px;
|
|
464
464
|
height: 12px;
|
|
465
465
|
display: block;
|
|
@@ -470,27 +470,27 @@ dd[data-v-50d14dfb] {
|
|
|
470
470
|
cursor: crosshair;
|
|
471
471
|
background: rgba(24, 144, 255, 0.6);
|
|
472
472
|
}
|
|
473
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
473
|
+
.flow-view .inner .flow-node-drag[data-v-f2744ade]:nth-child(1) {
|
|
474
474
|
left: -6px;
|
|
475
475
|
top: 0;
|
|
476
476
|
bottom: 0;
|
|
477
477
|
}
|
|
478
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
478
|
+
.flow-view .inner .flow-node-drag[data-v-f2744ade]:nth-child(2) {
|
|
479
479
|
top: -6px;
|
|
480
480
|
left: 0;
|
|
481
481
|
right: 0;
|
|
482
482
|
}
|
|
483
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
483
|
+
.flow-view .inner .flow-node-drag[data-v-f2744ade]:nth-child(3) {
|
|
484
484
|
right: -6px;
|
|
485
485
|
top: 0;
|
|
486
486
|
bottom: 0;
|
|
487
487
|
}
|
|
488
|
-
.flow-view .inner .flow-node-drag[data-v-
|
|
488
|
+
.flow-view .inner .flow-node-drag[data-v-f2744ade]:nth-child(4) {
|
|
489
489
|
bottom: -6px;
|
|
490
490
|
left: 0;
|
|
491
491
|
right: 0;
|
|
492
492
|
}
|
|
493
|
-
.flow-view .tool[data-v-
|
|
493
|
+
.flow-view .tool[data-v-f2744ade] {
|
|
494
494
|
width: 100%;
|
|
495
495
|
height: 100%;
|
|
496
496
|
margin: 0;
|
|
@@ -498,14 +498,14 @@ dd[data-v-50d14dfb] {
|
|
|
498
498
|
box-shadow: 5px 5px 3px #d4d0d0;
|
|
499
499
|
background: #fbfbfb;
|
|
500
500
|
}
|
|
501
|
-
.flow-view .tool .iconfont[data-v-
|
|
501
|
+
.flow-view .tool .iconfont[data-v-f2744ade] {
|
|
502
502
|
font-size: 100%;
|
|
503
503
|
color: #858587;
|
|
504
504
|
}
|
|
505
|
-
.flow-view .exclude_gateway[data-v-
|
|
505
|
+
.flow-view .exclude_gateway[data-v-f2744ade] {
|
|
506
506
|
box-shadow: 0 0 0 #ccc;
|
|
507
507
|
}
|
|
508
|
-
.flow-view .gate[data-v-
|
|
508
|
+
.flow-view .gate[data-v-f2744ade] {
|
|
509
509
|
line-height: 50px;
|
|
510
510
|
position: absolute;
|
|
511
511
|
left: 0;
|
|
@@ -513,9 +513,9 @@ dd[data-v-50d14dfb] {
|
|
|
513
513
|
top: 0;
|
|
514
514
|
bottom: 0;
|
|
515
515
|
}
|
|
516
|
-
.flow-view .ordinary_gateway[data-v-
|
|
517
|
-
.flow-view .parall_gateway[data-v-
|
|
518
|
-
.flow-view .exclude_gateway[data-v-
|
|
516
|
+
.flow-view .ordinary_gateway[data-v-f2744ade],
|
|
517
|
+
.flow-view .parall_gateway[data-v-f2744ade],
|
|
518
|
+
.flow-view .exclude_gateway[data-v-f2744ade] {
|
|
519
519
|
border: none;
|
|
520
520
|
border-radius: 0;
|
|
521
521
|
background-size: cover;
|
|
@@ -523,35 +523,35 @@ dd[data-v-50d14dfb] {
|
|
|
523
523
|
background-position: center center;
|
|
524
524
|
box-shadow: 0 0 0 #ccc;
|
|
525
525
|
}
|
|
526
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
527
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
528
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
526
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f2744ade]:nth-child(1),
|
|
527
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f2744ade]:nth-child(1),
|
|
528
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f2744ade]:nth-child(1) {
|
|
529
529
|
left: 0;
|
|
530
530
|
top: 0;
|
|
531
531
|
bottom: 0;
|
|
532
532
|
}
|
|
533
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
534
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
535
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
533
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f2744ade]:nth-child(2),
|
|
534
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f2744ade]:nth-child(2),
|
|
535
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f2744ade]:nth-child(2) {
|
|
536
536
|
top: 0;
|
|
537
537
|
left: 0;
|
|
538
538
|
right: 0;
|
|
539
539
|
}
|
|
540
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
541
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
542
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
540
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f2744ade]:nth-child(3),
|
|
541
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f2744ade]:nth-child(3),
|
|
542
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f2744ade]:nth-child(3) {
|
|
543
543
|
right: 0;
|
|
544
544
|
top: 0;
|
|
545
545
|
bottom: 0;
|
|
546
546
|
}
|
|
547
|
-
.flow-view .ordinary_gateway .flow-node-drag[data-v-
|
|
548
|
-
.flow-view .parall_gateway .flow-node-drag[data-v-
|
|
549
|
-
.flow-view .exclude_gateway .flow-node-drag[data-v-
|
|
547
|
+
.flow-view .ordinary_gateway .flow-node-drag[data-v-f2744ade]:nth-child(4),
|
|
548
|
+
.flow-view .parall_gateway .flow-node-drag[data-v-f2744ade]:nth-child(4),
|
|
549
|
+
.flow-view .exclude_gateway .flow-node-drag[data-v-f2744ade]:nth-child(4) {
|
|
550
550
|
bottom: 0;
|
|
551
551
|
left: 0;
|
|
552
552
|
right: 0;
|
|
553
553
|
}
|
|
554
|
-
.flow-view .exclude_gateway[data-v-
|
|
554
|
+
.flow-view .exclude_gateway[data-v-f2744ade] {
|
|
555
555
|
width: 70%;
|
|
556
556
|
height: 70%;
|
|
557
557
|
margin: 15%;
|
|
@@ -560,7 +560,7 @@ dd[data-v-50d14dfb] {
|
|
|
560
560
|
transform: rotate(45deg);
|
|
561
561
|
position: relative;
|
|
562
562
|
}
|
|
563
|
-
.flow-view .exclude_gateway[data-v-
|
|
563
|
+
.flow-view .exclude_gateway[data-v-f2744ade]::before {
|
|
564
564
|
content: '';
|
|
565
565
|
width: 2px;
|
|
566
566
|
background-color: #7a7a7a;
|
|
@@ -570,7 +570,7 @@ dd[data-v-50d14dfb] {
|
|
|
570
570
|
top: calc(50% - 10px);
|
|
571
571
|
left: calc(50% - 1px);
|
|
572
572
|
}
|
|
573
|
-
.flow-view .exclude_gateway[data-v-
|
|
573
|
+
.flow-view .exclude_gateway[data-v-f2744ade]::after {
|
|
574
574
|
content: '';
|
|
575
575
|
width: 20px;
|
|
576
576
|
background-color: #7a7a7a;
|
|
@@ -580,7 +580,7 @@ dd[data-v-50d14dfb] {
|
|
|
580
580
|
top: calc(50% - 1px);
|
|
581
581
|
left: calc(50% - 10px);
|
|
582
582
|
}
|
|
583
|
-
.flow-view .parall_gateway[data-v-
|
|
583
|
+
.flow-view .parall_gateway[data-v-f2744ade] {
|
|
584
584
|
width: 70%;
|
|
585
585
|
height: 70%;
|
|
586
586
|
margin: 15%;
|
|
@@ -589,7 +589,7 @@ dd[data-v-50d14dfb] {
|
|
|
589
589
|
transform: rotate(45deg);
|
|
590
590
|
position: relative;
|
|
591
591
|
}
|
|
592
|
-
.flow-view .parall_gateway[data-v-
|
|
592
|
+
.flow-view .parall_gateway[data-v-f2744ade]::after {
|
|
593
593
|
content: '';
|
|
594
594
|
width: 20px;
|
|
595
595
|
background-color: #7a7a7a;
|
|
@@ -601,7 +601,7 @@ dd[data-v-50d14dfb] {
|
|
|
601
601
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
602
602
|
transform: rotate(45deg);
|
|
603
603
|
}
|
|
604
|
-
.flow-view .parall_gateway[data-v-
|
|
604
|
+
.flow-view .parall_gateway[data-v-f2744ade]::before {
|
|
605
605
|
content: '';
|
|
606
606
|
width: 2px;
|
|
607
607
|
background-color: #7a7a7a;
|
|
@@ -614,7 +614,7 @@ dd[data-v-50d14dfb] {
|
|
|
614
614
|
transform: rotate(45deg);
|
|
615
615
|
}
|
|
616
616
|
/* 线条工具 */
|
|
617
|
-
.lineTool[data-v-
|
|
617
|
+
.lineTool[data-v-f2744ade] {
|
|
618
618
|
width: 130px;
|
|
619
619
|
height: 26px;
|
|
620
620
|
border: 1px solid #1890ff;
|
|
@@ -622,7 +622,7 @@ dd[data-v-50d14dfb] {
|
|
|
622
622
|
background-color: #fff;
|
|
623
623
|
text-align: left;
|
|
624
624
|
}
|
|
625
|
-
.lineTool li[data-v-
|
|
625
|
+
.lineTool li[data-v-f2744ade] {
|
|
626
626
|
width: 30px;
|
|
627
627
|
height: 26px;
|
|
628
628
|
display: inline-block;
|
|
@@ -630,14 +630,14 @@ dd[data-v-50d14dfb] {
|
|
|
630
630
|
text-align: center;
|
|
631
631
|
color: #1890ff;
|
|
632
632
|
}
|
|
633
|
-
.tool-drag a .inner[data-v-
|
|
633
|
+
.tool-drag a .inner[data-v-f2744ade] {
|
|
634
634
|
color: #f00 !important;
|
|
635
635
|
}
|
|
636
|
-
.ant-layout-footer[data-v-
|
|
636
|
+
.ant-layout-footer[data-v-f2744ade] {
|
|
637
637
|
z-index: 10;
|
|
638
638
|
}
|
|
639
639
|
|
|
640
|
-
#flowContainer[data-v-
|
|
640
|
+
#flowContainer[data-v-f2744ade] {
|
|
641
641
|
width: 1000000px;
|
|
642
642
|
height: 1000000px;
|
|
643
643
|
position: absolute;
|
|
@@ -650,7 +650,7 @@ dd[data-v-50d14dfb] {
|
|
|
650
650
|
left: -500000px;
|
|
651
651
|
top: -500000px; */
|
|
652
652
|
}
|
|
653
|
-
.labelClass[data-v-
|
|
653
|
+
.labelClass[data-v-f2744ade] {
|
|
654
654
|
padding: 0 3px;
|
|
655
655
|
font-size: 12px;
|
|
656
656
|
cursor: pointer;
|
|
@@ -661,14 +661,14 @@ dd[data-v-50d14dfb] {
|
|
|
661
661
|
border-radius: 3px;
|
|
662
662
|
background: rgba(24, 144, 255, 0.6);
|
|
663
663
|
}
|
|
664
|
-
.loading[data-v-
|
|
664
|
+
.loading[data-v-f2744ade] {
|
|
665
665
|
height: 100%;
|
|
666
666
|
width: 100%;
|
|
667
667
|
display: flex;
|
|
668
668
|
align-items: center;
|
|
669
669
|
justify-content: center;
|
|
670
670
|
}
|
|
671
|
-
[data-v-
|
|
671
|
+
[data-v-f2744ade] .labelClass {
|
|
672
672
|
background-color: #539dfa !important;
|
|
673
673
|
padding: 5px;
|
|
674
674
|
border-radius: 5px;
|
|
@@ -8233,4 +8233,7 @@ li.CodeMirror-hint-active {
|
|
|
8233
8233
|
background: rgba(70, 194, 111, 0.2);
|
|
8234
8234
|
color: #46c26f;
|
|
8235
8235
|
}
|
|
8236
|
+
.formula_textarea_content .CodeMirror {
|
|
8237
|
+
height: 180px !important;
|
|
8238
|
+
}
|
|
8236
8239
|
|
|
@@ -150807,7 +150807,7 @@ function toString(value) {
|
|
|
150807
150807
|
/***/ ((module) => {
|
|
150808
150808
|
|
|
150809
150809
|
"use strict";
|
|
150810
|
-
module.exports = {"rE":"1.1.
|
|
150810
|
+
module.exports = {"rE":"1.1.413"};
|
|
150811
150811
|
|
|
150812
150812
|
/***/ })
|
|
150813
150813
|
|
|
@@ -152750,7 +152750,7 @@ icon_Icon.install = function (Vue) {
|
|
|
152750
152750
|
};
|
|
152751
152751
|
|
|
152752
152752
|
/* harmony default export */ const icon = (icon_Icon);
|
|
152753
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=template&id=
|
|
152753
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=template&id=f2744ade&scoped=true
|
|
152754
152754
|
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(),(_vm.dataConditionPanelVisible)?_c('dataConditionPanel',{ref:"dataConditionPanel",attrs:{"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData},on:{"isPanelShow":_vm.isPanelShow}}):_vm._e(),_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,"isFlowPanelZJAF":_vm.isFlowPanelZJAF},on:{"isPanelShow":_vm.isPanelShow}}):_vm._e(),(_vm.userDesignVisible)?_c('userDesign',{ref:"userDesign",attrs:{"formId":_vm.data.nodeForm.formId,"formDesigerData":_vm.formDesigerData,"isFlowPanelZJAF":_vm.isFlowPanelZJAF},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()}
|
|
152755
152755
|
var staticRenderFns = []
|
|
152756
152756
|
|
|
@@ -160354,6 +160354,227 @@ var userDesign_component = (0,componentNormalizer/* default */.A)(
|
|
|
160354
160354
|
initData.nodeForm.excelName = '';
|
|
160355
160355
|
initData.nodeForm.excelId = '';
|
|
160356
160356
|
}
|
|
160357
|
+
//兼容老版本流程中的抄送人和人员配置,写入最新数据
|
|
160358
|
+
initData.nodeList.forEach(node => {
|
|
160359
|
+
var _node$info$copyMap, _node$info$copyMap2;
|
|
160360
|
+
if (node.name === '普通') {
|
|
160361
|
+
if (!node.info.taskAssigneeList && !node.info.taskAssignee.assigneeType) {
|
|
160362
|
+
debugger;
|
|
160363
|
+
let taskAssigneeList = [{
|
|
160364
|
+
title: '人员1',
|
|
160365
|
+
activitiId: node.id,
|
|
160366
|
+
//节点id
|
|
160367
|
+
activitiName: node.info.title,
|
|
160368
|
+
//节点title
|
|
160369
|
+
assigneeType: "",
|
|
160370
|
+
// 人员类型
|
|
160371
|
+
assigneeVal: "",
|
|
160372
|
+
// 选择的值
|
|
160373
|
+
executeType: 1,
|
|
160374
|
+
//执行类型
|
|
160375
|
+
condition: {
|
|
160376
|
+
condition: "",
|
|
160377
|
+
toTitle: node.info.title,
|
|
160378
|
+
circulationConditions: '0',
|
|
160379
|
+
conditionType: '0',
|
|
160380
|
+
conditionList: [{
|
|
160381
|
+
dictName: undefined,
|
|
160382
|
+
operationType: '1',
|
|
160383
|
+
conditionContent: {
|
|
160384
|
+
options: {},
|
|
160385
|
+
value: ''
|
|
160386
|
+
},
|
|
160387
|
+
OperationTypewidth: '82px'
|
|
160388
|
+
}]
|
|
160389
|
+
}
|
|
160390
|
+
}];
|
|
160391
|
+
node.info.taskAssigneeList = taskAssigneeList;
|
|
160392
|
+
} else if (!node.info.taskAssigneeList && node.info.taskAssignee.assigneeType) {
|
|
160393
|
+
let taskAssigneeList = [{
|
|
160394
|
+
title: '人员1',
|
|
160395
|
+
activitiId: node.info.taskAssignee.activitiId,
|
|
160396
|
+
//节点id
|
|
160397
|
+
activitiName: node.info.taskAssignee.activitiName,
|
|
160398
|
+
//节点title
|
|
160399
|
+
assigneeType: node.info.taskAssignee.assigneeType,
|
|
160400
|
+
// 人员类型
|
|
160401
|
+
assigneeVal: node.info.taskAssignee.assigneeVal,
|
|
160402
|
+
// 选择的值
|
|
160403
|
+
executeType: node.info.taskAssignee.executeType,
|
|
160404
|
+
//执行类型
|
|
160405
|
+
assigneeList: node.info.taskAssignee.assigneeList ? node.info.taskAssignee.assigneeList : undefined,
|
|
160406
|
+
assigneeText: node.info.taskAssignee.assigneeText ? node.info.taskAssignee.assigneeText : undefined,
|
|
160407
|
+
condition: {
|
|
160408
|
+
condition: "",
|
|
160409
|
+
toTitle: node.info.title,
|
|
160410
|
+
circulationConditions: '0',
|
|
160411
|
+
conditionType: '0',
|
|
160412
|
+
conditionList: [{
|
|
160413
|
+
dictName: undefined,
|
|
160414
|
+
operationType: '1',
|
|
160415
|
+
conditionContent: {
|
|
160416
|
+
options: {},
|
|
160417
|
+
value: ''
|
|
160418
|
+
},
|
|
160419
|
+
OperationTypewidth: '82px'
|
|
160420
|
+
}]
|
|
160421
|
+
}
|
|
160422
|
+
}];
|
|
160423
|
+
node.info.taskAssigneeList = taskAssigneeList;
|
|
160424
|
+
let taskAssignee = {
|
|
160425
|
+
activitiId: node.id,
|
|
160426
|
+
//节点id
|
|
160427
|
+
activitiName: node.info.title,
|
|
160428
|
+
//节点title
|
|
160429
|
+
assigneeType: "",
|
|
160430
|
+
// 人员类型
|
|
160431
|
+
assigneeVal: "",
|
|
160432
|
+
// 选择的值
|
|
160433
|
+
executeType: 1 //执行类型
|
|
160434
|
+
};
|
|
160435
|
+
node.info.taskAssignee = taskAssignee;
|
|
160436
|
+
}
|
|
160437
|
+
if (!node.info.taskAssignee || !node.info.taskAssignee.activitiId || !node.info.taskAssignee.activitiName) {
|
|
160438
|
+
let taskAssignee = {
|
|
160439
|
+
activitiId: node.id,
|
|
160440
|
+
//节点id
|
|
160441
|
+
activitiName: node.info.title,
|
|
160442
|
+
//节点title
|
|
160443
|
+
assigneeType: "",
|
|
160444
|
+
// 人员类型
|
|
160445
|
+
assigneeVal: "",
|
|
160446
|
+
// 选择的值
|
|
160447
|
+
executeType: 1 //执行类型
|
|
160448
|
+
};
|
|
160449
|
+
node.info.taskAssignee = taskAssignee;
|
|
160450
|
+
}
|
|
160451
|
+
if (node.info.taskAssignee) {
|
|
160452
|
+
let taskAssignee = {
|
|
160453
|
+
activitiId: node.info.taskAssignee.activitiId,
|
|
160454
|
+
//节点id
|
|
160455
|
+
activitiName: node.info.taskAssignee.activitiName,
|
|
160456
|
+
//节点title
|
|
160457
|
+
assigneeType: "",
|
|
160458
|
+
// 人员类型
|
|
160459
|
+
assigneeVal: "",
|
|
160460
|
+
// 选择的值
|
|
160461
|
+
executeType: node.info.taskAssignee.executeType //执行类型
|
|
160462
|
+
};
|
|
160463
|
+
node.info.taskAssignee = taskAssignee;
|
|
160464
|
+
}
|
|
160465
|
+
}
|
|
160466
|
+
if (!node.info.copyDesignList && !((_node$info$copyMap = node.info.copyMap) !== null && _node$info$copyMap !== void 0 && _node$info$copyMap.assigneeType)) {
|
|
160467
|
+
let copyDesignList = [{
|
|
160468
|
+
title: '抄送人1',
|
|
160469
|
+
activitiId: node.id,
|
|
160470
|
+
//节点id
|
|
160471
|
+
activitiName: node.info.title,
|
|
160472
|
+
//节点title
|
|
160473
|
+
assigneeType: "",
|
|
160474
|
+
// 人员类型
|
|
160475
|
+
assigneeVal: "",
|
|
160476
|
+
// 选择的值
|
|
160477
|
+
executeType: 1,
|
|
160478
|
+
//执行类型
|
|
160479
|
+
condition: {
|
|
160480
|
+
condition: "",
|
|
160481
|
+
toTitle: node.info.title,
|
|
160482
|
+
circulationConditions: '0',
|
|
160483
|
+
conditionType: '0',
|
|
160484
|
+
conditionList: [{
|
|
160485
|
+
dictName: undefined,
|
|
160486
|
+
operationType: '1',
|
|
160487
|
+
conditionContent: {
|
|
160488
|
+
options: {},
|
|
160489
|
+
value: ''
|
|
160490
|
+
},
|
|
160491
|
+
OperationTypewidth: '82px'
|
|
160492
|
+
}]
|
|
160493
|
+
}
|
|
160494
|
+
}];
|
|
160495
|
+
node.info.copyDesignList = copyDesignList;
|
|
160496
|
+
} else if (!node.info.copyDesignList && (_node$info$copyMap2 = node.info.copyMap) !== null && _node$info$copyMap2 !== void 0 && _node$info$copyMap2.assigneeType) {
|
|
160497
|
+
let copyDesignList = [{
|
|
160498
|
+
title: '抄送人1',
|
|
160499
|
+
activitiId: node.info.copyMap.activitiId,
|
|
160500
|
+
//节点id
|
|
160501
|
+
activitiName: node.info.copyMap.activitiName,
|
|
160502
|
+
//节点title
|
|
160503
|
+
assigneeType: node.info.copyMap.assigneeType,
|
|
160504
|
+
// 人员类型
|
|
160505
|
+
assigneeVal: node.info.copyMap.assigneeVal,
|
|
160506
|
+
// 选择的值
|
|
160507
|
+
executeType: node.info.copyMap.executeType,
|
|
160508
|
+
//执行类型
|
|
160509
|
+
assigneeList: node.info.copyMap.assigneeList ? node.info.copyMap.assigneeList : undefined,
|
|
160510
|
+
assigneeText: node.info.copyMap.assigneeText ? node.info.copyMap.assigneeText : undefined,
|
|
160511
|
+
condition: {
|
|
160512
|
+
condition: "",
|
|
160513
|
+
toTitle: node.info.title,
|
|
160514
|
+
circulationConditions: '0',
|
|
160515
|
+
conditionType: '0',
|
|
160516
|
+
conditionList: [{
|
|
160517
|
+
dictName: undefined,
|
|
160518
|
+
operationType: '1',
|
|
160519
|
+
conditionContent: {
|
|
160520
|
+
options: {},
|
|
160521
|
+
value: ''
|
|
160522
|
+
},
|
|
160523
|
+
OperationTypewidth: '82px'
|
|
160524
|
+
}]
|
|
160525
|
+
}
|
|
160526
|
+
}];
|
|
160527
|
+
node.info.copyDesignList = copyDesignList;
|
|
160528
|
+
node.info.copyMap = {
|
|
160529
|
+
activitiId: node.info.copyMap.activitiId,
|
|
160530
|
+
//节点id
|
|
160531
|
+
activitiName: node.info.copyMap.activitiName,
|
|
160532
|
+
//节点title
|
|
160533
|
+
assigneeType: "",
|
|
160534
|
+
// 人员类型
|
|
160535
|
+
assigneeVal: "",
|
|
160536
|
+
// 选择的值
|
|
160537
|
+
executeType: 1 //执行类型
|
|
160538
|
+
};
|
|
160539
|
+
}
|
|
160540
|
+
if (node.info.copyMap) {
|
|
160541
|
+
node.info.copyMap = {
|
|
160542
|
+
activitiId: node.id,
|
|
160543
|
+
//节点id
|
|
160544
|
+
activitiName: node.info.title,
|
|
160545
|
+
//节点title
|
|
160546
|
+
assigneeType: "",
|
|
160547
|
+
// 人员类型
|
|
160548
|
+
assigneeVal: "",
|
|
160549
|
+
// 选择的值
|
|
160550
|
+
executeType: '' //执行类型
|
|
160551
|
+
};
|
|
160552
|
+
}
|
|
160553
|
+
});
|
|
160554
|
+
initData.lineList.forEach(item => {
|
|
160555
|
+
if (!item.condition) {
|
|
160556
|
+
item.condition = {
|
|
160557
|
+
to: item.to,
|
|
160558
|
+
from: item.from,
|
|
160559
|
+
condition: "",
|
|
160560
|
+
circulationConditions: '0',
|
|
160561
|
+
conditionType: '0',
|
|
160562
|
+
conditionList: [{
|
|
160563
|
+
dictName: undefined,
|
|
160564
|
+
operationType: '1',
|
|
160565
|
+
conditionContent: {
|
|
160566
|
+
options: {},
|
|
160567
|
+
value: ''
|
|
160568
|
+
},
|
|
160569
|
+
OperationTypewidth: '82px',
|
|
160570
|
+
visibleChildren: false
|
|
160571
|
+
}]
|
|
160572
|
+
};
|
|
160573
|
+
item.condition.fromTitle = initData.nodeList.filter(el => el.id == item.from)[0].info.title;
|
|
160574
|
+
item.condition.toTitle = initData.nodeList.filter(el => el.id == item.to)[0].info.title;
|
|
160575
|
+
debugger;
|
|
160576
|
+
}
|
|
160577
|
+
});
|
|
160357
160578
|
this.data = initData;
|
|
160358
160579
|
this.$set(this.data, 'nodeForm', initData.nodeForm);
|
|
160359
160580
|
this.flowData = lodash_default().cloneDeep(initData);
|
|
@@ -160406,7 +160627,7 @@ var userDesign_component = (0,componentNormalizer/* default */.A)(
|
|
|
160406
160627
|
}
|
|
160407
160628
|
//兼容老版本流程中的抄送人和人员配置,写入最新数据
|
|
160408
160629
|
initData.nodeList.forEach(node => {
|
|
160409
|
-
var _node$info$
|
|
160630
|
+
var _node$info$copyMap3, _node$info$copyMap4;
|
|
160410
160631
|
if (node.name === '普通') {
|
|
160411
160632
|
if (!node.info.taskAssigneeList && !node.info.taskAssignee.assigneeType) {
|
|
160412
160633
|
debugger;
|
|
@@ -160513,7 +160734,7 @@ var userDesign_component = (0,componentNormalizer/* default */.A)(
|
|
|
160513
160734
|
node.info.taskAssignee = taskAssignee;
|
|
160514
160735
|
}
|
|
160515
160736
|
}
|
|
160516
|
-
if (!node.info.copyDesignList && !((_node$info$
|
|
160737
|
+
if (!node.info.copyDesignList && !((_node$info$copyMap3 = node.info.copyMap) !== null && _node$info$copyMap3 !== void 0 && _node$info$copyMap3.assigneeType)) {
|
|
160517
160738
|
let copyDesignList = [{
|
|
160518
160739
|
title: '抄送人1',
|
|
160519
160740
|
activitiId: node.id,
|
|
@@ -160543,7 +160764,7 @@ var userDesign_component = (0,componentNormalizer/* default */.A)(
|
|
|
160543
160764
|
}
|
|
160544
160765
|
}];
|
|
160545
160766
|
node.info.copyDesignList = copyDesignList;
|
|
160546
|
-
} else if (!node.info.copyDesignList && (_node$info$
|
|
160767
|
+
} else if (!node.info.copyDesignList && (_node$info$copyMap4 = node.info.copyMap) !== null && _node$info$copyMap4 !== void 0 && _node$info$copyMap4.assigneeType) {
|
|
160547
160768
|
let copyDesignList = [{
|
|
160548
160769
|
title: '抄送人1',
|
|
160549
160770
|
activitiId: node.info.copyMap.activitiId,
|
|
@@ -161596,15 +161817,15 @@ var userDesign_component = (0,componentNormalizer/* default */.A)(
|
|
|
161596
161817
|
});
|
|
161597
161818
|
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=script&lang=js
|
|
161598
161819
|
/* harmony default export */ const src_flow_panelvue_type_script_lang_js = (panelvue_type_script_lang_js);
|
|
161599
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.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.11.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=0&id=
|
|
161820
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.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.11.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=0&id=f2744ade&prod&lang=less&scoped=true
|
|
161600
161821
|
// extracted by mini-css-extract-plugin
|
|
161601
161822
|
|
|
161602
|
-
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=0&id=
|
|
161823
|
+
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=0&id=f2744ade&prod&lang=less&scoped=true
|
|
161603
161824
|
|
|
161604
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.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.11.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=1&id=
|
|
161825
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.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.11.1@vue-loader/lib/index.js??vue-loader-options!./src/flow/panel.vue?vue&type=style&index=1&id=f2744ade&prod&lang=less&scoped=true
|
|
161605
161826
|
// extracted by mini-css-extract-plugin
|
|
161606
161827
|
|
|
161607
|
-
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=1&id=
|
|
161828
|
+
;// CONCATENATED MODULE: ./src/flow/panel.vue?vue&type=style&index=1&id=f2744ade&prod&lang=less&scoped=true
|
|
161608
161829
|
|
|
161609
161830
|
;// CONCATENATED MODULE: ./src/flow/panel.vue
|
|
161610
161831
|
|
|
@@ -161622,7 +161843,7 @@ var panel_component = (0,componentNormalizer/* default */.A)(
|
|
|
161622
161843
|
staticRenderFns,
|
|
161623
161844
|
false,
|
|
161624
161845
|
null,
|
|
161625
|
-
"
|
|
161846
|
+
"f2744ade",
|
|
161626
161847
|
null
|
|
161627
161848
|
|
|
161628
161849
|
)
|
|
@@ -173958,8 +174179,8 @@ var warpFormulaEditvue_type_template_id_f3920ca4_render = function () {var _vm=t
|
|
|
173958
174179
|
var warpFormulaEditvue_type_template_id_f3920ca4_staticRenderFns = []
|
|
173959
174180
|
|
|
173960
174181
|
|
|
173961
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=template&id=
|
|
173962
|
-
var
|
|
174182
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=template&id=7942203f
|
|
174183
|
+
var formula_editvue_type_template_id_7942203f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{staticClass:"form-formula-dialog",attrs:{"visible":_vm.dialogVisible,"width":"800px","append-to-body":""},on:{"update:visible":function($event){_vm.dialogVisible=$event},"cancel":_vm.closeDialog}},[_c('template',{slot:"title"},[_c('div',{staticStyle:{"display":"flex"}},[_vm._v(" 公式编辑 "),_c('div',{staticStyle:{"color":"#838892","margin-left":"10px","font-size":"12px"}},[_vm._v("使用数学运算符编辑公式")])])]),(_vm.dialogVisible)?_c('div',{on:{"click":function($event){_vm.replaceVisible && (_vm.replaceVisible = false)}}},[_c('div',{staticClass:"formula-head-title"},[_c('div',{staticClass:"CodeMirror-wrap",staticStyle:{"line-height":"18px"}},[_c('div',{staticClass:"head-options"},[_c('div',{staticStyle:{"overflow":"hidden","line-break":"anywhere","text-overflow":"ellipsis","white-space":"nowrap"},attrs:{"title":_vm.widgetName}},[_vm._v(" "+_vm._s(_vm.widgetName)+" ")]),_c('span',{staticStyle:{"margin-right":"auto"}},[_vm._v(" =")]),_c('div',{staticClass:"head-opt-btns"},[_c('button',{on:{"click":function($event){return _vm.handleClick('copy')}}},[_c('form-iconfont',{staticStyle:{"font-size":"15px"},attrs:{"type":"icon-Copy"}}),_vm._v("复制")],1),_c('a-popconfirm',{attrs:{"visible":_vm.replaceVisible,"placement":"bottomRight","ok-text":"确认","icon":[],"cancel-text":"取消"},on:{"cancel":function($event){_vm.replaceVisible = false},"confirm":_vm.replaceConfirm}},[_c('template',{slot:"title"},[_c('div',{staticClass:"replace-param-content",staticStyle:{"width":"200px","margin-left":"-20px"}},[_c('div',{staticClass:"tip"},[_vm._v(" 仅支持替换引用的当前表单字段 ")]),_c('a-form',{attrs:{"form":_vm.replaceForm}},[_c('a-form-item',{staticStyle:{"margin-bottom":"0"},attrs:{"label":"1. 选择要替换的变量"}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:([
|
|
173963
174184
|
'curr',
|
|
173964
174185
|
{
|
|
173965
174186
|
rules: [{ required: true, message: '此内容必填' }],
|
|
@@ -173967,8 +174188,8 @@ var formula_editvue_type_template_id_78072acc_render = function () {var _vm=this
|
|
|
173967
174188
|
'replace',
|
|
173968
174189
|
{
|
|
173969
174190
|
rules: [{ required: true, message: '此内容必填' }],
|
|
173970
|
-
} ]),expression:"[\n 'replace',\n {\n rules: [{ required: true, message: '此内容必填' }],\n },\n ]"}],staticClass:"param-combo",staticStyle:{"width":"100%"},attrs:{"show-search":"","filterOption":_vm.replaceFilterOption}},_vm._l((Object.keys(_vm.f_dataObj)),function(item){return _c('a-select-option',{key:item,attrs:{"title":_vm.f_dataObj[item]}},[_vm._v(_vm._s(_vm.f_dataObj[item]))])}),1)],1):_vm._e()],1)],1)]),_c('button',{on:{"click":function($event){return _vm.handleClick('replace')}}},[_c('form-iconfont',{staticStyle:{"font-size":"14px"},attrs:{"type":"icon-replace"}}),_vm._v("替换变量")],1)],2),_c('a-popconfirm',{attrs:{"placement":"bottomRight","icon":[],"ok-text":"确认","cancel-text":"取消"},on:{"confirm":function($event){_vm.form.remark = _vm.remark}}},[_c('template',{slot:"title"},[_c('div',{staticStyle:{"margin-left":"-20px","width":"200px"}},[_c('a-textarea',{staticStyle:{"height":"100px","resize":"none"},attrs:{"auto-size":false,"placeholder":"请输入备注"},model:{value:(_vm.remark),callback:function ($$v) {_vm.remark=$$v},expression:"remark"}})],1)]),_c('button',{on:{"click":function($event){return _vm.handleClick('remark')}}},[_c('form-iconfont',{staticStyle:{"font-size":"12px"},attrs:{"type":"icon-beizhu"}}),_vm._v("备注")],1)],2),_c('button',{on:{"click":function($event){return _vm.handleClick('debug')}}},[_c('form-iconfont',{staticStyle:{"font-size":"14px"},attrs:{"type":"icon-tiaoshi"}}),_vm._v("调试")],1)],1)]),_c('div',{staticStyle:{"padding":"0 5px"}},[_c('textarea',{ref:"formula",staticClass:"cm-s-default",staticStyle:{"height":"180px","font-size":"14px"}})])]),(_vm.err_msg)?_c('div',{staticClass:"formula-error"},[_vm._v(" "+_vm._s(_vm.err_msg)+" ")]):_vm._e()]),_c('a-row',[_c('a-col',{attrs:{"span":8}},[_c('div',{staticClass:"formula-info-main"},[_c('div',{staticClass:"head",staticStyle:{"height":"35px"}},[_c('a-input',{attrs:{"allow-clear":"","placeholder":"搜索变量"},model:{value:(_vm.search_variable),callback:function ($$v) {_vm.search_variable=$$v},expression:"search_variable"}},[_c('a-icon',{attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],1)],1),_c('div',{staticClass:"formula-container"},[(_vm.boData.length === 0)?_c('div',{staticClass:"empty-tip"},[_vm._v("无可用变量,请添加或保存表单后重试")]):(_vm.filter_boData.length === 0)?_c('div',{staticClass:"empty-tip"},[_vm._v("无搜索结果")]):_vm._e(),_vm._l((_vm.filter_boData),function(item,idx){return _c('div',{key:item.id,on:{"click":function($event){return _vm.clickBoNode(item)}}},[_c('div',{staticClass:"variable-list"},[_c('div',{attrs:{"title":item.name}},[_vm._v(_vm._s(item.name))]),_c('div',{class:("style-" + (item.type))},[_vm._v(_vm._s(_vm.TypesName[item.type]))])])])})],2)])]),_c('a-col',{attrs:{"span":6}},[_c('div',{staticClass:"formula-info-main ",staticStyle:{"border-left":"none","border-right":"none"}},[_c('div',{staticClass:"head",staticStyle:{"height":"35px"}},[_c('a-input',{attrs:{"allow-clear":"","placeholder":"搜索函数"},model:{value:(_vm.search_methods),callback:function ($$v) {_vm.search_methods=$$v},expression:"search_methods"}},[_c('a-icon',{attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],1)],1),_c('div',{staticStyle:{"height":"100%","overflow-y":"auto"},on:{"mouseleave":_vm.handleMouseLeave}},[(_vm.filter_treeData.length === 0)?_c('div',{staticClass:"empty-tip"},[_vm._v("没有对应的函数")]):_vm._e(),_c('div',{staticClass:"formula-menu"},[_c('div',{staticClass:"formula-list"},_vm._l((_vm.filter_treeData),function(tree,idx){return _c('div',{key:tree.key,class:("formula-category " + (_vm.expandIndex[idx] ? 'expand': ''))},[_c('div',{staticClass:"title",on:{"click":function($event){return _vm.$set(_vm.expandIndex,idx, !_vm.expandIndex[idx])}}},[_c('form-iconfont',{staticClass:"arrow-icon",staticStyle:{"font-size":"13px"},attrs:{"type":"icon-rightyou"}}),_vm._v(" "+_vm._s(tree.title)+" ")],1),_c('div',{staticClass:"children"},_vm._l((tree.children),function(child){return _c('div',{key:child.title,class:("formula-item " + (_vm.formulaIntro.title === child.title ? 'select': '')),on:{"click":function($event){return _vm.clickFunctionNode(child)},"mouseenter":function($event){return _vm.handleFunctionHover(child)}}},[_c('span',{staticClass:"formula-item-name"},[_vm._v(_vm._s(child.title))]),_c('span',{staticClass:"formula-item-subName"},[_vm._v(_vm._s(child.subName))])])}),0)])}),0)])])])]),_c('a-col',{attrs:{"span":10}},[_c('div',{staticClass:"formula-info-main "},[(_vm.formulaIntro)?_c('div',{staticClass:"formula-intro"},[_c('div',{staticClass:"formula-title head"},[_vm._v(_vm._s(_vm.formulaIntro.name))]),_c('div',{staticStyle:{"padding":"0 10px"}},[_c('div',{staticStyle:{"line-height":"22px"}},[_c('div',{staticClass:"intro",staticStyle:{"margin":"5px 0"}},[_vm._v(" "+_vm._s(_vm.formulaIntro.intro)+" ")]),_c('div',{staticClass:"usage",staticStyle:{"margin-bottom":"5px","line-break":"anywhere"}},[_vm._v("用法:"),_c('span',{staticClass:"formula-name"},[_vm._v(_vm._s(_vm.formulaIntro.name))]),_vm._v(_vm._s(_vm.formulaIntro.usage.replace(_vm.formulaIntro.name, '')))]),_c('div',{staticClass:"example",staticStyle:{"margin-bottom":"5px","line-break":"anywhere"}},[_vm._v("示例:"),_c('span',{domProps:{"innerHTML":_vm._s(_vm.formulaIntro.example)}})])])])]):_vm._e(),_c('div',{staticClass:"formula-container"},[(!_vm.formulaIntro)?_c('ul',{staticStyle:{"padding-left":"20px"}},[_c('li',{staticStyle:{"list-style":"initial","margin-bottom":"20px"}},[_vm._v(" 从左侧面板选择字段名和函数,或输入函数 ")]),_c('li',{staticStyle:{"list-style":"initial"}},[_vm._v("公式编辑样式举例:"),_c('span',{staticClass:"formula-name"},[_vm._v(" AVERAGE")]),_vm._v("("),_c('span',{staticClass:"formula-field"},[_vm._v("基本工资")]),_vm._v(","),_c('span',{staticClass:"formula-field"},[_vm._v("加班工资")]),_vm._v(") ")])]):_vm._e()])])])],1)],1):_vm._e(),_c('div',{attrs:{"slot":"footer"},slot:"footer"},[_c('a-button',{on:{"click":_vm.closeDialog}},[_vm._v("取消")]),_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.handleConfirm}},[_vm._v("确定")])],1)],2)}
|
|
173971
|
-
var
|
|
174191
|
+
} ]),expression:"[\n 'replace',\n {\n rules: [{ required: true, message: '此内容必填' }],\n },\n ]"}],staticClass:"param-combo",staticStyle:{"width":"100%"},attrs:{"show-search":"","filterOption":_vm.replaceFilterOption}},_vm._l((Object.keys(_vm.f_dataObj)),function(item){return _c('a-select-option',{key:item,attrs:{"title":_vm.f_dataObj[item]}},[_vm._v(_vm._s(_vm.f_dataObj[item]))])}),1)],1):_vm._e()],1)],1)]),_c('button',{on:{"click":function($event){return _vm.handleClick('replace')}}},[_c('form-iconfont',{staticStyle:{"font-size":"14px"},attrs:{"type":"icon-replace"}}),_vm._v("替换变量")],1)],2),_c('a-popconfirm',{attrs:{"placement":"bottomRight","icon":[],"ok-text":"确认","cancel-text":"取消"},on:{"confirm":function($event){_vm.form.remark = _vm.remark}}},[_c('template',{slot:"title"},[_c('div',{staticStyle:{"margin-left":"-20px","width":"200px"}},[_c('a-textarea',{staticStyle:{"height":"100px","resize":"none"},attrs:{"auto-size":false,"placeholder":"请输入备注"},model:{value:(_vm.remark),callback:function ($$v) {_vm.remark=$$v},expression:"remark"}})],1)]),_c('button',{on:{"click":function($event){return _vm.handleClick('remark')}}},[_c('form-iconfont',{staticStyle:{"font-size":"12px"},attrs:{"type":"icon-beizhu"}}),_vm._v("备注")],1)],2),_c('button',{on:{"click":function($event){return _vm.handleClick('debug')}}},[_c('form-iconfont',{staticStyle:{"font-size":"14px"},attrs:{"type":"icon-tiaoshi"}}),_vm._v("调试")],1)],1)]),_c('div',{staticClass:"formula_textarea_content",staticStyle:{"padding":"0 5px"}},[_c('textarea',{ref:"formula",staticClass:"cm-s-default",staticStyle:{"height":"180px","font-size":"14px"}})])]),(_vm.err_msg)?_c('div',{staticClass:"formula-error"},[_vm._v(" "+_vm._s(_vm.err_msg)+" ")]):_vm._e()]),_c('a-row',[_c('a-col',{attrs:{"span":8}},[_c('div',{staticClass:"formula-info-main"},[_c('div',{staticClass:"head",staticStyle:{"height":"35px"}},[_c('a-input',{attrs:{"allow-clear":"","placeholder":"搜索变量"},model:{value:(_vm.search_variable),callback:function ($$v) {_vm.search_variable=$$v},expression:"search_variable"}},[_c('a-icon',{attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],1)],1),_c('div',{staticClass:"formula-container"},[(_vm.boData.length === 0)?_c('div',{staticClass:"empty-tip"},[_vm._v("无可用变量,请添加或保存表单后重试")]):(_vm.filter_boData.length === 0)?_c('div',{staticClass:"empty-tip"},[_vm._v("无搜索结果")]):_vm._e(),_vm._l((_vm.filter_boData),function(item,idx){return _c('div',{key:item.id,on:{"click":function($event){return _vm.clickBoNode(item)}}},[_c('div',{staticClass:"variable-list"},[_c('div',{attrs:{"title":item.name}},[_vm._v(_vm._s(item.name))]),_c('div',{class:("style-" + (item.type))},[_vm._v(_vm._s(_vm.TypesName[item.type]))])])])})],2)])]),_c('a-col',{attrs:{"span":6}},[_c('div',{staticClass:"formula-info-main ",staticStyle:{"border-left":"none","border-right":"none"}},[_c('div',{staticClass:"head",staticStyle:{"height":"35px"}},[_c('a-input',{attrs:{"allow-clear":"","placeholder":"搜索函数"},model:{value:(_vm.search_methods),callback:function ($$v) {_vm.search_methods=$$v},expression:"search_methods"}},[_c('a-icon',{attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],1)],1),_c('div',{staticStyle:{"height":"100%","overflow-y":"auto"},on:{"mouseleave":_vm.handleMouseLeave}},[(_vm.filter_treeData.length === 0)?_c('div',{staticClass:"empty-tip"},[_vm._v("没有对应的函数")]):_vm._e(),_c('div',{staticClass:"formula-menu"},[_c('div',{staticClass:"formula-list"},_vm._l((_vm.filter_treeData),function(tree,idx){return _c('div',{key:tree.key,class:("formula-category " + (_vm.expandIndex[idx] ? 'expand': ''))},[_c('div',{staticClass:"title",on:{"click":function($event){return _vm.$set(_vm.expandIndex,idx, !_vm.expandIndex[idx])}}},[_c('form-iconfont',{staticClass:"arrow-icon",staticStyle:{"font-size":"13px"},attrs:{"type":"icon-rightyou"}}),_vm._v(" "+_vm._s(tree.title)+" ")],1),_c('div',{staticClass:"children"},_vm._l((tree.children),function(child){return _c('div',{key:child.title,class:("formula-item " + (_vm.formulaIntro.title === child.title ? 'select': '')),on:{"click":function($event){return _vm.clickFunctionNode(child)},"mouseenter":function($event){return _vm.handleFunctionHover(child)}}},[_c('span',{staticClass:"formula-item-name"},[_vm._v(_vm._s(child.title))]),_c('span',{staticClass:"formula-item-subName"},[_vm._v(_vm._s(child.subName))])])}),0)])}),0)])])])]),_c('a-col',{attrs:{"span":10}},[_c('div',{staticClass:"formula-info-main "},[(_vm.formulaIntro)?_c('div',{staticClass:"formula-intro"},[_c('div',{staticClass:"formula-title head"},[_vm._v(_vm._s(_vm.formulaIntro.name))]),_c('div',{staticStyle:{"padding":"0 10px"}},[_c('div',{staticStyle:{"line-height":"22px"}},[_c('div',{staticClass:"intro",staticStyle:{"margin":"5px 0"}},[_vm._v(" "+_vm._s(_vm.formulaIntro.intro)+" ")]),_c('div',{staticClass:"usage",staticStyle:{"margin-bottom":"5px","line-break":"anywhere"}},[_vm._v("用法:"),_c('span',{staticClass:"formula-name"},[_vm._v(_vm._s(_vm.formulaIntro.name))]),_vm._v(_vm._s(_vm.formulaIntro.usage.replace(_vm.formulaIntro.name, '')))]),_c('div',{staticClass:"example",staticStyle:{"margin-bottom":"5px","line-break":"anywhere"}},[_vm._v("示例:"),_c('span',{domProps:{"innerHTML":_vm._s(_vm.formulaIntro.example)}})])])])]):_vm._e(),_c('div',{staticClass:"formula-container"},[(!_vm.formulaIntro)?_c('ul',{staticStyle:{"padding-left":"20px"}},[_c('li',{staticStyle:{"list-style":"initial","margin-bottom":"20px"}},[_vm._v(" 从左侧面板选择字段名和函数,或输入函数 ")]),_c('li',{staticStyle:{"list-style":"initial"}},[_vm._v("公式编辑样式举例:"),_c('span',{staticClass:"formula-name"},[_vm._v(" AVERAGE")]),_vm._v("("),_c('span',{staticClass:"formula-field"},[_vm._v("基本工资")]),_vm._v(","),_c('span',{staticClass:"formula-field"},[_vm._v("加班工资")]),_vm._v(") ")])]):_vm._e()])])])],1)],1):_vm._e(),_c('div',{attrs:{"slot":"footer"},slot:"footer"},[_c('a-button',{on:{"click":_vm.closeDialog}},[_vm._v("取消")]),_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.handleConfirm}},[_vm._v("确定")])],1)],2)}
|
|
174192
|
+
var formula_editvue_type_template_id_7942203f_staticRenderFns = []
|
|
173972
174193
|
|
|
173973
174194
|
|
|
173974
174195
|
// EXTERNAL MODULE: ./node_modules/_lodash-es@4.17.21@lodash-es/debounce.js + 1 modules
|
|
@@ -175844,25 +176065,25 @@ list_2.forEach(item => {
|
|
|
175844
176065
|
});
|
|
175845
176066
|
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=script&lang=js
|
|
175846
176067
|
/* harmony default export */ const formula_formula_editvue_type_script_lang_js = (formula_editvue_type_script_lang_js);
|
|
175847
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.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.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=0&id=
|
|
176068
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.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.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=0&id=7942203f&prod&lang=less
|
|
175848
176069
|
// extracted by mini-css-extract-plugin
|
|
175849
176070
|
|
|
175850
|
-
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=0&id=
|
|
176071
|
+
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=0&id=7942203f&prod&lang=less
|
|
175851
176072
|
|
|
175852
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=1&id=
|
|
176073
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=1&id=7942203f&prod&lang=css
|
|
175853
176074
|
// extracted by mini-css-extract-plugin
|
|
175854
176075
|
|
|
175855
|
-
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=1&id=
|
|
176076
|
+
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=1&id=7942203f&prod&lang=css
|
|
175856
176077
|
|
|
175857
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=2&id=
|
|
176078
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=2&id=7942203f&prod&lang=css
|
|
175858
176079
|
// extracted by mini-css-extract-plugin
|
|
175859
176080
|
|
|
175860
|
-
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=2&id=
|
|
176081
|
+
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=2&id=7942203f&prod&lang=css
|
|
175861
176082
|
|
|
175862
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.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.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=3&id=
|
|
176083
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.10.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.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.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=3&id=7942203f&prod&lang=less
|
|
175863
176084
|
// extracted by mini-css-extract-plugin
|
|
175864
176085
|
|
|
175865
|
-
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=3&id=
|
|
176086
|
+
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=3&id=7942203f&prod&lang=less
|
|
175866
176087
|
|
|
175867
176088
|
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue
|
|
175868
176089
|
|
|
@@ -175878,8 +176099,8 @@ list_2.forEach(item => {
|
|
|
175878
176099
|
|
|
175879
176100
|
var formula_edit_component = (0,componentNormalizer/* default */.A)(
|
|
175880
176101
|
formula_formula_editvue_type_script_lang_js,
|
|
175881
|
-
|
|
175882
|
-
|
|
176102
|
+
formula_editvue_type_template_id_7942203f_render,
|
|
176103
|
+
formula_editvue_type_template_id_7942203f_staticRenderFns,
|
|
175883
176104
|
false,
|
|
175884
176105
|
null,
|
|
175885
176106
|
null,
|