@fecp/designer 5.4.74 → 5.4.76
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/components/SubTitle.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +57 -57
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +10 -1
- package/es/packages/vue/src/components/forms/subTitle/SubTitle.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/components/SubTitle.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +57 -57
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +10 -1
- package/lib/packages/vue/src/components/forms/subTitle/SubTitle.vue.js +1 -1
- package/lib/packages/vue/src/components/table/CustomButtons.vue.js +1 -1
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { computed, ref, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
11
11
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
12
|
-
import ValueSelector from "./ValueSelector.
|
|
12
|
+
import ValueSelector from "./ValueSelector.vue2.mjs";
|
|
13
13
|
import api from "../api/index.mjs";
|
|
14
14
|
/* empty css */
|
|
15
15
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
@@ -4,7 +4,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { computed, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
6
6
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
7
|
-
import ValueSelector from "./ValueSelector.
|
|
7
|
+
import ValueSelector from "./ValueSelector.vue2.mjs";
|
|
8
8
|
/* empty css */
|
|
9
9
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
10
10
|
import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
@@ -16,7 +16,7 @@ import { Plus as plus_default, RefreshRight as refresh_right_default, Delete as
|
|
|
16
16
|
import { getEditConfigData, getEditingType, cloneDeep, getEditConfigDataFields } from "../../packages/utils/common.mjs";
|
|
17
17
|
import { defaultProperty } from "../../packages/form/aside/index.mjs";
|
|
18
18
|
import { defaultProperty as defaultProperty$1 } from "../../packages/table/aside/index.mjs";
|
|
19
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
19
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
20
20
|
/* empty css */
|
|
21
21
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
22
22
|
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
|
|
|
14
14
|
import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
|
|
15
15
|
import { computed, watch, ref, createElementBlock, unref, openBlock, createBlock, isRef, createVNode, createElementVNode, withCtx, Fragment, renderList } from "vue";
|
|
16
16
|
import { useVModel } from "../../../../node_modules/@vueuse/core/dist/index.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
import { getEditConfigDataSources } from "../utils/common.mjs";
|
|
20
20
|
import { createDataSource } from "../utils/datasource.mjs";
|
|
@@ -30,7 +30,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
|
|
|
30
30
|
/* empty css */
|
|
31
31
|
/* empty css */
|
|
32
32
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
33
|
-
/* empty css
|
|
33
|
+
/* empty css */
|
|
34
34
|
import "../../axios/config.mjs";
|
|
35
35
|
import "../../../../_virtual/FileSaver.min.mjs";
|
|
36
36
|
import "../../../../_virtual/index.mjs";
|
|
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
84
84
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
85
85
|
/* empty css */
|
|
86
86
|
/* empty css */
|
|
87
|
-
/* empty css
|
|
87
|
+
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -4,7 +4,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { createElementBlock, openBlock, Fragment, createVNode, withCtx } from "vue";
|
|
6
6
|
import RiskSchemeSelector from "../../../../components/RiskSchemeSelector.vue2.mjs";
|
|
7
|
-
import ValueSelector from "../../../../components/ValueSelector.
|
|
7
|
+
import ValueSelector from "../../../../components/ValueSelector.vue2.mjs";
|
|
8
8
|
import ParamsConfig from "../../../../components/ParamsConfig.vue2.mjs";
|
|
9
9
|
import { ElFormItem } from "../../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
10
10
|
import { ElSwitch } from "../../../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
@@ -21,7 +21,7 @@ const _sfc_main = {
|
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
|
-
const SubTitle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
24
|
+
const SubTitle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3aa9ec17"]]);
|
|
25
25
|
export {
|
|
26
26
|
SubTitle as default
|
|
27
27
|
};
|
|
@@ -11,7 +11,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
11
11
|
import { computed, ref, watch, createBlock, openBlock, unref, isRef, withCtx, createVNode, createElementBlock, createCommentVNode, createTextVNode, Fragment } from "vue";
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import emitter from "../../utils/eventBus.mjs";
|
|
14
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
14
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
15
15
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
16
16
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
17
17
|
import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
17
17
|
import { computed, ref, createBlock, openBlock, withCtx, createVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
|
|
18
18
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
19
19
|
import "../../utils/eventBus.mjs";
|
|
20
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
20
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
21
21
|
import api from "../../../api/index.mjs";
|
|
22
22
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
23
23
|
/* empty css */
|
|
@@ -12,7 +12,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
|
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import TemplateSelector from "../../../components/TemplateSelector.vue2.mjs";
|
|
14
14
|
import emitter from "../../utils/eventBus.mjs";
|
|
15
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
15
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
16
16
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
17
17
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
18
18
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
|
|
|
14
14
|
import { useModel, ref, watch, computed, createBlock, openBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, createTextVNode, unref } from "vue";
|
|
15
15
|
import { Plus as plus_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
16
16
|
import { getEditConfigData, getEditConfigDataFields, setEditConfigData } from "../utils/common.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
/* empty css */
|
|
20
20
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
package/es/designer.css
CHANGED
|
@@ -4606,14 +4606,14 @@ to {
|
|
|
4606
4606
|
}
|
|
4607
4607
|
[data-v-09ce9664] .el-radio:last-of-type {
|
|
4608
4608
|
margin-right: 0;
|
|
4609
|
-
}.fec-subTitle[data-v-
|
|
4609
|
+
}.fec-subTitle[data-v-3aa9ec17] {
|
|
4610
4610
|
width: 100%;
|
|
4611
4611
|
height: 100%;
|
|
4612
4612
|
display: flex;
|
|
4613
4613
|
align-items: center;
|
|
4614
4614
|
padding: 0 20px;
|
|
4615
4615
|
}
|
|
4616
|
-
.fec-subTitle .fec-label-line[data-v-
|
|
4616
|
+
.fec-subTitle .fec-label-line[data-v-3aa9ec17] {
|
|
4617
4617
|
width: 3px;
|
|
4618
4618
|
height: 13px;
|
|
4619
4619
|
background-color: var(--el-color-primary);
|
|
@@ -4621,13 +4621,13 @@ to {
|
|
|
4621
4621
|
margin-right: 6px;
|
|
4622
4622
|
border-radius: 2px;
|
|
4623
4623
|
}
|
|
4624
|
-
.fec-subTitle .fec-label-title[data-v-
|
|
4625
|
-
font-size:
|
|
4624
|
+
.fec-subTitle .fec-label-title[data-v-3aa9ec17] {
|
|
4625
|
+
font-size: 15px;
|
|
4626
4626
|
font-weight: 600;
|
|
4627
4627
|
color: #1a1a1a;
|
|
4628
4628
|
margin: 0 8px;
|
|
4629
4629
|
}
|
|
4630
|
-
.fec-subTitle .fec-label-line-query[data-v-
|
|
4630
|
+
.fec-subTitle .fec-label-line-query[data-v-3aa9ec17] {
|
|
4631
4631
|
height: 1px;
|
|
4632
4632
|
flex-grow: 1;
|
|
4633
4633
|
margin-left: 10px;
|
|
@@ -5435,12 +5435,12 @@ body,
|
|
|
5435
5435
|
font-size: 13px;
|
|
5436
5436
|
color: #606266;
|
|
5437
5437
|
margin-left: 8px;
|
|
5438
|
-
}.custom-buttons[data-v-
|
|
5438
|
+
}.custom-buttons[data-v-e370363e] {
|
|
5439
5439
|
display: flex;
|
|
5440
5440
|
align-items: center;
|
|
5441
5441
|
margin: 0 0 0 0;
|
|
5442
5442
|
}
|
|
5443
|
-
.back-icon[data-v-
|
|
5443
|
+
.back-icon[data-v-e370363e] {
|
|
5444
5444
|
display: flex;
|
|
5445
5445
|
align-items: center;
|
|
5446
5446
|
justify-content: center;
|
|
@@ -5453,32 +5453,32 @@ body,
|
|
|
5453
5453
|
margin-left: 4px;
|
|
5454
5454
|
margin-right: -6px;
|
|
5455
5455
|
}
|
|
5456
|
-
.back-icon .el-icon[data-v-
|
|
5456
|
+
.back-icon .el-icon[data-v-e370363e] {
|
|
5457
5457
|
font-size: 14px;
|
|
5458
5458
|
font-weight: 500;
|
|
5459
5459
|
color: var(--el-color-primary);
|
|
5460
5460
|
}
|
|
5461
|
-
.back-icon[data-v-
|
|
5461
|
+
.back-icon[data-v-e370363e]:hover {
|
|
5462
5462
|
opacity: 0.7;
|
|
5463
5463
|
}
|
|
5464
|
-
.template-name[data-v-
|
|
5464
|
+
.template-name[data-v-e370363e] {
|
|
5465
5465
|
font-size: 16px;
|
|
5466
5466
|
font-weight: 600;
|
|
5467
5467
|
color: #303133;
|
|
5468
|
-
padding:
|
|
5468
|
+
padding: 12px 8px;
|
|
5469
5469
|
max-width: 300px;
|
|
5470
5470
|
white-space: nowrap;
|
|
5471
5471
|
overflow: hidden;
|
|
5472
5472
|
text-overflow: ellipsis;
|
|
5473
5473
|
position: relative;
|
|
5474
|
-
}.fec-sub-title[data-v-
|
|
5474
|
+
}.fec-sub-title[data-v-0105f658] {
|
|
5475
5475
|
width: 100%;
|
|
5476
5476
|
height: 100%;
|
|
5477
5477
|
display: flex;
|
|
5478
5478
|
align-items: center;
|
|
5479
5479
|
padding: 0 10px;
|
|
5480
5480
|
}
|
|
5481
|
-
.fec-sub-title .fec-label-line[data-v-
|
|
5481
|
+
.fec-sub-title .fec-label-line[data-v-0105f658] {
|
|
5482
5482
|
width: 3px;
|
|
5483
5483
|
height: 13px;
|
|
5484
5484
|
background-color: var(--el-color-primary);
|
|
@@ -5486,13 +5486,13 @@ body,
|
|
|
5486
5486
|
margin-right: 6px;
|
|
5487
5487
|
border-radius: 2px;
|
|
5488
5488
|
}
|
|
5489
|
-
.fec-sub-title .fec-label-title[data-v-
|
|
5490
|
-
font-size:
|
|
5489
|
+
.fec-sub-title .fec-label-title[data-v-0105f658] {
|
|
5490
|
+
font-size: 15px;
|
|
5491
5491
|
font-weight: 600;
|
|
5492
5492
|
color: #1a1a1a;
|
|
5493
5493
|
margin: 0 8px;
|
|
5494
5494
|
}
|
|
5495
|
-
.fec-sub-title .fec-label-line-query[data-v-
|
|
5495
|
+
.fec-sub-title .fec-label-line-query[data-v-0105f658] {
|
|
5496
5496
|
height: 1px;
|
|
5497
5497
|
flex-grow: 1;
|
|
5498
5498
|
margin-left: 10px;
|
|
@@ -5912,22 +5912,22 @@ body,
|
|
|
5912
5912
|
width: 80px;
|
|
5913
5913
|
font-size: var(--el-font-size-extra-small);
|
|
5914
5914
|
}
|
|
5915
|
-
.fec-form[data-v-
|
|
5915
|
+
.fec-form[data-v-38bc8c5b] {
|
|
5916
5916
|
height: 100%;
|
|
5917
5917
|
}
|
|
5918
|
-
[data-v-
|
|
5918
|
+
[data-v-38bc8c5b] .vgl-item {
|
|
5919
5919
|
transition: none;
|
|
5920
5920
|
}
|
|
5921
|
-
[data-v-
|
|
5921
|
+
[data-v-38bc8c5b] .vgl-item > .el-form-item {
|
|
5922
5922
|
width: 100%;
|
|
5923
5923
|
padding: 6px 8px 0 8px;
|
|
5924
5924
|
height: calc(100% - 15px);
|
|
5925
5925
|
display: flex;
|
|
5926
5926
|
}
|
|
5927
|
-
[data-v-
|
|
5927
|
+
[data-v-38bc8c5b] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5928
5928
|
flex-direction: column;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-38bc8c5b] .vgl-item > .el-form-item .el-form-item__label {
|
|
5931
5931
|
line-height: 20px;
|
|
5932
5932
|
display: flex;
|
|
5933
5933
|
align-items: center;
|
|
@@ -5936,12 +5936,12 @@ body,
|
|
|
5936
5936
|
flex-wrap: wrap;
|
|
5937
5937
|
white-space: normal;
|
|
5938
5938
|
}
|
|
5939
|
-
[data-v-
|
|
5939
|
+
[data-v-38bc8c5b] .vgl-item > .el-form-item {
|
|
5940
5940
|
/* .el-form-item__error {
|
|
5941
5941
|
padding-top: 10px;
|
|
5942
5942
|
} */
|
|
5943
5943
|
}
|
|
5944
|
-
[data-v-
|
|
5944
|
+
[data-v-38bc8c5b] .vgl-item > .el-container {
|
|
5945
5945
|
height: auto !important;
|
|
5946
5946
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5947
5947
|
display: inline-block;
|
|
@@ -6054,12 +6054,12 @@ body,
|
|
|
6054
6054
|
}
|
|
6055
6055
|
.filter-divider[data-v-ea506656] .el-icon {
|
|
6056
6056
|
transition: transform 0.3s ease;
|
|
6057
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6057
|
+
}.dynamic-mode-config .dynamic-row[data-v-e93f2602] {
|
|
6058
6058
|
display: flex;
|
|
6059
6059
|
height: 54px;
|
|
6060
6060
|
align-items: center;
|
|
6061
6061
|
}
|
|
6062
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6062
|
+
.dynamic-mode-config .back-icon[data-v-e93f2602] {
|
|
6063
6063
|
display: flex;
|
|
6064
6064
|
align-items: center;
|
|
6065
6065
|
justify-content: center;
|
|
@@ -6072,53 +6072,53 @@ body,
|
|
|
6072
6072
|
margin-left: 4px;
|
|
6073
6073
|
margin-right: -6px;
|
|
6074
6074
|
}
|
|
6075
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6075
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-e93f2602] {
|
|
6076
6076
|
font-size: 16px;
|
|
6077
6077
|
font-weight: bold;
|
|
6078
6078
|
}
|
|
6079
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6079
|
+
.dynamic-mode-config .template-name[data-v-e93f2602] {
|
|
6080
6080
|
font-size: 16px;
|
|
6081
6081
|
font-weight: 600;
|
|
6082
6082
|
color: #303133;
|
|
6083
|
-
padding:
|
|
6083
|
+
padding: 12px 8px;
|
|
6084
6084
|
max-width: 300px;
|
|
6085
6085
|
white-space: nowrap;
|
|
6086
6086
|
overflow: hidden;
|
|
6087
6087
|
text-overflow: ellipsis;
|
|
6088
6088
|
position: relative;
|
|
6089
6089
|
}
|
|
6090
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6090
|
+
.dynamic-mode-config .tab-display-section[data-v-e93f2602] {
|
|
6091
6091
|
flex: 1;
|
|
6092
6092
|
min-width: 0;
|
|
6093
6093
|
}
|
|
6094
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6094
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__header {
|
|
6095
6095
|
margin: 0;
|
|
6096
6096
|
}
|
|
6097
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6097
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__nav-wrap::after {
|
|
6098
6098
|
height: 0;
|
|
6099
6099
|
}
|
|
6100
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6100
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__item {
|
|
6101
6101
|
padding: 0 12px;
|
|
6102
6102
|
}
|
|
6103
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6103
|
+
.dynamic-mode-config .search-display-section[data-v-e93f2602] {
|
|
6104
6104
|
flex-shrink: 0;
|
|
6105
6105
|
display: flex;
|
|
6106
6106
|
align-items: center;
|
|
6107
6107
|
gap: 12px;
|
|
6108
6108
|
margin-left: auto;
|
|
6109
6109
|
}
|
|
6110
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6110
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-e93f2602] {
|
|
6111
6111
|
width: 300px;
|
|
6112
6112
|
}
|
|
6113
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6113
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-e93f2602] {
|
|
6114
6114
|
display: flex;
|
|
6115
6115
|
align-items: center;
|
|
6116
6116
|
gap: 8px;
|
|
6117
6117
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6118
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-e93f2602] {
|
|
6119
6119
|
position: relative;
|
|
6120
6120
|
}
|
|
6121
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6121
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602] {
|
|
6122
6122
|
position: absolute;
|
|
6123
6123
|
top: -10px;
|
|
6124
6124
|
right: -10px;
|
|
@@ -6135,31 +6135,31 @@ body,
|
|
|
6135
6135
|
font-size: 12px;
|
|
6136
6136
|
z-index: 1;
|
|
6137
6137
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6138
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602]:hover {
|
|
6139
6139
|
background-color: #f56c6c;
|
|
6140
6140
|
}
|
|
6141
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6141
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-e93f2602] {
|
|
6142
6142
|
display: flex;
|
|
6143
6143
|
}
|
|
6144
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6144
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-e93f2602] {
|
|
6145
6145
|
pointer-events: none;
|
|
6146
6146
|
}
|
|
6147
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6147
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-e93f2602] {
|
|
6148
6148
|
margin-right: 4px;
|
|
6149
6149
|
}
|
|
6150
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6150
|
+
.dynamic-mode-config .expand-filter-section[data-v-e93f2602] {
|
|
6151
6151
|
padding-top: 4px;
|
|
6152
6152
|
border-top: 1px solid #ebeef5;
|
|
6153
6153
|
margin-top: 4px;
|
|
6154
6154
|
}
|
|
6155
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6155
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-e93f2602] {
|
|
6156
6156
|
width: 100%;
|
|
6157
6157
|
}
|
|
6158
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6158
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-e93f2602] {
|
|
6159
6159
|
display: flex;
|
|
6160
6160
|
flex-wrap: wrap;
|
|
6161
6161
|
}
|
|
6162
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6162
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item {
|
|
6163
6163
|
padding: 2px;
|
|
6164
6164
|
border: 2px solid transparent;
|
|
6165
6165
|
border-radius: 2px;
|
|
@@ -6168,20 +6168,20 @@ body,
|
|
|
6168
6168
|
cursor: move;
|
|
6169
6169
|
margin-bottom: 4px;
|
|
6170
6170
|
}
|
|
6171
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6171
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__label-wrap {
|
|
6172
6172
|
margin: 0 0 0 8px !important;
|
|
6173
6173
|
}
|
|
6174
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6174
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__content {
|
|
6175
6175
|
min-width: 150px;
|
|
6176
6176
|
}
|
|
6177
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6177
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .form-item-label {
|
|
6178
6178
|
display: flex;
|
|
6179
6179
|
align-items: center;
|
|
6180
6180
|
}
|
|
6181
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6181
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-input {
|
|
6182
6182
|
width: 150px;
|
|
6183
6183
|
}
|
|
6184
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6184
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon {
|
|
6185
6185
|
position: absolute;
|
|
6186
6186
|
top: -10px;
|
|
6187
6187
|
right: -10px;
|
|
@@ -6198,19 +6198,19 @@ body,
|
|
|
6198
6198
|
font-size: 12px;
|
|
6199
6199
|
z-index: 1;
|
|
6200
6200
|
}
|
|
6201
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6201
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon:hover {
|
|
6202
6202
|
background-color: #f56c6c;
|
|
6203
6203
|
}
|
|
6204
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6204
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover {
|
|
6205
6205
|
border: 2px dashed #7b99cb !important;
|
|
6206
6206
|
}
|
|
6207
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6207
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover .delete-icon {
|
|
6208
6208
|
display: flex;
|
|
6209
6209
|
}
|
|
6210
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6210
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-select {
|
|
6211
6211
|
border: 2px dashed #efa53a !important;
|
|
6212
6212
|
}
|
|
6213
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6213
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item__label {
|
|
6214
6214
|
font-size: 13px;
|
|
6215
6215
|
color: #606266;
|
|
6216
6216
|
pointer-events: none;
|
|
@@ -6219,11 +6219,11 @@ body,
|
|
|
6219
6219
|
display: flex;
|
|
6220
6220
|
align-items: center;
|
|
6221
6221
|
}
|
|
6222
|
-
[data-v-
|
|
6222
|
+
[data-v-e93f2602] .el-checkbox-group {
|
|
6223
6223
|
display: flex;
|
|
6224
6224
|
gap: 12px;
|
|
6225
6225
|
}
|
|
6226
|
-
[data-v-
|
|
6226
|
+
[data-v-e93f2602] .el-checkbox-group .el-checkbox-button__inner {
|
|
6227
6227
|
border-radius: 4px;
|
|
6228
6228
|
}.fec-table[data-v-5e27559e] {
|
|
6229
6229
|
height: 100%;
|
|
@@ -764,7 +764,15 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
764
764
|
...Object.keys(newData || {}),
|
|
765
765
|
...Object.keys(oldData || {})
|
|
766
766
|
]);
|
|
767
|
+
let initFlag = false;
|
|
768
|
+
if (Object.keys(oldData || {}).length === 0) {
|
|
769
|
+
initFlag = true;
|
|
770
|
+
}
|
|
767
771
|
for (const key of allKeys) {
|
|
772
|
+
if (initFlag) {
|
|
773
|
+
changedFields.push(key);
|
|
774
|
+
continue;
|
|
775
|
+
}
|
|
768
776
|
const hasKeyInNew = newData && Object.prototype.hasOwnProperty.call(newData, key);
|
|
769
777
|
const hasKeyInOld = oldData && Object.prototype.hasOwnProperty.call(oldData, key);
|
|
770
778
|
if (!hasKeyInNew && !hasKeyInOld) {
|
|
@@ -942,6 +950,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
942
950
|
let linkaged = false;
|
|
943
951
|
function initLinkage() {
|
|
944
952
|
const changedFields = findChangedFields(formData.value, prevFormData.value);
|
|
953
|
+
console.log("🚀 ~ initLinkage ~ changedFields:", changedFields);
|
|
945
954
|
if (changedFields.length > 0) {
|
|
946
955
|
applyLinkageEffectsForChangedFields(changedFields);
|
|
947
956
|
}
|
|
@@ -1091,7 +1100,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1091
1100
|
};
|
|
1092
1101
|
}
|
|
1093
1102
|
});
|
|
1094
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1103
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-38bc8c5b"]]);
|
|
1095
1104
|
export {
|
|
1096
1105
|
_Form as default
|
|
1097
1106
|
};
|
|
@@ -21,7 +21,7 @@ const _sfc_main = {
|
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
|
-
const _SubTitle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
24
|
+
const _SubTitle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0105f658"]]);
|
|
25
25
|
export {
|
|
26
26
|
_SubTitle as default
|
|
27
27
|
};
|
|
@@ -164,7 +164,7 @@ const _sfc_main = {
|
|
|
164
164
|
};
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
const CustomButtons = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
167
|
+
const CustomButtons = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e370363e"]]);
|
|
168
168
|
export {
|
|
169
169
|
CustomButtons as default
|
|
170
170
|
};
|
|
@@ -450,7 +450,7 @@ const _sfc_main = {
|
|
|
450
450
|
};
|
|
451
451
|
}
|
|
452
452
|
};
|
|
453
|
-
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
453
|
+
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e93f2602"]]);
|
|
454
454
|
export {
|
|
455
455
|
DynamicQuery as default
|
|
456
456
|
};
|
|
@@ -11,7 +11,7 @@ require("../../../node_modules/element-plus/es/index.js");
|
|
|
11
11
|
;/* empty css */
|
|
12
12
|
const vue = require("vue");
|
|
13
13
|
const index$2 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
14
|
-
const ValueSelector = require("./ValueSelector.
|
|
14
|
+
const ValueSelector = require("./ValueSelector.vue2.js");
|
|
15
15
|
const index = require("../api/index.js");
|
|
16
16
|
;/* empty css */
|
|
17
17
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
@@ -6,7 +6,7 @@ require("../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const vue = require("vue");
|
|
8
8
|
const index$1 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
9
|
-
const ValueSelector = require("./ValueSelector.
|
|
9
|
+
const ValueSelector = require("./ValueSelector.vue2.js");
|
|
10
10
|
;/* empty css */
|
|
11
11
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
12
12
|
const index = require("../../../node_modules/element-plus/es/components/button/index.js");
|
|
@@ -18,7 +18,7 @@ const index$2 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
|
|
|
18
18
|
const common = require("../../packages/utils/common.js");
|
|
19
19
|
const index$5 = require("../../packages/form/aside/index.js");
|
|
20
20
|
const index$6 = require("../../packages/table/aside/index.js");
|
|
21
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
21
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
22
22
|
;/* empty css */
|
|
23
23
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
24
24
|
const index = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.js");
|
|
|
16
16
|
require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js");
|
|
17
17
|
const vue = require("vue");
|
|
18
18
|
const index = require("../../../../node_modules/@vueuse/core/dist/index.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
20
20
|
const index$1 = require("../../api/index.js");
|
|
21
21
|
const common = require("../utils/common.js");
|
|
22
22
|
const datasource = require("../utils/datasource.js");
|
|
@@ -32,7 +32,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js
|
|
|
32
32
|
;/* empty css */
|
|
33
33
|
;/* empty css */
|
|
34
34
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
35
|
-
;/* empty css
|
|
35
|
+
;/* empty css */
|
|
36
36
|
require("../../axios/config.js");
|
|
37
37
|
require("../../../../_virtual/FileSaver.min.js");
|
|
38
38
|
require("../../../../_virtual/index.js");
|
|
@@ -86,7 +86,7 @@ const widgets = require("../table/property/widgets.vue.js");
|
|
|
86
86
|
require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
|
|
87
87
|
;/* empty css */
|
|
88
88
|
;/* empty css */
|
|
89
|
-
;/* empty css
|
|
89
|
+
;/* empty css */
|
|
90
90
|
;/* empty css */
|
|
91
91
|
;/* empty css */
|
|
92
92
|
;/* empty css */
|
|
@@ -6,7 +6,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const vue = require("vue");
|
|
8
8
|
const RiskSchemeSelector = require("../../../../components/RiskSchemeSelector.vue2.js");
|
|
9
|
-
const ValueSelector = require("../../../../components/ValueSelector.
|
|
9
|
+
const ValueSelector = require("../../../../components/ValueSelector.vue2.js");
|
|
10
10
|
const ParamsConfig = require("../../../../components/ParamsConfig.vue2.js");
|
|
11
11
|
const index = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
12
12
|
const index$1 = require("../../../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
@@ -23,5 +23,5 @@ const _sfc_main = {
|
|
|
23
23
|
};
|
|
24
24
|
}
|
|
25
25
|
};
|
|
26
|
-
const SubTitle = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
26
|
+
const SubTitle = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3aa9ec17"]]);
|
|
27
27
|
exports.default = SubTitle;
|
|
@@ -13,7 +13,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
13
13
|
const vue = require("vue");
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const eventBus = require("../../utils/eventBus.js");
|
|
16
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
16
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
17
17
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
18
18
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
19
19
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
|
|
@@ -19,7 +19,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
19
19
|
const vue = require("vue");
|
|
20
20
|
const common = require("../../utils/common.js");
|
|
21
21
|
require("../../utils/eventBus.js");
|
|
22
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
22
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
23
23
|
const index = require("../../../api/index.js");
|
|
24
24
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
25
25
|
;/* empty css */
|
|
@@ -14,7 +14,7 @@ const vue = require("vue");
|
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const TemplateSelector = require("../../../components/TemplateSelector.vue2.js");
|
|
16
16
|
const eventBus = require("../../utils/eventBus.js");
|
|
17
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
17
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
18
18
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
19
19
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
20
20
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/es/index.js");
|
|
|
16
16
|
const vue = require("vue");
|
|
17
17
|
const index$6 = require("../../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
18
18
|
const common = require("../utils/common.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
20
20
|
const index = require("../../api/index.js");
|
|
21
21
|
;/* empty css */
|
|
22
22
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
package/lib/designer.css
CHANGED
|
@@ -4606,14 +4606,14 @@ to {
|
|
|
4606
4606
|
}
|
|
4607
4607
|
[data-v-09ce9664] .el-radio:last-of-type {
|
|
4608
4608
|
margin-right: 0;
|
|
4609
|
-
}.fec-subTitle[data-v-
|
|
4609
|
+
}.fec-subTitle[data-v-3aa9ec17] {
|
|
4610
4610
|
width: 100%;
|
|
4611
4611
|
height: 100%;
|
|
4612
4612
|
display: flex;
|
|
4613
4613
|
align-items: center;
|
|
4614
4614
|
padding: 0 20px;
|
|
4615
4615
|
}
|
|
4616
|
-
.fec-subTitle .fec-label-line[data-v-
|
|
4616
|
+
.fec-subTitle .fec-label-line[data-v-3aa9ec17] {
|
|
4617
4617
|
width: 3px;
|
|
4618
4618
|
height: 13px;
|
|
4619
4619
|
background-color: var(--el-color-primary);
|
|
@@ -4621,13 +4621,13 @@ to {
|
|
|
4621
4621
|
margin-right: 6px;
|
|
4622
4622
|
border-radius: 2px;
|
|
4623
4623
|
}
|
|
4624
|
-
.fec-subTitle .fec-label-title[data-v-
|
|
4625
|
-
font-size:
|
|
4624
|
+
.fec-subTitle .fec-label-title[data-v-3aa9ec17] {
|
|
4625
|
+
font-size: 15px;
|
|
4626
4626
|
font-weight: 600;
|
|
4627
4627
|
color: #1a1a1a;
|
|
4628
4628
|
margin: 0 8px;
|
|
4629
4629
|
}
|
|
4630
|
-
.fec-subTitle .fec-label-line-query[data-v-
|
|
4630
|
+
.fec-subTitle .fec-label-line-query[data-v-3aa9ec17] {
|
|
4631
4631
|
height: 1px;
|
|
4632
4632
|
flex-grow: 1;
|
|
4633
4633
|
margin-left: 10px;
|
|
@@ -5435,12 +5435,12 @@ body,
|
|
|
5435
5435
|
font-size: 13px;
|
|
5436
5436
|
color: #606266;
|
|
5437
5437
|
margin-left: 8px;
|
|
5438
|
-
}.custom-buttons[data-v-
|
|
5438
|
+
}.custom-buttons[data-v-e370363e] {
|
|
5439
5439
|
display: flex;
|
|
5440
5440
|
align-items: center;
|
|
5441
5441
|
margin: 0 0 0 0;
|
|
5442
5442
|
}
|
|
5443
|
-
.back-icon[data-v-
|
|
5443
|
+
.back-icon[data-v-e370363e] {
|
|
5444
5444
|
display: flex;
|
|
5445
5445
|
align-items: center;
|
|
5446
5446
|
justify-content: center;
|
|
@@ -5453,32 +5453,32 @@ body,
|
|
|
5453
5453
|
margin-left: 4px;
|
|
5454
5454
|
margin-right: -6px;
|
|
5455
5455
|
}
|
|
5456
|
-
.back-icon .el-icon[data-v-
|
|
5456
|
+
.back-icon .el-icon[data-v-e370363e] {
|
|
5457
5457
|
font-size: 14px;
|
|
5458
5458
|
font-weight: 500;
|
|
5459
5459
|
color: var(--el-color-primary);
|
|
5460
5460
|
}
|
|
5461
|
-
.back-icon[data-v-
|
|
5461
|
+
.back-icon[data-v-e370363e]:hover {
|
|
5462
5462
|
opacity: 0.7;
|
|
5463
5463
|
}
|
|
5464
|
-
.template-name[data-v-
|
|
5464
|
+
.template-name[data-v-e370363e] {
|
|
5465
5465
|
font-size: 16px;
|
|
5466
5466
|
font-weight: 600;
|
|
5467
5467
|
color: #303133;
|
|
5468
|
-
padding:
|
|
5468
|
+
padding: 12px 8px;
|
|
5469
5469
|
max-width: 300px;
|
|
5470
5470
|
white-space: nowrap;
|
|
5471
5471
|
overflow: hidden;
|
|
5472
5472
|
text-overflow: ellipsis;
|
|
5473
5473
|
position: relative;
|
|
5474
|
-
}.fec-sub-title[data-v-
|
|
5474
|
+
}.fec-sub-title[data-v-0105f658] {
|
|
5475
5475
|
width: 100%;
|
|
5476
5476
|
height: 100%;
|
|
5477
5477
|
display: flex;
|
|
5478
5478
|
align-items: center;
|
|
5479
5479
|
padding: 0 10px;
|
|
5480
5480
|
}
|
|
5481
|
-
.fec-sub-title .fec-label-line[data-v-
|
|
5481
|
+
.fec-sub-title .fec-label-line[data-v-0105f658] {
|
|
5482
5482
|
width: 3px;
|
|
5483
5483
|
height: 13px;
|
|
5484
5484
|
background-color: var(--el-color-primary);
|
|
@@ -5486,13 +5486,13 @@ body,
|
|
|
5486
5486
|
margin-right: 6px;
|
|
5487
5487
|
border-radius: 2px;
|
|
5488
5488
|
}
|
|
5489
|
-
.fec-sub-title .fec-label-title[data-v-
|
|
5490
|
-
font-size:
|
|
5489
|
+
.fec-sub-title .fec-label-title[data-v-0105f658] {
|
|
5490
|
+
font-size: 15px;
|
|
5491
5491
|
font-weight: 600;
|
|
5492
5492
|
color: #1a1a1a;
|
|
5493
5493
|
margin: 0 8px;
|
|
5494
5494
|
}
|
|
5495
|
-
.fec-sub-title .fec-label-line-query[data-v-
|
|
5495
|
+
.fec-sub-title .fec-label-line-query[data-v-0105f658] {
|
|
5496
5496
|
height: 1px;
|
|
5497
5497
|
flex-grow: 1;
|
|
5498
5498
|
margin-left: 10px;
|
|
@@ -5912,22 +5912,22 @@ body,
|
|
|
5912
5912
|
width: 80px;
|
|
5913
5913
|
font-size: var(--el-font-size-extra-small);
|
|
5914
5914
|
}
|
|
5915
|
-
.fec-form[data-v-
|
|
5915
|
+
.fec-form[data-v-38bc8c5b] {
|
|
5916
5916
|
height: 100%;
|
|
5917
5917
|
}
|
|
5918
|
-
[data-v-
|
|
5918
|
+
[data-v-38bc8c5b] .vgl-item {
|
|
5919
5919
|
transition: none;
|
|
5920
5920
|
}
|
|
5921
|
-
[data-v-
|
|
5921
|
+
[data-v-38bc8c5b] .vgl-item > .el-form-item {
|
|
5922
5922
|
width: 100%;
|
|
5923
5923
|
padding: 6px 8px 0 8px;
|
|
5924
5924
|
height: calc(100% - 15px);
|
|
5925
5925
|
display: flex;
|
|
5926
5926
|
}
|
|
5927
|
-
[data-v-
|
|
5927
|
+
[data-v-38bc8c5b] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5928
5928
|
flex-direction: column;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-38bc8c5b] .vgl-item > .el-form-item .el-form-item__label {
|
|
5931
5931
|
line-height: 20px;
|
|
5932
5932
|
display: flex;
|
|
5933
5933
|
align-items: center;
|
|
@@ -5936,12 +5936,12 @@ body,
|
|
|
5936
5936
|
flex-wrap: wrap;
|
|
5937
5937
|
white-space: normal;
|
|
5938
5938
|
}
|
|
5939
|
-
[data-v-
|
|
5939
|
+
[data-v-38bc8c5b] .vgl-item > .el-form-item {
|
|
5940
5940
|
/* .el-form-item__error {
|
|
5941
5941
|
padding-top: 10px;
|
|
5942
5942
|
} */
|
|
5943
5943
|
}
|
|
5944
|
-
[data-v-
|
|
5944
|
+
[data-v-38bc8c5b] .vgl-item > .el-container {
|
|
5945
5945
|
height: auto !important;
|
|
5946
5946
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5947
5947
|
display: inline-block;
|
|
@@ -6054,12 +6054,12 @@ body,
|
|
|
6054
6054
|
}
|
|
6055
6055
|
.filter-divider[data-v-ea506656] .el-icon {
|
|
6056
6056
|
transition: transform 0.3s ease;
|
|
6057
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6057
|
+
}.dynamic-mode-config .dynamic-row[data-v-e93f2602] {
|
|
6058
6058
|
display: flex;
|
|
6059
6059
|
height: 54px;
|
|
6060
6060
|
align-items: center;
|
|
6061
6061
|
}
|
|
6062
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6062
|
+
.dynamic-mode-config .back-icon[data-v-e93f2602] {
|
|
6063
6063
|
display: flex;
|
|
6064
6064
|
align-items: center;
|
|
6065
6065
|
justify-content: center;
|
|
@@ -6072,53 +6072,53 @@ body,
|
|
|
6072
6072
|
margin-left: 4px;
|
|
6073
6073
|
margin-right: -6px;
|
|
6074
6074
|
}
|
|
6075
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6075
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-e93f2602] {
|
|
6076
6076
|
font-size: 16px;
|
|
6077
6077
|
font-weight: bold;
|
|
6078
6078
|
}
|
|
6079
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6079
|
+
.dynamic-mode-config .template-name[data-v-e93f2602] {
|
|
6080
6080
|
font-size: 16px;
|
|
6081
6081
|
font-weight: 600;
|
|
6082
6082
|
color: #303133;
|
|
6083
|
-
padding:
|
|
6083
|
+
padding: 12px 8px;
|
|
6084
6084
|
max-width: 300px;
|
|
6085
6085
|
white-space: nowrap;
|
|
6086
6086
|
overflow: hidden;
|
|
6087
6087
|
text-overflow: ellipsis;
|
|
6088
6088
|
position: relative;
|
|
6089
6089
|
}
|
|
6090
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6090
|
+
.dynamic-mode-config .tab-display-section[data-v-e93f2602] {
|
|
6091
6091
|
flex: 1;
|
|
6092
6092
|
min-width: 0;
|
|
6093
6093
|
}
|
|
6094
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6094
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__header {
|
|
6095
6095
|
margin: 0;
|
|
6096
6096
|
}
|
|
6097
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6097
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__nav-wrap::after {
|
|
6098
6098
|
height: 0;
|
|
6099
6099
|
}
|
|
6100
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6100
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-e93f2602] .el-tabs__item {
|
|
6101
6101
|
padding: 0 12px;
|
|
6102
6102
|
}
|
|
6103
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6103
|
+
.dynamic-mode-config .search-display-section[data-v-e93f2602] {
|
|
6104
6104
|
flex-shrink: 0;
|
|
6105
6105
|
display: flex;
|
|
6106
6106
|
align-items: center;
|
|
6107
6107
|
gap: 12px;
|
|
6108
6108
|
margin-left: auto;
|
|
6109
6109
|
}
|
|
6110
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6110
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-e93f2602] {
|
|
6111
6111
|
width: 300px;
|
|
6112
6112
|
}
|
|
6113
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6113
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-e93f2602] {
|
|
6114
6114
|
display: flex;
|
|
6115
6115
|
align-items: center;
|
|
6116
6116
|
gap: 8px;
|
|
6117
6117
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6118
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-e93f2602] {
|
|
6119
6119
|
position: relative;
|
|
6120
6120
|
}
|
|
6121
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6121
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602] {
|
|
6122
6122
|
position: absolute;
|
|
6123
6123
|
top: -10px;
|
|
6124
6124
|
right: -10px;
|
|
@@ -6135,31 +6135,31 @@ body,
|
|
|
6135
6135
|
font-size: 12px;
|
|
6136
6136
|
z-index: 1;
|
|
6137
6137
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6138
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-e93f2602]:hover {
|
|
6139
6139
|
background-color: #f56c6c;
|
|
6140
6140
|
}
|
|
6141
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6141
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-e93f2602] {
|
|
6142
6142
|
display: flex;
|
|
6143
6143
|
}
|
|
6144
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6144
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-e93f2602] {
|
|
6145
6145
|
pointer-events: none;
|
|
6146
6146
|
}
|
|
6147
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6147
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-e93f2602] {
|
|
6148
6148
|
margin-right: 4px;
|
|
6149
6149
|
}
|
|
6150
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6150
|
+
.dynamic-mode-config .expand-filter-section[data-v-e93f2602] {
|
|
6151
6151
|
padding-top: 4px;
|
|
6152
6152
|
border-top: 1px solid #ebeef5;
|
|
6153
6153
|
margin-top: 4px;
|
|
6154
6154
|
}
|
|
6155
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6155
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-e93f2602] {
|
|
6156
6156
|
width: 100%;
|
|
6157
6157
|
}
|
|
6158
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6158
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-e93f2602] {
|
|
6159
6159
|
display: flex;
|
|
6160
6160
|
flex-wrap: wrap;
|
|
6161
6161
|
}
|
|
6162
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6162
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item {
|
|
6163
6163
|
padding: 2px;
|
|
6164
6164
|
border: 2px solid transparent;
|
|
6165
6165
|
border-radius: 2px;
|
|
@@ -6168,20 +6168,20 @@ body,
|
|
|
6168
6168
|
cursor: move;
|
|
6169
6169
|
margin-bottom: 4px;
|
|
6170
6170
|
}
|
|
6171
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6171
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__label-wrap {
|
|
6172
6172
|
margin: 0 0 0 8px !important;
|
|
6173
6173
|
}
|
|
6174
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6174
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-form-item__content {
|
|
6175
6175
|
min-width: 150px;
|
|
6176
6176
|
}
|
|
6177
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6177
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .form-item-label {
|
|
6178
6178
|
display: flex;
|
|
6179
6179
|
align-items: center;
|
|
6180
6180
|
}
|
|
6181
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6181
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .el-input {
|
|
6182
6182
|
width: 150px;
|
|
6183
6183
|
}
|
|
6184
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6184
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon {
|
|
6185
6185
|
position: absolute;
|
|
6186
6186
|
top: -10px;
|
|
6187
6187
|
right: -10px;
|
|
@@ -6198,19 +6198,19 @@ body,
|
|
|
6198
6198
|
font-size: 12px;
|
|
6199
6199
|
z-index: 1;
|
|
6200
6200
|
}
|
|
6201
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6201
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item .delete-icon:hover {
|
|
6202
6202
|
background-color: #f56c6c;
|
|
6203
6203
|
}
|
|
6204
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6204
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover {
|
|
6205
6205
|
border: 2px dashed #7b99cb !important;
|
|
6206
6206
|
}
|
|
6207
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6207
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-hover .delete-icon {
|
|
6208
6208
|
display: flex;
|
|
6209
6209
|
}
|
|
6210
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6210
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item.is-select {
|
|
6211
6211
|
border: 2px dashed #efa53a !important;
|
|
6212
6212
|
}
|
|
6213
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6213
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-e93f2602] .el-form-item__label {
|
|
6214
6214
|
font-size: 13px;
|
|
6215
6215
|
color: #606266;
|
|
6216
6216
|
pointer-events: none;
|
|
@@ -6219,11 +6219,11 @@ body,
|
|
|
6219
6219
|
display: flex;
|
|
6220
6220
|
align-items: center;
|
|
6221
6221
|
}
|
|
6222
|
-
[data-v-
|
|
6222
|
+
[data-v-e93f2602] .el-checkbox-group {
|
|
6223
6223
|
display: flex;
|
|
6224
6224
|
gap: 12px;
|
|
6225
6225
|
}
|
|
6226
|
-
[data-v-
|
|
6226
|
+
[data-v-e93f2602] .el-checkbox-group .el-checkbox-button__inner {
|
|
6227
6227
|
border-radius: 4px;
|
|
6228
6228
|
}.fec-table[data-v-5e27559e] {
|
|
6229
6229
|
height: 100%;
|
|
@@ -766,7 +766,15 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
766
766
|
...Object.keys(newData || {}),
|
|
767
767
|
...Object.keys(oldData || {})
|
|
768
768
|
]);
|
|
769
|
+
let initFlag = false;
|
|
770
|
+
if (Object.keys(oldData || {}).length === 0) {
|
|
771
|
+
initFlag = true;
|
|
772
|
+
}
|
|
769
773
|
for (const key of allKeys) {
|
|
774
|
+
if (initFlag) {
|
|
775
|
+
changedFields.push(key);
|
|
776
|
+
continue;
|
|
777
|
+
}
|
|
770
778
|
const hasKeyInNew = newData && Object.prototype.hasOwnProperty.call(newData, key);
|
|
771
779
|
const hasKeyInOld = oldData && Object.prototype.hasOwnProperty.call(oldData, key);
|
|
772
780
|
if (!hasKeyInNew && !hasKeyInOld) {
|
|
@@ -944,6 +952,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
944
952
|
let linkaged = false;
|
|
945
953
|
function initLinkage() {
|
|
946
954
|
const changedFields = findChangedFields(formData.value, prevFormData.value);
|
|
955
|
+
console.log("🚀 ~ initLinkage ~ changedFields:", changedFields);
|
|
947
956
|
if (changedFields.length > 0) {
|
|
948
957
|
applyLinkageEffectsForChangedFields(changedFields);
|
|
949
958
|
}
|
|
@@ -1093,5 +1102,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1093
1102
|
};
|
|
1094
1103
|
}
|
|
1095
1104
|
});
|
|
1096
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1105
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-38bc8c5b"]]);
|
|
1097
1106
|
exports.default = _Form;
|
|
@@ -23,5 +23,5 @@ const _sfc_main = {
|
|
|
23
23
|
};
|
|
24
24
|
}
|
|
25
25
|
};
|
|
26
|
-
const _SubTitle = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
26
|
+
const _SubTitle = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-0105f658"]]);
|
|
27
27
|
exports.default = _SubTitle;
|
|
@@ -166,5 +166,5 @@ const _sfc_main = {
|
|
|
166
166
|
};
|
|
167
167
|
}
|
|
168
168
|
};
|
|
169
|
-
const CustomButtons = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
169
|
+
const CustomButtons = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-e370363e"]]);
|
|
170
170
|
exports.default = CustomButtons;
|
|
@@ -452,5 +452,5 @@ const _sfc_main = {
|
|
|
452
452
|
};
|
|
453
453
|
}
|
|
454
454
|
};
|
|
455
|
-
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
455
|
+
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-e93f2602"]]);
|
|
456
456
|
exports.default = DynamicQuery;
|