@zscreate/form-component 1.1.244 → 1.1.246
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 +100 -100
- package/dist/form-component.umd.js +62 -31
- package/package.json +3 -1
package/dist/form-component.css
CHANGED
|
@@ -368,25 +368,25 @@
|
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
|
|
371
|
-
.datasetManagement[data-v-
|
|
371
|
+
.datasetManagement[data-v-3f0bb66d] {
|
|
372
372
|
-webkit-user-select: none;
|
|
373
373
|
-moz-user-select: none;
|
|
374
374
|
user-select: none;
|
|
375
375
|
}
|
|
376
|
-
.content[data-v-
|
|
376
|
+
.content[data-v-3f0bb66d] {
|
|
377
377
|
margin-top: 20px;
|
|
378
378
|
}
|
|
379
|
-
.classificationItem[data-v-
|
|
379
|
+
.classificationItem[data-v-3f0bb66d] {
|
|
380
380
|
background-color: #e6f7ff;
|
|
381
381
|
}
|
|
382
|
-
.ellipsis[data-v-
|
|
382
|
+
.ellipsis[data-v-3f0bb66d] {
|
|
383
383
|
margin: 5px 0;
|
|
384
384
|
white-space: nowrap;
|
|
385
385
|
overflow: hidden;
|
|
386
386
|
text-overflow: ellipsis;
|
|
387
387
|
/* cursor: pointer; */
|
|
388
388
|
}
|
|
389
|
-
.ellipsis[data-v-
|
|
389
|
+
.ellipsis[data-v-3f0bb66d]:hover {
|
|
390
390
|
background-color: #e6f7ff;
|
|
391
391
|
cursor: pointer;
|
|
392
392
|
}
|
|
@@ -1544,22 +1544,22 @@
|
|
|
1544
1544
|
}
|
|
1545
1545
|
|
|
1546
1546
|
|
|
1547
|
-
[data-v-
|
|
1547
|
+
[data-v-4280a8d4] .ant-popover-inner-content {
|
|
1548
1548
|
width: 190px;
|
|
1549
1549
|
}
|
|
1550
|
-
[data-v-
|
|
1550
|
+
[data-v-4280a8d4] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
1551
1551
|
width: calc(100% - 0px) !important;
|
|
1552
1552
|
}
|
|
1553
|
-
[data-v-
|
|
1553
|
+
[data-v-4280a8d4] .ant-form-item-control {
|
|
1554
1554
|
height: 100%;
|
|
1555
1555
|
}
|
|
1556
1556
|
/***label对齐方式*/
|
|
1557
|
-
.custom_form_item .break[data-v-
|
|
1557
|
+
.custom_form_item .break[data-v-4280a8d4] {
|
|
1558
1558
|
white-space: normal;
|
|
1559
1559
|
word-break: break-all;
|
|
1560
1560
|
word-wrap: break-word;
|
|
1561
1561
|
}
|
|
1562
|
-
.custom_form_item .align-between[data-v-
|
|
1562
|
+
.custom_form_item .align-between[data-v-4280a8d4] {
|
|
1563
1563
|
white-space: normal;
|
|
1564
1564
|
word-break: break-all;
|
|
1565
1565
|
word-wrap: break-word;
|
|
@@ -1568,28 +1568,28 @@
|
|
|
1568
1568
|
text-align-last: justify;
|
|
1569
1569
|
width: 80%;
|
|
1570
1570
|
}
|
|
1571
|
-
.custom_form_item .align-middle[data-v-
|
|
1571
|
+
.custom_form_item .align-middle[data-v-4280a8d4] {
|
|
1572
1572
|
white-space: normal;
|
|
1573
1573
|
word-break: break-all;
|
|
1574
1574
|
word-wrap: break-word;
|
|
1575
1575
|
text-align: center;
|
|
1576
1576
|
width: 80%;
|
|
1577
1577
|
}
|
|
1578
|
-
.custom_form_item .align-left[data-v-
|
|
1578
|
+
.custom_form_item .align-left[data-v-4280a8d4] {
|
|
1579
1579
|
white-space: normal;
|
|
1580
1580
|
word-break: break-all;
|
|
1581
1581
|
word-wrap: break-word;
|
|
1582
1582
|
text-align: left;
|
|
1583
1583
|
width: 80%;
|
|
1584
1584
|
}
|
|
1585
|
-
.custom_form_item .align-right[data-v-
|
|
1585
|
+
.custom_form_item .align-right[data-v-4280a8d4] {
|
|
1586
1586
|
white-space: normal;
|
|
1587
1587
|
word-break: break-all;
|
|
1588
1588
|
word-wrap: break-word;
|
|
1589
1589
|
text-align: right;
|
|
1590
1590
|
width: 80%;
|
|
1591
1591
|
}
|
|
1592
|
-
.custom_form_item .align-center[data-v-
|
|
1592
|
+
.custom_form_item .align-center[data-v-4280a8d4] {
|
|
1593
1593
|
white-space: normal;
|
|
1594
1594
|
word-break: break-all;
|
|
1595
1595
|
word-wrap: break-word;
|
|
@@ -1598,51 +1598,51 @@
|
|
|
1598
1598
|
}
|
|
1599
1599
|
/***label对齐方式 */
|
|
1600
1600
|
/*****公共boder ****/
|
|
1601
|
-
[data-v-
|
|
1601
|
+
[data-v-4280a8d4] .ant-form-item-control-wrapper {
|
|
1602
1602
|
border-bottom: 1px solid #000;
|
|
1603
1603
|
}
|
|
1604
|
-
[data-v-
|
|
1604
|
+
[data-v-4280a8d4] .ant-form-item-label {
|
|
1605
1605
|
border-bottom: 1px solid #000;
|
|
1606
1606
|
}
|
|
1607
|
-
.verify-right[data-v-
|
|
1607
|
+
.verify-right[data-v-4280a8d4] {
|
|
1608
1608
|
border-right: 1px solid #000;
|
|
1609
1609
|
}
|
|
1610
|
-
.custom_form_item_special[data-v-
|
|
1610
|
+
.custom_form_item_special[data-v-4280a8d4] .ant-form-item-children {
|
|
1611
1611
|
height: 100%;
|
|
1612
1612
|
}
|
|
1613
1613
|
/*****公共boder ****/
|
|
1614
|
-
.custom_form_item_special[data-v-
|
|
1614
|
+
.custom_form_item_special[data-v-4280a8d4] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
1615
1615
|
width: 100%;
|
|
1616
1616
|
}
|
|
1617
|
-
.verify-no-border input[data-v-
|
|
1618
|
-
.verify-no-border textarea[data-v-
|
|
1617
|
+
.verify-no-border input[data-v-4280a8d4],
|
|
1618
|
+
.verify-no-border textarea[data-v-4280a8d4] {
|
|
1619
1619
|
display: block;
|
|
1620
1620
|
background: none;
|
|
1621
1621
|
height: 90%;
|
|
1622
1622
|
width: 98%;
|
|
1623
1623
|
margin: 0 auto;
|
|
1624
1624
|
}
|
|
1625
|
-
.verify-no-border input[data-v-
|
|
1626
|
-
.verify-no-border textarea[data-v-
|
|
1625
|
+
.verify-no-border input[data-v-4280a8d4]:disabled,
|
|
1626
|
+
.verify-no-border textarea[data-v-4280a8d4]:disabled {
|
|
1627
1627
|
background: none !important;
|
|
1628
1628
|
color: #333;
|
|
1629
1629
|
}
|
|
1630
|
-
.verify[data-v-
|
|
1630
|
+
.verify[data-v-4280a8d4] {
|
|
1631
1631
|
position: relative;
|
|
1632
1632
|
}
|
|
1633
|
-
.verify .inner-form-item[data-v-
|
|
1633
|
+
.verify .inner-form-item[data-v-4280a8d4] .ant-form-item-control-wrapper {
|
|
1634
1634
|
border-bottom: none !important;
|
|
1635
1635
|
}
|
|
1636
|
-
.verify .inner-form-item[data-v-
|
|
1636
|
+
.verify .inner-form-item[data-v-4280a8d4] .ant-form-item-children {
|
|
1637
1637
|
display: flex;
|
|
1638
1638
|
align-items: center;
|
|
1639
1639
|
justify-content: center;
|
|
1640
1640
|
width: 100%;
|
|
1641
1641
|
}
|
|
1642
|
-
.verify .inner-form-item[data-v-
|
|
1642
|
+
.verify .inner-form-item[data-v-4280a8d4] .ant-form-item-children .textarea-wrapper {
|
|
1643
1643
|
width: 100%;
|
|
1644
1644
|
}
|
|
1645
|
-
.verify .verify-left[data-v-
|
|
1645
|
+
.verify .verify-left[data-v-4280a8d4] {
|
|
1646
1646
|
position: absolute;
|
|
1647
1647
|
left: 0;
|
|
1648
1648
|
top: 0;
|
|
@@ -1653,56 +1653,56 @@
|
|
|
1653
1653
|
-moz-text-align-last: justify;
|
|
1654
1654
|
text-align-last: justify;
|
|
1655
1655
|
}
|
|
1656
|
-
.verify .verify-right[data-v-
|
|
1656
|
+
.verify .verify-right[data-v-4280a8d4] {
|
|
1657
1657
|
height: 100%;
|
|
1658
1658
|
width: 100%;
|
|
1659
1659
|
}
|
|
1660
|
-
.verify .verify-right .verify-text[data-v-
|
|
1660
|
+
.verify .verify-right .verify-text[data-v-4280a8d4] {
|
|
1661
1661
|
position: relative;
|
|
1662
1662
|
height: 70%;
|
|
1663
1663
|
padding-top: 5px;
|
|
1664
1664
|
border-bottom: 1px solid #e6e6e6;
|
|
1665
1665
|
}
|
|
1666
|
-
.verify .verify-right .verify-text .verify-btn[data-v-
|
|
1666
|
+
.verify .verify-right .verify-text .verify-btn[data-v-4280a8d4] {
|
|
1667
1667
|
position: absolute;
|
|
1668
1668
|
right: 3%;
|
|
1669
1669
|
bottom: 2%;
|
|
1670
1670
|
z-index: 10;
|
|
1671
1671
|
}
|
|
1672
|
-
.verify .verify-right .verify-text span[data-v-
|
|
1672
|
+
.verify .verify-right .verify-text span[data-v-4280a8d4] {
|
|
1673
1673
|
display: block;
|
|
1674
1674
|
border: none;
|
|
1675
1675
|
height: 100%;
|
|
1676
1676
|
}
|
|
1677
|
-
.verify .verify-right .verify-seal[data-v-
|
|
1677
|
+
.verify .verify-right .verify-seal[data-v-4280a8d4] {
|
|
1678
1678
|
position: absolute;
|
|
1679
1679
|
width: 35mm;
|
|
1680
1680
|
height: 35mm;
|
|
1681
1681
|
z-index: 9 !important;
|
|
1682
1682
|
}
|
|
1683
|
-
.verify .verify-right .verify-seal img[data-v-
|
|
1683
|
+
.verify .verify-right .verify-seal img[data-v-4280a8d4] {
|
|
1684
1684
|
width: 35mm;
|
|
1685
1685
|
height: 35mm;
|
|
1686
1686
|
}
|
|
1687
|
-
.verify .verify-right .verify-icon[data-v-
|
|
1687
|
+
.verify .verify-right .verify-icon[data-v-4280a8d4] {
|
|
1688
1688
|
position: absolute;
|
|
1689
1689
|
right: 3%;
|
|
1690
1690
|
top: 3%;
|
|
1691
1691
|
z-index: 20;
|
|
1692
1692
|
cursor: pointer;
|
|
1693
1693
|
}
|
|
1694
|
-
.verify .verify-option[data-v-
|
|
1694
|
+
.verify .verify-option[data-v-4280a8d4] {
|
|
1695
1695
|
display: flex;
|
|
1696
1696
|
height: 30%;
|
|
1697
1697
|
}
|
|
1698
|
-
.verify .verify-option > div[data-v-
|
|
1698
|
+
.verify .verify-option > div[data-v-4280a8d4] {
|
|
1699
1699
|
flex: 1;
|
|
1700
1700
|
border-right: 1px solid #e6e6e6;
|
|
1701
1701
|
display: flex;
|
|
1702
1702
|
justify-content: space-between;
|
|
1703
1703
|
align-items: center;
|
|
1704
1704
|
}
|
|
1705
|
-
.verify .verify-option > div span[data-v-
|
|
1705
|
+
.verify .verify-option > div span[data-v-4280a8d4] {
|
|
1706
1706
|
text-align: center;
|
|
1707
1707
|
flex: 2;
|
|
1708
1708
|
border-right: 1px solid #e6e6e6;
|
|
@@ -1711,16 +1711,16 @@
|
|
|
1711
1711
|
align-items: center;
|
|
1712
1712
|
justify-content: center;
|
|
1713
1713
|
}
|
|
1714
|
-
.verify .verify-option > div span + span[data-v-
|
|
1715
|
-
.verify .verify-option > div span + .inner-form-item[data-v-
|
|
1714
|
+
.verify .verify-option > div span + span[data-v-4280a8d4],
|
|
1715
|
+
.verify .verify-option > div span + .inner-form-item[data-v-4280a8d4] {
|
|
1716
1716
|
border-right: none;
|
|
1717
1717
|
flex: 4;
|
|
1718
1718
|
}
|
|
1719
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-
|
|
1719
|
+
.verify .verify-option > div:nth-child(2) > span[data-v-4280a8d4]:last-child {
|
|
1720
1720
|
box-sizing: border-box;
|
|
1721
1721
|
padding: 1px;
|
|
1722
1722
|
}
|
|
1723
|
-
.verify .verify-option div[data-v-
|
|
1723
|
+
.verify .verify-option div[data-v-4280a8d4]:last-child {
|
|
1724
1724
|
border-right: none;
|
|
1725
1725
|
}
|
|
1726
1726
|
|
|
@@ -2888,22 +2888,22 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2888
2888
|
}
|
|
2889
2889
|
|
|
2890
2890
|
|
|
2891
|
-
[data-v-
|
|
2891
|
+
[data-v-5ba90c7b] .ant-popover-inner-content {
|
|
2892
2892
|
width: 190px;
|
|
2893
2893
|
}
|
|
2894
|
-
[data-v-
|
|
2894
|
+
[data-v-5ba90c7b] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
2895
2895
|
width: calc(100% - 0px) !important;
|
|
2896
2896
|
}
|
|
2897
|
-
[data-v-
|
|
2897
|
+
[data-v-5ba90c7b] .ant-form-item-control {
|
|
2898
2898
|
height: 100%;
|
|
2899
2899
|
}
|
|
2900
2900
|
/***label对齐方式*/
|
|
2901
|
-
.custom_form_item .break[data-v-
|
|
2901
|
+
.custom_form_item .break[data-v-5ba90c7b] {
|
|
2902
2902
|
white-space: normal;
|
|
2903
2903
|
word-break: break-all;
|
|
2904
2904
|
word-wrap: break-word;
|
|
2905
2905
|
}
|
|
2906
|
-
.custom_form_item .align-between[data-v-
|
|
2906
|
+
.custom_form_item .align-between[data-v-5ba90c7b] {
|
|
2907
2907
|
white-space: normal;
|
|
2908
2908
|
word-break: break-all;
|
|
2909
2909
|
word-wrap: break-word;
|
|
@@ -2912,28 +2912,28 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2912
2912
|
text-align-last: justify;
|
|
2913
2913
|
width: 80%;
|
|
2914
2914
|
}
|
|
2915
|
-
.custom_form_item .align-middle[data-v-
|
|
2915
|
+
.custom_form_item .align-middle[data-v-5ba90c7b] {
|
|
2916
2916
|
white-space: normal;
|
|
2917
2917
|
word-break: break-all;
|
|
2918
2918
|
word-wrap: break-word;
|
|
2919
2919
|
text-align: center;
|
|
2920
2920
|
width: 80%;
|
|
2921
2921
|
}
|
|
2922
|
-
.custom_form_item .align-left[data-v-
|
|
2922
|
+
.custom_form_item .align-left[data-v-5ba90c7b] {
|
|
2923
2923
|
white-space: normal;
|
|
2924
2924
|
word-break: break-all;
|
|
2925
2925
|
word-wrap: break-word;
|
|
2926
2926
|
text-align: left;
|
|
2927
2927
|
width: 80%;
|
|
2928
2928
|
}
|
|
2929
|
-
.custom_form_item .align-right[data-v-
|
|
2929
|
+
.custom_form_item .align-right[data-v-5ba90c7b] {
|
|
2930
2930
|
white-space: normal;
|
|
2931
2931
|
word-break: break-all;
|
|
2932
2932
|
word-wrap: break-word;
|
|
2933
2933
|
text-align: right;
|
|
2934
2934
|
width: 80%;
|
|
2935
2935
|
}
|
|
2936
|
-
.custom_form_item .align-center[data-v-
|
|
2936
|
+
.custom_form_item .align-center[data-v-5ba90c7b] {
|
|
2937
2937
|
white-space: normal;
|
|
2938
2938
|
word-break: break-all;
|
|
2939
2939
|
word-wrap: break-word;
|
|
@@ -2942,52 +2942,52 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2942
2942
|
}
|
|
2943
2943
|
/***label对齐方式 */
|
|
2944
2944
|
/*****公共boder ****/
|
|
2945
|
-
[data-v-
|
|
2945
|
+
[data-v-5ba90c7b] .ant-form-item-control-wrapper {
|
|
2946
2946
|
border-right: none !important;
|
|
2947
2947
|
border-bottom: 1px solid #000;
|
|
2948
2948
|
}
|
|
2949
|
-
[data-v-
|
|
2949
|
+
[data-v-5ba90c7b] .ant-form-item-label {
|
|
2950
2950
|
border-bottom: 1px solid #000;
|
|
2951
2951
|
}
|
|
2952
|
-
.verify-right[data-v-
|
|
2952
|
+
.verify-right[data-v-5ba90c7b] {
|
|
2953
2953
|
border-right: 1px solid #000;
|
|
2954
2954
|
}
|
|
2955
|
-
.custom_form_item_special[data-v-
|
|
2955
|
+
.custom_form_item_special[data-v-5ba90c7b] .ant-form-item-children {
|
|
2956
2956
|
height: 100%;
|
|
2957
2957
|
}
|
|
2958
2958
|
/*****公共boder ****/
|
|
2959
|
-
.custom_form_item_special[data-v-
|
|
2959
|
+
.custom_form_item_special[data-v-5ba90c7b] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
2960
2960
|
width: 100%;
|
|
2961
2961
|
}
|
|
2962
|
-
.verify-no-border input[data-v-
|
|
2963
|
-
.verify-no-border textarea[data-v-
|
|
2962
|
+
.verify-no-border input[data-v-5ba90c7b],
|
|
2963
|
+
.verify-no-border textarea[data-v-5ba90c7b] {
|
|
2964
2964
|
display: block;
|
|
2965
2965
|
background: none;
|
|
2966
2966
|
height: 90%;
|
|
2967
2967
|
width: 98%;
|
|
2968
2968
|
margin: 0 auto;
|
|
2969
2969
|
}
|
|
2970
|
-
.verify-no-border input[data-v-
|
|
2971
|
-
.verify-no-border textarea[data-v-
|
|
2970
|
+
.verify-no-border input[data-v-5ba90c7b]:disabled,
|
|
2971
|
+
.verify-no-border textarea[data-v-5ba90c7b]:disabled {
|
|
2972
2972
|
background: none !important;
|
|
2973
2973
|
color: #333;
|
|
2974
2974
|
}
|
|
2975
|
-
.verify[data-v-
|
|
2975
|
+
.verify[data-v-5ba90c7b] {
|
|
2976
2976
|
position: relative;
|
|
2977
2977
|
}
|
|
2978
|
-
.verify .inner-form-item[data-v-
|
|
2978
|
+
.verify .inner-form-item[data-v-5ba90c7b] .ant-form-item-control-wrapper {
|
|
2979
2979
|
border-bottom: none !important;
|
|
2980
2980
|
}
|
|
2981
|
-
.verify .inner-form-item[data-v-
|
|
2981
|
+
.verify .inner-form-item[data-v-5ba90c7b] .ant-form-item-children {
|
|
2982
2982
|
display: flex;
|
|
2983
2983
|
align-items: center;
|
|
2984
2984
|
justify-content: center;
|
|
2985
2985
|
width: 100%;
|
|
2986
2986
|
}
|
|
2987
|
-
.verify .inner-form-item[data-v-
|
|
2987
|
+
.verify .inner-form-item[data-v-5ba90c7b] .ant-form-item-children .textarea-wrapper {
|
|
2988
2988
|
width: 100%;
|
|
2989
2989
|
}
|
|
2990
|
-
.verify .verify-left[data-v-
|
|
2990
|
+
.verify .verify-left[data-v-5ba90c7b] {
|
|
2991
2991
|
position: absolute;
|
|
2992
2992
|
left: 0;
|
|
2993
2993
|
top: 0;
|
|
@@ -2998,57 +2998,57 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2998
2998
|
-moz-text-align-last: justify;
|
|
2999
2999
|
text-align-last: justify;
|
|
3000
3000
|
}
|
|
3001
|
-
.verify .verify-right[data-v-
|
|
3001
|
+
.verify .verify-right[data-v-5ba90c7b] {
|
|
3002
3002
|
height: 100%;
|
|
3003
3003
|
width: 100%;
|
|
3004
3004
|
position: relative;
|
|
3005
3005
|
}
|
|
3006
|
-
.verify .verify-right .verify-text[data-v-
|
|
3006
|
+
.verify .verify-right .verify-text[data-v-5ba90c7b] {
|
|
3007
3007
|
position: relative;
|
|
3008
3008
|
height: 70%;
|
|
3009
3009
|
padding-top: 5px;
|
|
3010
3010
|
border-bottom: 1px solid #e6e6e6;
|
|
3011
3011
|
}
|
|
3012
|
-
.verify .verify-right .verify-text .verify-btn[data-v-
|
|
3012
|
+
.verify .verify-right .verify-text .verify-btn[data-v-5ba90c7b] {
|
|
3013
3013
|
position: absolute;
|
|
3014
3014
|
right: 10px;
|
|
3015
3015
|
bottom: 10px;
|
|
3016
3016
|
z-index: 10;
|
|
3017
3017
|
}
|
|
3018
|
-
.verify .verify-right .verify-text span[data-v-
|
|
3018
|
+
.verify .verify-right .verify-text span[data-v-5ba90c7b] {
|
|
3019
3019
|
display: block;
|
|
3020
3020
|
border: none;
|
|
3021
3021
|
height: 100%;
|
|
3022
3022
|
}
|
|
3023
|
-
.verify .verify-right .verify-seal[data-v-
|
|
3023
|
+
.verify .verify-right .verify-seal[data-v-5ba90c7b] {
|
|
3024
3024
|
position: absolute;
|
|
3025
3025
|
width: 35mm;
|
|
3026
3026
|
height: 35mm;
|
|
3027
3027
|
z-index: 9 !important;
|
|
3028
3028
|
}
|
|
3029
|
-
.verify .verify-right .verify-seal img[data-v-
|
|
3029
|
+
.verify .verify-right .verify-seal img[data-v-5ba90c7b] {
|
|
3030
3030
|
width: 35mm;
|
|
3031
3031
|
height: 35mm;
|
|
3032
3032
|
}
|
|
3033
|
-
.verify .verify-right .verify-icon[data-v-
|
|
3033
|
+
.verify .verify-right .verify-icon[data-v-5ba90c7b] {
|
|
3034
3034
|
position: absolute;
|
|
3035
3035
|
right: 3%;
|
|
3036
3036
|
top: 3%;
|
|
3037
3037
|
z-index: 20;
|
|
3038
3038
|
cursor: pointer;
|
|
3039
3039
|
}
|
|
3040
|
-
.verify .verify-option[data-v-
|
|
3040
|
+
.verify .verify-option[data-v-5ba90c7b] {
|
|
3041
3041
|
display: flex;
|
|
3042
3042
|
height: 30%;
|
|
3043
3043
|
}
|
|
3044
|
-
.verify .verify-option > div[data-v-
|
|
3044
|
+
.verify .verify-option > div[data-v-5ba90c7b] {
|
|
3045
3045
|
flex: 1;
|
|
3046
3046
|
border-right: 1px solid #e6e6e6;
|
|
3047
3047
|
display: flex;
|
|
3048
3048
|
justify-content: space-between;
|
|
3049
3049
|
align-items: center;
|
|
3050
3050
|
}
|
|
3051
|
-
.verify .verify-option > div span[data-v-
|
|
3051
|
+
.verify .verify-option > div span[data-v-5ba90c7b] {
|
|
3052
3052
|
text-align: center;
|
|
3053
3053
|
flex: 2;
|
|
3054
3054
|
border-right: 1px solid #e6e6e6;
|
|
@@ -3057,36 +3057,36 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3057
3057
|
align-items: center;
|
|
3058
3058
|
justify-content: center;
|
|
3059
3059
|
}
|
|
3060
|
-
.verify .verify-option > div span + span[data-v-
|
|
3061
|
-
.verify .verify-option > div span + .inner-form-item[data-v-
|
|
3060
|
+
.verify .verify-option > div span + span[data-v-5ba90c7b],
|
|
3061
|
+
.verify .verify-option > div span + .inner-form-item[data-v-5ba90c7b] {
|
|
3062
3062
|
border-right: none;
|
|
3063
3063
|
flex: 4;
|
|
3064
3064
|
}
|
|
3065
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-
|
|
3065
|
+
.verify .verify-option > div:nth-child(2) > span[data-v-5ba90c7b]:last-child {
|
|
3066
3066
|
box-sizing: border-box;
|
|
3067
3067
|
padding: 1px;
|
|
3068
3068
|
}
|
|
3069
|
-
.verify .verify-option div[data-v-
|
|
3069
|
+
.verify .verify-option div[data-v-5ba90c7b]:last-child {
|
|
3070
3070
|
border-right: none;
|
|
3071
3071
|
}
|
|
3072
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3072
|
+
.verify-style_label_top > .ant-form-item[data-v-5ba90c7b] {
|
|
3073
3073
|
display: flex;
|
|
3074
3074
|
flex-direction: column;
|
|
3075
3075
|
height: 100%;
|
|
3076
3076
|
}
|
|
3077
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3077
|
+
.verify-style_label_top > .ant-form-item[data-v-5ba90c7b] .verify-right {
|
|
3078
3078
|
height: 100% !important;
|
|
3079
3079
|
}
|
|
3080
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3080
|
+
.verify-style_label_top > .ant-form-item[data-v-5ba90c7b] .ant-form-item-label {
|
|
3081
3081
|
position: relative;
|
|
3082
3082
|
width: 100% !important;
|
|
3083
3083
|
height: 50px;
|
|
3084
3084
|
border-bottom: 1px solid #000 !important;
|
|
3085
3085
|
}
|
|
3086
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3086
|
+
.verify-style_label_top > .ant-form-item[data-v-5ba90c7b] .ant-form-item-label label {
|
|
3087
3087
|
width: 100%;
|
|
3088
3088
|
}
|
|
3089
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3089
|
+
.verify-style_label_top > .ant-form-item[data-v-5ba90c7b] .ant-form-item-label .align-between {
|
|
3090
3090
|
width: 100% !important;
|
|
3091
3091
|
align-items: flex-start;
|
|
3092
3092
|
-moz-text-align-last: left;
|
|
@@ -3095,63 +3095,63 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3095
3095
|
letter-spacing: 8px;
|
|
3096
3096
|
text-indent: 10px;
|
|
3097
3097
|
}
|
|
3098
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3098
|
+
.verify-style_label_top > .ant-form-item[data-v-5ba90c7b] .ant-form-item-control-wrapper {
|
|
3099
3099
|
width: 100%!important;
|
|
3100
3100
|
height: initial !important;
|
|
3101
3101
|
flex: 1;
|
|
3102
3102
|
overflow: hidden;
|
|
3103
3103
|
}
|
|
3104
|
-
.verify-style_grid_verify[data-v-
|
|
3104
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify .ant-form-item-control-wrapper {
|
|
3105
3105
|
border-right: none;
|
|
3106
3106
|
border-bottom: none;
|
|
3107
3107
|
}
|
|
3108
|
-
.verify-style_grid_verify[data-v-
|
|
3108
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify .ant-form-item-label {
|
|
3109
3109
|
border-bottom: none;
|
|
3110
3110
|
}
|
|
3111
|
-
.verify-style_grid_verify .verify-style_label_top[data-v-
|
|
3111
|
+
.verify-style_grid_verify .verify-style_label_top[data-v-5ba90c7b] .ant-form-item-label {
|
|
3112
3112
|
border-right: none !important;
|
|
3113
3113
|
}
|
|
3114
|
-
.verify-style_grid_verify[data-v-
|
|
3114
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right {
|
|
3115
3115
|
border: none;
|
|
3116
3116
|
}
|
|
3117
|
-
.verify-style_grid_verify[data-v-
|
|
3117
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-text {
|
|
3118
3118
|
height: 50%;
|
|
3119
3119
|
}
|
|
3120
|
-
.verify-style_grid_verify[data-v-
|
|
3120
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-option {
|
|
3121
3121
|
height: 50%;
|
|
3122
3122
|
flex-wrap: wrap;
|
|
3123
3123
|
display: grid;
|
|
3124
3124
|
grid-template-rows: repeat(2, 50%);
|
|
3125
3125
|
grid-template-columns: repeat(2, 50%);
|
|
3126
3126
|
}
|
|
3127
|
-
.verify-style_grid_verify[data-v-
|
|
3127
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-option > div:first-child {
|
|
3128
3128
|
grid-area: 1 / span 1 / span 1;
|
|
3129
3129
|
}
|
|
3130
|
-
.verify-style_grid_verify[data-v-
|
|
3130
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-option > div:nth-child(2) {
|
|
3131
3131
|
grid-area: 0.5 / span 1 / span 1;
|
|
3132
3132
|
}
|
|
3133
|
-
.verify-style_grid_verify[data-v-
|
|
3133
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-option > div:nth-child(3) {
|
|
3134
3134
|
grid-area: 2 / span 2 / span 1;
|
|
3135
3135
|
}
|
|
3136
|
-
.verify-style_grid_verify[data-v-
|
|
3136
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-option > div {
|
|
3137
3137
|
height: 100%;
|
|
3138
3138
|
box-sizing: border-box;
|
|
3139
3139
|
}
|
|
3140
|
-
.verify-style_grid_verify[data-v-
|
|
3140
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-option > div > span:first-child {
|
|
3141
3141
|
flex: initial;
|
|
3142
3142
|
padding: 0 3px;
|
|
3143
3143
|
}
|
|
3144
|
-
.verify-style_grid_verify[data-v-
|
|
3144
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-option > div span + span {
|
|
3145
3145
|
flex: 3;
|
|
3146
3146
|
overflow: hidden;
|
|
3147
3147
|
}
|
|
3148
|
-
.verify-style_grid_verify[data-v-
|
|
3148
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-option > div:first-child {
|
|
3149
3149
|
flex: 0 1 calc(50% + 20px);
|
|
3150
3150
|
}
|
|
3151
|
-
.verify-style_grid_verify[data-v-
|
|
3151
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-option > div:nth-child(2) {
|
|
3152
3152
|
border-right: none;
|
|
3153
3153
|
}
|
|
3154
|
-
.verify-style_grid_verify[data-v-
|
|
3154
|
+
.verify-style_grid_verify[data-v-5ba90c7b] .verify-right .verify-option > div:last-child {
|
|
3155
3155
|
flex: 0 0 100%;
|
|
3156
3156
|
border-top: 1px solid #000;
|
|
3157
3157
|
}
|
|
@@ -74579,7 +74579,7 @@ Sortable.mount(Remove, Revert);
|
|
|
74579
74579
|
/* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(38);
|
|
74580
74580
|
/* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(6955);
|
|
74581
74581
|
/* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7165);
|
|
74582
|
-
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
74582
|
+
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7015);
|
|
74583
74583
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2980);
|
|
74584
74584
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
74585
74585
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7203);
|
|
@@ -77054,7 +77054,7 @@ module.exports = {
|
|
|
77054
77054
|
|
|
77055
77055
|
/***/ }),
|
|
77056
77056
|
|
|
77057
|
-
/***/
|
|
77057
|
+
/***/ 7015:
|
|
77058
77058
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
77059
77059
|
|
|
77060
77060
|
"use strict";
|
|
@@ -78557,13 +78557,13 @@ var defaultValueWithSql_component = (0,componentNormalizer/* default */.Z)(
|
|
|
78557
78557
|
)
|
|
78558
78558
|
|
|
78559
78559
|
/* harmony default export */ const defaultValueWithSql = (defaultValueWithSql_component.exports);
|
|
78560
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=template&id=
|
|
78561
|
-
var
|
|
78560
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=template&id=3f0bb66d&scoped=true&
|
|
78561
|
+
var datasetManagementvue_type_template_id_3f0bb66d_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":'选择数据集',"width":900,"visible":_vm.visible,"destroyOnClose":true,"centered":true,"cancelText":"关闭","wrapClassName":"ant-modal-cust-warp","maskClosable":false},on:{"ok":_vm.handleOk,"cancel":_vm.handleCancel}},[_c('div',{staticClass:"datasetManagement",staticStyle:{"display":"flex","justify-content":"space-between","min-height":"700px"}},[_c('a-card',{staticStyle:{"flex":"4","margin-right":"10px","height":"700px","overflow-y":"auto","background-color":"#f2f2f2"},attrs:{"bordered":false}},[_c('a-spin',{attrs:{"spinning":_vm.loadingModal}},[_c('div',[_c('div',{staticClass:"ellipsis",staticStyle:{"cursor":"pointer","padding":"0px 5px","display":"flex","align-items":"center"},on:{"click":function($event){_vm.classificationList.parent.isDown = !_vm.classificationList.parent.isDown}}},[(_vm.classificationList.parent.isDown)?_c('a-icon',{attrs:{"type":"caret-down"}}):_c('a-icon',{attrs:{"type":"caret-right"}}),_c('div',{staticStyle:{"display":"flex","justify-content":"space-between","align-items":"center","width":"100%"}},[_c('span',{staticStyle:{"margin-left":"5px"}},[_vm._v(_vm._s(_vm.classificationList.parent.title))])])],1),_vm._l((_vm.classificationList.children),function(item){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.classificationList.parent.isDown),expression:"classificationList.parent.isDown"}],key:item.id,staticClass:"ellipsis",class:{ classificationItem: _vm.classificationActived === item.itemValue },staticStyle:{"padding":"0px 5px 0 10px","margin-left":"10px"},on:{"click":function($event){return _vm.clickFn(item)}}},[_c('div',{staticStyle:{"display":"flex","justify-content":"space-between","align-items":"center"}},[_c('span',{directives:[{name:"ellipsis",rawName:"v-ellipsis",value:(1),expression:"1"}]},[_vm._v(_vm._s(item.itemText))])])])})],2)])],1),_c('a-card',{staticStyle:{"flex":"12"},attrs:{"bordered":false}},[_c('div',{staticClass:"table-page-search-wrapper"},[_c('a-form',{attrs:{"layout":"inline"}},[_c('a-row',{attrs:{"gutter":24}},[_c('a-col',{attrs:{"span":8}},[_c('a-form-item',[_c('a-input',{attrs:{"placeholder":"请输入数据集名称","maxLength":40},model:{value:(_vm.queryParam.setName),callback:function ($$v) {_vm.$set(_vm.queryParam, "setName", $$v)},expression:"queryParam.setName"}})],1)],1),_c('a-col',{attrs:{"span":8}},[_c('span',{staticClass:"table-page-search-submitButtons",staticStyle:{"float":"left","overflow":"hidden"}},[_c('a-button',{attrs:{"type":"primary","icon":"search"},on:{"click":_vm.searchQuery}},[_vm._v("查询")]),_c('a-button',{staticStyle:{"margin-left":"8px"},attrs:{"type":"primary","icon":"reload"},on:{"click":_vm.reset}},[_vm._v("重置")])],1)])],1)],1)],1),_c('div',{staticClass:"content"},[_c('a-table',{ref:"table",attrs:{"size":"middle","defaultExpandAllRows":true,"bordered":"","rowKey":"id","columns":_vm.columns,"dataSource":_vm.dataSource,"pagination":_vm.ipagination,"loading":_vm.loading,"rowSelection":{
|
|
78562
78562
|
selectedRowKeys: _vm.selectedRowKeys,
|
|
78563
78563
|
onChange: _vm.onSelectChange,
|
|
78564
78564
|
type: 'radio'
|
|
78565
78565
|
}},on:{"change":_vm.handleTableChange}})],1)])],1)])}
|
|
78566
|
-
var
|
|
78566
|
+
var datasetManagementvue_type_template_id_3f0bb66d_scoped_true_staticRenderFns = []
|
|
78567
78567
|
|
|
78568
78568
|
|
|
78569
78569
|
// EXTERNAL MODULE: ./src/utils/util.js
|
|
@@ -79080,6 +79080,7 @@ const JeecgListMixin = {
|
|
|
79080
79080
|
// 关闭弹框
|
|
79081
79081
|
handleCancel() {
|
|
79082
79082
|
this.visible = false;
|
|
79083
|
+
this.queryParam = {};
|
|
79083
79084
|
},
|
|
79084
79085
|
// 初始化数据
|
|
79085
79086
|
init(options, isNeedDataType) {
|
|
@@ -79203,10 +79204,10 @@ const JeecgListMixin = {
|
|
|
79203
79204
|
});
|
|
79204
79205
|
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=script&lang=js&
|
|
79205
79206
|
/* harmony default export */ const Modals_datasetManagementvue_type_script_lang_js_ = (datasetManagementvue_type_script_lang_js_);
|
|
79206
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=
|
|
79207
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=3f0bb66d&prod&scoped=true&lang=css&
|
|
79207
79208
|
// extracted by mini-css-extract-plugin
|
|
79208
79209
|
|
|
79209
|
-
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=
|
|
79210
|
+
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=3f0bb66d&prod&scoped=true&lang=css&
|
|
79210
79211
|
|
|
79211
79212
|
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue
|
|
79212
79213
|
|
|
@@ -79219,11 +79220,11 @@ const JeecgListMixin = {
|
|
|
79219
79220
|
|
|
79220
79221
|
var datasetManagement_component = (0,componentNormalizer/* default */.Z)(
|
|
79221
79222
|
Modals_datasetManagementvue_type_script_lang_js_,
|
|
79222
|
-
|
|
79223
|
-
|
|
79223
|
+
datasetManagementvue_type_template_id_3f0bb66d_scoped_true_render,
|
|
79224
|
+
datasetManagementvue_type_template_id_3f0bb66d_scoped_true_staticRenderFns,
|
|
79224
79225
|
false,
|
|
79225
79226
|
null,
|
|
79226
|
-
"
|
|
79227
|
+
"3f0bb66d",
|
|
79227
79228
|
null
|
|
79228
79229
|
|
|
79229
79230
|
)
|
|
@@ -86877,8 +86878,8 @@ var AllLayout_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
86877
86878
|
widgetSetup: AllLayout_widgetSetup,
|
|
86878
86879
|
widgetDesign: AllLayout_widgetDesign
|
|
86879
86880
|
});
|
|
86880
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=template&id=
|
|
86881
|
-
var
|
|
86881
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=template&id=4280a8d4&scoped=true&
|
|
86882
|
+
var componentvue_type_template_id_4280a8d4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{staticClass:"custom_form_item custom_form_item_special",style:({ height: _vm.widget.options.height + 'px' })},[_c('a-form-model-item',{ref:_vm.widget.model,attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"prop":_vm.tableKey ? (_vm.tableKey + "." + _vm.tableIndex + "." + (_vm.widget.model)) : _vm.widget.model,"rules":_vm.tableKey ? _vm.rules[_vm.tableKey][_vm.widget.model] : _vm.rules[_vm.widget.model]}},[_c('div',{staticClass:"verify clear verify-no-border",style:({ height: _vm.widget.options.height + 'px' })},[_c('a-form-model-item',{attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol}},[_c('div',{class:[
|
|
86882
86883
|
_vm.config.align,
|
|
86883
86884
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
86884
86885
|
? 'is_required'
|
|
@@ -86887,7 +86888,7 @@ var componentvue_type_template_id_0cee0678_scoped_true_render = function () {var
|
|
|
86887
86888
|
}},on:{"confirm":function($event){return _vm.handleSeal(2)}}},[_c('a',{attrs:{"href":"#"}},[_vm._v("盖章")])])],1)]:_vm._e(),(_vm.widget.options.isAuditing == '1' && _vm.widget.model === _vm.verifyNode)?[_c('div',{staticClass:"tw-flex flex-gap-[6px] tw-items-center tw-absolute tw-leading-[30px]",staticStyle:{"display":"flex","position":"absolute","align-items":"center","line-height":"30px","font-size":"13px","right":"1%","bottom":"20px","z-index":"10"}},[_c('span',[_vm._v("推荐审核意见:")]),_vm._l((_vm.notes),function(item,idx){return _c('span',{key:idx,staticClass:"tw-cursor-pointer tw-h-[23px] tw-mr-[10px] tw-px-[14px] tw-rounded-[6px] tw-leading-[23px] tw-bg-[#ecf5fc] tw-text-[#006EC5]",staticStyle:{"cursor":"pointer","line-height":"23px","height":"23px","margin-right":"10px","background":"#ecf5fc","padding":"0 14px","border-radius":"6px","color":"#006EC5"},on:{"click":function($event){_vm.models[_vm.widget.model].comments = item}}},[_vm._v(_vm._s(item))])})],2)]:_vm._e()],2),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('span',[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":("[" + (_vm.widget.model) + "].operation"),"rules":_vm.verifyRules.operation}},[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(_vm.models[_vm.widget.model]),expression:"models[widget.model]"}],style:({ width: '90%' }),attrs:{"disabled":_vm.widget.model !== _vm.verifyNode,"value":_vm.models[_vm.widget.model].operation},on:{"change":_vm.handleChange}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)],1)]),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),(_vm.widget.model == _vm.verifyNode)?[(_vm.widget.options.platform && !_vm.userSign)?_c('span',[_c('a-popconfirm',{attrs:{"title":"请确认是否添加签名?","ok-text":"是","cancel-text":"否","getPopupContainer":function (triggerNode) {
|
|
86888
86889
|
return triggerNode.parentNode || _vm.document.body;
|
|
86889
86890
|
}},on:{"confirm":function($event){return _vm.handleSeal(1)}}},[_c('a-button',{attrs:{"type":"link"}},[_vm._v("签名")])],1)],1):(_vm.userSign)?_c('span',[_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.userSign.startsWith('data:image') ? _vm.userSign: (_vm.imgUrl + _vm.userSign),"alt":""}}),_c('a-icon',{attrs:{"name":"close"}})],1):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]:[(_vm.models[_vm.widget.model].userSign)?_c('span',[_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.models[_vm.widget.model].userSign.startsWith('data:image') ? _vm.models[_vm.widget.model].userSign : (_vm.imgUrl + _vm.models[_vm.widget.model].userSign),"alt":""}})]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operationTime : "")+" ")])])])],2)])],1)]),(_vm.widget.model == _vm.verifyNode && _vm.widget.options.platform)?_c('a-modal',{attrs:{"zIndex":100000,"title":"选择签名签章","footer":null},model:{value:(_vm.platformVisible),callback:function ($$v) {_vm.platformVisible=$$v},expression:"platformVisible"}},[_c('a-spin',{attrs:{"tip":"加载中","spinning":_vm.iframeLoading}},[_c('iframe',{ref:"platformIframe",staticStyle:{"width":"100%","height":"470px"},attrs:{"src":_vm.platformUrl},on:{"load":_vm.platformIframeLoad,"error":function($event){_vm.iframeLoading = false; _vm.$message.error('页面加载失败')}}})])],1):_vm._e()],1):_vm._e()}
|
|
86890
|
-
var
|
|
86891
|
+
var componentvue_type_template_id_4280a8d4_scoped_true_staticRenderFns = []
|
|
86891
86892
|
|
|
86892
86893
|
|
|
86893
86894
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.30.2@core-js/modules/es.symbol.description.js
|
|
@@ -87404,6 +87405,22 @@ const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve
|
|
|
87404
87405
|
this.isShowSeal = true;
|
|
87405
87406
|
this.isShowBtn = false;
|
|
87406
87407
|
this.changeModel("userSeal", this.userSeal);
|
|
87408
|
+
if (dataType === 2) {
|
|
87409
|
+
this.$nextTick(() => {
|
|
87410
|
+
const {
|
|
87411
|
+
width,
|
|
87412
|
+
height,
|
|
87413
|
+
x,
|
|
87414
|
+
y
|
|
87415
|
+
} = this.initCdrUserSeal;
|
|
87416
|
+
this.changeModel("userSealPosition", {
|
|
87417
|
+
left: x,
|
|
87418
|
+
top: null,
|
|
87419
|
+
width,
|
|
87420
|
+
height
|
|
87421
|
+
});
|
|
87422
|
+
});
|
|
87423
|
+
}
|
|
87407
87424
|
},
|
|
87408
87425
|
//关闭盖章
|
|
87409
87426
|
handleClose() {
|
|
@@ -87484,7 +87501,7 @@ const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve
|
|
|
87484
87501
|
if (this.userSeal || this.widget.options.platform) {
|
|
87485
87502
|
let arr = this.suggest.find(item => item.value == val);
|
|
87486
87503
|
if (arr.description == "TIJIAO") {
|
|
87487
|
-
if (this.isShowSeal) this.isShowBtn = true;
|
|
87504
|
+
if (!this.isShowSeal) this.isShowBtn = true;
|
|
87488
87505
|
} else {
|
|
87489
87506
|
this.isShowBtn = false;
|
|
87490
87507
|
this.isShowSeal = false;
|
|
@@ -87501,10 +87518,10 @@ const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve
|
|
|
87501
87518
|
});
|
|
87502
87519
|
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue?vue&type=script&lang=js&
|
|
87503
87520
|
/* harmony default export */ const components_Verify_componentvue_type_script_lang_js_ = (Verify_componentvue_type_script_lang_js_);
|
|
87504
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=
|
|
87521
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=4280a8d4&prod&lang=less&scoped=true&
|
|
87505
87522
|
// extracted by mini-css-extract-plugin
|
|
87506
87523
|
|
|
87507
|
-
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=
|
|
87524
|
+
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=4280a8d4&prod&lang=less&scoped=true&
|
|
87508
87525
|
|
|
87509
87526
|
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue
|
|
87510
87527
|
|
|
@@ -87517,11 +87534,11 @@ const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve
|
|
|
87517
87534
|
|
|
87518
87535
|
var Verify_component_component = (0,componentNormalizer/* default */.Z)(
|
|
87519
87536
|
components_Verify_componentvue_type_script_lang_js_,
|
|
87520
|
-
|
|
87521
|
-
|
|
87537
|
+
componentvue_type_template_id_4280a8d4_scoped_true_render,
|
|
87538
|
+
componentvue_type_template_id_4280a8d4_scoped_true_staticRenderFns,
|
|
87522
87539
|
false,
|
|
87523
87540
|
null,
|
|
87524
|
-
"
|
|
87541
|
+
"4280a8d4",
|
|
87525
87542
|
null
|
|
87526
87543
|
|
|
87527
87544
|
)
|
|
@@ -115785,8 +115802,8 @@ var RichEditor_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
115785
115802
|
widgetSetup: RichEditor_widgetSetup,
|
|
115786
115803
|
widgetDesign: RichEditor_widgetDesign
|
|
115787
115804
|
});
|
|
115788
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=template&id=
|
|
115789
|
-
var
|
|
115805
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=template&id=5ba90c7b&scoped=true&
|
|
115806
|
+
var componentvue_type_template_id_5ba90c7b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{class:("custom_form_item custom_form_item_special " + (_vm.widget.options.type === 'grid-verify' ? 'verify-style_grid_verify' : '')),style:({
|
|
115790
115807
|
height: _vm.widget.options.type === 'grid-verify' ? '100%' : (_vm.widget.options.height * (_vm.verifyLogsList.length + 1) + 'px'),
|
|
115791
115808
|
borderRight: _vm.widget.options.type === 'grid-verify' ? '1px solid #000' : ''
|
|
115792
115809
|
})},[_c('a-form-model-item',{ref:_vm.widget.model,attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"prop":_vm.tableKey ? (_vm.tableKey + "." + _vm.tableIndex + "." + (_vm.widget.model)) : _vm.widget.model,"rules":_vm.tableKey ? _vm.rules[_vm.tableKey][_vm.widget.model] : _vm.rules[_vm.widget.model]}},[_c('div',{class:("verify clear verify-no-border verify-style_label_" + (_vm.widget.options.labelPosition)),style:({ height: _vm.widget.options.type === 'grid-verify' ? '100%' : (_vm.widget.options.height * (_vm.verifyLogsList.length + 1) + 'px') })},[_c('a-form-model-item',{attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol}},[_c('div',{class:[
|
|
@@ -115796,7 +115813,7 @@ var componentvue_type_template_id_bc6bb61e_scoped_true_render = function () {var
|
|
|
115796
115813
|
: 'no_required' ],style:({ color: _vm.config.color }),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_vm._l((_vm.verifyLogsList),function(log,idx){return [_c('div',{staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor, height: ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important"), 'border-bottom': '1px solid '+_vm.config.borderColor })},[(log.userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.getUserSealPosition({ left: log['sealPositionLeft'], top: log['sealPositionTop']}), {position: 'absolute'}))},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + log.userSeal,"alt":""}})]):_vm._e(),_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('span',[(log['note'])?_c('a-input',{style:({ position: 'relative', zIndex: 2 }),attrs:{"type":"textarea","rows":"4","disabled":true,"placeholder":_vm.widget.options.placeholder},model:{value:(log['note']),callback:function ($$v) {_vm.$set(log, 'note', $$v)},expression:"log['note']"}}):_vm._e()],1)]),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('span',[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(log['shenpiYijian']),expression:"log['shenpiYijian']"}],style:({ width: '90%' }),attrs:{"disabled":true,"default-value":log['shenpiYijian']}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)]),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),[(log['userSign'])?_c('span',[(log['userSign'].startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + log['userSign'],"alt":""}}):_c('span',[_vm._v(" "+_vm._s(log['userSign'])+" ")])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(log['realname'] || '')+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',[_vm._v(" "+_vm._s(log['shenpiTime'])+" ")])])])])]}),_c('div',{ref:"verifyRight",staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor, height: _vm.widget.options.type === 'grid-verify' ? '100%' : ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important") , position: 'relative' })},[(_vm.widget.model == _vm.verifyNode)?[(_vm.userSeal && _vm.isShowSeal)?_c('vdr',{staticStyle:{"position":"absolute","z-index":"999"},attrs:{"w":_vm.initCdrUserSeal.width,"h":_vm.initCdrUserSeal.height,"y":_vm.initCdrUserSeal.y,"x":_vm.initCdrUserSeal.x,"resizable":false,"parent":true},on:{"dragging":_vm.onSealDrag}},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + _vm.userSeal,"alt":""}}),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.userSeal && _vm.isShowSeal),expression:"userSeal && isShowSeal"}],staticClass:"verify-icon",staticStyle:{"font-size":"18px"},attrs:{"type":"close"},on:{"click":_vm.handleClose}})],1):_vm._e()]:[(_vm.models[_vm.widget.model] && _vm.models[_vm.widget.model].userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.userSealPosition, {position: 'absolute'}))},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + _vm.models[_vm.widget.model].userSeal,"alt":""}})]):_vm._e()],_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".comments"),"rules":_vm.verifyRules.comments}},[(_vm.models[_vm.widget.model])?_c('text-area',{style:({ position: 'relative', zIndex: 2 }),attrs:{"type":"textarea","show-word-limit":"","max-length":_vm.widget.options.commentsLength,"disabled":_vm.widget.model !== _vm.verifyNode,"rows":"4","placeholder":_vm.widget.options.placeholder},model:{value:(_vm.models[_vm.widget.model].comments),callback:function ($$v) {_vm.$set(_vm.models[_vm.widget.model], "comments", $$v)},expression:"models[widget.model].comments"}}):_vm._e()],1),(_vm.widget.model == _vm.verifyNode)?[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowBtn),expression:"isShowBtn"}],staticClass:"verify-btn",style:({bottom: _vm.widget.options.isAuditing == '1' ? '40px' : '2%'})},[_c('a-popconfirm',{attrs:{"title":"请确认是否添加印章?","ok-text":"是","cancel-text":"否","getPopupContainer":function (triggerNode) {
|
|
115797
115814
|
return triggerNode.parentNode || _vm.document.body;
|
|
115798
115815
|
}},on:{"confirm":_vm.handleSeal}},[_c('a',{attrs:{"href":"#"}},[_vm._v("盖章")])])],1)]:_vm._e(),(_vm.widget.options.isAuditing == '1' && _vm.widget.model === _vm.verifyNode)?[_c('div',{staticClass:"tw-flex flex-gap-[6px] tw-items-center tw-absolute tw-leading-[30px]",staticStyle:{"display":"flex","position":"absolute","align-items":"center","line-height":"30px","font-size":"13px","right":"1%","bottom":"20px","z-index":"10"}},[_c('span',[_vm._v("推荐审核意见:")]),_vm._l((_vm.notes),function(item,idx){return _c('span',{key:idx,staticClass:"tw-cursor-pointer tw-h-[23px] tw-mr-[10px] tw-px-[14px] tw-rounded-[6px] tw-leading-[23px] tw-bg-[#ecf5fc] tw-text-[#006EC5]",staticStyle:{"cursor":"pointer","line-height":"23px","height":"23px","margin-right":"10px","background":"#ecf5fc","padding":"0 14px","border-radius":"6px","color":"#006EC5"},on:{"click":function($event){_vm.models[_vm.widget.model].comments = item}}},[_vm._v(_vm._s(item))])})],2)]:_vm._e()],2),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".operation"),"rules":_vm.verifyRules.operation}},[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(_vm.models[_vm.widget.model]),expression:"models[widget.model]"}],style:({ width: '90%' }),attrs:{"disabled":_vm.widget.model !== _vm.verifyNode,"value":_vm.models[_vm.widget.model].operation},on:{"change":_vm.handleChange}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)],1),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),(_vm.widget.model == _vm.verifyNode)?[(_vm.userSign)?_c('span',[(_vm.userSign.startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + _vm.userSign,"alt":""}}):_c('span',[_vm._v(" "+_vm._s(_vm.userSign)+" ")])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]:[(_vm.models[_vm.widget.model].userSign)?_c('span',[(_vm.models[_vm.widget.model].userSign.startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + _vm.models[_vm.widget.model].userSign,"alt":""}}):_c('span',[_vm._v(_vm._s(_vm.models[_vm.widget.model].userSign))])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operationTime : "")+" ")])])])],2)],2)],1)])],1):_vm._e()}
|
|
115799
|
-
var
|
|
115816
|
+
var componentvue_type_template_id_5ba90c7b_scoped_true_staticRenderFns = []
|
|
115800
115817
|
|
|
115801
115818
|
|
|
115802
115819
|
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/components/TextArea/TextArea.vue?vue&type=template&id=64726beb&scoped=true&
|
|
@@ -116372,6 +116389,20 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116372
116389
|
this.isShowSeal = true;
|
|
116373
116390
|
this.isShowBtn = false;
|
|
116374
116391
|
this.changeModel("userSeal", this.userSeal);
|
|
116392
|
+
this.$nextTick(() => {
|
|
116393
|
+
const {
|
|
116394
|
+
width,
|
|
116395
|
+
height,
|
|
116396
|
+
x,
|
|
116397
|
+
y
|
|
116398
|
+
} = this.initCdrUserSeal;
|
|
116399
|
+
this.changeModel("userSealPosition", {
|
|
116400
|
+
left: x,
|
|
116401
|
+
top: null,
|
|
116402
|
+
width,
|
|
116403
|
+
height
|
|
116404
|
+
});
|
|
116405
|
+
});
|
|
116375
116406
|
},
|
|
116376
116407
|
//关闭盖章
|
|
116377
116408
|
handleClose() {
|
|
@@ -116467,10 +116498,10 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116467
116498
|
});
|
|
116468
116499
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=script&lang=js&
|
|
116469
116500
|
/* harmony default export */ const AllComponent_hnkj_Verify_componentvue_type_script_lang_js_ = (hnkj_Verify_componentvue_type_script_lang_js_);
|
|
116470
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=
|
|
116501
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=5ba90c7b&prod&lang=less&scoped=true&
|
|
116471
116502
|
// extracted by mini-css-extract-plugin
|
|
116472
116503
|
|
|
116473
|
-
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=
|
|
116504
|
+
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=5ba90c7b&prod&lang=less&scoped=true&
|
|
116474
116505
|
|
|
116475
116506
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue
|
|
116476
116507
|
|
|
@@ -116483,11 +116514,11 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116483
116514
|
|
|
116484
116515
|
var hnkj_Verify_component_component = (0,componentNormalizer/* default */.Z)(
|
|
116485
116516
|
AllComponent_hnkj_Verify_componentvue_type_script_lang_js_,
|
|
116486
|
-
|
|
116487
|
-
|
|
116517
|
+
componentvue_type_template_id_5ba90c7b_scoped_true_render,
|
|
116518
|
+
componentvue_type_template_id_5ba90c7b_scoped_true_staticRenderFns,
|
|
116488
116519
|
false,
|
|
116489
116520
|
null,
|
|
116490
|
-
"
|
|
116521
|
+
"5ba90c7b",
|
|
116491
116522
|
null
|
|
116492
116523
|
|
|
116493
116524
|
)
|
|
@@ -139374,7 +139405,7 @@ var CorrectionItemvue_type_template_id_6fe27568_scoped_true_staticRenderFns = []
|
|
|
139374
139405
|
|
|
139375
139406
|
|
|
139376
139407
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
139377
|
-
var components = __webpack_require__(
|
|
139408
|
+
var components = __webpack_require__(7015);
|
|
139378
139409
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/CorrectionItem.vue?vue&type=script&lang=js&
|
|
139379
139410
|
//
|
|
139380
139411
|
//
|
|
@@ -141274,7 +141305,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
|
|
|
141274
141305
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
141275
141306
|
var manage = __webpack_require__(1474);
|
|
141276
141307
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
141277
|
-
var components = __webpack_require__(
|
|
141308
|
+
var components = __webpack_require__(7015);
|
|
141278
141309
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
141279
141310
|
var Bus = __webpack_require__(767);
|
|
141280
141311
|
// EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
|
|
@@ -145800,7 +145831,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
145800
145831
|
/***/ ((module) => {
|
|
145801
145832
|
|
|
145802
145833
|
"use strict";
|
|
145803
|
-
module.exports = {"i8":"1.1.
|
|
145834
|
+
module.exports = {"i8":"1.1.246"};
|
|
145804
145835
|
|
|
145805
145836
|
/***/ })
|
|
145806
145837
|
|
|
@@ -149101,7 +149132,7 @@ var es_array_sort = __webpack_require__(8284);
|
|
|
149101
149132
|
// EXTERNAL MODULE: ./src/form/util/util.js
|
|
149102
149133
|
var util = __webpack_require__(6955);
|
|
149103
149134
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
149104
|
-
var components = __webpack_require__(
|
|
149135
|
+
var components = __webpack_require__(7015);
|
|
149105
149136
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
149106
149137
|
var manage = __webpack_require__(1474);
|
|
149107
149138
|
// EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zscreate/form-component",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.246",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/form-component.umd.js",
|
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"@uppy/vue": "^1.0.1",
|
|
36
36
|
"@wangeditor/editor": "5.1.10",
|
|
37
37
|
"@wangeditor/editor-for-vue": "1.0.2",
|
|
38
|
+
"@zscreate/formula": "^1.0.2",
|
|
39
|
+
"ant-design-vue": "^1.7.8",
|
|
38
40
|
"core-js": "^3.8.3",
|
|
39
41
|
"moment": "^2.29.1",
|
|
40
42
|
"pubsub-js": "^1.9.3",
|