@zscreate/form-component 1.1.712 → 1.1.714
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 +58 -58
- package/dist/form-component.umd.js +19 -19
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -4570,22 +4570,22 @@ div {
|
|
|
4570
4570
|
}
|
|
4571
4571
|
|
|
4572
4572
|
|
|
4573
|
-
[data-v-
|
|
4573
|
+
[data-v-46f39e70] .ant-popover-inner-content {
|
|
4574
4574
|
width: 190px;
|
|
4575
4575
|
}
|
|
4576
|
-
[data-v-
|
|
4576
|
+
[data-v-46f39e70] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
4577
4577
|
width: calc(100% - 0px) !important;
|
|
4578
4578
|
}
|
|
4579
|
-
[data-v-
|
|
4579
|
+
[data-v-46f39e70] .ant-form-item-control {
|
|
4580
4580
|
height: 100%;
|
|
4581
4581
|
}
|
|
4582
4582
|
/***label对齐方式*/
|
|
4583
|
-
.custom_form_item .break[data-v-
|
|
4583
|
+
.custom_form_item .break[data-v-46f39e70] {
|
|
4584
4584
|
white-space: normal;
|
|
4585
4585
|
word-break: break-all;
|
|
4586
4586
|
word-wrap: break-word;
|
|
4587
4587
|
}
|
|
4588
|
-
.custom_form_item .align-between[data-v-
|
|
4588
|
+
.custom_form_item .align-between[data-v-46f39e70] {
|
|
4589
4589
|
white-space: normal;
|
|
4590
4590
|
word-break: break-all;
|
|
4591
4591
|
word-wrap: break-word;
|
|
@@ -4594,28 +4594,28 @@ div {
|
|
|
4594
4594
|
text-align-last: justify;
|
|
4595
4595
|
width: 80%;
|
|
4596
4596
|
}
|
|
4597
|
-
.custom_form_item .align-middle[data-v-
|
|
4597
|
+
.custom_form_item .align-middle[data-v-46f39e70] {
|
|
4598
4598
|
white-space: normal;
|
|
4599
4599
|
word-break: break-all;
|
|
4600
4600
|
word-wrap: break-word;
|
|
4601
4601
|
text-align: center;
|
|
4602
4602
|
width: 80%;
|
|
4603
4603
|
}
|
|
4604
|
-
.custom_form_item .align-left[data-v-
|
|
4604
|
+
.custom_form_item .align-left[data-v-46f39e70] {
|
|
4605
4605
|
white-space: normal;
|
|
4606
4606
|
word-break: break-all;
|
|
4607
4607
|
word-wrap: break-word;
|
|
4608
4608
|
text-align: left;
|
|
4609
4609
|
width: 80%;
|
|
4610
4610
|
}
|
|
4611
|
-
.custom_form_item .align-right[data-v-
|
|
4611
|
+
.custom_form_item .align-right[data-v-46f39e70] {
|
|
4612
4612
|
white-space: normal;
|
|
4613
4613
|
word-break: break-all;
|
|
4614
4614
|
word-wrap: break-word;
|
|
4615
4615
|
text-align: right;
|
|
4616
4616
|
width: 80%;
|
|
4617
4617
|
}
|
|
4618
|
-
.custom_form_item .align-center[data-v-
|
|
4618
|
+
.custom_form_item .align-center[data-v-46f39e70] {
|
|
4619
4619
|
white-space: normal;
|
|
4620
4620
|
word-break: break-all;
|
|
4621
4621
|
word-wrap: break-word;
|
|
@@ -4624,52 +4624,52 @@ div {
|
|
|
4624
4624
|
}
|
|
4625
4625
|
/***label对齐方式 */
|
|
4626
4626
|
/*****公共boder ****/
|
|
4627
|
-
[data-v-
|
|
4627
|
+
[data-v-46f39e70] .ant-form-item-control-wrapper {
|
|
4628
4628
|
border-right: none !important;
|
|
4629
4629
|
border-bottom: 1px solid #000;
|
|
4630
4630
|
}
|
|
4631
|
-
[data-v-
|
|
4631
|
+
[data-v-46f39e70] .ant-form-item-label {
|
|
4632
4632
|
border-bottom: 1px solid #000;
|
|
4633
4633
|
}
|
|
4634
|
-
.verify-right[data-v-
|
|
4634
|
+
.verify-right[data-v-46f39e70] {
|
|
4635
4635
|
border-right: 1px solid #000;
|
|
4636
4636
|
}
|
|
4637
|
-
.custom_form_item_special[data-v-
|
|
4637
|
+
.custom_form_item_special[data-v-46f39e70] .ant-form-item-children {
|
|
4638
4638
|
height: 100%;
|
|
4639
4639
|
}
|
|
4640
4640
|
/*****公共boder ****/
|
|
4641
|
-
.custom_form_item_special[data-v-
|
|
4641
|
+
.custom_form_item_special[data-v-46f39e70] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
4642
4642
|
width: 100%;
|
|
4643
4643
|
}
|
|
4644
|
-
.verify-no-border input[data-v-
|
|
4645
|
-
.verify-no-border textarea[data-v-
|
|
4644
|
+
.verify-no-border input[data-v-46f39e70],
|
|
4645
|
+
.verify-no-border textarea[data-v-46f39e70] {
|
|
4646
4646
|
display: block;
|
|
4647
4647
|
background: none;
|
|
4648
4648
|
height: 90%;
|
|
4649
4649
|
width: 98%;
|
|
4650
4650
|
margin: 0 auto;
|
|
4651
4651
|
}
|
|
4652
|
-
.verify-no-border input[data-v-
|
|
4653
|
-
.verify-no-border textarea[data-v-
|
|
4652
|
+
.verify-no-border input[data-v-46f39e70]:disabled,
|
|
4653
|
+
.verify-no-border textarea[data-v-46f39e70]:disabled {
|
|
4654
4654
|
background: none !important;
|
|
4655
4655
|
color: #333;
|
|
4656
4656
|
}
|
|
4657
|
-
.verify[data-v-
|
|
4657
|
+
.verify[data-v-46f39e70] {
|
|
4658
4658
|
position: relative;
|
|
4659
4659
|
}
|
|
4660
|
-
.verify .inner-form-item[data-v-
|
|
4660
|
+
.verify .inner-form-item[data-v-46f39e70] .ant-form-item-control-wrapper {
|
|
4661
4661
|
border-bottom: none !important;
|
|
4662
4662
|
}
|
|
4663
|
-
.verify .inner-form-item[data-v-
|
|
4663
|
+
.verify .inner-form-item[data-v-46f39e70] .ant-form-item-children {
|
|
4664
4664
|
display: flex;
|
|
4665
4665
|
align-items: center;
|
|
4666
4666
|
justify-content: center;
|
|
4667
4667
|
width: 100%;
|
|
4668
4668
|
}
|
|
4669
|
-
.verify .inner-form-item[data-v-
|
|
4669
|
+
.verify .inner-form-item[data-v-46f39e70] .ant-form-item-children .textarea-wrapper {
|
|
4670
4670
|
width: 100%;
|
|
4671
4671
|
}
|
|
4672
|
-
.verify .verify-left[data-v-
|
|
4672
|
+
.verify .verify-left[data-v-46f39e70] {
|
|
4673
4673
|
position: absolute;
|
|
4674
4674
|
left: 0;
|
|
4675
4675
|
top: 0;
|
|
@@ -4680,57 +4680,57 @@ div {
|
|
|
4680
4680
|
-moz-text-align-last: justify;
|
|
4681
4681
|
text-align-last: justify;
|
|
4682
4682
|
}
|
|
4683
|
-
.verify .verify-right[data-v-
|
|
4683
|
+
.verify .verify-right[data-v-46f39e70] {
|
|
4684
4684
|
height: 100%;
|
|
4685
4685
|
width: 100%;
|
|
4686
4686
|
position: relative;
|
|
4687
4687
|
}
|
|
4688
|
-
.verify .verify-right .verify-text[data-v-
|
|
4688
|
+
.verify .verify-right .verify-text[data-v-46f39e70] {
|
|
4689
4689
|
position: relative;
|
|
4690
4690
|
height: 70%;
|
|
4691
4691
|
padding-top: 5px;
|
|
4692
4692
|
border-bottom: 1px solid #e6e6e6;
|
|
4693
4693
|
}
|
|
4694
|
-
.verify .verify-right .verify-text .verify-btn[data-v-
|
|
4694
|
+
.verify .verify-right .verify-text .verify-btn[data-v-46f39e70] {
|
|
4695
4695
|
position: absolute;
|
|
4696
4696
|
right: 10px;
|
|
4697
4697
|
bottom: 10px;
|
|
4698
4698
|
z-index: 10;
|
|
4699
4699
|
}
|
|
4700
|
-
.verify .verify-right .verify-text span[data-v-
|
|
4700
|
+
.verify .verify-right .verify-text span[data-v-46f39e70] {
|
|
4701
4701
|
display: block;
|
|
4702
4702
|
border: none;
|
|
4703
4703
|
height: 100%;
|
|
4704
4704
|
}
|
|
4705
|
-
.verify .verify-right .verify-seal[data-v-
|
|
4705
|
+
.verify .verify-right .verify-seal[data-v-46f39e70] {
|
|
4706
4706
|
position: absolute;
|
|
4707
4707
|
width: 35mm;
|
|
4708
4708
|
height: 35mm;
|
|
4709
4709
|
z-index: 9 !important;
|
|
4710
4710
|
}
|
|
4711
|
-
.verify .verify-right .verify-seal img[data-v-
|
|
4711
|
+
.verify .verify-right .verify-seal img[data-v-46f39e70] {
|
|
4712
4712
|
width: 35mm;
|
|
4713
4713
|
height: 35mm;
|
|
4714
4714
|
}
|
|
4715
|
-
.verify .verify-right .verify-icon[data-v-
|
|
4715
|
+
.verify .verify-right .verify-icon[data-v-46f39e70] {
|
|
4716
4716
|
position: absolute;
|
|
4717
4717
|
right: 3%;
|
|
4718
4718
|
top: 3%;
|
|
4719
4719
|
z-index: 20;
|
|
4720
4720
|
cursor: pointer;
|
|
4721
4721
|
}
|
|
4722
|
-
.verify .verify-option[data-v-
|
|
4722
|
+
.verify .verify-option[data-v-46f39e70] {
|
|
4723
4723
|
display: flex;
|
|
4724
4724
|
height: 30%;
|
|
4725
4725
|
}
|
|
4726
|
-
.verify .verify-option > div[data-v-
|
|
4726
|
+
.verify .verify-option > div[data-v-46f39e70] {
|
|
4727
4727
|
flex: 1;
|
|
4728
4728
|
border-right: 1px solid #e6e6e6;
|
|
4729
4729
|
display: flex;
|
|
4730
4730
|
justify-content: space-between;
|
|
4731
4731
|
align-items: center;
|
|
4732
4732
|
}
|
|
4733
|
-
.verify .verify-option > div span[data-v-
|
|
4733
|
+
.verify .verify-option > div span[data-v-46f39e70] {
|
|
4734
4734
|
text-align: center;
|
|
4735
4735
|
flex: 2;
|
|
4736
4736
|
border-right: 1px solid #e6e6e6;
|
|
@@ -4739,36 +4739,36 @@ div {
|
|
|
4739
4739
|
align-items: center;
|
|
4740
4740
|
justify-content: center;
|
|
4741
4741
|
}
|
|
4742
|
-
.verify .verify-option > div span + span[data-v-
|
|
4743
|
-
.verify .verify-option > div span + .inner-form-item[data-v-
|
|
4742
|
+
.verify .verify-option > div span + span[data-v-46f39e70],
|
|
4743
|
+
.verify .verify-option > div span + .inner-form-item[data-v-46f39e70] {
|
|
4744
4744
|
border-right: none;
|
|
4745
4745
|
flex: 4;
|
|
4746
4746
|
}
|
|
4747
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-
|
|
4747
|
+
.verify .verify-option > div:nth-child(2) > span[data-v-46f39e70]:last-child {
|
|
4748
4748
|
box-sizing: border-box;
|
|
4749
4749
|
padding: 1px;
|
|
4750
4750
|
}
|
|
4751
|
-
.verify .verify-option div[data-v-
|
|
4751
|
+
.verify .verify-option div[data-v-46f39e70]:last-child {
|
|
4752
4752
|
border-right: none;
|
|
4753
4753
|
}
|
|
4754
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4754
|
+
.verify-style_label_top > .ant-form-item[data-v-46f39e70] {
|
|
4755
4755
|
display: flex;
|
|
4756
4756
|
flex-direction: column;
|
|
4757
4757
|
height: 100%;
|
|
4758
4758
|
}
|
|
4759
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4759
|
+
.verify-style_label_top > .ant-form-item[data-v-46f39e70] .verify-right {
|
|
4760
4760
|
height: 100% !important;
|
|
4761
4761
|
}
|
|
4762
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4762
|
+
.verify-style_label_top > .ant-form-item[data-v-46f39e70] .ant-form-item-label {
|
|
4763
4763
|
position: relative;
|
|
4764
4764
|
width: 100% !important;
|
|
4765
4765
|
height: 50px;
|
|
4766
4766
|
border-bottom: 1px solid #e6e6e6 !important;
|
|
4767
4767
|
}
|
|
4768
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4768
|
+
.verify-style_label_top > .ant-form-item[data-v-46f39e70] .ant-form-item-label label {
|
|
4769
4769
|
width: 100%;
|
|
4770
4770
|
}
|
|
4771
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4771
|
+
.verify-style_label_top > .ant-form-item[data-v-46f39e70] .ant-form-item-label .align-between {
|
|
4772
4772
|
width: 100% !important;
|
|
4773
4773
|
align-items: flex-start;
|
|
4774
4774
|
-moz-text-align-last: left;
|
|
@@ -4777,63 +4777,63 @@ div {
|
|
|
4777
4777
|
letter-spacing: 8px;
|
|
4778
4778
|
text-indent: 10px;
|
|
4779
4779
|
}
|
|
4780
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4780
|
+
.verify-style_label_top > .ant-form-item[data-v-46f39e70] .ant-form-item-control-wrapper {
|
|
4781
4781
|
width: 100%!important;
|
|
4782
4782
|
height: initial !important;
|
|
4783
4783
|
flex: 1;
|
|
4784
4784
|
overflow: hidden;
|
|
4785
4785
|
}
|
|
4786
|
-
.verify-style_grid_verify[data-v-
|
|
4786
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify .ant-form-item-control-wrapper {
|
|
4787
4787
|
border-right: none;
|
|
4788
4788
|
border-bottom: none;
|
|
4789
4789
|
}
|
|
4790
|
-
.verify-style_grid_verify[data-v-
|
|
4790
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify .ant-form-item-label {
|
|
4791
4791
|
border-bottom: none;
|
|
4792
4792
|
}
|
|
4793
|
-
.verify-style_grid_verify .verify-style_label_top[data-v-
|
|
4793
|
+
.verify-style_grid_verify .verify-style_label_top[data-v-46f39e70] .ant-form-item-label {
|
|
4794
4794
|
border-right: none !important;
|
|
4795
4795
|
}
|
|
4796
|
-
.verify-style_grid_verify[data-v-
|
|
4796
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right {
|
|
4797
4797
|
border: none;
|
|
4798
4798
|
}
|
|
4799
|
-
.verify-style_grid_verify[data-v-
|
|
4799
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-text {
|
|
4800
4800
|
height: 50%;
|
|
4801
4801
|
}
|
|
4802
|
-
.verify-style_grid_verify[data-v-
|
|
4802
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-option {
|
|
4803
4803
|
height: 50%;
|
|
4804
4804
|
flex-wrap: wrap;
|
|
4805
4805
|
display: grid;
|
|
4806
4806
|
grid-template-rows: repeat(2, 50%);
|
|
4807
4807
|
grid-template-columns: repeat(2, 50%);
|
|
4808
4808
|
}
|
|
4809
|
-
.verify-style_grid_verify[data-v-
|
|
4809
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-option > div:first-child {
|
|
4810
4810
|
grid-area: 1 / span 1 / span 1;
|
|
4811
4811
|
}
|
|
4812
|
-
.verify-style_grid_verify[data-v-
|
|
4812
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-option > div:nth-child(2) {
|
|
4813
4813
|
grid-area: 0.5 / span 1 / span 1;
|
|
4814
4814
|
}
|
|
4815
|
-
.verify-style_grid_verify[data-v-
|
|
4815
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-option > div:nth-child(3) {
|
|
4816
4816
|
grid-area: 2 / span 2 / span 1;
|
|
4817
4817
|
}
|
|
4818
|
-
.verify-style_grid_verify[data-v-
|
|
4818
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-option > div {
|
|
4819
4819
|
height: 100%;
|
|
4820
4820
|
box-sizing: border-box;
|
|
4821
4821
|
}
|
|
4822
|
-
.verify-style_grid_verify[data-v-
|
|
4822
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-option > div > span:first-child {
|
|
4823
4823
|
flex: initial;
|
|
4824
4824
|
padding: 0 3px;
|
|
4825
4825
|
}
|
|
4826
|
-
.verify-style_grid_verify[data-v-
|
|
4826
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-option > div span + span {
|
|
4827
4827
|
flex: 3;
|
|
4828
4828
|
overflow: hidden;
|
|
4829
4829
|
}
|
|
4830
|
-
.verify-style_grid_verify[data-v-
|
|
4830
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-option > div:first-child {
|
|
4831
4831
|
flex: 0 1 calc(50% + 20px);
|
|
4832
4832
|
}
|
|
4833
|
-
.verify-style_grid_verify[data-v-
|
|
4833
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-option > div:nth-child(2) {
|
|
4834
4834
|
border-right: none;
|
|
4835
4835
|
}
|
|
4836
|
-
.verify-style_grid_verify[data-v-
|
|
4836
|
+
.verify-style_grid_verify[data-v-46f39e70] .verify-right .verify-option > div:last-child {
|
|
4837
4837
|
flex: 0 0 100%;
|
|
4838
4838
|
border-top: 1px solid #e6e6e6;
|
|
4839
4839
|
}
|
|
@@ -71309,7 +71309,7 @@ let getFileExt = filename => {
|
|
|
71309
71309
|
/* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(29414);
|
|
71310
71310
|
/* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(78393);
|
|
71311
71311
|
/* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(92241);
|
|
71312
|
-
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
71312
|
+
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(87375);
|
|
71313
71313
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(15934);
|
|
71314
71314
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_19__);
|
|
71315
71315
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(9274);
|
|
@@ -77136,7 +77136,7 @@ module.exports = {
|
|
|
77136
77136
|
|
|
77137
77137
|
/***/ },
|
|
77138
77138
|
|
|
77139
|
-
/***/
|
|
77139
|
+
/***/ 87375
|
|
77140
77140
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
77141
77141
|
|
|
77142
77142
|
"use strict";
|
|
@@ -125691,8 +125691,8 @@ var RichEditor_widgetDesign_component = (0,componentNormalizer/* default */.A)(
|
|
|
125691
125691
|
widgetSetup: RichEditor_widgetSetup,
|
|
125692
125692
|
widgetDesign: RichEditor_widgetDesign
|
|
125693
125693
|
});
|
|
125694
|
-
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=template&id=
|
|
125695
|
-
var
|
|
125694
|
+
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=template&id=46f39e70&scoped=true
|
|
125695
|
+
var componentvue_type_template_id_46f39e70_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:({
|
|
125696
125696
|
height: _vm.widget.options.type === 'grid-verify' ? '100%' : (_vm.widget.options.height * (_vm.verifyLogsList.length + 1) + 'px'),
|
|
125697
125697
|
borderRight: _vm.widget.options.type === 'grid-verify' ? '1px solid #e6e6e6' : ''
|
|
125698
125698
|
})},[_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:[
|
|
@@ -125701,8 +125701,8 @@ var componentvue_type_template_id_05dd1a29_scoped_true_render = function () {var
|
|
|
125701
125701
|
? 'is_required'
|
|
125702
125702
|
: '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.warpSuggest),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":""}}):[_vm._v(" "+_vm._s(log['userSign'])+" ")]],2):_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 cccc",style:({ 'border-color': _vm.config.borderColor, height: _vm.widget.options.type === 'grid-verify' ? ( _vm.verifyLogsList.length > 0 ? ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important") : '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":"11"},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.wrapDisable,"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 && _vm.widget.options.enableSeal)?[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowBtn),expression:"isShowBtn"}],staticClass:"verify-btn",style:({bottom: _vm.widget.options.isAuditing == '1' ? '40px' : '7%'})},[_c('a-popconfirm',{attrs:{"title":"请确认是否添加印章?","ok-text":"是","cancel-text":"否","getPopupContainer":function (triggerNode) {
|
|
125703
125703
|
return triggerNode.parentNode || _vm.document.body;
|
|
125704
|
-
}},on:{"confirm":_vm.handleSeal}},[(!_vm.isConfirmComponent)?_c('a',{attrs:{"href":"#"}},[_vm._v("盖章")]):_vm._e()])],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.wrapDisable,"value":_vm.models[_vm.widget.model].operation,"dropdownClassName":"verifySelectDropDown"},on:{"change":_vm.handleChange}},_vm._l((_vm.warpSuggest),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.wrapDisable)?[(_vm.userSign)?_c('span',[(_vm.userSign.startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + _vm.userSign,"alt":""}}):[_vm._v(" "+_vm._s(_vm.userSign)+" ")]],2):_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":""}}):[_vm._v(_vm._s(_vm.models[_vm.widget.model].userSign))]],2):_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()}
|
|
125705
|
-
var
|
|
125704
|
+
}},on:{"confirm":_vm.handleSeal}},[(!_vm.isConfirmComponent)?_c('a',{attrs:{"href":"#"}},[_vm._v("盖章")]):_vm._e()])],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.wrapDisable,"value":_vm.models[_vm.widget.model].operation,"dropdownClassName":"verifySelectDropDown"},on:{"change":_vm.handleChange}},_vm._l((_vm.warpSuggest),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.wrapDisable)?[(_vm.userSign && _vm.widget.options.enableSign)?_c('span',[(_vm.userSign.startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + _vm.userSign,"alt":""}}):[_vm._v(" "+_vm._s(_vm.userSign)+" ")]],2):_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":""}}):[_vm._v(_vm._s(_vm.models[_vm.widget.model].userSign))]],2):_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()}
|
|
125705
|
+
var componentvue_type_template_id_46f39e70_scoped_true_staticRenderFns = []
|
|
125706
125706
|
|
|
125707
125707
|
|
|
125708
125708
|
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/components/TextArea/TextArea.vue?vue&type=template&id=64726beb&scoped=true
|
|
@@ -126383,7 +126383,7 @@ var TextArea_component = (0,componentNormalizer/* default */.A)(
|
|
|
126383
126383
|
}) : this.formContext.userSignature).then(res => {
|
|
126384
126384
|
if (res.success) {
|
|
126385
126385
|
var _this$currUserInfo3;
|
|
126386
|
-
this.userSign = res.result.userSign || ((_this$currUserInfo3 = this.currUserInfo) === null || _this$currUserInfo3 === void 0 ? void 0 : _this$currUserInfo3.realname) || userInfo.realname;
|
|
126386
|
+
this.userSign = (this.widget.options.enableSign ? res.result.userSign : false) || ((_this$currUserInfo3 = this.currUserInfo) === null || _this$currUserInfo3 === void 0 ? void 0 : _this$currUserInfo3.realname) || userInfo.realname;
|
|
126387
126387
|
this.userSeal = res.result.userSeal || "";
|
|
126388
126388
|
this.changeModel("userSign", this.userSign);
|
|
126389
126389
|
//处理驳回的情况
|
|
@@ -126470,15 +126470,15 @@ var TextArea_component = (0,componentNormalizer/* default */.A)(
|
|
|
126470
126470
|
});
|
|
126471
126471
|
;// ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=script&lang=js
|
|
126472
126472
|
/* harmony default export */ const AllComponent_hnkj_Verify_componentvue_type_script_lang_js = (hnkj_Verify_componentvue_type_script_lang_js);
|
|
126473
|
-
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=
|
|
126473
|
+
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=46f39e70&prod&lang=less&scoped=true
|
|
126474
126474
|
// extracted by mini-css-extract-plugin
|
|
126475
126475
|
|
|
126476
|
-
;// ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=
|
|
126476
|
+
;// ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=46f39e70&prod&lang=less&scoped=true
|
|
126477
126477
|
|
|
126478
|
-
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=1&id=
|
|
126478
|
+
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=1&id=46f39e70&prod&lang=less
|
|
126479
126479
|
// extracted by mini-css-extract-plugin
|
|
126480
126480
|
|
|
126481
|
-
;// ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=1&id=
|
|
126481
|
+
;// ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=1&id=46f39e70&prod&lang=less
|
|
126482
126482
|
|
|
126483
126483
|
;// ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue
|
|
126484
126484
|
|
|
@@ -126492,11 +126492,11 @@ var TextArea_component = (0,componentNormalizer/* default */.A)(
|
|
|
126492
126492
|
|
|
126493
126493
|
var hnkj_Verify_component_component = (0,componentNormalizer/* default */.A)(
|
|
126494
126494
|
AllComponent_hnkj_Verify_componentvue_type_script_lang_js,
|
|
126495
|
-
|
|
126496
|
-
|
|
126495
|
+
componentvue_type_template_id_46f39e70_scoped_true_render,
|
|
126496
|
+
componentvue_type_template_id_46f39e70_scoped_true_staticRenderFns,
|
|
126497
126497
|
false,
|
|
126498
126498
|
null,
|
|
126499
|
-
"
|
|
126499
|
+
"46f39e70",
|
|
126500
126500
|
null
|
|
126501
126501
|
|
|
126502
126502
|
)
|
|
@@ -135588,7 +135588,7 @@ var staticRenderFns = []
|
|
|
135588
135588
|
|
|
135589
135589
|
|
|
135590
135590
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
|
|
135591
|
-
var components = __webpack_require__(
|
|
135591
|
+
var components = __webpack_require__(87375);
|
|
135592
135592
|
;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/CorrectionItem.vue?vue&type=script&lang=js
|
|
135593
135593
|
//
|
|
135594
135594
|
//
|
|
@@ -137990,7 +137990,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
137990
137990
|
|
|
137991
137991
|
/* harmony default export */ const CorrectionModal = (component.exports);
|
|
137992
137992
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
|
|
137993
|
-
var components = __webpack_require__(
|
|
137993
|
+
var components = __webpack_require__(87375);
|
|
137994
137994
|
// EXTERNAL MODULE: ./node_modules/_pubsub-js@1.9.5@pubsub-js/src/pubsub.js
|
|
137995
137995
|
var pubsub = __webpack_require__(15934);
|
|
137996
137996
|
var pubsub_default = /*#__PURE__*/__webpack_require__.n(pubsub);
|
|
@@ -139182,7 +139182,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
|
|
|
139182
139182
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
139183
139183
|
var manage = __webpack_require__(5335);
|
|
139184
139184
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
|
|
139185
|
-
var components = __webpack_require__(
|
|
139185
|
+
var components = __webpack_require__(87375);
|
|
139186
139186
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
139187
139187
|
var Bus = __webpack_require__(31227);
|
|
139188
139188
|
// EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
|
|
@@ -155864,7 +155864,7 @@ function toString(value) {
|
|
|
155864
155864
|
(module) {
|
|
155865
155865
|
|
|
155866
155866
|
"use strict";
|
|
155867
|
-
module.exports = {"rE":"1.1.
|
|
155867
|
+
module.exports = {"rE":"1.1.714"};
|
|
155868
155868
|
|
|
155869
155869
|
/***/ }
|
|
155870
155870
|
|
|
@@ -170943,7 +170943,7 @@ var es_array_unshift = __webpack_require__(7702);
|
|
|
170943
170943
|
// EXTERNAL MODULE: ./src/form/util/util.js
|
|
170944
170944
|
var util_util = __webpack_require__(78393);
|
|
170945
170945
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
|
|
170946
|
-
var components = __webpack_require__(
|
|
170946
|
+
var components = __webpack_require__(87375);
|
|
170947
170947
|
// EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 5 modules
|
|
170948
170948
|
var widgetFormItem = __webpack_require__(62887);
|
|
170949
170949
|
// EXTERNAL MODULE: ./src/form/modules/WidgetIdeaSignItem.vue + 5 modules
|