@fecp/designer 5.4.69 → 5.4.71
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/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.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/form/property/widgets.vue.mjs +2 -2
- 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 +41 -39
- package/es/packages/vue/src/components/details/header/Header.vue.mjs +5 -5
- package/es/packages/vue/src/components/details/main/Main.vue.mjs +3 -2
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +8 -5
- package/es/packages/vue/src/components/table/TableFilter.vue.mjs +2 -2
- 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/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.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/form/property/widgets.vue.js +2 -2
- 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 +41 -39
- package/lib/packages/vue/src/components/details/header/Header.vue.js +4 -4
- package/lib/packages/vue/src/components/details/main/Main.vue.js +3 -2
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +8 -5
- package/lib/packages/vue/src/components/table/TableFilter.vue.js +2 -2
- 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";
|
|
@@ -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";
|
|
@@ -52,8 +52,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
52
52
|
import "../../../components/TemplateSelector.vue.mjs";
|
|
53
53
|
import "../../table/default.mjs";
|
|
54
54
|
/* empty css */
|
|
55
|
-
/* empty css
|
|
56
|
-
/* empty css
|
|
55
|
+
/* empty css */
|
|
56
|
+
/* empty css */
|
|
57
57
|
import "../../../store/index.mjs";
|
|
58
58
|
/* empty css */
|
|
59
59
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/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
|
@@ -5848,7 +5848,7 @@ body,
|
|
|
5848
5848
|
[data-v-3657e72b] .el-form-item__label {
|
|
5849
5849
|
padding: 0 8px 0 0;
|
|
5850
5850
|
}
|
|
5851
|
-
.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-
|
|
5851
|
+
.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-29cfb366] {
|
|
5852
5852
|
padding: 0 20px;
|
|
5853
5853
|
background-color: #fff;
|
|
5854
5854
|
height: 55px;
|
|
@@ -5856,17 +5856,17 @@ body,
|
|
|
5856
5856
|
align-items: center;
|
|
5857
5857
|
flex-shrink: 0;
|
|
5858
5858
|
}
|
|
5859
|
-
.fec-header[data-v-
|
|
5859
|
+
.fec-header[data-v-29cfb366] .el-page-header__header {
|
|
5860
5860
|
border-bottom: 1px solid #e4e7ed;
|
|
5861
5861
|
height: 100%;
|
|
5862
5862
|
width: 100%;
|
|
5863
5863
|
display: flex;
|
|
5864
5864
|
align-items: center;
|
|
5865
5865
|
}
|
|
5866
|
-
.fec-header[data-v-
|
|
5866
|
+
.fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__title {
|
|
5867
5867
|
display: none;
|
|
5868
5868
|
}
|
|
5869
|
-
.fec-header[data-v-
|
|
5869
|
+
.fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__icon {
|
|
5870
5870
|
margin-right: 0;
|
|
5871
5871
|
font-size: 16px;
|
|
5872
5872
|
font-weight: 500;
|
|
@@ -5874,26 +5874,26 @@ body,
|
|
|
5874
5874
|
display: flex;
|
|
5875
5875
|
align-items: center;
|
|
5876
5876
|
}
|
|
5877
|
-
.fec-header .fec-header__title[data-v-
|
|
5877
|
+
.fec-header .fec-header__title[data-v-29cfb366] {
|
|
5878
5878
|
font-size: 20px;
|
|
5879
5879
|
font-weight: 700;
|
|
5880
5880
|
color: #1a1a1a;
|
|
5881
5881
|
margin-right: 12px;
|
|
5882
5882
|
line-height: 1.2;
|
|
5883
5883
|
}
|
|
5884
|
-
.fec-header .fec-header__subtitle[data-v-
|
|
5884
|
+
.fec-header .fec-header__subtitle[data-v-29cfb366] {
|
|
5885
5885
|
font-size: 12px;
|
|
5886
5886
|
color: #bbb;
|
|
5887
5887
|
font-weight: 500;
|
|
5888
5888
|
line-height: 1.2;
|
|
5889
5889
|
}
|
|
5890
|
-
.can-not-back[data-v-
|
|
5890
|
+
.can-not-back[data-v-29cfb366] .el-subTitle {
|
|
5891
5891
|
display: none;
|
|
5892
5892
|
}
|
|
5893
|
-
.can-not-back[data-v-
|
|
5893
|
+
.can-not-back[data-v-29cfb366] .el-divider {
|
|
5894
5894
|
display: none;
|
|
5895
5895
|
}
|
|
5896
|
-
[data-v-
|
|
5896
|
+
[data-v-29cfb366] .el-page-header__content {
|
|
5897
5897
|
display: flex;
|
|
5898
5898
|
align-items: flex-end;
|
|
5899
5899
|
}
|
|
@@ -5912,32 +5912,34 @@ 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-1fa44a75] {
|
|
5916
5916
|
height: 100%;
|
|
5917
5917
|
}
|
|
5918
|
-
[data-v-
|
|
5918
|
+
[data-v-1fa44a75] .vgl-item {
|
|
5919
5919
|
transition: none;
|
|
5920
5920
|
}
|
|
5921
|
-
[data-v-
|
|
5921
|
+
[data-v-1fa44a75] .vgl-item > .el-form-item {
|
|
5922
5922
|
width: 100%;
|
|
5923
|
-
padding:
|
|
5923
|
+
padding: 6px 8px 0 8px;
|
|
5924
5924
|
height: calc(100% - 15px);
|
|
5925
5925
|
display: flex;
|
|
5926
5926
|
}
|
|
5927
|
-
[data-v-
|
|
5927
|
+
[data-v-1fa44a75] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5928
5928
|
flex-direction: column;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-1fa44a75] .vgl-item > .el-form-item .el-form-item__label {
|
|
5931
5931
|
line-height: 20px;
|
|
5932
5932
|
display: flex;
|
|
5933
5933
|
align-items: center;
|
|
5934
5934
|
color: #1a1a1a;
|
|
5935
5935
|
pointer-events: none;
|
|
5936
|
+
flex-wrap: wrap;
|
|
5937
|
+
white-space: normal;
|
|
5936
5938
|
}
|
|
5937
|
-
[data-v-
|
|
5939
|
+
[data-v-1fa44a75] .vgl-item > .el-form-item .el-form-item__error {
|
|
5938
5940
|
padding-top: 10px;
|
|
5939
5941
|
}
|
|
5940
|
-
[data-v-
|
|
5942
|
+
[data-v-1fa44a75] .vgl-item > .el-container {
|
|
5941
5943
|
height: auto !important;
|
|
5942
5944
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5943
5945
|
display: inline-block;
|
|
@@ -5952,14 +5954,14 @@ body,
|
|
|
5952
5954
|
}
|
|
5953
5955
|
.cell-content .copy-icon[data-v-3e5372d4]:hover {
|
|
5954
5956
|
color: #409eff;
|
|
5955
|
-
}.fec-table-filter[data-v-
|
|
5957
|
+
}.fec-table-filter[data-v-ea506656] {
|
|
5956
5958
|
display: flex;
|
|
5957
5959
|
background-color: #fff;
|
|
5958
5960
|
align-items: flex-start;
|
|
5959
5961
|
gap: 12px;
|
|
5960
|
-
|
|
5962
|
+
padding: 12px 0 8px 0;
|
|
5961
5963
|
}
|
|
5962
|
-
.fec-table-filter .filter-fields[data-v-
|
|
5964
|
+
.fec-table-filter .filter-fields[data-v-ea506656] {
|
|
5963
5965
|
flex: 1;
|
|
5964
5966
|
display: grid;
|
|
5965
5967
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
@@ -5967,19 +5969,19 @@ body,
|
|
|
5967
5969
|
transition: all 0.4s ease;
|
|
5968
5970
|
overflow: hidden;
|
|
5969
5971
|
}
|
|
5970
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
5971
|
-
max-height: var(--
|
|
5972
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-ea506656] {
|
|
5973
|
+
max-height: var(--129ad2ff);
|
|
5972
5974
|
}
|
|
5973
|
-
.fec-table-filter .filter-field[data-v-
|
|
5975
|
+
.fec-table-filter .filter-field[data-v-ea506656] {
|
|
5974
5976
|
transition: all 0.3s ease;
|
|
5975
5977
|
}
|
|
5976
|
-
.fec-table-filter .filter-field[data-v-
|
|
5978
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item {
|
|
5977
5979
|
margin-bottom: 0;
|
|
5978
5980
|
display: flex;
|
|
5979
5981
|
flex-direction: row;
|
|
5980
5982
|
align-items: center;
|
|
5981
5983
|
}
|
|
5982
|
-
.fec-table-filter .filter-field[data-v-
|
|
5984
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item .el-form-item__label {
|
|
5983
5985
|
font-size: 14px;
|
|
5984
5986
|
color: #606266;
|
|
5985
5987
|
font-weight: 500;
|
|
@@ -5990,16 +5992,16 @@ body,
|
|
|
5990
5992
|
flex-shrink: 0;
|
|
5991
5993
|
text-align: right;
|
|
5992
5994
|
}
|
|
5993
|
-
.fec-table-filter .filter-field[data-v-
|
|
5995
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item .el-form-item__content {
|
|
5994
5996
|
flex: 1;
|
|
5995
5997
|
margin-left: 0 !important;
|
|
5996
5998
|
}
|
|
5997
|
-
.fec-table-filter .filter-field[data-v-
|
|
5998
|
-
.fec-table-filter .filter-field[data-v-
|
|
5999
|
-
.fec-table-filter .filter-field[data-v-
|
|
5999
|
+
.fec-table-filter .filter-field[data-v-ea506656] .text-field-wrapper,
|
|
6000
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-select,
|
|
6001
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-date-editor {
|
|
6000
6002
|
width: 100%;
|
|
6001
6003
|
}
|
|
6002
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6004
|
+
.fec-table-filter .filter-actions[data-v-ea506656] {
|
|
6003
6005
|
flex-shrink: 0;
|
|
6004
6006
|
border-left: 1px solid #eaebef;
|
|
6005
6007
|
display: flex;
|
|
@@ -6011,34 +6013,34 @@ body,
|
|
|
6011
6013
|
gap: 10px;
|
|
6012
6014
|
height: 100%;
|
|
6013
6015
|
}
|
|
6014
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6016
|
+
.fec-table-filter .filter-actions[data-v-ea506656] .el-button {
|
|
6015
6017
|
margin: 0;
|
|
6016
6018
|
}
|
|
6017
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6019
|
+
.fec-table-filter .filter-actions.inline[data-v-ea506656] {
|
|
6018
6020
|
flex-direction: row;
|
|
6019
6021
|
gap: 8px;
|
|
6020
6022
|
height: auto;
|
|
6021
6023
|
align-items: center;
|
|
6022
6024
|
}
|
|
6023
|
-
.filter-fields[data-v-
|
|
6025
|
+
.filter-fields[data-v-ea506656] {
|
|
6024
6026
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6025
6027
|
}
|
|
6026
|
-
.filter-field[data-v-
|
|
6028
|
+
.filter-field[data-v-ea506656] {
|
|
6027
6029
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6028
6030
|
}
|
|
6029
|
-
.filter-divider[data-v-
|
|
6031
|
+
.filter-divider[data-v-ea506656] {
|
|
6030
6032
|
margin: 8px 0;
|
|
6031
6033
|
z-index: 1;
|
|
6032
6034
|
transition: all 0.3s ease;
|
|
6033
6035
|
}
|
|
6034
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6036
|
+
.filter-divider .collapse-toggle[data-v-ea506656] {
|
|
6035
6037
|
display: flex;
|
|
6036
6038
|
align-items: center;
|
|
6037
6039
|
gap: 2px;
|
|
6038
6040
|
color: #409eff;
|
|
6039
6041
|
cursor: pointer;
|
|
6040
6042
|
}
|
|
6041
|
-
.filter-divider[data-v-
|
|
6043
|
+
.filter-divider[data-v-ea506656] .el-divider__text {
|
|
6042
6044
|
font-size: 13px;
|
|
6043
6045
|
color: #606266;
|
|
6044
6046
|
transition: all 0.3s ease;
|
|
@@ -6048,7 +6050,7 @@ body,
|
|
|
6048
6050
|
background-color: #fff;
|
|
6049
6051
|
padding: 0 10px;
|
|
6050
6052
|
}
|
|
6051
|
-
.filter-divider[data-v-
|
|
6053
|
+
.filter-divider[data-v-ea506656] .el-icon {
|
|
6052
6054
|
transition: transform 0.3s ease;
|
|
6053
6055
|
}.dynamic-mode-config .dynamic-row[data-v-a95df0b8] {
|
|
6054
6056
|
display: flex;
|
|
@@ -6771,7 +6773,7 @@ body,
|
|
|
6771
6773
|
top: 0;
|
|
6772
6774
|
}
|
|
6773
6775
|
.el-overlay-dialog .fec-dialog-renderer .el-dialog__body {
|
|
6774
|
-
padding:
|
|
6776
|
+
padding: 0px;
|
|
6775
6777
|
overflow: auto;
|
|
6776
6778
|
flex-grow: 1;
|
|
6777
6779
|
position: relative;
|
|
@@ -3,7 +3,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
|
-
import { computed, createBlock, createCommentVNode, openBlock, normalizeClass,
|
|
6
|
+
import { computed, createBlock, createCommentVNode, unref, openBlock, normalizeClass, createSlots, withCtx, createElementVNode, toDisplayString, createElementBlock, Fragment, renderList, createTextVNode } from "vue";
|
|
7
7
|
import { ArrowLeftBold as arrow_left_bold_default } from "../../../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
8
8
|
import { getCurrentVueInstance } from "../../../utils/getInstance.mjs";
|
|
9
9
|
/* empty css */
|
|
@@ -69,10 +69,10 @@ const _sfc_main = {
|
|
|
69
69
|
emit("action-click", action);
|
|
70
70
|
};
|
|
71
71
|
return (_ctx, _cache) => {
|
|
72
|
-
var _a, _b, _c;
|
|
72
|
+
var _a, _b, _c, _d, _e;
|
|
73
73
|
const _component_el_button = ElButton;
|
|
74
74
|
const _component_el_page_header = ElPageHeader;
|
|
75
|
-
return ((_a = __props.pageHeaderConfig) == null ? void 0 : _a.enabled) ? (openBlock(), createBlock(_component_el_page_header, {
|
|
75
|
+
return ((_a = __props.pageHeaderConfig) == null ? void 0 : _a.enabled) && (unref(canBack) || ((_c = (_b = __props.pageHeaderConfig) == null ? void 0 : _b.actions) == null ? void 0 : _c.length) > 0) ? (openBlock(), createBlock(_component_el_page_header, {
|
|
76
76
|
key: 0,
|
|
77
77
|
icon: unref(canBack) ? unref(arrow_left_bold_default) : null,
|
|
78
78
|
onBack: handleBack,
|
|
@@ -87,7 +87,7 @@ const _sfc_main = {
|
|
|
87
87
|
}),
|
|
88
88
|
_: 2
|
|
89
89
|
}, [
|
|
90
|
-
((
|
|
90
|
+
((_e = (_d = __props.pageHeaderConfig) == null ? void 0 : _d.actions) == null ? void 0 : _e.length) ? {
|
|
91
91
|
name: "extra",
|
|
92
92
|
fn: withCtx(() => {
|
|
93
93
|
var _a2;
|
|
@@ -112,7 +112,7 @@ const _sfc_main = {
|
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
114
|
};
|
|
115
|
-
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
115
|
+
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-29cfb366"]]);
|
|
116
116
|
export {
|
|
117
117
|
component as default
|
|
118
118
|
};
|
|
@@ -30,13 +30,14 @@ const _sfc_main = {
|
|
|
30
30
|
return (_ctx, _cache) => {
|
|
31
31
|
const _component_el_scrollbar = ElScrollbar;
|
|
32
32
|
const _component_el_main = ElMain;
|
|
33
|
-
return openBlock(), createBlock(_component_el_main, { style: { "padding": "0", "background-color": "#fff" } }, {
|
|
33
|
+
return openBlock(), createBlock(_component_el_main, { style: { "padding": "0", "background-color": "#fff", "display": "flex" } }, {
|
|
34
34
|
default: withCtx(() => [
|
|
35
35
|
props.scrollbar ? (openBlock(), createBlock(_component_el_scrollbar, {
|
|
36
36
|
key: 0,
|
|
37
37
|
ref_key: "scrollbarRef",
|
|
38
38
|
ref: scrollbarRef,
|
|
39
|
-
onScroll: scroll
|
|
39
|
+
onScroll: scroll,
|
|
40
|
+
style: { "flex": "1" }
|
|
40
41
|
}, {
|
|
41
42
|
default: withCtx(() => [
|
|
42
43
|
renderSlot(_ctx.$slots, "default")
|
|
@@ -210,10 +210,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
210
210
|
emit("layoutUpdated", layoutData);
|
|
211
211
|
}
|
|
212
212
|
const loadFormData = (flag) => {
|
|
213
|
+
var _a;
|
|
213
214
|
const defaultData = {};
|
|
214
215
|
const rules = {};
|
|
215
216
|
if (fieldsData.value) {
|
|
216
|
-
fieldsData.value.forEach((component) => {
|
|
217
|
+
(_a = fieldsData.value) == null ? void 0 : _a.forEach((component) => {
|
|
217
218
|
if (component.fieldName) {
|
|
218
219
|
let defaultValue = component.defaultValue || null;
|
|
219
220
|
if (component.fieldType == "number") {
|
|
@@ -1020,7 +1021,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1020
1021
|
isApproval: __props.isApproval,
|
|
1021
1022
|
pageHeaderConfig: localConfig.value.pageHeaderConfig
|
|
1022
1023
|
}, null, 8, ["showBack", "isApproval", "pageHeaderConfig"]),
|
|
1023
|
-
createVNode(unref(main),
|
|
1024
|
+
createVNode(unref(main), {
|
|
1025
|
+
scrollbar: !__props.isDialog
|
|
1026
|
+
}, {
|
|
1024
1027
|
default: withCtx(() => [
|
|
1025
1028
|
createVNode(_component_el_form, {
|
|
1026
1029
|
ref_key: "formRef",
|
|
@@ -1028,7 +1031,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1028
1031
|
model: formData.value,
|
|
1029
1032
|
rules: formRules.value,
|
|
1030
1033
|
"label-position": localConfig.value.labelPosition,
|
|
1031
|
-
style: normalizeStyle({ padding: __props.isSubForm
|
|
1034
|
+
style: normalizeStyle({ padding: __props.isSubForm ? "0" : "12px" }),
|
|
1032
1035
|
"validate-on-rule-change": false,
|
|
1033
1036
|
size: "large",
|
|
1034
1037
|
"scroll-to-error": ""
|
|
@@ -1075,7 +1078,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1075
1078
|
}, 8, ["model", "rules", "label-position", "style"])
|
|
1076
1079
|
]),
|
|
1077
1080
|
_: 1
|
|
1078
|
-
}),
|
|
1081
|
+
}, 8, ["scrollbar"]),
|
|
1079
1082
|
!__props.isSubForm && !__props.isDialog && !__props.isApproval ? (openBlock(), createBlock(unref(footer), {
|
|
1080
1083
|
key: 0,
|
|
1081
1084
|
formMode: formMode.value,
|
|
@@ -1088,7 +1091,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1088
1091
|
};
|
|
1089
1092
|
}
|
|
1090
1093
|
});
|
|
1091
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1094
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1fa44a75"]]);
|
|
1092
1095
|
export {
|
|
1093
1096
|
_Form as default
|
|
1094
1097
|
};
|
|
@@ -45,7 +45,7 @@ const _sfc_main = {
|
|
|
45
45
|
emits: ["search", "reset"],
|
|
46
46
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
47
47
|
useCssVars((_ctx) => ({
|
|
48
|
-
"
|
|
48
|
+
"129ad2ff": `${config.value.collapseRows * 90}px`
|
|
49
49
|
}));
|
|
50
50
|
const props = __props;
|
|
51
51
|
const emit = __emit;
|
|
@@ -286,7 +286,7 @@ const _sfc_main = {
|
|
|
286
286
|
};
|
|
287
287
|
}
|
|
288
288
|
};
|
|
289
|
-
const TableFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
289
|
+
const TableFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ea506656"]]);
|
|
290
290
|
export {
|
|
291
291
|
TableFilter as default
|
|
292
292
|
};
|
|
@@ -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");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue.js");
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
function useDialogDialog() {
|
|
6
6
|
const dialogDialogVisible = vue.ref(false);
|
|
@@ -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 */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue.js");
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
function useDialogGlobalDialog() {
|
|
6
6
|
const dialogGlobalDialogVisible = vue.ref(false);
|
|
@@ -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");
|
|
@@ -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");
|
|
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
|
|
|
54
54
|
require("../../../components/TemplateSelector.vue.js");
|
|
55
55
|
require("../../table/default.js");
|
|
56
56
|
;/* empty css */
|
|
57
|
-
;/* empty css
|
|
58
|
-
;/* empty css
|
|
57
|
+
;/* empty css */
|
|
58
|
+
;/* empty css */
|
|
59
59
|
require("../../../store/index.js");
|
|
60
60
|
;/* empty css */
|
|
61
61
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/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
|
@@ -5848,7 +5848,7 @@ body,
|
|
|
5848
5848
|
[data-v-3657e72b] .el-form-item__label {
|
|
5849
5849
|
padding: 0 8px 0 0;
|
|
5850
5850
|
}
|
|
5851
|
-
.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-
|
|
5851
|
+
.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-29cfb366] {
|
|
5852
5852
|
padding: 0 20px;
|
|
5853
5853
|
background-color: #fff;
|
|
5854
5854
|
height: 55px;
|
|
@@ -5856,17 +5856,17 @@ body,
|
|
|
5856
5856
|
align-items: center;
|
|
5857
5857
|
flex-shrink: 0;
|
|
5858
5858
|
}
|
|
5859
|
-
.fec-header[data-v-
|
|
5859
|
+
.fec-header[data-v-29cfb366] .el-page-header__header {
|
|
5860
5860
|
border-bottom: 1px solid #e4e7ed;
|
|
5861
5861
|
height: 100%;
|
|
5862
5862
|
width: 100%;
|
|
5863
5863
|
display: flex;
|
|
5864
5864
|
align-items: center;
|
|
5865
5865
|
}
|
|
5866
|
-
.fec-header[data-v-
|
|
5866
|
+
.fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__title {
|
|
5867
5867
|
display: none;
|
|
5868
5868
|
}
|
|
5869
|
-
.fec-header[data-v-
|
|
5869
|
+
.fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__icon {
|
|
5870
5870
|
margin-right: 0;
|
|
5871
5871
|
font-size: 16px;
|
|
5872
5872
|
font-weight: 500;
|
|
@@ -5874,26 +5874,26 @@ body,
|
|
|
5874
5874
|
display: flex;
|
|
5875
5875
|
align-items: center;
|
|
5876
5876
|
}
|
|
5877
|
-
.fec-header .fec-header__title[data-v-
|
|
5877
|
+
.fec-header .fec-header__title[data-v-29cfb366] {
|
|
5878
5878
|
font-size: 20px;
|
|
5879
5879
|
font-weight: 700;
|
|
5880
5880
|
color: #1a1a1a;
|
|
5881
5881
|
margin-right: 12px;
|
|
5882
5882
|
line-height: 1.2;
|
|
5883
5883
|
}
|
|
5884
|
-
.fec-header .fec-header__subtitle[data-v-
|
|
5884
|
+
.fec-header .fec-header__subtitle[data-v-29cfb366] {
|
|
5885
5885
|
font-size: 12px;
|
|
5886
5886
|
color: #bbb;
|
|
5887
5887
|
font-weight: 500;
|
|
5888
5888
|
line-height: 1.2;
|
|
5889
5889
|
}
|
|
5890
|
-
.can-not-back[data-v-
|
|
5890
|
+
.can-not-back[data-v-29cfb366] .el-subTitle {
|
|
5891
5891
|
display: none;
|
|
5892
5892
|
}
|
|
5893
|
-
.can-not-back[data-v-
|
|
5893
|
+
.can-not-back[data-v-29cfb366] .el-divider {
|
|
5894
5894
|
display: none;
|
|
5895
5895
|
}
|
|
5896
|
-
[data-v-
|
|
5896
|
+
[data-v-29cfb366] .el-page-header__content {
|
|
5897
5897
|
display: flex;
|
|
5898
5898
|
align-items: flex-end;
|
|
5899
5899
|
}
|
|
@@ -5912,32 +5912,34 @@ 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-1fa44a75] {
|
|
5916
5916
|
height: 100%;
|
|
5917
5917
|
}
|
|
5918
|
-
[data-v-
|
|
5918
|
+
[data-v-1fa44a75] .vgl-item {
|
|
5919
5919
|
transition: none;
|
|
5920
5920
|
}
|
|
5921
|
-
[data-v-
|
|
5921
|
+
[data-v-1fa44a75] .vgl-item > .el-form-item {
|
|
5922
5922
|
width: 100%;
|
|
5923
|
-
padding:
|
|
5923
|
+
padding: 6px 8px 0 8px;
|
|
5924
5924
|
height: calc(100% - 15px);
|
|
5925
5925
|
display: flex;
|
|
5926
5926
|
}
|
|
5927
|
-
[data-v-
|
|
5927
|
+
[data-v-1fa44a75] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5928
5928
|
flex-direction: column;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-1fa44a75] .vgl-item > .el-form-item .el-form-item__label {
|
|
5931
5931
|
line-height: 20px;
|
|
5932
5932
|
display: flex;
|
|
5933
5933
|
align-items: center;
|
|
5934
5934
|
color: #1a1a1a;
|
|
5935
5935
|
pointer-events: none;
|
|
5936
|
+
flex-wrap: wrap;
|
|
5937
|
+
white-space: normal;
|
|
5936
5938
|
}
|
|
5937
|
-
[data-v-
|
|
5939
|
+
[data-v-1fa44a75] .vgl-item > .el-form-item .el-form-item__error {
|
|
5938
5940
|
padding-top: 10px;
|
|
5939
5941
|
}
|
|
5940
|
-
[data-v-
|
|
5942
|
+
[data-v-1fa44a75] .vgl-item > .el-container {
|
|
5941
5943
|
height: auto !important;
|
|
5942
5944
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5943
5945
|
display: inline-block;
|
|
@@ -5952,14 +5954,14 @@ body,
|
|
|
5952
5954
|
}
|
|
5953
5955
|
.cell-content .copy-icon[data-v-3e5372d4]:hover {
|
|
5954
5956
|
color: #409eff;
|
|
5955
|
-
}.fec-table-filter[data-v-
|
|
5957
|
+
}.fec-table-filter[data-v-ea506656] {
|
|
5956
5958
|
display: flex;
|
|
5957
5959
|
background-color: #fff;
|
|
5958
5960
|
align-items: flex-start;
|
|
5959
5961
|
gap: 12px;
|
|
5960
|
-
|
|
5962
|
+
padding: 12px 0 8px 0;
|
|
5961
5963
|
}
|
|
5962
|
-
.fec-table-filter .filter-fields[data-v-
|
|
5964
|
+
.fec-table-filter .filter-fields[data-v-ea506656] {
|
|
5963
5965
|
flex: 1;
|
|
5964
5966
|
display: grid;
|
|
5965
5967
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
@@ -5967,19 +5969,19 @@ body,
|
|
|
5967
5969
|
transition: all 0.4s ease;
|
|
5968
5970
|
overflow: hidden;
|
|
5969
5971
|
}
|
|
5970
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
5971
|
-
max-height: var(--
|
|
5972
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-ea506656] {
|
|
5973
|
+
max-height: var(--129ad2ff);
|
|
5972
5974
|
}
|
|
5973
|
-
.fec-table-filter .filter-field[data-v-
|
|
5975
|
+
.fec-table-filter .filter-field[data-v-ea506656] {
|
|
5974
5976
|
transition: all 0.3s ease;
|
|
5975
5977
|
}
|
|
5976
|
-
.fec-table-filter .filter-field[data-v-
|
|
5978
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item {
|
|
5977
5979
|
margin-bottom: 0;
|
|
5978
5980
|
display: flex;
|
|
5979
5981
|
flex-direction: row;
|
|
5980
5982
|
align-items: center;
|
|
5981
5983
|
}
|
|
5982
|
-
.fec-table-filter .filter-field[data-v-
|
|
5984
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item .el-form-item__label {
|
|
5983
5985
|
font-size: 14px;
|
|
5984
5986
|
color: #606266;
|
|
5985
5987
|
font-weight: 500;
|
|
@@ -5990,16 +5992,16 @@ body,
|
|
|
5990
5992
|
flex-shrink: 0;
|
|
5991
5993
|
text-align: right;
|
|
5992
5994
|
}
|
|
5993
|
-
.fec-table-filter .filter-field[data-v-
|
|
5995
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item .el-form-item__content {
|
|
5994
5996
|
flex: 1;
|
|
5995
5997
|
margin-left: 0 !important;
|
|
5996
5998
|
}
|
|
5997
|
-
.fec-table-filter .filter-field[data-v-
|
|
5998
|
-
.fec-table-filter .filter-field[data-v-
|
|
5999
|
-
.fec-table-filter .filter-field[data-v-
|
|
5999
|
+
.fec-table-filter .filter-field[data-v-ea506656] .text-field-wrapper,
|
|
6000
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-select,
|
|
6001
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-date-editor {
|
|
6000
6002
|
width: 100%;
|
|
6001
6003
|
}
|
|
6002
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6004
|
+
.fec-table-filter .filter-actions[data-v-ea506656] {
|
|
6003
6005
|
flex-shrink: 0;
|
|
6004
6006
|
border-left: 1px solid #eaebef;
|
|
6005
6007
|
display: flex;
|
|
@@ -6011,34 +6013,34 @@ body,
|
|
|
6011
6013
|
gap: 10px;
|
|
6012
6014
|
height: 100%;
|
|
6013
6015
|
}
|
|
6014
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6016
|
+
.fec-table-filter .filter-actions[data-v-ea506656] .el-button {
|
|
6015
6017
|
margin: 0;
|
|
6016
6018
|
}
|
|
6017
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6019
|
+
.fec-table-filter .filter-actions.inline[data-v-ea506656] {
|
|
6018
6020
|
flex-direction: row;
|
|
6019
6021
|
gap: 8px;
|
|
6020
6022
|
height: auto;
|
|
6021
6023
|
align-items: center;
|
|
6022
6024
|
}
|
|
6023
|
-
.filter-fields[data-v-
|
|
6025
|
+
.filter-fields[data-v-ea506656] {
|
|
6024
6026
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6025
6027
|
}
|
|
6026
|
-
.filter-field[data-v-
|
|
6028
|
+
.filter-field[data-v-ea506656] {
|
|
6027
6029
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6028
6030
|
}
|
|
6029
|
-
.filter-divider[data-v-
|
|
6031
|
+
.filter-divider[data-v-ea506656] {
|
|
6030
6032
|
margin: 8px 0;
|
|
6031
6033
|
z-index: 1;
|
|
6032
6034
|
transition: all 0.3s ease;
|
|
6033
6035
|
}
|
|
6034
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6036
|
+
.filter-divider .collapse-toggle[data-v-ea506656] {
|
|
6035
6037
|
display: flex;
|
|
6036
6038
|
align-items: center;
|
|
6037
6039
|
gap: 2px;
|
|
6038
6040
|
color: #409eff;
|
|
6039
6041
|
cursor: pointer;
|
|
6040
6042
|
}
|
|
6041
|
-
.filter-divider[data-v-
|
|
6043
|
+
.filter-divider[data-v-ea506656] .el-divider__text {
|
|
6042
6044
|
font-size: 13px;
|
|
6043
6045
|
color: #606266;
|
|
6044
6046
|
transition: all 0.3s ease;
|
|
@@ -6048,7 +6050,7 @@ body,
|
|
|
6048
6050
|
background-color: #fff;
|
|
6049
6051
|
padding: 0 10px;
|
|
6050
6052
|
}
|
|
6051
|
-
.filter-divider[data-v-
|
|
6053
|
+
.filter-divider[data-v-ea506656] .el-icon {
|
|
6052
6054
|
transition: transform 0.3s ease;
|
|
6053
6055
|
}.dynamic-mode-config .dynamic-row[data-v-a95df0b8] {
|
|
6054
6056
|
display: flex;
|
|
@@ -6771,7 +6773,7 @@ body,
|
|
|
6771
6773
|
top: 0;
|
|
6772
6774
|
}
|
|
6773
6775
|
.el-overlay-dialog .fec-dialog-renderer .el-dialog__body {
|
|
6774
|
-
padding:
|
|
6776
|
+
padding: 0px;
|
|
6775
6777
|
overflow: auto;
|
|
6776
6778
|
flex-grow: 1;
|
|
6777
6779
|
position: relative;
|
|
@@ -71,10 +71,10 @@ const _sfc_main = {
|
|
|
71
71
|
emit("action-click", action);
|
|
72
72
|
};
|
|
73
73
|
return (_ctx, _cache) => {
|
|
74
|
-
var _a, _b, _c;
|
|
74
|
+
var _a, _b, _c, _d, _e;
|
|
75
75
|
const _component_el_button = index$2.ElButton;
|
|
76
76
|
const _component_el_page_header = index.ElPageHeader;
|
|
77
|
-
return ((_a = __props.pageHeaderConfig) == null ? void 0 : _a.enabled) ? (vue.openBlock(), vue.createBlock(_component_el_page_header, {
|
|
77
|
+
return ((_a = __props.pageHeaderConfig) == null ? void 0 : _a.enabled) && (vue.unref(canBack) || ((_c = (_b = __props.pageHeaderConfig) == null ? void 0 : _b.actions) == null ? void 0 : _c.length) > 0) ? (vue.openBlock(), vue.createBlock(_component_el_page_header, {
|
|
78
78
|
key: 0,
|
|
79
79
|
icon: vue.unref(canBack) ? vue.unref(index$1.ArrowLeftBold) : null,
|
|
80
80
|
onBack: handleBack,
|
|
@@ -89,7 +89,7 @@ const _sfc_main = {
|
|
|
89
89
|
}),
|
|
90
90
|
_: 2
|
|
91
91
|
}, [
|
|
92
|
-
((
|
|
92
|
+
((_e = (_d = __props.pageHeaderConfig) == null ? void 0 : _d.actions) == null ? void 0 : _e.length) ? {
|
|
93
93
|
name: "extra",
|
|
94
94
|
fn: vue.withCtx(() => {
|
|
95
95
|
var _a2;
|
|
@@ -114,5 +114,5 @@ const _sfc_main = {
|
|
|
114
114
|
};
|
|
115
115
|
}
|
|
116
116
|
};
|
|
117
|
-
const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
117
|
+
const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-29cfb366"]]);
|
|
118
118
|
exports.default = component;
|
|
@@ -32,13 +32,14 @@ const _sfc_main = {
|
|
|
32
32
|
return (_ctx, _cache) => {
|
|
33
33
|
const _component_el_scrollbar = index$1.ElScrollbar;
|
|
34
34
|
const _component_el_main = index.ElMain;
|
|
35
|
-
return vue.openBlock(), vue.createBlock(_component_el_main, { style: { "padding": "0", "background-color": "#fff" } }, {
|
|
35
|
+
return vue.openBlock(), vue.createBlock(_component_el_main, { style: { "padding": "0", "background-color": "#fff", "display": "flex" } }, {
|
|
36
36
|
default: vue.withCtx(() => [
|
|
37
37
|
props.scrollbar ? (vue.openBlock(), vue.createBlock(_component_el_scrollbar, {
|
|
38
38
|
key: 0,
|
|
39
39
|
ref_key: "scrollbarRef",
|
|
40
40
|
ref: scrollbarRef,
|
|
41
|
-
onScroll: scroll
|
|
41
|
+
onScroll: scroll,
|
|
42
|
+
style: { "flex": "1" }
|
|
42
43
|
}, {
|
|
43
44
|
default: vue.withCtx(() => [
|
|
44
45
|
vue.renderSlot(_ctx.$slots, "default")
|
|
@@ -212,10 +212,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
212
212
|
emit("layoutUpdated", layoutData);
|
|
213
213
|
}
|
|
214
214
|
const loadFormData = (flag) => {
|
|
215
|
+
var _a;
|
|
215
216
|
const defaultData = {};
|
|
216
217
|
const rules = {};
|
|
217
218
|
if (fieldsData.value) {
|
|
218
|
-
fieldsData.value.forEach((component) => {
|
|
219
|
+
(_a = fieldsData.value) == null ? void 0 : _a.forEach((component) => {
|
|
219
220
|
if (component.fieldName) {
|
|
220
221
|
let defaultValue = component.defaultValue || null;
|
|
221
222
|
if (component.fieldType == "number") {
|
|
@@ -1022,7 +1023,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1022
1023
|
isApproval: __props.isApproval,
|
|
1023
1024
|
pageHeaderConfig: localConfig.value.pageHeaderConfig
|
|
1024
1025
|
}, null, 8, ["showBack", "isApproval", "pageHeaderConfig"]),
|
|
1025
|
-
vue.createVNode(vue.unref(index$4.main),
|
|
1026
|
+
vue.createVNode(vue.unref(index$4.main), {
|
|
1027
|
+
scrollbar: !__props.isDialog
|
|
1028
|
+
}, {
|
|
1026
1029
|
default: vue.withCtx(() => [
|
|
1027
1030
|
vue.createVNode(_component_el_form, {
|
|
1028
1031
|
ref_key: "formRef",
|
|
@@ -1030,7 +1033,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1030
1033
|
model: formData.value,
|
|
1031
1034
|
rules: formRules.value,
|
|
1032
1035
|
"label-position": localConfig.value.labelPosition,
|
|
1033
|
-
style: vue.normalizeStyle({ padding: __props.isSubForm
|
|
1036
|
+
style: vue.normalizeStyle({ padding: __props.isSubForm ? "0" : "12px" }),
|
|
1034
1037
|
"validate-on-rule-change": false,
|
|
1035
1038
|
size: "large",
|
|
1036
1039
|
"scroll-to-error": ""
|
|
@@ -1077,7 +1080,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1077
1080
|
}, 8, ["model", "rules", "label-position", "style"])
|
|
1078
1081
|
]),
|
|
1079
1082
|
_: 1
|
|
1080
|
-
}),
|
|
1083
|
+
}, 8, ["scrollbar"]),
|
|
1081
1084
|
!__props.isSubForm && !__props.isDialog && !__props.isApproval ? (vue.openBlock(), vue.createBlock(vue.unref(index$6.footer), {
|
|
1082
1085
|
key: 0,
|
|
1083
1086
|
formMode: formMode.value,
|
|
@@ -1090,5 +1093,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1090
1093
|
};
|
|
1091
1094
|
}
|
|
1092
1095
|
});
|
|
1093
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1096
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-1fa44a75"]]);
|
|
1094
1097
|
exports.default = _Form;
|
|
@@ -47,7 +47,7 @@ const _sfc_main = {
|
|
|
47
47
|
emits: ["search", "reset"],
|
|
48
48
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
49
49
|
vue.useCssVars((_ctx) => ({
|
|
50
|
-
"
|
|
50
|
+
"129ad2ff": `${config.value.collapseRows * 90}px`
|
|
51
51
|
}));
|
|
52
52
|
const props = __props;
|
|
53
53
|
const emit = __emit;
|
|
@@ -288,5 +288,5 @@ const _sfc_main = {
|
|
|
288
288
|
};
|
|
289
289
|
}
|
|
290
290
|
};
|
|
291
|
-
const TableFilter = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
291
|
+
const TableFilter = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-ea506656"]]);
|
|
292
292
|
exports.default = TableFilter;
|