@zscreate/form-component 1.1.602-test.2 → 1.1.602-test.3
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 +68 -66
- package/dist/form-component.umd.js +11 -11
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -4842,46 +4842,46 @@ div {
|
|
|
4842
4842
|
align-items: center;
|
|
4843
4843
|
}
|
|
4844
4844
|
|
|
4845
|
-
.t-border[data-v-
|
|
4845
|
+
.t-border[data-v-c98aa0a4] {
|
|
4846
4846
|
border-right: 1px solid #333;
|
|
4847
4847
|
border-bottom: 1px solid #333;
|
|
4848
4848
|
}
|
|
4849
|
-
[data-v-
|
|
4849
|
+
[data-v-c98aa0a4] * {
|
|
4850
4850
|
font-size: var(--paperFontSize);
|
|
4851
4851
|
}
|
|
4852
|
-
[data-v-
|
|
4852
|
+
[data-v-c98aa0a4] .custom_form_item {
|
|
4853
4853
|
height: -moz-fit-content;
|
|
4854
4854
|
height: fit-content;
|
|
4855
4855
|
}
|
|
4856
|
-
.save-pdf[data-v-
|
|
4856
|
+
.save-pdf[data-v-c98aa0a4] .ant-input {
|
|
4857
4857
|
border: none !important;
|
|
4858
4858
|
}
|
|
4859
|
-
.save-pdf[data-v-
|
|
4859
|
+
.save-pdf[data-v-c98aa0a4] .ant-select-selection {
|
|
4860
4860
|
border: none !important;
|
|
4861
4861
|
}
|
|
4862
|
-
.save-pdf[data-v-
|
|
4862
|
+
.save-pdf[data-v-c98aa0a4] .ant-select-arrow svg {
|
|
4863
4863
|
display: none;
|
|
4864
4864
|
}
|
|
4865
|
-
.save-pdf[data-v-
|
|
4865
|
+
.save-pdf[data-v-c98aa0a4] .ant-upload.ant-upload-select-picture-card {
|
|
4866
4866
|
display: none;
|
|
4867
4867
|
}
|
|
4868
|
-
.save-pdf[data-v-
|
|
4868
|
+
.save-pdf[data-v-c98aa0a4] .anticon svg {
|
|
4869
4869
|
display: none;
|
|
4870
4870
|
}
|
|
4871
|
-
.save-pdf[data-v-
|
|
4871
|
+
.save-pdf[data-v-c98aa0a4] .ant-time-picker-input {
|
|
4872
4872
|
border: none !important;
|
|
4873
4873
|
}
|
|
4874
|
-
.save-pdf[data-v-
|
|
4874
|
+
.save-pdf[data-v-c98aa0a4] .ant-upload.ant-upload-select {
|
|
4875
4875
|
display: none;
|
|
4876
4876
|
}
|
|
4877
4877
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4878
|
-
.computed-wrap[data-v-
|
|
4878
|
+
.computed-wrap[data-v-c98aa0a4] {
|
|
4879
4879
|
background: #f5f5f5;
|
|
4880
4880
|
}
|
|
4881
|
-
.computed-wrap .item[data-v-
|
|
4881
|
+
.computed-wrap .item[data-v-c98aa0a4] {
|
|
4882
4882
|
display: flex;
|
|
4883
4883
|
}
|
|
4884
|
-
.computed-wrap .item > div[data-v-
|
|
4884
|
+
.computed-wrap .item > div[data-v-c98aa0a4] {
|
|
4885
4885
|
height: 35px;
|
|
4886
4886
|
line-height: 35px;
|
|
4887
4887
|
flex: 1;
|
|
@@ -4889,130 +4889,130 @@ div {
|
|
|
4889
4889
|
border-bottom: 1px solid #000;
|
|
4890
4890
|
text-align: center;
|
|
4891
4891
|
}
|
|
4892
|
-
.computed-wrap .item > div + div[data-v-
|
|
4892
|
+
.computed-wrap .item > div + div[data-v-c98aa0a4] {
|
|
4893
4893
|
flex: 2;
|
|
4894
4894
|
}
|
|
4895
|
-
.layout .paper[data-v-
|
|
4895
|
+
.layout .paper[data-v-c98aa0a4] {
|
|
4896
4896
|
position: relative;
|
|
4897
4897
|
}
|
|
4898
|
-
.layout .paper .form-title[data-v-
|
|
4898
|
+
.layout .paper .form-title[data-v-c98aa0a4] {
|
|
4899
4899
|
text-align: center;
|
|
4900
4900
|
font-weight: 600;
|
|
4901
4901
|
font-size: 16px;
|
|
4902
4902
|
min-height: 40px;
|
|
4903
4903
|
line-height: 30px;
|
|
4904
4904
|
}
|
|
4905
|
-
.row-item[data-v-
|
|
4905
|
+
.row-item[data-v-c98aa0a4] {
|
|
4906
4906
|
height: -moz-fit-content;
|
|
4907
4907
|
height: fit-content;
|
|
4908
4908
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4909
4909
|
}
|
|
4910
|
-
.no-row-item[data-v-
|
|
4910
|
+
.no-row-item[data-v-c98aa0a4] {
|
|
4911
4911
|
border-right: none;
|
|
4912
4912
|
border-bottom: none;
|
|
4913
4913
|
}
|
|
4914
4914
|
/****page边框内的 ***/
|
|
4915
|
-
.page-border[data-v-
|
|
4915
|
+
.page-border[data-v-c98aa0a4] {
|
|
4916
4916
|
background: #fff;
|
|
4917
4917
|
box-sizing: border-box;
|
|
4918
4918
|
}
|
|
4919
|
-
.page-border .row-item[data-v-
|
|
4919
|
+
.page-border .row-item[data-v-c98aa0a4]:first-child {
|
|
4920
4920
|
border-top: 1px solid #000;
|
|
4921
4921
|
}
|
|
4922
|
-
.page-border .row-item[data-v-
|
|
4922
|
+
.page-border .row-item[data-v-c98aa0a4] {
|
|
4923
4923
|
border-left: 1px solid #000;
|
|
4924
4924
|
}
|
|
4925
|
-
.page-border .item-bottom[data-v-
|
|
4925
|
+
.page-border .item-bottom[data-v-c98aa0a4] {
|
|
4926
4926
|
border-bottom: 1px solid #000;
|
|
4927
4927
|
}
|
|
4928
|
-
.page-border .row-item[data-v-
|
|
4928
|
+
.page-border .row-item[data-v-c98aa0a4]:not(:last-child) {
|
|
4929
4929
|
position: relative;
|
|
4930
4930
|
}
|
|
4931
|
-
.page-border li.sortable-chosen[data-v-
|
|
4931
|
+
.page-border li.sortable-chosen[data-v-c98aa0a4] {
|
|
4932
4932
|
height: 2px !important;
|
|
4933
4933
|
overflow: hidden !important;
|
|
4934
4934
|
background: red !important;
|
|
4935
4935
|
}
|
|
4936
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
4936
|
+
.page-border .ant-time-picker-panel[data-v-c98aa0a4] {
|
|
4937
4937
|
z-index: 200000 !important;
|
|
4938
4938
|
}
|
|
4939
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
4939
|
+
.page-border .ant-calendar-picker-container[data-v-c98aa0a4] {
|
|
4940
4940
|
z-index: 200000 !important;
|
|
4941
4941
|
}
|
|
4942
|
-
[data-v-
|
|
4942
|
+
[data-v-c98aa0a4] .ant-time-picker-panel {
|
|
4943
4943
|
z-index: 9999 !important;
|
|
4944
4944
|
}
|
|
4945
|
-
.ant-calendar-picker-container[data-v-
|
|
4945
|
+
.ant-calendar-picker-container[data-v-c98aa0a4] {
|
|
4946
4946
|
z-index: 200000 !important;
|
|
4947
4947
|
}
|
|
4948
|
-
[data-v-
|
|
4948
|
+
[data-v-c98aa0a4] .ant-form-item-children {
|
|
4949
4949
|
display: block;
|
|
4950
4950
|
}
|
|
4951
|
-
[data-v-
|
|
4951
|
+
[data-v-c98aa0a4] .ant-form-item {
|
|
4952
4952
|
width: 100%;
|
|
4953
4953
|
height: 100%;
|
|
4954
4954
|
margin-bottom: 0;
|
|
4955
4955
|
display: flex;
|
|
4956
4956
|
}
|
|
4957
|
-
[data-v-
|
|
4957
|
+
[data-v-c98aa0a4] .ant-form-item .is_required::before {
|
|
4958
4958
|
content: "*";
|
|
4959
4959
|
color: #f56c6c;
|
|
4960
4960
|
margin-right: 4px;
|
|
4961
4961
|
}
|
|
4962
|
-
[data-v-
|
|
4962
|
+
[data-v-c98aa0a4] .ant-form-item .ant-form-item-label {
|
|
4963
4963
|
border-right: 1px solid #000;
|
|
4964
4964
|
}
|
|
4965
|
-
[data-v-
|
|
4965
|
+
[data-v-c98aa0a4] .ant-form-item .ant-form-item-label label {
|
|
4966
4966
|
display: flex;
|
|
4967
4967
|
justify-content: center;
|
|
4968
4968
|
align-items: center;
|
|
4969
4969
|
height: 100%;
|
|
4970
4970
|
}
|
|
4971
|
-
[data-v-
|
|
4971
|
+
[data-v-c98aa0a4] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
4972
4972
|
display: none;
|
|
4973
4973
|
}
|
|
4974
|
-
[data-v-
|
|
4974
|
+
[data-v-c98aa0a4] .ant-form-item .ant-form-item-control-wrapper {
|
|
4975
4975
|
display: flex;
|
|
4976
4976
|
align-items: center;
|
|
4977
4977
|
text-align: left;
|
|
4978
4978
|
}
|
|
4979
|
-
[data-v-
|
|
4979
|
+
[data-v-c98aa0a4] .ant-form-item .ant-form-item-control {
|
|
4980
4980
|
width: 98%;
|
|
4981
4981
|
margin: 0 auto;
|
|
4982
4982
|
}
|
|
4983
|
-
[data-v-
|
|
4983
|
+
[data-v-c98aa0a4] .ant-form-item .is_required::before {
|
|
4984
4984
|
content: "*";
|
|
4985
4985
|
color: #f56c6c;
|
|
4986
4986
|
margin-right: 4px;
|
|
4987
4987
|
}
|
|
4988
|
-
.row-table[data-v-
|
|
4988
|
+
.row-table[data-v-c98aa0a4] {
|
|
4989
4989
|
display: flex;
|
|
4990
4990
|
}
|
|
4991
|
-
.row-table[data-v-
|
|
4992
|
-
.row-table[data-v-
|
|
4991
|
+
.row-table[data-v-c98aa0a4] .ant-spin-container,
|
|
4992
|
+
.row-table[data-v-c98aa0a4] {
|
|
4993
4993
|
display: flex;
|
|
4994
4994
|
width: 100%;
|
|
4995
4995
|
}
|
|
4996
|
-
.row-table[data-v-
|
|
4997
|
-
.row-table .table-left[data-v-
|
|
4996
|
+
.row-table[data-v-c98aa0a4] .ant-spin-container .table-left,
|
|
4997
|
+
.row-table .table-left[data-v-c98aa0a4] {
|
|
4998
4998
|
width: 100px;
|
|
4999
4999
|
text-align: center;
|
|
5000
5000
|
border-right: 1px solid #333;
|
|
5001
5001
|
border-bottom: 1px solid #333;
|
|
5002
5002
|
position: relative;
|
|
5003
5003
|
}
|
|
5004
|
-
.row-table[data-v-
|
|
5005
|
-
.row-table .table-left p[data-v-
|
|
5004
|
+
.row-table[data-v-c98aa0a4] .ant-spin-container .table-left p,
|
|
5005
|
+
.row-table .table-left p[data-v-c98aa0a4] {
|
|
5006
5006
|
position: absolute;
|
|
5007
5007
|
top: 50%;
|
|
5008
5008
|
left: 50%;
|
|
5009
5009
|
transform: translate(-50%, -50%);
|
|
5010
5010
|
}
|
|
5011
|
-
.row-table[data-v-
|
|
5012
|
-
.row-table .table-right[data-v-
|
|
5011
|
+
.row-table[data-v-c98aa0a4] .ant-spin-container .table-right,
|
|
5012
|
+
.row-table .table-right[data-v-c98aa0a4] {
|
|
5013
5013
|
flex: 1;
|
|
5014
5014
|
}
|
|
5015
|
-
.table-content[data-v-
|
|
5015
|
+
.table-content[data-v-c98aa0a4] {
|
|
5016
5016
|
width: 100%;
|
|
5017
5017
|
height: 40px;
|
|
5018
5018
|
line-height: 40px;
|
|
@@ -5021,11 +5021,11 @@ div {
|
|
|
5021
5021
|
border-bottom: 1px solid #333;
|
|
5022
5022
|
border-right: 1px solid #333;
|
|
5023
5023
|
}
|
|
5024
|
-
.sub-table-col[data-v-
|
|
5024
|
+
.sub-table-col[data-v-c98aa0a4] {
|
|
5025
5025
|
display: flex;
|
|
5026
5026
|
box-sizing: border-box;
|
|
5027
5027
|
}
|
|
5028
|
-
.sub-table-col > span[data-v-
|
|
5028
|
+
.sub-table-col > span[data-v-c98aa0a4] {
|
|
5029
5029
|
flex: 2;
|
|
5030
5030
|
border-bottom: 1px solid #000;
|
|
5031
5031
|
border-right: 1px solid #000;
|
|
@@ -5033,22 +5033,22 @@ div {
|
|
|
5033
5033
|
line-height: 40px;
|
|
5034
5034
|
text-align: center;
|
|
5035
5035
|
}
|
|
5036
|
-
.sub-table-col > .last-one[data-v-
|
|
5036
|
+
.sub-table-col > .last-one[data-v-c98aa0a4] {
|
|
5037
5037
|
width: 87px;
|
|
5038
5038
|
flex: 0 0 87px;
|
|
5039
5039
|
border-right: 1px solid #333;
|
|
5040
5040
|
border-bottom: 1px solid #333;
|
|
5041
5041
|
}
|
|
5042
|
-
.sub-table-col-no-border > span[data-v-
|
|
5042
|
+
.sub-table-col-no-border > span[data-v-c98aa0a4] {
|
|
5043
5043
|
border: none;
|
|
5044
5044
|
height: auto;
|
|
5045
5045
|
width: 0;
|
|
5046
5046
|
}
|
|
5047
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
5048
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
5047
|
+
.sub-table-col-no-border > .sub-table-title[data-v-c98aa0a4]:last-child,
|
|
5048
|
+
.sub-table-col-no-border > .sub-table-item[data-v-c98aa0a4]:last-child {
|
|
5049
5049
|
border-right: none !important;
|
|
5050
5050
|
}
|
|
5051
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
5051
|
+
.sub-table-col-no-border > .last-one[data-v-c98aa0a4] {
|
|
5052
5052
|
width: 87px;
|
|
5053
5053
|
flex: 0 0 87px;
|
|
5054
5054
|
display: flex;
|
|
@@ -5056,14 +5056,16 @@ div {
|
|
|
5056
5056
|
align-items: center;
|
|
5057
5057
|
}
|
|
5058
5058
|
/* 选择所有后面还有其他非.hiddenWidget的.row-item元素的.hasWidgetAfter */
|
|
5059
|
-
.row-item:not(:last-child) .hasWidgetAfter[data-v-
|
|
5059
|
+
.row-item:not(:last-child) .hasWidgetAfter[data-v-c98aa0a4] {
|
|
5060
5060
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5061
5061
|
width: calc(100% + 1px);
|
|
5062
|
-
border-left: 1px
|
|
5063
|
-
border-right: 1px
|
|
5062
|
+
border-left-width: 1px;
|
|
5063
|
+
border-right-width: 1px;
|
|
5064
|
+
border-left-style: solid;
|
|
5065
|
+
border-right-style: solid;
|
|
5064
5066
|
left: -1px;
|
|
5065
5067
|
}
|
|
5066
|
-
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-
|
|
5068
|
+
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-c98aa0a4] {
|
|
5067
5069
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5068
5070
|
width: calc(100% + 1px);
|
|
5069
5071
|
border-left: none;
|
|
@@ -5071,33 +5073,33 @@ div {
|
|
|
5071
5073
|
left: -1px;
|
|
5072
5074
|
}
|
|
5073
5075
|
/*****无border *****/
|
|
5074
|
-
.no-border .page-border[data-v-
|
|
5076
|
+
.no-border .page-border[data-v-c98aa0a4] {
|
|
5075
5077
|
border: none;
|
|
5076
5078
|
}
|
|
5077
|
-
.no-border .page-border .row-item[data-v-
|
|
5079
|
+
.no-border .page-border .row-item[data-v-c98aa0a4]:not(:last-child) {
|
|
5078
5080
|
border: none;
|
|
5079
5081
|
}
|
|
5080
|
-
.no-border .page-border[data-v-
|
|
5082
|
+
.no-border .page-border[data-v-c98aa0a4] .ant-form-item .ant-form-item-label {
|
|
5081
5083
|
border: none;
|
|
5082
5084
|
}
|
|
5083
|
-
.table_border[data-v-
|
|
5085
|
+
.table_border[data-v-c98aa0a4] {
|
|
5084
5086
|
border-bottom: 0;
|
|
5085
5087
|
border-right: 0;
|
|
5086
5088
|
}
|
|
5087
5089
|
/*****无border *****/
|
|
5088
|
-
[data-v-
|
|
5090
|
+
[data-v-c98aa0a4] .ant-form-item-children > div > p,[data-v-c98aa0a4] .ant-form-item-children > div > h1,[data-v-c98aa0a4] .ant-form-item-children > div > h2,[data-v-c98aa0a4] .ant-form-item-children > div > h3,[data-v-c98aa0a4] .ant-form-item-children > div > h4,[data-v-c98aa0a4] .ant-form-item-children > div > h5,[data-v-c98aa0a4] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
5089
5091
|
margin: 10px 0;
|
|
5090
5092
|
line-height: 1.5;
|
|
5091
5093
|
}
|
|
5092
|
-
[data-v-
|
|
5094
|
+
[data-v-c98aa0a4] .ant-spin-dot {
|
|
5093
5095
|
font-size: 20px !important;
|
|
5094
5096
|
}
|
|
5095
|
-
.form_skeleton[data-v-
|
|
5097
|
+
.form_skeleton[data-v-c98aa0a4] {
|
|
5096
5098
|
display: block;
|
|
5097
5099
|
width: 700px;
|
|
5098
5100
|
margin: 55px auto;
|
|
5099
5101
|
}
|
|
5100
|
-
.form_skeleton[data-v-
|
|
5102
|
+
.form_skeleton[data-v-c98aa0a4] .ant-skeleton-title {
|
|
5101
5103
|
margin: 0 auto;
|
|
5102
5104
|
}
|
|
5103
5105
|
|
|
@@ -2609,7 +2609,7 @@ var component = (0,C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_v
|
|
|
2609
2609
|
|
|
2610
2610
|
/***/ }),
|
|
2611
2611
|
|
|
2612
|
-
/***/
|
|
2612
|
+
/***/ 8568:
|
|
2613
2613
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2614
2614
|
|
|
2615
2615
|
"use strict";
|
|
@@ -2621,7 +2621,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
2621
2621
|
"default": () => (/* binding */ layoutForPaper)
|
|
2622
2622
|
});
|
|
2623
2623
|
|
|
2624
|
-
;// C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\loaders\templateLoader.js??vue-loader-options!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=template&id=
|
|
2624
|
+
;// C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\loaders\templateLoader.js??vue-loader-options!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=template&id=c98aa0a4&scoped=true
|
|
2625
2625
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-spin',{staticClass:"layout layout-input-all-setting",class:{ 'no-border': !_vm.data.config.border, 'save-pdf': _vm.showLine, 'ant-form-noBorder': _vm.data.config.componentsNoBorder },style:({ 'overflow-x': _vm.data.config.layout === 'horizontal' ? 'auto' : 'initial' }),attrs:{"spinning":_vm.formLoading,"tip":_vm.formLoadingTip}},[(_vm.pageLoading && _vm.showLayoutLoading)?_c('div',{class:{ form_skeleton: _vm.pageLoading }},[(_vm.pageLoading)?_c('a-skeleton',{attrs:{"active":"","loading":_vm.pageLoading,"paragraph":{ rows: 12 }}}):_vm._e()],1):_vm._e(),_c('a-form-model',{ref:"Form",attrs:{"hideRequiredMark":true,"model":_vm.models,"rules":_vm.rules,"wrapper-col":{}},on:{"update:rules":function($event){_vm.rules=$event},"validate":_vm.validate}},_vm._l((_vm.widgetList),function(list,listindex){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.widgetList[0].length > 0),expression:"widgetList[0].length > 0"}],key:listindex,staticClass:"paper",style:(_vm.contentStyle)},[(listindex == 0)?_vm._t("default"):_vm._e(),(listindex == 0)?_c('div',{staticClass:"form-title",style:(Object.assign({}, _vm.formNameStyle))},[_c('span',{staticStyle:{"font-size":"inherit"},domProps:{"innerHTML":_vm._s(_vm.data.config.formNameLeftContent || '')}}),_vm._v(_vm._s(_vm.data.config.formName)),_c('span',{staticStyle:{"font-size":"inherit"},domProps:{"innerHTML":_vm._s(_vm.data.config.formNameRightContent || '')}})]):_vm._e(),(_vm.value && _vm.value.formIndex)?_c('div',{staticStyle:{"text-align":"right","font-weight":"bold"}},[_vm._v(_vm._s(_vm.value.formIndex))]):_vm._e(),(_vm.data.config.pageHeader && listindex === 0)?_c('div',{style:(_vm.data.config.headerHeight),domProps:{"innerHTML":_vm._s(_vm.data.config.pageHeader)}}):_vm._e(),_c('div',{staticClass:"page-border",style:({ borderColor: _vm.data.config.borderColor })},[_vm._l((list),function(widget,index){return [(widget.type == 'table')?[(
|
|
2626
2626
|
widget.options.layoutModel === 'auto' ||
|
|
2627
2627
|
widget.options.layoutModel === undefined
|
|
@@ -2637,7 +2637,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
2637
2637
|
_vm.data.config.align,
|
|
2638
2638
|
_vm.data.config.validate === true && children.options.required === true
|
|
2639
2639
|
? 'is_required'
|
|
2640
|
-
: 'no_required' ],staticStyle:{"border-right":"1px solid #333","border-bottom":"1px solid #333"},style:(Object.assign({}, {borderColor: _vm.data.config.borderColor, background: _vm.data.config.bgc}, _vm.handleSubTableStyle(widget, children)))},[_vm._v(_vm._s(children.name))])}),(!widget.options.hiddenOperateBtn && _vm.tableWidgetColumns(widget).length > 0 && !widget.options.disabled)?_c('span',{staticClass:"last-one",style:({ borderColor: _vm.data.config.borderColor, background: _vm.data.config.bgc, color: _vm.data.config.color })},[_c('a-button',{attrs:{"size":"small","type":"primary"},on:{"click":function($event){return _vm.addToTableData(widget, widget.model, 'addModel', true)}}},[_vm._v("添加行")])],1):_vm._e()],2),(Array.isArray(_vm.tableData[widget.model]))?[(widget.options.supportPage)?[_vm._l((_vm.currTablePageData(widget.model)),function(source,idx){return _c('table-item',{key:(_vm.tablePageInfo[widget.model].current - 1) * _vm.tablePageInfo[widget.model].pageSize + idx,attrs:{"widget":widget,"index":(_vm.tablePageInfo[widget.model].current - 1) * _vm.tablePageInfo[widget.model].pageSize + idx,"data":_vm.data,"rules":_vm.rules,"models":_vm.models,"handleDeleteRow":_vm.handleDeleteRow,"source":source}})}),(_vm.tablePageInfo[widget.model] && _vm.tablePageInfo[widget.model].total > 10)?_c('div',{staticClass:"hasWidgetAfter",staticStyle:{"padding":"10px","position":"absolute","top":"100%"}},[_c('a-pagination',{attrs:{"show-quick-jumper":"","show-size-changer":"","total":_vm.tablePageInfo[widget.model].total},on:{"change":function () {
|
|
2640
|
+
: 'no_required' ],staticStyle:{"border-right":"1px solid #333","border-bottom":"1px solid #333"},style:(Object.assign({}, {borderColor: _vm.data.config.borderColor, background: _vm.data.config.bgc}, _vm.handleSubTableStyle(widget, children)))},[_vm._v(_vm._s(children.name))])}),(!widget.options.hiddenOperateBtn && _vm.tableWidgetColumns(widget).length > 0 && !widget.options.disabled)?_c('span',{staticClass:"last-one",style:({ borderColor: _vm.data.config.borderColor, background: _vm.data.config.bgc, color: _vm.data.config.color })},[_c('a-button',{attrs:{"size":"small","type":"primary"},on:{"click":function($event){return _vm.addToTableData(widget, widget.model, 'addModel', true)}}},[_vm._v("添加行")])],1):_vm._e()],2),(Array.isArray(_vm.tableData[widget.model]))?[(widget.options.supportPage)?[_vm._l((_vm.currTablePageData(widget.model)),function(source,idx){return _c('table-item',{key:(_vm.tablePageInfo[widget.model].current - 1) * _vm.tablePageInfo[widget.model].pageSize + idx,attrs:{"widget":widget,"index":(_vm.tablePageInfo[widget.model].current - 1) * _vm.tablePageInfo[widget.model].pageSize + idx,"data":_vm.data,"rules":_vm.rules,"models":_vm.models,"handleDeleteRow":_vm.handleDeleteRow,"source":source}})}),(_vm.tablePageInfo[widget.model] && _vm.tablePageInfo[widget.model].total > 10)?_c('div',{staticClass:"hasWidgetAfter",staticStyle:{"padding":"10px","position":"absolute","top":"100%"},style:({borderColor:_vm.data.config.borderColor})},[_c('a-pagination',{attrs:{"show-quick-jumper":"","show-size-changer":"","total":_vm.tablePageInfo[widget.model].total},on:{"change":function () {
|
|
2641
2641
|
var args = [], len = arguments.length;
|
|
2642
2642
|
while ( len-- ) args[ len ] = arguments[ len ];
|
|
2643
2643
|
|
|
@@ -2668,15 +2668,15 @@ var staticRenderFns = []
|
|
|
2668
2668
|
var layoutForPapervue_type_script_lang_js = __webpack_require__(7211);
|
|
2669
2669
|
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=script&lang=js
|
|
2670
2670
|
/* harmony default export */ const layout_layoutForPapervue_type_script_lang_js = (layoutForPapervue_type_script_lang_js/* default */.A);
|
|
2671
|
-
;// C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_mini-css-extract-plugin@2.9.2@mini-css-extract-plugin\dist\loader.js??clonedRuleSet-32.use[0]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_css-loader@6.11.0@css-loader\dist\cjs.js??clonedRuleSet-32.use[1]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\loaders\stylePostLoader.js!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_postcss-loader@6.2.1@postcss-loader\dist\cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
2671
|
+
;// C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_mini-css-extract-plugin@2.9.2@mini-css-extract-plugin\dist\loader.js??clonedRuleSet-32.use[0]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_css-loader@6.11.0@css-loader\dist\cjs.js??clonedRuleSet-32.use[1]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\loaders\stylePostLoader.js!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_postcss-loader@6.2.1@postcss-loader\dist\cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=c98aa0a4&prod&lang=less&scoped=true
|
|
2672
2672
|
// extracted by mini-css-extract-plugin
|
|
2673
2673
|
|
|
2674
|
-
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
2674
|
+
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=c98aa0a4&prod&lang=less&scoped=true
|
|
2675
2675
|
|
|
2676
|
-
;// C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_mini-css-extract-plugin@2.9.2@mini-css-extract-plugin\dist\loader.js??clonedRuleSet-12.use[0]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_css-loader@6.11.0@css-loader\dist\cjs.js??clonedRuleSet-12.use[1]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\loaders\stylePostLoader.js!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_postcss-loader@6.2.1@postcss-loader\dist\cjs.js??clonedRuleSet-12.use[2]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
2676
|
+
;// C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_mini-css-extract-plugin@2.9.2@mini-css-extract-plugin\dist\loader.js??clonedRuleSet-12.use[0]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_css-loader@6.11.0@css-loader\dist\cjs.js??clonedRuleSet-12.use[1]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\loaders\stylePostLoader.js!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_postcss-loader@6.2.1@postcss-loader\dist\cjs.js??clonedRuleSet-12.use[2]!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=c98aa0a4&prod&lang=css
|
|
2677
2677
|
// extracted by mini-css-extract-plugin
|
|
2678
2678
|
|
|
2679
|
-
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
2679
|
+
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=c98aa0a4&prod&lang=css
|
|
2680
2680
|
|
|
2681
2681
|
// EXTERNAL MODULE: C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\runtime\componentNormalizer.js
|
|
2682
2682
|
var C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_vue_cli_service_node_modules_vue_loader_15_11_1_vue_loader_lib_runtime_componentNormalizer = __webpack_require__(2282);
|
|
@@ -2696,7 +2696,7 @@ var component = (0,C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_v
|
|
|
2696
2696
|
staticRenderFns,
|
|
2697
2697
|
false,
|
|
2698
2698
|
null,
|
|
2699
|
-
"
|
|
2699
|
+
"c98aa0a4",
|
|
2700
2700
|
null
|
|
2701
2701
|
|
|
2702
2702
|
)
|
|
@@ -156512,7 +156512,7 @@ function toString(value) {
|
|
|
156512
156512
|
/***/ ((module) => {
|
|
156513
156513
|
|
|
156514
156514
|
"use strict";
|
|
156515
|
-
module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.602-test.
|
|
156515
|
+
module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.602-test.3"}');
|
|
156516
156516
|
|
|
156517
156517
|
/***/ })
|
|
156518
156518
|
|
|
@@ -170376,7 +170376,7 @@ var C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_vue_cli_service_
|
|
|
170376
170376
|
|
|
170377
170377
|
/* harmony default export */ const C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_vue_cli_service_lib_commands_build_entry_lib_SvgIcon = (C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_vue_cli_service_lib_commands_build_entry_lib_SvgIcon_component.exports);
|
|
170378
170378
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutForPaper.vue + 6 modules
|
|
170379
|
-
var C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_vue_cli_service_lib_commands_build_entry_lib_layoutForPaper = __webpack_require__(
|
|
170379
|
+
var C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_vue_cli_service_lib_commands_build_entry_lib_layoutForPaper = __webpack_require__(8568);
|
|
170380
170380
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutItem.vue + 10 modules
|
|
170381
170381
|
var C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_vue_cli_service_lib_commands_build_entry_lib_layoutItem = __webpack_require__(2019);
|
|
170382
170382
|
;// C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\loaders\templateLoader.js??vue-loader-options!C:\Users\nao'nao'a\AppData\Roaming\nvm\v14.18.0\node_modules\@vue\cli-service\node_modules\_vue-loader@15.11.1@vue-loader\lib\index.js??vue-loader-options!./src/form/modules/Container.vue?vue&type=template&id=058045d6
|
|
@@ -183382,7 +183382,7 @@ var C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_vue_cli_service_
|
|
|
183382
183382
|
}
|
|
183383
183383
|
},
|
|
183384
183384
|
components: {
|
|
183385
|
-
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
183385
|
+
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 8568)),
|
|
183386
183386
|
FormulaEdit: C_Users_nao_nao_a_AppData_Roaming_nvm_v14_18_0_node_modules_vue_cli_service_lib_commands_build_entry_lib_formula_edit
|
|
183387
183387
|
},
|
|
183388
183388
|
data() {
|