@fecp/designer 5.4.80 → 5.4.82
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 +44 -44
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -1
- package/es/packages/vue/src/components/forms/text/Text.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/Table.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/TableFilter.vue.mjs +2 -2
- package/es/packages/vue/src/composables/usePageEvents.mjs +1 -1
- package/es/packages/vue/src/utils/datasource.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/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 +44 -44
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -1
- package/lib/packages/vue/src/components/forms/text/Text.vue.js +1 -1
- package/lib/packages/vue/src/components/table/Table.vue.js +1 -1
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +1 -1
- package/lib/packages/vue/src/components/table/TableFilter.vue.js +2 -2
- package/lib/packages/vue/src/composables/usePageEvents.js +1 -1
- package/lib/packages/vue/src/utils/datasource.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";
|
|
@@ -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
|
@@ -5982,34 +5982,33 @@ body,
|
|
|
5982
5982
|
}
|
|
5983
5983
|
.cell-content .copy-icon[data-v-25279910]:hover {
|
|
5984
5984
|
color: #409eff;
|
|
5985
|
-
}.fec-table-filter[data-v-
|
|
5985
|
+
}.fec-table-filter[data-v-7a5f97c4] {
|
|
5986
5986
|
display: flex;
|
|
5987
5987
|
background-color: #fff;
|
|
5988
5988
|
align-items: flex-start;
|
|
5989
|
-
gap: 12px;
|
|
5990
|
-
|
|
5989
|
+
/* gap: 12px; */
|
|
5990
|
+
border-bottom: 1px solid #f0f5fb;
|
|
5991
5991
|
}
|
|
5992
|
-
.fec-table-filter .filter-fields[data-v-
|
|
5992
|
+
.fec-table-filter .filter-fields[data-v-7a5f97c4] {
|
|
5993
5993
|
flex: 1;
|
|
5994
5994
|
display: grid;
|
|
5995
5995
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
5996
|
-
gap: 12px;
|
|
5996
|
+
/* gap: 12px; */
|
|
5997
5997
|
transition: all 0.4s ease;
|
|
5998
5998
|
overflow: hidden;
|
|
5999
5999
|
}
|
|
6000
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
6001
|
-
max-height: var(--
|
|
6000
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-7a5f97c4] {
|
|
6001
|
+
max-height: var(--77d1952d);
|
|
6002
6002
|
}
|
|
6003
|
-
.fec-table-filter .filter-field[data-v-
|
|
6003
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] {
|
|
6004
6004
|
transition: all 0.3s ease;
|
|
6005
6005
|
}
|
|
6006
|
-
.fec-table-filter .filter-field[data-v-
|
|
6007
|
-
margin-bottom: 0;
|
|
6006
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-form-item {
|
|
6008
6007
|
display: flex;
|
|
6009
6008
|
flex-direction: row;
|
|
6010
6009
|
align-items: center;
|
|
6011
6010
|
}
|
|
6012
|
-
.fec-table-filter .filter-field[data-v-
|
|
6011
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-form-item .el-form-item__label {
|
|
6013
6012
|
font-size: 14px;
|
|
6014
6013
|
color: #606266;
|
|
6015
6014
|
font-weight: 500;
|
|
@@ -6021,16 +6020,16 @@ body,
|
|
|
6021
6020
|
text-align: right;
|
|
6022
6021
|
width: 35% !important;
|
|
6023
6022
|
}
|
|
6024
|
-
.fec-table-filter .filter-field[data-v-
|
|
6023
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-form-item .el-form-item__content {
|
|
6025
6024
|
flex: 1;
|
|
6026
6025
|
margin-left: 0 !important;
|
|
6027
6026
|
}
|
|
6028
|
-
.fec-table-filter .filter-field[data-v-
|
|
6029
|
-
.fec-table-filter .filter-field[data-v-
|
|
6030
|
-
.fec-table-filter .filter-field[data-v-
|
|
6027
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .text-field-wrapper,
|
|
6028
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-select,
|
|
6029
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-date-editor {
|
|
6031
6030
|
width: 100%;
|
|
6032
6031
|
}
|
|
6033
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6032
|
+
.fec-table-filter .filter-actions[data-v-7a5f97c4] {
|
|
6034
6033
|
flex-shrink: 0;
|
|
6035
6034
|
/* border-left: 1px solid #eaebef; */
|
|
6036
6035
|
display: flex;
|
|
@@ -6040,34 +6039,34 @@ body,
|
|
|
6040
6039
|
gap: 10px;
|
|
6041
6040
|
height: 100%;
|
|
6042
6041
|
}
|
|
6043
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6042
|
+
.fec-table-filter .filter-actions[data-v-7a5f97c4] .el-button {
|
|
6044
6043
|
margin: 0;
|
|
6045
6044
|
}
|
|
6046
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6045
|
+
.fec-table-filter .filter-actions.inline[data-v-7a5f97c4] {
|
|
6047
6046
|
flex-direction: row;
|
|
6048
6047
|
gap: 8px;
|
|
6049
6048
|
height: auto;
|
|
6050
6049
|
align-items: center;
|
|
6051
6050
|
}
|
|
6052
|
-
.filter-fields[data-v-
|
|
6051
|
+
.filter-fields[data-v-7a5f97c4] {
|
|
6053
6052
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6054
6053
|
}
|
|
6055
|
-
.filter-field[data-v-
|
|
6054
|
+
.filter-field[data-v-7a5f97c4] {
|
|
6056
6055
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6057
6056
|
}
|
|
6058
|
-
.filter-divider[data-v-
|
|
6057
|
+
.filter-divider[data-v-7a5f97c4] {
|
|
6059
6058
|
margin: 8px 0;
|
|
6060
6059
|
z-index: 1;
|
|
6061
6060
|
transition: all 0.3s ease;
|
|
6062
6061
|
}
|
|
6063
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6062
|
+
.filter-divider .collapse-toggle[data-v-7a5f97c4] {
|
|
6064
6063
|
display: flex;
|
|
6065
6064
|
align-items: center;
|
|
6066
6065
|
gap: 2px;
|
|
6067
6066
|
color: #409eff;
|
|
6068
6067
|
cursor: pointer;
|
|
6069
6068
|
}
|
|
6070
|
-
.filter-divider[data-v-
|
|
6069
|
+
.filter-divider[data-v-7a5f97c4] .el-divider__text {
|
|
6071
6070
|
font-size: 13px;
|
|
6072
6071
|
color: #606266;
|
|
6073
6072
|
transition: all 0.3s ease;
|
|
@@ -6077,7 +6076,7 @@ body,
|
|
|
6077
6076
|
background-color: #fff;
|
|
6078
6077
|
padding: 0 10px;
|
|
6079
6078
|
}
|
|
6080
|
-
.filter-divider[data-v-
|
|
6079
|
+
.filter-divider[data-v-7a5f97c4] .el-icon {
|
|
6081
6080
|
transition: transform 0.3s ease;
|
|
6082
6081
|
}.dynamic-mode-config .dynamic-row[data-v-349ed4c5] {
|
|
6083
6082
|
display: flex;
|
|
@@ -6261,11 +6260,12 @@ body,
|
|
|
6261
6260
|
}
|
|
6262
6261
|
[data-v-349ed4c5] .el-checkbox-group .el-checkbox-button__inner {
|
|
6263
6262
|
border-radius: 4px;
|
|
6264
|
-
}.fec-table[data-v-
|
|
6263
|
+
}.fec-table[data-v-d33cfe9f] {
|
|
6265
6264
|
height: 100%;
|
|
6266
6265
|
flex-grow: 1;
|
|
6266
|
+
padding: 16px;
|
|
6267
6267
|
}
|
|
6268
|
-
.fec-table-container[data-v-
|
|
6268
|
+
.fec-table-container[data-v-d33cfe9f] {
|
|
6269
6269
|
width: 100%;
|
|
6270
6270
|
background: #fff;
|
|
6271
6271
|
box-sizing: border-box;
|
|
@@ -6274,61 +6274,61 @@ body,
|
|
|
6274
6274
|
flex-direction: column;
|
|
6275
6275
|
overflow: hidden;
|
|
6276
6276
|
flex-grow: 1;
|
|
6277
|
-
padding: 0 12px;
|
|
6278
6277
|
}
|
|
6279
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6278
|
+
.fec-table-container .fec-vxe-table[data-v-d33cfe9f] {
|
|
6280
6279
|
flex: 1;
|
|
6281
6280
|
min-height: 0;
|
|
6282
6281
|
overflow: hidden;
|
|
6283
6282
|
}
|
|
6284
|
-
.fec-table-container[data-v-
|
|
6283
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table {
|
|
6285
6284
|
font-size: 14px;
|
|
6285
|
+
font-family: inherit;
|
|
6286
6286
|
}
|
|
6287
|
-
.fec-table-container[data-v-
|
|
6287
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--body-wrapper {
|
|
6288
6288
|
overflow: auto;
|
|
6289
6289
|
}
|
|
6290
|
-
.fec-table-container[data-v-
|
|
6290
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-header--column {
|
|
6291
6291
|
background-color: #fff;
|
|
6292
6292
|
}
|
|
6293
|
-
.fec-table-container[data-v-
|
|
6293
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-header--column .vxe-cell {
|
|
6294
6294
|
height: 40px !important;
|
|
6295
6295
|
min-height: 40px !important;
|
|
6296
6296
|
color: #333;
|
|
6297
6297
|
}
|
|
6298
|
-
.fec-table-container[data-v-
|
|
6298
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6299
6299
|
height: 40px !important;
|
|
6300
6300
|
}
|
|
6301
|
-
.fec-table-container[data-v-
|
|
6301
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-body--column .vxe-cell {
|
|
6302
6302
|
padding: 6px !important;
|
|
6303
6303
|
min-height: 32px !important;
|
|
6304
6304
|
color: #666;
|
|
6305
6305
|
font-size: 13px;
|
|
6306
6306
|
}
|
|
6307
|
-
.fec-table-container[data-v-
|
|
6308
|
-
.fec-table-container[data-v-
|
|
6307
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-body--column .c--tooltip,
|
|
6308
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-body--column .c--title {
|
|
6309
6309
|
height: 32px !important;
|
|
6310
6310
|
min-height: 32px !important;
|
|
6311
6311
|
}
|
|
6312
|
-
.fec-table-container[data-v-
|
|
6312
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--border-line {
|
|
6313
6313
|
border: none;
|
|
6314
6314
|
border-bottom: 1px solid #ebeef5;
|
|
6315
6315
|
border-top: 1px solid #ebeef5;
|
|
6316
6316
|
}
|
|
6317
|
-
.fec-table-container[data-v-
|
|
6318
|
-
.fec-table-container[data-v-
|
|
6317
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6318
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6319
6319
|
border: none !important;
|
|
6320
6320
|
}
|
|
6321
|
-
.fec-table-container[data-v-
|
|
6321
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6322
6322
|
display: none !important;
|
|
6323
6323
|
}
|
|
6324
|
-
.fec-table-container[data-v-
|
|
6324
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-cell--sort {
|
|
6325
6325
|
font-size: 12px;
|
|
6326
6326
|
}
|
|
6327
|
-
.fec-table-container[data-v-
|
|
6328
|
-
.fec-table-container[data-v-
|
|
6327
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-cell--sort .vxe-sort--asc-btn,
|
|
6328
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-cell--sort .vxe-sort--desc-btn {
|
|
6329
6329
|
color: #dcdcdc;
|
|
6330
6330
|
}
|
|
6331
|
-
.fec-table-sub[data-v-
|
|
6331
|
+
.fec-table-sub[data-v-d33cfe9f] .vxe-table .vxe-table--border-line {
|
|
6332
6332
|
border-top: none;
|
|
6333
6333
|
}
|
|
6334
6334
|
.custom-dialog {
|
|
@@ -9,8 +9,8 @@ import { Form } from "../forms/form/index.mjs";
|
|
|
9
9
|
import { parseRouteParams } from "../../utils/parseRouteParams.mjs";
|
|
10
10
|
import { calculate } from "../../utils/formulajs/calculate.mjs";
|
|
11
11
|
import { useEventFlow, executeEventFlow } from "../../utils/eventFlow/eventFlowHandler.mjs";
|
|
12
|
-
/* empty css */
|
|
13
12
|
/* empty css */
|
|
13
|
+
/* empty css */
|
|
14
14
|
/* empty css */
|
|
15
15
|
import { loadComponentByPath } from "../../utils/common.mjs";
|
|
16
16
|
/* empty css */
|
|
@@ -3,8 +3,8 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { computed, getCurrentInstance, inject, createElementBlock, openBlock, createVNode, createCommentVNode, mergeProps, toHandlers, createSlots, withCtx, createElementVNode, toDisplayString, createBlock, createTextVNode, unref } from "vue";
|
|
6
|
-
/* empty css */
|
|
7
6
|
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
import { openDialog } from "../../dialog/index.mjs";
|
|
10
10
|
/* empty css */
|
|
@@ -831,7 +831,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
831
831
|
};
|
|
832
832
|
}
|
|
833
833
|
});
|
|
834
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
834
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d33cfe9f"]]);
|
|
835
835
|
export {
|
|
836
836
|
_Table as default
|
|
837
837
|
};
|
|
@@ -7,8 +7,8 @@ import "../../../../../node_modules/vxe-table/es/components.mjs";
|
|
|
7
7
|
import { CopyDocument as copy_document_default } from "../../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
8
8
|
import { checkFilterMatch } from "../../utils/parseFilterConfig.mjs";
|
|
9
9
|
import { removeEmptyValues } from "../../utils/common.mjs";
|
|
10
|
-
/* empty css */
|
|
11
10
|
/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
12
|
/* empty css */
|
|
13
13
|
/* empty css */
|
|
14
14
|
/* empty css */
|
|
@@ -46,7 +46,7 @@ const _sfc_main = {
|
|
|
46
46
|
emits: ["search", "reset"],
|
|
47
47
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
48
48
|
useCssVars((_ctx) => ({
|
|
49
|
-
"
|
|
49
|
+
"77d1952d": `${config.value.collapseRows * 90}px`
|
|
50
50
|
}));
|
|
51
51
|
const props = __props;
|
|
52
52
|
const emit = __emit;
|
|
@@ -282,7 +282,7 @@ const _sfc_main = {
|
|
|
282
282
|
};
|
|
283
283
|
}
|
|
284
284
|
};
|
|
285
|
-
const TableFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
285
|
+
const TableFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7a5f97c4"]]);
|
|
286
286
|
export {
|
|
287
287
|
TableFilter as default
|
|
288
288
|
};
|
|
@@ -2,8 +2,8 @@ import { reactive } from "vue";
|
|
|
2
2
|
import { parseRouteParams } from "./parseRouteParams.mjs";
|
|
3
3
|
import "../../../../node_modules/element-plus/es/index.mjs";
|
|
4
4
|
/* empty css */
|
|
5
|
-
/* empty css */
|
|
6
5
|
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
7
|
/* empty css */
|
|
8
8
|
import { ElLoading } from "../../../../node_modules/element-plus/es/components/loading/index.mjs";
|
|
9
9
|
import { ElMessage } from "../../../../node_modules/element-plus/es/components/message/index.mjs";
|
|
@@ -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
|
@@ -5982,34 +5982,33 @@ body,
|
|
|
5982
5982
|
}
|
|
5983
5983
|
.cell-content .copy-icon[data-v-25279910]:hover {
|
|
5984
5984
|
color: #409eff;
|
|
5985
|
-
}.fec-table-filter[data-v-
|
|
5985
|
+
}.fec-table-filter[data-v-7a5f97c4] {
|
|
5986
5986
|
display: flex;
|
|
5987
5987
|
background-color: #fff;
|
|
5988
5988
|
align-items: flex-start;
|
|
5989
|
-
gap: 12px;
|
|
5990
|
-
|
|
5989
|
+
/* gap: 12px; */
|
|
5990
|
+
border-bottom: 1px solid #f0f5fb;
|
|
5991
5991
|
}
|
|
5992
|
-
.fec-table-filter .filter-fields[data-v-
|
|
5992
|
+
.fec-table-filter .filter-fields[data-v-7a5f97c4] {
|
|
5993
5993
|
flex: 1;
|
|
5994
5994
|
display: grid;
|
|
5995
5995
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
5996
|
-
gap: 12px;
|
|
5996
|
+
/* gap: 12px; */
|
|
5997
5997
|
transition: all 0.4s ease;
|
|
5998
5998
|
overflow: hidden;
|
|
5999
5999
|
}
|
|
6000
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
6001
|
-
max-height: var(--
|
|
6000
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-7a5f97c4] {
|
|
6001
|
+
max-height: var(--77d1952d);
|
|
6002
6002
|
}
|
|
6003
|
-
.fec-table-filter .filter-field[data-v-
|
|
6003
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] {
|
|
6004
6004
|
transition: all 0.3s ease;
|
|
6005
6005
|
}
|
|
6006
|
-
.fec-table-filter .filter-field[data-v-
|
|
6007
|
-
margin-bottom: 0;
|
|
6006
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-form-item {
|
|
6008
6007
|
display: flex;
|
|
6009
6008
|
flex-direction: row;
|
|
6010
6009
|
align-items: center;
|
|
6011
6010
|
}
|
|
6012
|
-
.fec-table-filter .filter-field[data-v-
|
|
6011
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-form-item .el-form-item__label {
|
|
6013
6012
|
font-size: 14px;
|
|
6014
6013
|
color: #606266;
|
|
6015
6014
|
font-weight: 500;
|
|
@@ -6021,16 +6020,16 @@ body,
|
|
|
6021
6020
|
text-align: right;
|
|
6022
6021
|
width: 35% !important;
|
|
6023
6022
|
}
|
|
6024
|
-
.fec-table-filter .filter-field[data-v-
|
|
6023
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-form-item .el-form-item__content {
|
|
6025
6024
|
flex: 1;
|
|
6026
6025
|
margin-left: 0 !important;
|
|
6027
6026
|
}
|
|
6028
|
-
.fec-table-filter .filter-field[data-v-
|
|
6029
|
-
.fec-table-filter .filter-field[data-v-
|
|
6030
|
-
.fec-table-filter .filter-field[data-v-
|
|
6027
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .text-field-wrapper,
|
|
6028
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-select,
|
|
6029
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-date-editor {
|
|
6031
6030
|
width: 100%;
|
|
6032
6031
|
}
|
|
6033
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6032
|
+
.fec-table-filter .filter-actions[data-v-7a5f97c4] {
|
|
6034
6033
|
flex-shrink: 0;
|
|
6035
6034
|
/* border-left: 1px solid #eaebef; */
|
|
6036
6035
|
display: flex;
|
|
@@ -6040,34 +6039,34 @@ body,
|
|
|
6040
6039
|
gap: 10px;
|
|
6041
6040
|
height: 100%;
|
|
6042
6041
|
}
|
|
6043
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6042
|
+
.fec-table-filter .filter-actions[data-v-7a5f97c4] .el-button {
|
|
6044
6043
|
margin: 0;
|
|
6045
6044
|
}
|
|
6046
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6045
|
+
.fec-table-filter .filter-actions.inline[data-v-7a5f97c4] {
|
|
6047
6046
|
flex-direction: row;
|
|
6048
6047
|
gap: 8px;
|
|
6049
6048
|
height: auto;
|
|
6050
6049
|
align-items: center;
|
|
6051
6050
|
}
|
|
6052
|
-
.filter-fields[data-v-
|
|
6051
|
+
.filter-fields[data-v-7a5f97c4] {
|
|
6053
6052
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6054
6053
|
}
|
|
6055
|
-
.filter-field[data-v-
|
|
6054
|
+
.filter-field[data-v-7a5f97c4] {
|
|
6056
6055
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6057
6056
|
}
|
|
6058
|
-
.filter-divider[data-v-
|
|
6057
|
+
.filter-divider[data-v-7a5f97c4] {
|
|
6059
6058
|
margin: 8px 0;
|
|
6060
6059
|
z-index: 1;
|
|
6061
6060
|
transition: all 0.3s ease;
|
|
6062
6061
|
}
|
|
6063
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6062
|
+
.filter-divider .collapse-toggle[data-v-7a5f97c4] {
|
|
6064
6063
|
display: flex;
|
|
6065
6064
|
align-items: center;
|
|
6066
6065
|
gap: 2px;
|
|
6067
6066
|
color: #409eff;
|
|
6068
6067
|
cursor: pointer;
|
|
6069
6068
|
}
|
|
6070
|
-
.filter-divider[data-v-
|
|
6069
|
+
.filter-divider[data-v-7a5f97c4] .el-divider__text {
|
|
6071
6070
|
font-size: 13px;
|
|
6072
6071
|
color: #606266;
|
|
6073
6072
|
transition: all 0.3s ease;
|
|
@@ -6077,7 +6076,7 @@ body,
|
|
|
6077
6076
|
background-color: #fff;
|
|
6078
6077
|
padding: 0 10px;
|
|
6079
6078
|
}
|
|
6080
|
-
.filter-divider[data-v-
|
|
6079
|
+
.filter-divider[data-v-7a5f97c4] .el-icon {
|
|
6081
6080
|
transition: transform 0.3s ease;
|
|
6082
6081
|
}.dynamic-mode-config .dynamic-row[data-v-349ed4c5] {
|
|
6083
6082
|
display: flex;
|
|
@@ -6261,11 +6260,12 @@ body,
|
|
|
6261
6260
|
}
|
|
6262
6261
|
[data-v-349ed4c5] .el-checkbox-group .el-checkbox-button__inner {
|
|
6263
6262
|
border-radius: 4px;
|
|
6264
|
-
}.fec-table[data-v-
|
|
6263
|
+
}.fec-table[data-v-d33cfe9f] {
|
|
6265
6264
|
height: 100%;
|
|
6266
6265
|
flex-grow: 1;
|
|
6266
|
+
padding: 16px;
|
|
6267
6267
|
}
|
|
6268
|
-
.fec-table-container[data-v-
|
|
6268
|
+
.fec-table-container[data-v-d33cfe9f] {
|
|
6269
6269
|
width: 100%;
|
|
6270
6270
|
background: #fff;
|
|
6271
6271
|
box-sizing: border-box;
|
|
@@ -6274,61 +6274,61 @@ body,
|
|
|
6274
6274
|
flex-direction: column;
|
|
6275
6275
|
overflow: hidden;
|
|
6276
6276
|
flex-grow: 1;
|
|
6277
|
-
padding: 0 12px;
|
|
6278
6277
|
}
|
|
6279
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6278
|
+
.fec-table-container .fec-vxe-table[data-v-d33cfe9f] {
|
|
6280
6279
|
flex: 1;
|
|
6281
6280
|
min-height: 0;
|
|
6282
6281
|
overflow: hidden;
|
|
6283
6282
|
}
|
|
6284
|
-
.fec-table-container[data-v-
|
|
6283
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table {
|
|
6285
6284
|
font-size: 14px;
|
|
6285
|
+
font-family: inherit;
|
|
6286
6286
|
}
|
|
6287
|
-
.fec-table-container[data-v-
|
|
6287
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--body-wrapper {
|
|
6288
6288
|
overflow: auto;
|
|
6289
6289
|
}
|
|
6290
|
-
.fec-table-container[data-v-
|
|
6290
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-header--column {
|
|
6291
6291
|
background-color: #fff;
|
|
6292
6292
|
}
|
|
6293
|
-
.fec-table-container[data-v-
|
|
6293
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-header--column .vxe-cell {
|
|
6294
6294
|
height: 40px !important;
|
|
6295
6295
|
min-height: 40px !important;
|
|
6296
6296
|
color: #333;
|
|
6297
6297
|
}
|
|
6298
|
-
.fec-table-container[data-v-
|
|
6298
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6299
6299
|
height: 40px !important;
|
|
6300
6300
|
}
|
|
6301
|
-
.fec-table-container[data-v-
|
|
6301
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-body--column .vxe-cell {
|
|
6302
6302
|
padding: 6px !important;
|
|
6303
6303
|
min-height: 32px !important;
|
|
6304
6304
|
color: #666;
|
|
6305
6305
|
font-size: 13px;
|
|
6306
6306
|
}
|
|
6307
|
-
.fec-table-container[data-v-
|
|
6308
|
-
.fec-table-container[data-v-
|
|
6307
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-body--column .c--tooltip,
|
|
6308
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-body--column .c--title {
|
|
6309
6309
|
height: 32px !important;
|
|
6310
6310
|
min-height: 32px !important;
|
|
6311
6311
|
}
|
|
6312
|
-
.fec-table-container[data-v-
|
|
6312
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--border-line {
|
|
6313
6313
|
border: none;
|
|
6314
6314
|
border-bottom: 1px solid #ebeef5;
|
|
6315
6315
|
border-top: 1px solid #ebeef5;
|
|
6316
6316
|
}
|
|
6317
|
-
.fec-table-container[data-v-
|
|
6318
|
-
.fec-table-container[data-v-
|
|
6317
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6318
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6319
6319
|
border: none !important;
|
|
6320
6320
|
}
|
|
6321
|
-
.fec-table-container[data-v-
|
|
6321
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6322
6322
|
display: none !important;
|
|
6323
6323
|
}
|
|
6324
|
-
.fec-table-container[data-v-
|
|
6324
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-cell--sort {
|
|
6325
6325
|
font-size: 12px;
|
|
6326
6326
|
}
|
|
6327
|
-
.fec-table-container[data-v-
|
|
6328
|
-
.fec-table-container[data-v-
|
|
6327
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-cell--sort .vxe-sort--asc-btn,
|
|
6328
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-cell--sort .vxe-sort--desc-btn {
|
|
6329
6329
|
color: #dcdcdc;
|
|
6330
6330
|
}
|
|
6331
|
-
.fec-table-sub[data-v-
|
|
6331
|
+
.fec-table-sub[data-v-d33cfe9f] .vxe-table .vxe-table--border-line {
|
|
6332
6332
|
border-top: none;
|
|
6333
6333
|
}
|
|
6334
6334
|
.custom-dialog {
|
|
@@ -11,8 +11,8 @@ const index$2 = require("../forms/form/index.js");
|
|
|
11
11
|
const parseRouteParams = require("../../utils/parseRouteParams.js");
|
|
12
12
|
const calculate = require("../../utils/formulajs/calculate.js");
|
|
13
13
|
const eventFlowHandler = require("../../utils/eventFlow/eventFlowHandler.js");
|
|
14
|
-
;/* empty css */
|
|
15
14
|
;/* empty css */
|
|
15
|
+
;/* empty css */
|
|
16
16
|
;/* empty css */
|
|
17
17
|
const common = require("../../utils/common.js");
|
|
18
18
|
;/* empty css */
|
|
@@ -5,8 +5,8 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
5
5
|
;/* empty css */
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const vue = require("vue");
|
|
8
|
-
;/* empty css */
|
|
9
8
|
;/* empty css */
|
|
9
|
+
;/* empty css */
|
|
10
10
|
;/* empty css */
|
|
11
11
|
const index$3 = require("../../dialog/index.js");
|
|
12
12
|
;/* empty css */
|
|
@@ -833,5 +833,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
833
833
|
};
|
|
834
834
|
}
|
|
835
835
|
});
|
|
836
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
836
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d33cfe9f"]]);
|
|
837
837
|
exports.default = _Table;
|
|
@@ -9,8 +9,8 @@ require("../../../../../node_modules/vxe-table/es/components.js");
|
|
|
9
9
|
const index$3 = require("../../../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
10
10
|
const parseFilterConfig = require("../../utils/parseFilterConfig.js");
|
|
11
11
|
const common = require("../../utils/common.js");
|
|
12
|
-
;/* empty css */
|
|
13
12
|
;/* empty css */
|
|
13
|
+
;/* empty css */
|
|
14
14
|
;/* empty css */
|
|
15
15
|
;/* empty css */
|
|
16
16
|
;/* empty css */
|
|
@@ -48,7 +48,7 @@ const _sfc_main = {
|
|
|
48
48
|
emits: ["search", "reset"],
|
|
49
49
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
50
50
|
vue.useCssVars((_ctx) => ({
|
|
51
|
-
"
|
|
51
|
+
"77d1952d": `${config.value.collapseRows * 90}px`
|
|
52
52
|
}));
|
|
53
53
|
const props = __props;
|
|
54
54
|
const emit = __emit;
|
|
@@ -284,5 +284,5 @@ const _sfc_main = {
|
|
|
284
284
|
};
|
|
285
285
|
}
|
|
286
286
|
};
|
|
287
|
-
const TableFilter = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
287
|
+
const TableFilter = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-7a5f97c4"]]);
|
|
288
288
|
exports.default = TableFilter;
|
|
@@ -4,8 +4,8 @@ const vue = require("vue");
|
|
|
4
4
|
const parseRouteParams = require("./parseRouteParams.js");
|
|
5
5
|
require("../../../../node_modules/element-plus/es/index.js");
|
|
6
6
|
;/* empty css */
|
|
7
|
-
;/* empty css */
|
|
8
7
|
;/* empty css */
|
|
8
|
+
;/* empty css */
|
|
9
9
|
;/* empty css */
|
|
10
10
|
const index = require("../../../../node_modules/element-plus/es/components/loading/index.js");
|
|
11
11
|
const index$1 = require("../../../../node_modules/element-plus/es/components/message/index.js");
|