@zscreate/form-component 1.1.571 → 1.1.572
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 +74 -74
- package/dist/form-component.umd.js +26 -26
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1517,21 +1517,21 @@ dd[data-v-f7c20cf8] {
|
|
|
1517
1517
|
.tip_content textarea.ant-input{margin:0;padding:5px 10px;border:none;background:rgba(236,238,243,0.86)}.tip_btn{margin-top:10px;text-align:center}
|
|
1518
1518
|
|
|
1519
1519
|
|
|
1520
|
-
[data-v-
|
|
1520
|
+
[data-v-02da03ca] .ant-form-item .ant-form-item-label {
|
|
1521
1521
|
border-right: 1px solid #333;
|
|
1522
1522
|
}
|
|
1523
|
-
.table-design[data-v-
|
|
1523
|
+
.table-design[data-v-02da03ca] {
|
|
1524
1524
|
width: 100%;
|
|
1525
1525
|
position: relative;
|
|
1526
1526
|
}
|
|
1527
|
-
.table-design[data-v-
|
|
1527
|
+
.table-design[data-v-02da03ca] .ant-form-item .ant-form-item-label {
|
|
1528
1528
|
border-bottom: 1px solid #333;
|
|
1529
1529
|
}
|
|
1530
|
-
.table-design[data-v-
|
|
1530
|
+
.table-design[data-v-02da03ca] .ant-form-item .ant-form-item-control-wrapper {
|
|
1531
1531
|
border-bottom: 1px solid #333;
|
|
1532
1532
|
border-right: 1px solid #333;
|
|
1533
1533
|
}
|
|
1534
|
-
.table-design .table_label[data-v-
|
|
1534
|
+
.table-design .table_label[data-v-02da03ca] {
|
|
1535
1535
|
position: relative;
|
|
1536
1536
|
width: 100%;
|
|
1537
1537
|
height: 40px;
|
|
@@ -1540,31 +1540,31 @@ dd[data-v-f7c20cf8] {
|
|
|
1540
1540
|
border-right: 1px solid #333;
|
|
1541
1541
|
border-bottom: 1px solid #333;
|
|
1542
1542
|
}
|
|
1543
|
-
.table-design .table_label .last-one[data-v-
|
|
1543
|
+
.table-design .table_label .last-one[data-v-02da03ca] {
|
|
1544
1544
|
position: absolute;
|
|
1545
1545
|
right: 10px;
|
|
1546
1546
|
bottom: 0;
|
|
1547
1547
|
}
|
|
1548
|
-
.table-design .table-design-content[data-v-
|
|
1548
|
+
.table-design .table-design-content[data-v-02da03ca] {
|
|
1549
1549
|
position: relative;
|
|
1550
1550
|
}
|
|
1551
|
-
.table-design .table-design-content .table-design-delete[data-v-
|
|
1551
|
+
.table-design .table-design-content .table-design-delete[data-v-02da03ca] {
|
|
1552
1552
|
position: absolute;
|
|
1553
1553
|
bottom: 3px;
|
|
1554
1554
|
right: 3px;
|
|
1555
1555
|
display: none;
|
|
1556
1556
|
z-index: 101;
|
|
1557
1557
|
}
|
|
1558
|
-
.table-design .table-design-content:hover .table-design-delete[data-v-
|
|
1558
|
+
.table-design .table-design-content:hover .table-design-delete[data-v-02da03ca] {
|
|
1559
1559
|
display: block;
|
|
1560
1560
|
}
|
|
1561
|
-
.del-button[data-v-
|
|
1561
|
+
.del-button[data-v-02da03ca] {
|
|
1562
1562
|
bottom: 2px!important;
|
|
1563
1563
|
}
|
|
1564
|
-
.del-button[data-v-
|
|
1564
|
+
.del-button[data-v-02da03ca] .ant-btn-sm {
|
|
1565
1565
|
transform: scale(0.9);
|
|
1566
1566
|
}
|
|
1567
|
-
.no-label-add-button[data-v-
|
|
1567
|
+
.no-label-add-button[data-v-02da03ca] {
|
|
1568
1568
|
position: absolute;
|
|
1569
1569
|
z-index: 3;
|
|
1570
1570
|
right: 3px;
|
|
@@ -4615,46 +4615,46 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4615
4615
|
align-items: center;
|
|
4616
4616
|
}
|
|
4617
4617
|
|
|
4618
|
-
.t-border[data-v-
|
|
4618
|
+
.t-border[data-v-09436da4] {
|
|
4619
4619
|
border-right: 1px solid #333;
|
|
4620
4620
|
border-bottom: 1px solid #333;
|
|
4621
4621
|
}
|
|
4622
|
-
[data-v-
|
|
4622
|
+
[data-v-09436da4] * {
|
|
4623
4623
|
font-size: var(--paperFontSize);
|
|
4624
4624
|
}
|
|
4625
|
-
[data-v-
|
|
4625
|
+
[data-v-09436da4] .custom_form_item {
|
|
4626
4626
|
height: -moz-fit-content;
|
|
4627
4627
|
height: fit-content;
|
|
4628
4628
|
}
|
|
4629
|
-
.save-pdf[data-v-
|
|
4629
|
+
.save-pdf[data-v-09436da4] .ant-input {
|
|
4630
4630
|
border: none !important;
|
|
4631
4631
|
}
|
|
4632
|
-
.save-pdf[data-v-
|
|
4632
|
+
.save-pdf[data-v-09436da4] .ant-select-selection {
|
|
4633
4633
|
border: none !important;
|
|
4634
4634
|
}
|
|
4635
|
-
.save-pdf[data-v-
|
|
4635
|
+
.save-pdf[data-v-09436da4] .ant-select-arrow svg {
|
|
4636
4636
|
display: none;
|
|
4637
4637
|
}
|
|
4638
|
-
.save-pdf[data-v-
|
|
4638
|
+
.save-pdf[data-v-09436da4] .ant-upload.ant-upload-select-picture-card {
|
|
4639
4639
|
display: none;
|
|
4640
4640
|
}
|
|
4641
|
-
.save-pdf[data-v-
|
|
4641
|
+
.save-pdf[data-v-09436da4] .anticon svg {
|
|
4642
4642
|
display: none;
|
|
4643
4643
|
}
|
|
4644
|
-
.save-pdf[data-v-
|
|
4644
|
+
.save-pdf[data-v-09436da4] .ant-time-picker-input {
|
|
4645
4645
|
border: none !important;
|
|
4646
4646
|
}
|
|
4647
|
-
.save-pdf[data-v-
|
|
4647
|
+
.save-pdf[data-v-09436da4] .ant-upload.ant-upload-select {
|
|
4648
4648
|
display: none;
|
|
4649
4649
|
}
|
|
4650
4650
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4651
|
-
.computed-wrap[data-v-
|
|
4651
|
+
.computed-wrap[data-v-09436da4] {
|
|
4652
4652
|
background: #f5f5f5;
|
|
4653
4653
|
}
|
|
4654
|
-
.computed-wrap .item[data-v-
|
|
4654
|
+
.computed-wrap .item[data-v-09436da4] {
|
|
4655
4655
|
display: flex;
|
|
4656
4656
|
}
|
|
4657
|
-
.computed-wrap .item > div[data-v-
|
|
4657
|
+
.computed-wrap .item > div[data-v-09436da4] {
|
|
4658
4658
|
height: 35px;
|
|
4659
4659
|
line-height: 35px;
|
|
4660
4660
|
flex: 1;
|
|
@@ -4662,130 +4662,130 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4662
4662
|
border-bottom: 1px solid #000;
|
|
4663
4663
|
text-align: center;
|
|
4664
4664
|
}
|
|
4665
|
-
.computed-wrap .item > div + div[data-v-
|
|
4665
|
+
.computed-wrap .item > div + div[data-v-09436da4] {
|
|
4666
4666
|
flex: 2;
|
|
4667
4667
|
}
|
|
4668
|
-
.layout .paper[data-v-
|
|
4668
|
+
.layout .paper[data-v-09436da4] {
|
|
4669
4669
|
position: relative;
|
|
4670
4670
|
}
|
|
4671
|
-
.layout .paper .form-title[data-v-
|
|
4671
|
+
.layout .paper .form-title[data-v-09436da4] {
|
|
4672
4672
|
text-align: center;
|
|
4673
4673
|
font-weight: 600;
|
|
4674
4674
|
font-size: 16px;
|
|
4675
4675
|
min-height: 40px;
|
|
4676
4676
|
line-height: 30px;
|
|
4677
4677
|
}
|
|
4678
|
-
.row-item[data-v-
|
|
4678
|
+
.row-item[data-v-09436da4] {
|
|
4679
4679
|
height: -moz-fit-content;
|
|
4680
4680
|
height: fit-content;
|
|
4681
4681
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4682
4682
|
}
|
|
4683
|
-
.no-row-item[data-v-
|
|
4683
|
+
.no-row-item[data-v-09436da4] {
|
|
4684
4684
|
border-right: none;
|
|
4685
4685
|
border-bottom: none;
|
|
4686
4686
|
}
|
|
4687
4687
|
/****page边框内的 ***/
|
|
4688
|
-
.page-border[data-v-
|
|
4688
|
+
.page-border[data-v-09436da4] {
|
|
4689
4689
|
background: #fff;
|
|
4690
4690
|
box-sizing: border-box;
|
|
4691
4691
|
}
|
|
4692
|
-
.page-border .row-item[data-v-
|
|
4692
|
+
.page-border .row-item[data-v-09436da4]:first-child {
|
|
4693
4693
|
border-top: 1px solid #000;
|
|
4694
4694
|
}
|
|
4695
|
-
.page-border .row-item[data-v-
|
|
4695
|
+
.page-border .row-item[data-v-09436da4] {
|
|
4696
4696
|
border-left: 1px solid #000;
|
|
4697
4697
|
}
|
|
4698
|
-
.page-border .item-bottom[data-v-
|
|
4698
|
+
.page-border .item-bottom[data-v-09436da4] {
|
|
4699
4699
|
border-bottom: 1px solid #000;
|
|
4700
4700
|
}
|
|
4701
|
-
.page-border .row-item[data-v-
|
|
4701
|
+
.page-border .row-item[data-v-09436da4]:not(:last-child) {
|
|
4702
4702
|
position: relative;
|
|
4703
4703
|
}
|
|
4704
|
-
.page-border li.sortable-chosen[data-v-
|
|
4704
|
+
.page-border li.sortable-chosen[data-v-09436da4] {
|
|
4705
4705
|
height: 2px !important;
|
|
4706
4706
|
overflow: hidden !important;
|
|
4707
4707
|
background: red !important;
|
|
4708
4708
|
}
|
|
4709
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
4709
|
+
.page-border .ant-time-picker-panel[data-v-09436da4] {
|
|
4710
4710
|
z-index: 200000 !important;
|
|
4711
4711
|
}
|
|
4712
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
4712
|
+
.page-border .ant-calendar-picker-container[data-v-09436da4] {
|
|
4713
4713
|
z-index: 200000 !important;
|
|
4714
4714
|
}
|
|
4715
|
-
[data-v-
|
|
4715
|
+
[data-v-09436da4] .ant-time-picker-panel {
|
|
4716
4716
|
z-index: 9999 !important;
|
|
4717
4717
|
}
|
|
4718
|
-
.ant-calendar-picker-container[data-v-
|
|
4718
|
+
.ant-calendar-picker-container[data-v-09436da4] {
|
|
4719
4719
|
z-index: 200000 !important;
|
|
4720
4720
|
}
|
|
4721
|
-
[data-v-
|
|
4721
|
+
[data-v-09436da4] .ant-form-item-children {
|
|
4722
4722
|
display: block;
|
|
4723
4723
|
}
|
|
4724
|
-
[data-v-
|
|
4724
|
+
[data-v-09436da4] .ant-form-item {
|
|
4725
4725
|
width: 100%;
|
|
4726
4726
|
height: 100%;
|
|
4727
4727
|
margin-bottom: 0;
|
|
4728
4728
|
display: flex;
|
|
4729
4729
|
}
|
|
4730
|
-
[data-v-
|
|
4730
|
+
[data-v-09436da4] .ant-form-item .is_required::before {
|
|
4731
4731
|
content: "*";
|
|
4732
4732
|
color: #f56c6c;
|
|
4733
4733
|
margin-right: 4px;
|
|
4734
4734
|
}
|
|
4735
|
-
[data-v-
|
|
4735
|
+
[data-v-09436da4] .ant-form-item .ant-form-item-label {
|
|
4736
4736
|
border-right: 1px solid #000;
|
|
4737
4737
|
}
|
|
4738
|
-
[data-v-
|
|
4738
|
+
[data-v-09436da4] .ant-form-item .ant-form-item-label label {
|
|
4739
4739
|
display: flex;
|
|
4740
4740
|
justify-content: center;
|
|
4741
4741
|
align-items: center;
|
|
4742
4742
|
height: 100%;
|
|
4743
4743
|
}
|
|
4744
|
-
[data-v-
|
|
4744
|
+
[data-v-09436da4] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
4745
4745
|
display: none;
|
|
4746
4746
|
}
|
|
4747
|
-
[data-v-
|
|
4747
|
+
[data-v-09436da4] .ant-form-item .ant-form-item-control-wrapper {
|
|
4748
4748
|
display: flex;
|
|
4749
4749
|
align-items: center;
|
|
4750
4750
|
text-align: left;
|
|
4751
4751
|
}
|
|
4752
|
-
[data-v-
|
|
4752
|
+
[data-v-09436da4] .ant-form-item .ant-form-item-control {
|
|
4753
4753
|
width: 98%;
|
|
4754
4754
|
margin: 0 auto;
|
|
4755
4755
|
}
|
|
4756
|
-
[data-v-
|
|
4756
|
+
[data-v-09436da4] .ant-form-item .is_required::before {
|
|
4757
4757
|
content: "*";
|
|
4758
4758
|
color: #f56c6c;
|
|
4759
4759
|
margin-right: 4px;
|
|
4760
4760
|
}
|
|
4761
|
-
.row-table[data-v-
|
|
4761
|
+
.row-table[data-v-09436da4] {
|
|
4762
4762
|
display: flex;
|
|
4763
4763
|
}
|
|
4764
|
-
.row-table[data-v-
|
|
4765
|
-
.row-table[data-v-
|
|
4764
|
+
.row-table[data-v-09436da4] .ant-spin-container,
|
|
4765
|
+
.row-table[data-v-09436da4] {
|
|
4766
4766
|
display: flex;
|
|
4767
4767
|
width: 100%;
|
|
4768
4768
|
}
|
|
4769
|
-
.row-table[data-v-
|
|
4770
|
-
.row-table .table-left[data-v-
|
|
4769
|
+
.row-table[data-v-09436da4] .ant-spin-container .table-left,
|
|
4770
|
+
.row-table .table-left[data-v-09436da4] {
|
|
4771
4771
|
width: 100px;
|
|
4772
4772
|
text-align: center;
|
|
4773
4773
|
border-right: 1px solid #333;
|
|
4774
4774
|
border-bottom: 1px solid #333;
|
|
4775
4775
|
position: relative;
|
|
4776
4776
|
}
|
|
4777
|
-
.row-table[data-v-
|
|
4778
|
-
.row-table .table-left p[data-v-
|
|
4777
|
+
.row-table[data-v-09436da4] .ant-spin-container .table-left p,
|
|
4778
|
+
.row-table .table-left p[data-v-09436da4] {
|
|
4779
4779
|
position: absolute;
|
|
4780
4780
|
top: 50%;
|
|
4781
4781
|
left: 50%;
|
|
4782
4782
|
transform: translate(-50%, -50%);
|
|
4783
4783
|
}
|
|
4784
|
-
.row-table[data-v-
|
|
4785
|
-
.row-table .table-right[data-v-
|
|
4784
|
+
.row-table[data-v-09436da4] .ant-spin-container .table-right,
|
|
4785
|
+
.row-table .table-right[data-v-09436da4] {
|
|
4786
4786
|
flex: 1;
|
|
4787
4787
|
}
|
|
4788
|
-
.table-content[data-v-
|
|
4788
|
+
.table-content[data-v-09436da4] {
|
|
4789
4789
|
width: 100%;
|
|
4790
4790
|
height: 40px;
|
|
4791
4791
|
line-height: 40px;
|
|
@@ -4794,11 +4794,11 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4794
4794
|
border-bottom: 1px solid #333;
|
|
4795
4795
|
border-right: 1px solid #333;
|
|
4796
4796
|
}
|
|
4797
|
-
.sub-table-col[data-v-
|
|
4797
|
+
.sub-table-col[data-v-09436da4] {
|
|
4798
4798
|
display: flex;
|
|
4799
4799
|
box-sizing: border-box;
|
|
4800
4800
|
}
|
|
4801
|
-
.sub-table-col > span[data-v-
|
|
4801
|
+
.sub-table-col > span[data-v-09436da4] {
|
|
4802
4802
|
flex: 2;
|
|
4803
4803
|
border-bottom: 1px solid #000;
|
|
4804
4804
|
border-right: 1px solid #000;
|
|
@@ -4806,22 +4806,22 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4806
4806
|
line-height: 40px;
|
|
4807
4807
|
text-align: center;
|
|
4808
4808
|
}
|
|
4809
|
-
.sub-table-col > .last-one[data-v-
|
|
4809
|
+
.sub-table-col > .last-one[data-v-09436da4] {
|
|
4810
4810
|
width: 87px;
|
|
4811
4811
|
flex: 0 0 87px;
|
|
4812
4812
|
border-right: 1px solid #333;
|
|
4813
4813
|
border-bottom: 1px solid #333;
|
|
4814
4814
|
}
|
|
4815
|
-
.sub-table-col-no-border > span[data-v-
|
|
4815
|
+
.sub-table-col-no-border > span[data-v-09436da4] {
|
|
4816
4816
|
border: none;
|
|
4817
4817
|
height: auto;
|
|
4818
4818
|
width: 0;
|
|
4819
4819
|
}
|
|
4820
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
4821
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
4820
|
+
.sub-table-col-no-border > .sub-table-title[data-v-09436da4]:last-child,
|
|
4821
|
+
.sub-table-col-no-border > .sub-table-item[data-v-09436da4]:last-child {
|
|
4822
4822
|
border-right: none !important;
|
|
4823
4823
|
}
|
|
4824
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
4824
|
+
.sub-table-col-no-border > .last-one[data-v-09436da4] {
|
|
4825
4825
|
width: 87px;
|
|
4826
4826
|
flex: 0 0 87px;
|
|
4827
4827
|
display: flex;
|
|
@@ -4829,33 +4829,33 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4829
4829
|
align-items: center;
|
|
4830
4830
|
}
|
|
4831
4831
|
/*****无border *****/
|
|
4832
|
-
.no-border .page-border[data-v-
|
|
4832
|
+
.no-border .page-border[data-v-09436da4] {
|
|
4833
4833
|
border: none;
|
|
4834
4834
|
}
|
|
4835
|
-
.no-border .page-border .row-item[data-v-
|
|
4835
|
+
.no-border .page-border .row-item[data-v-09436da4]:not(:last-child) {
|
|
4836
4836
|
border: none;
|
|
4837
4837
|
}
|
|
4838
|
-
.no-border .page-border[data-v-
|
|
4838
|
+
.no-border .page-border[data-v-09436da4] .ant-form-item .ant-form-item-label {
|
|
4839
4839
|
border: none;
|
|
4840
4840
|
}
|
|
4841
|
-
.table_border[data-v-
|
|
4841
|
+
.table_border[data-v-09436da4] {
|
|
4842
4842
|
border-bottom: 0;
|
|
4843
4843
|
border-right: 0;
|
|
4844
4844
|
}
|
|
4845
4845
|
/*****无border *****/
|
|
4846
|
-
[data-v-
|
|
4846
|
+
[data-v-09436da4] .ant-form-item-children > div > p,[data-v-09436da4] .ant-form-item-children > div > h1,[data-v-09436da4] .ant-form-item-children > div > h2,[data-v-09436da4] .ant-form-item-children > div > h3,[data-v-09436da4] .ant-form-item-children > div > h4,[data-v-09436da4] .ant-form-item-children > div > h5,[data-v-09436da4] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
4847
4847
|
margin: 10px 0;
|
|
4848
4848
|
line-height: 1.5;
|
|
4849
4849
|
}
|
|
4850
|
-
[data-v-
|
|
4850
|
+
[data-v-09436da4] .ant-spin-dot {
|
|
4851
4851
|
font-size: 20px !important;
|
|
4852
4852
|
}
|
|
4853
|
-
.form_skeleton[data-v-
|
|
4853
|
+
.form_skeleton[data-v-09436da4] {
|
|
4854
4854
|
display: block;
|
|
4855
4855
|
width: 700px;
|
|
4856
4856
|
margin: 55px auto;
|
|
4857
4857
|
}
|
|
4858
|
-
.form_skeleton[data-v-
|
|
4858
|
+
.form_skeleton[data-v-09436da4] .ant-skeleton-title {
|
|
4859
4859
|
margin: 0 auto;
|
|
4860
4860
|
}
|
|
4861
4861
|
|
|
@@ -2926,7 +2926,7 @@ var staticRenderFns = []
|
|
|
2926
2926
|
|
|
2927
2927
|
|
|
2928
2928
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 980 modules
|
|
2929
|
-
var components = __webpack_require__(
|
|
2929
|
+
var components = __webpack_require__(5661);
|
|
2930
2930
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/CorrectionItem.vue?vue&type=script&lang=js
|
|
2931
2931
|
//
|
|
2932
2932
|
//
|
|
@@ -4826,7 +4826,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
4826
4826
|
|
|
4827
4827
|
/***/ }),
|
|
4828
4828
|
|
|
4829
|
-
/***/
|
|
4829
|
+
/***/ 5347:
|
|
4830
4830
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4831
4831
|
|
|
4832
4832
|
"use strict";
|
|
@@ -4838,7 +4838,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
4838
4838
|
"default": () => (/* binding */ layoutForPaper)
|
|
4839
4839
|
});
|
|
4840
4840
|
|
|
4841
|
-
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=template&id=
|
|
4841
|
+
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=template&id=09436da4&scoped=true
|
|
4842
4842
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-spin',{staticClass:"layout layout-input-all-setting",class:{ 'no-border': !_vm.data.config.border, 'save-pdf': _vm.showLine, 'ant-form-noBorder': _vm.data.config.componentsNoBorder },style:({ 'overflow-x': _vm.data.config.layout === 'horizontal' ? 'auto' : 'initial' }),attrs:{"spinning":_vm.formLoading,"tip":_vm.formLoadingTip}},[(_vm.pageLoading && _vm.showLayoutLoading)?_c('div',{class:{ form_skeleton: _vm.pageLoading }},[(_vm.pageLoading)?_c('a-skeleton',{attrs:{"active":"","loading":_vm.pageLoading,"paragraph":{ rows: 12 }}}):_vm._e()],1):_vm._e(),_c('a-form-model',{ref:"Form",attrs:{"hideRequiredMark":true,"model":_vm.models,"rules":_vm.rules,"wrapper-col":{}},on:{"update:rules":function($event){_vm.rules=$event},"validate":_vm.validate}},_vm._l((_vm.widgetList),function(list,listindex){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.widgetList[0].length > 0),expression:"widgetList[0].length > 0"}],key:listindex,staticClass:"paper",style:(_vm.contentStyle)},[(listindex == 0)?_vm._t("default"):_vm._e(),(listindex == 0)?_c('div',{staticClass:"form-title",style:(Object.assign({}, _vm.formNameStyle))},[_c('span',{staticStyle:{"font-size":"inherit"},domProps:{"innerHTML":_vm._s(_vm.data.config.formNameLeftContent || '')}}),_vm._v(_vm._s(_vm.data.config.formName)),_c('span',{staticStyle:{"font-size":"inherit"},domProps:{"innerHTML":_vm._s(_vm.data.config.formNameRightContent || '')}})]):_vm._e(),(_vm.value && _vm.value.formIndex)?_c('div',{staticStyle:{"text-align":"right","font-weight":"bold"}},[_vm._v(_vm._s(_vm.value.formIndex))]):_vm._e(),(_vm.data.config.pageHeader && listindex === 0)?_c('div',{style:(_vm.data.config.headerHeight),domProps:{"innerHTML":_vm._s(_vm.data.config.pageHeader)}}):_vm._e(),_c('div',{staticClass:"page-border",style:({ borderColor: _vm.data.config.borderColor })},[_vm._l((list),function(widget,index){return [(widget.type == 'table')?[(
|
|
4843
4843
|
widget.options.layoutModel === 'auto' ||
|
|
4844
4844
|
widget.options.layoutModel === undefined
|
|
@@ -4847,10 +4847,10 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
4847
4847
|
borderColor: _vm.data.config.borderColor,
|
|
4848
4848
|
backgroundColor: _vm.data.config.bgc,
|
|
4849
4849
|
color: _vm.data.config.color,
|
|
4850
|
-
})},[_c('p',{staticStyle:{"position":"relative","margin-bottom":"0","padding-bottom":"0"}},[(widget.options.enableImport && !widget.options.disabled)?_c('span',[_c('a-upload',{staticStyle:{"float":"left","margin":"0 5px"},attrs:{"action":_vm.actionUrl + "?formId=" + (_vm.data.formId) + "&tableKey=" + (widget.model),"headers":_vm.headers,"showUploadList":false},on:{"change":function (params) { return _vm.handleChange(widget, params); }}},[_c('a-button',[_c('a-icon',{attrs:{"type":"upload"}}),_vm._v("上传")],1)],1),_c('confirm-box',{staticStyle:{"float":"left","margin":"0 5px"},attrs:{"content":"注意:使用Excel模板导入仅支持文本、日期、下拉等内容,无法支持复杂的组件以及数据校验等,请确认!"},on:{"confirm":function($event){return _vm.downloadTableTemplate(widget)}}},[_c('a-button',[_vm._v("下载模板")])],1)],1):_vm._e(),(widget.options.auditorExport)?_c('span',{staticStyle:{"float":"left","margin":"0 5px"}},[_c('a-button',{on:{"click":function($event){
|
|
4850
|
+
})},[_c('p',{staticStyle:{"position":"relative","margin-bottom":"0","padding-bottom":"0"}},[(widget.options.enableImport && !widget.options.disabled)?_c('span',[_c('a-upload',{staticStyle:{"float":"left","margin":"0 5px"},attrs:{"action":_vm.actionUrl + "?formId=" + (_vm.data.formId) + "&tableKey=" + (widget.model),"headers":_vm.headers,"showUploadList":false},on:{"change":function (params) { return _vm.handleChange(widget, params); }}},[_c('a-button',[_c('a-icon',{attrs:{"type":"upload"}}),_vm._v("上传")],1)],1),_c('confirm-box',{staticStyle:{"float":"left","margin":"0 5px"},attrs:{"content":"注意:使用Excel模板导入仅支持文本、日期、下拉等内容,无法支持复杂的组件以及数据校验等,请确认!"},on:{"confirm":function($event){return _vm.downloadTableTemplate(widget)}}},[_c('a-button',[_vm._v("下载模板")])],1)],1):_vm._e(),(widget.options.auditorExport&&!_vm.isDesign)?_c('span',{staticStyle:{"float":"left","margin":"0 5px"}},[_c('a-button',{on:{"click":function($event){return _vm.auditorDownLoad(widget)}}},[_c('a-icon',{attrs:{"type":"download"}}),_vm._v("导出")],1)],1):_vm._e(),_c('span',[_vm._v(_vm._s(widget.name))])])]):_c('div',{staticClass:"table-content",style:({
|
|
4851
4851
|
background: _vm.data.config.bgc,
|
|
4852
4852
|
color: _vm.data.config.color,
|
|
4853
|
-
borderColor: _vm.data.config.borderColor, })},[_c('p',{staticStyle:{"position":"relative","margin-bottom":"0"},style:({})},[_c('span',{staticStyle:{"position":"absolute","display":"flex","height":"100%","align-items":"center"}},[(widget.options.enableImport && !widget.options.disabled)?_c('span',[_c('a-upload',{staticStyle:{"float":"left","margin":"0 5px"},attrs:{"action":_vm.actionUrl + "?formId=" + (_vm.data.formId) + "&tableKey=" + (widget.model),"headers":_vm.headers,"showUploadList":false},on:{"change":function (params) { return _vm.handleChange(widget, params); }}},[_c('a-button',[_c('a-icon',{attrs:{"type":"upload"}}),_vm._v("上传")],1)],1),_c('confirm-box',{staticStyle:{"float":"left","margin":"0 5px"},attrs:{"content":"注意:使用Excel模板导入仅支持文本、日期、下拉等内容,无法支持复杂的组件以及数据校验等,请确认!"},on:{"confirm":function($event){return _vm.downloadTableTemplate(widget)}}},[_c('a-button',[_vm._v("下载模板")])],1)],1):_vm._e(),(widget.options.auditorExport)?_c('span',{staticStyle:{"float":"left","margin":"0 5px"}},[_c('a-button',{on:{"click":function($event){
|
|
4853
|
+
borderColor: _vm.data.config.borderColor, })},[_c('p',{staticStyle:{"position":"relative","margin-bottom":"0"},style:({})},[_c('span',{staticStyle:{"position":"absolute","display":"flex","height":"100%","align-items":"center"}},[(widget.options.enableImport && !widget.options.disabled)?_c('span',[_c('a-upload',{staticStyle:{"float":"left","margin":"0 5px"},attrs:{"action":_vm.actionUrl + "?formId=" + (_vm.data.formId) + "&tableKey=" + (widget.model),"headers":_vm.headers,"showUploadList":false},on:{"change":function (params) { return _vm.handleChange(widget, params); }}},[_c('a-button',[_c('a-icon',{attrs:{"type":"upload"}}),_vm._v("上传")],1)],1),_c('confirm-box',{staticStyle:{"float":"left","margin":"0 5px"},attrs:{"content":"注意:使用Excel模板导入仅支持文本、日期、下拉等内容,无法支持复杂的组件以及数据校验等,请确认!"},on:{"confirm":function($event){return _vm.downloadTableTemplate(widget)}}},[_c('a-button',[_vm._v("下载模板")])],1)],1):_vm._e(),(widget.options.auditorExport&&!_vm.isDesign)?_c('span',{staticStyle:{"float":"left","margin":"0 5px"}},[_c('a-button',{on:{"click":function($event){return _vm.auditorDownLoad(widget)}}},[_c('a-icon',{attrs:{"type":"download"}}),_vm._v("导出")],1)],1):_vm._e()]),_c('span',[_vm._v(_vm._s(widget.name))])])]),_c('div',{staticClass:"table-right"},[_c('div',{staticClass:"sub-table-col sub-table-col-no-border"},[_vm._l((_vm.tableWidgetColumns(widget)),function(children,index){return _c('span',{directives:[{name:"show",rawName:"v-show",value:(children.type !== 'hidden'),expression:"children.type !== 'hidden'"}],key:index,class:[
|
|
4854
4854
|
_vm.data.config.align,
|
|
4855
4855
|
_vm.data.config.validate === true && children.options.required === true
|
|
4856
4856
|
? 'is_required'
|
|
@@ -4885,15 +4885,15 @@ var staticRenderFns = []
|
|
|
4885
4885
|
var layoutForPapervue_type_script_lang_js = __webpack_require__(9906);
|
|
4886
4886
|
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=script&lang=js
|
|
4887
4887
|
/* harmony default export */ const layout_layoutForPapervue_type_script_lang_js = (layoutForPapervue_type_script_lang_js/* default */.A);
|
|
4888
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
4888
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=09436da4&prod&lang=less&scoped=true
|
|
4889
4889
|
// extracted by mini-css-extract-plugin
|
|
4890
4890
|
|
|
4891
|
-
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
4891
|
+
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=09436da4&prod&lang=less&scoped=true
|
|
4892
4892
|
|
|
4893
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
4893
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=09436da4&prod&lang=css
|
|
4894
4894
|
// extracted by mini-css-extract-plugin
|
|
4895
4895
|
|
|
4896
|
-
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
4896
|
+
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=09436da4&prod&lang=css
|
|
4897
4897
|
|
|
4898
4898
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
4899
4899
|
var componentNormalizer = __webpack_require__(1656);
|
|
@@ -4913,7 +4913,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
4913
4913
|
staticRenderFns,
|
|
4914
4914
|
false,
|
|
4915
4915
|
null,
|
|
4916
|
-
"
|
|
4916
|
+
"09436da4",
|
|
4917
4917
|
null
|
|
4918
4918
|
|
|
4919
4919
|
)
|
|
@@ -4989,7 +4989,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
4989
4989
|
|
|
4990
4990
|
/* harmony default export */ const CorrectionModal = (component.exports);
|
|
4991
4991
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 980 modules
|
|
4992
|
-
var components = __webpack_require__(
|
|
4992
|
+
var components = __webpack_require__(5661);
|
|
4993
4993
|
// EXTERNAL MODULE: ./node_modules/pubsub-js/src/pubsub.js
|
|
4994
4994
|
var pubsub = __webpack_require__(3224);
|
|
4995
4995
|
var pubsub_default = /*#__PURE__*/__webpack_require__.n(pubsub);
|
|
@@ -6159,7 +6159,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
|
|
|
6159
6159
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
6160
6160
|
var manage = __webpack_require__(1137);
|
|
6161
6161
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 980 modules
|
|
6162
|
-
var components = __webpack_require__(
|
|
6162
|
+
var components = __webpack_require__(5661);
|
|
6163
6163
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
6164
6164
|
var Bus = __webpack_require__(361);
|
|
6165
6165
|
// EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
|
|
@@ -71099,7 +71099,7 @@ let getFileExt = filename => {
|
|
|
71099
71099
|
/* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(8032);
|
|
71100
71100
|
/* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(8187);
|
|
71101
71101
|
/* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(8408);
|
|
71102
|
-
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
71102
|
+
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(5661);
|
|
71103
71103
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(3224);
|
|
71104
71104
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_9__);
|
|
71105
71105
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(9274);
|
|
@@ -74270,7 +74270,7 @@ module.exports = {
|
|
|
74270
74270
|
|
|
74271
74271
|
/***/ }),
|
|
74272
74272
|
|
|
74273
|
-
/***/
|
|
74273
|
+
/***/ 5661:
|
|
74274
74274
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
74275
74275
|
|
|
74276
74276
|
"use strict";
|
|
@@ -78052,8 +78052,8 @@ var Select_widgetDesign_component = (0,componentNormalizer/* default */.A)(
|
|
|
78052
78052
|
widgetSetup: Select_widgetSetup,
|
|
78053
78053
|
widgetDesign: Select_widgetDesign
|
|
78054
78054
|
});
|
|
78055
|
-
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/components/Table/component.vue?vue&type=template&id=
|
|
78056
|
-
var
|
|
78055
|
+
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/components/Table/component.vue?vue&type=template&id=02da03ca&scoped=true
|
|
78056
|
+
var componentvue_type_template_id_02da03ca_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{staticClass:"table-design"},[(_vm.widget.options.height == 0 && !_vm.widget.options.disabled)?_c('span',{staticClass:"last-one no-label-add-button",attrs:{"title":"添加行"}},[(!_vm.widget.options.hiddenOperateBtn)?_c('a-button',{attrs:{"size":"small","type":"primary"},on:{"click":function($event){return _vm.addToTableData(_vm.widget, _vm.widget.model, 'addModel')}}},[_vm._v("添加行")]):_vm._e()],1):_c('div',{staticClass:"table_label",style:({ borderColor: _vm.widget.options.height == 0 ? 'rgba(0,0,0,0)' : _vm.config.borderColor, height: _vm.widget.options.height + 'px' })},[_c('span',{staticStyle:{"position":"absolute","display":"flex","height":"100%","align-items":"center"}},[(_vm.widget.options.enableImport && !_vm.widget.options.disabled)?_c('span',[_c('a-upload',{staticStyle:{"margin":"0 5px"},attrs:{"action":_vm.actionUrl + "?formId=" + _vm.formId + "&tableKey=" + (_vm.widget.model),"headers":_vm.headers,"showUploadList":false},on:{"change":function (params) { _vm.handleChange(_vm.widget, params) }}},[_c('a-button',[_c('a-icon',{attrs:{"type":"upload"}}),_vm._v("上传")],1)],1),_c('confirm-box',{staticStyle:{"float":"left","margin":"0 5px"},attrs:{"content":"注意:使用Excel模板导入仅支持文本、日期、下拉等内容,无法支持复杂的组件以及数据校验等,请确认!"},on:{"confirm":function($event){return _vm.downloadTableTemplate(_vm.widget)}}},[_c('a-button',[_vm._v("下载模板")])],1)],1):_vm._e(),(_vm.widget.options.auditorExport&&!_vm.isDesign)?_c('span',{staticStyle:{"float":"left","margin":"0 5px"}},[_c('a-button',{on:{"click":function($event){return _vm.auditorDownLoad(_vm.widget)}}},[_c('a-icon',{attrs:{"type":"download"}}),_vm._v("导出")],1)],1):_vm._e()]),_vm._v(" "+_vm._s(_vm.widget.options.height != 0 ? _vm.widget.name : '')+" "),(!_vm.widget.options.disabled)?_c('span',{class:{ 'last-one': true, 'no-label-add-button': _vm.widget.options.height == 0 },attrs:{"title":"添加行"}},[(!_vm.widget.options.hiddenOperateBtn)?_c('a-button',{attrs:{"size":"small","type":"primary"},on:{"click":function($event){return _vm.addToTableData(_vm.widget, _vm.widget.model, 'addModel')}}},[_vm._v("添加行")]):_vm._e()],1):_vm._e()]),_vm._l((_vm.tableData[_vm.widget.model]),function(tableColums,columsIndex){return _c('div',{key:columsIndex,staticClass:"table-design-content"},[_c('div',{staticClass:"widget-grid-lay-out-wrapper",style:({
|
|
78057
78057
|
height: _vm.setHeight(
|
|
78058
78058
|
tableColums.options.rowsNum,
|
|
78059
78059
|
tableColums.options.rowsHeight
|
|
@@ -78070,7 +78070,7 @@ var componentvue_type_template_id_08ae9c64_scoped_true_render = function () {var
|
|
|
78070
78070
|
'grid-column': _vm.setItemPosition(col, 'column'),
|
|
78071
78071
|
'grid-row': _vm.setItemPosition(col),
|
|
78072
78072
|
})},[[_c('layoutItem',{key:colIndex,attrs:{"tableKey":tableColums.model,"tableIndex":columsIndex,"models":_vm.models,"rules":_vm.rules,"widget":_vm.getTableColumn(tableColums.columns, colIndex)},on:{"update:models":_vm.updateModels}})]],2)}),0),(!_vm.widget.options.disabled && !_vm.widget.options.hiddenOperateBtn)?_c('div',{staticClass:"table-design-delete"},[_c('span',{staticClass:"last-one del-button",attrs:{"title":"删除行"}},[_c('a-button',{attrs:{"size":"small","type":"primary"},on:{"click":function($event){return _vm.handleDeleteRow(columsIndex, _vm.widget.model)}}},[_vm._v("删除行")])],1)]):_vm._e()])})],2):_vm._e()}
|
|
78073
|
-
var
|
|
78073
|
+
var componentvue_type_template_id_02da03ca_scoped_true_staticRenderFns = []
|
|
78074
78074
|
|
|
78075
78075
|
|
|
78076
78076
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.reduce.js
|
|
@@ -78368,10 +78368,10 @@ var util = __webpack_require__(7741);
|
|
|
78368
78368
|
});
|
|
78369
78369
|
;// ./src/form/modules/components/Table/component.vue?vue&type=script&lang=js
|
|
78370
78370
|
/* harmony default export */ const components_Table_componentvue_type_script_lang_js = (Table_componentvue_type_script_lang_js);
|
|
78371
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/components/Table/component.vue?vue&type=style&index=0&id=
|
|
78371
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/components/Table/component.vue?vue&type=style&index=0&id=02da03ca&prod&lang=less&scoped=true
|
|
78372
78372
|
// extracted by mini-css-extract-plugin
|
|
78373
78373
|
|
|
78374
|
-
;// ./src/form/modules/components/Table/component.vue?vue&type=style&index=0&id=
|
|
78374
|
+
;// ./src/form/modules/components/Table/component.vue?vue&type=style&index=0&id=02da03ca&prod&lang=less&scoped=true
|
|
78375
78375
|
|
|
78376
78376
|
;// ./src/form/modules/components/Table/component.vue
|
|
78377
78377
|
|
|
@@ -78384,11 +78384,11 @@ var util = __webpack_require__(7741);
|
|
|
78384
78384
|
|
|
78385
78385
|
var Table_component_component = (0,componentNormalizer/* default */.A)(
|
|
78386
78386
|
components_Table_componentvue_type_script_lang_js,
|
|
78387
|
-
|
|
78388
|
-
|
|
78387
|
+
componentvue_type_template_id_02da03ca_scoped_true_render,
|
|
78388
|
+
componentvue_type_template_id_02da03ca_scoped_true_staticRenderFns,
|
|
78389
78389
|
false,
|
|
78390
78390
|
null,
|
|
78391
|
-
"
|
|
78391
|
+
"02da03ca",
|
|
78392
78392
|
null
|
|
78393
78393
|
|
|
78394
78394
|
)
|
|
@@ -155361,7 +155361,7 @@ function toString(value) {
|
|
|
155361
155361
|
/***/ ((module) => {
|
|
155362
155362
|
|
|
155363
155363
|
"use strict";
|
|
155364
|
-
module.exports = {"rE":"1.1.
|
|
155364
|
+
module.exports = {"rE":"1.1.572"};
|
|
155365
155365
|
|
|
155366
155366
|
/***/ })
|
|
155367
155367
|
|
|
@@ -169205,7 +169205,7 @@ var SvgIcon_component = (0,componentNormalizer/* default */.A)(
|
|
|
169205
169205
|
|
|
169206
169206
|
/* harmony default export */ const SvgIcon = (SvgIcon_component.exports);
|
|
169207
169207
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutForPaper.vue + 6 modules
|
|
169208
|
-
var layoutForPaper = __webpack_require__(
|
|
169208
|
+
var layoutForPaper = __webpack_require__(5347);
|
|
169209
169209
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutItem.vue + 10 modules
|
|
169210
169210
|
var layoutItem = __webpack_require__(8408);
|
|
169211
169211
|
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/form/modules/Container.vue?vue&type=template&id=614354e2
|
|
@@ -170618,7 +170618,7 @@ var es_array_unshift = __webpack_require__(3609);
|
|
|
170618
170618
|
// EXTERNAL MODULE: ./src/form/util/util.js
|
|
170619
170619
|
var util_util = __webpack_require__(8187);
|
|
170620
170620
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 980 modules
|
|
170621
|
-
var components = __webpack_require__(
|
|
170621
|
+
var components = __webpack_require__(5661);
|
|
170622
170622
|
// EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
|
|
170623
170623
|
var widgetFormItem = __webpack_require__(8878);
|
|
170624
170624
|
// EXTERNAL MODULE: ./src/form/modules/WidgetIdeaSignItem.vue + 5 modules
|
|
@@ -182146,7 +182146,7 @@ var formula_edit_component = (0,componentNormalizer/* default */.A)(
|
|
|
182146
182146
|
}
|
|
182147
182147
|
},
|
|
182148
182148
|
components: {
|
|
182149
|
-
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
182149
|
+
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5347)),
|
|
182150
182150
|
FormulaEdit: formula_edit
|
|
182151
182151
|
},
|
|
182152
182152
|
data() {
|