@fecp/designer 5.5.3 → 5.5.5
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/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer.css +106 -106
- package/es/packages/mobile/src/components/form/fieldRadio/FieldRadio.vue.mjs +7 -30
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +1 -2
- package/es/packages/vue/src/components/forms/roleSelect/RoleSelect.vue.mjs +7 -3
- package/es/packages/vue/src/components/forms/text/Text.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/userSelect/UserSelect.vue.mjs +7 -3
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +6 -2
- package/es/packages/vue/src/components/table/Table.vue.mjs +7 -5
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/TableFilter.vue.mjs +7 -3
- 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/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer.css +106 -106
- package/lib/packages/mobile/src/components/form/fieldRadio/FieldRadio.vue.js +6 -29
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -1
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +1 -2
- package/lib/packages/vue/src/components/forms/roleSelect/RoleSelect.vue.js +7 -3
- package/lib/packages/vue/src/components/forms/text/Text.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/userSelect/UserSelect.vue.js +7 -3
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +6 -2
- package/lib/packages/vue/src/components/table/Table.vue.js +7 -5
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +1 -1
- package/lib/packages/vue/src/components/table/TableFilter.vue.js +7 -3
- 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
|
@@ -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";
|
package/es/designer.css
CHANGED
|
@@ -5786,15 +5786,15 @@ body,
|
|
|
5786
5786
|
[data-v-fef25575] .el-upload-dragger {
|
|
5787
5787
|
padding: 20px;
|
|
5788
5788
|
}
|
|
5789
|
-
.text-field-wrapper[data-v-
|
|
5789
|
+
.text-field-wrapper[data-v-b75f4ba0] {
|
|
5790
5790
|
width: 100%;
|
|
5791
5791
|
}
|
|
5792
|
-
.prefix-content[data-v-
|
|
5793
|
-
.suffix-content[data-v-
|
|
5792
|
+
.prefix-content[data-v-b75f4ba0],
|
|
5793
|
+
.suffix-content[data-v-b75f4ba0] {
|
|
5794
5794
|
color: #909399;
|
|
5795
5795
|
font-size: 14px;
|
|
5796
5796
|
}
|
|
5797
|
-
.data-masking[data-v-
|
|
5797
|
+
.data-masking[data-v-b75f4ba0] {
|
|
5798
5798
|
margin-top: 4px;
|
|
5799
5799
|
padding: 8px;
|
|
5800
5800
|
background: #f5f7fa;
|
|
@@ -5802,27 +5802,27 @@ body,
|
|
|
5802
5802
|
font-size: 12px;
|
|
5803
5803
|
color: #909399;
|
|
5804
5804
|
}
|
|
5805
|
-
[data-v-
|
|
5805
|
+
[data-v-b75f4ba0] .el-input-group__append {
|
|
5806
5806
|
background-color: #409eff;
|
|
5807
5807
|
color: #fff;
|
|
5808
5808
|
padding: 0 18px;
|
|
5809
5809
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
5810
5810
|
}
|
|
5811
|
-
[data-v-
|
|
5811
|
+
[data-v-b75f4ba0] .el-input-group__append:hover {
|
|
5812
5812
|
background-color: #79bbff;
|
|
5813
5813
|
border-color: #79bbff;
|
|
5814
5814
|
color: #fff;
|
|
5815
5815
|
outline: none;
|
|
5816
5816
|
box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
|
|
5817
|
-
}.text-field-wrapper[data-v-
|
|
5817
|
+
}.text-field-wrapper[data-v-1b45cabd] {
|
|
5818
5818
|
width: 100%;
|
|
5819
5819
|
}
|
|
5820
|
-
.prefix-content[data-v-
|
|
5821
|
-
.suffix-content[data-v-
|
|
5820
|
+
.prefix-content[data-v-1b45cabd],
|
|
5821
|
+
.suffix-content[data-v-1b45cabd] {
|
|
5822
5822
|
color: #909399;
|
|
5823
5823
|
font-size: 14px;
|
|
5824
5824
|
}
|
|
5825
|
-
.data-masking[data-v-
|
|
5825
|
+
.data-masking[data-v-1b45cabd] {
|
|
5826
5826
|
margin-top: 4px;
|
|
5827
5827
|
padding: 8px;
|
|
5828
5828
|
background: #f5f7fa;
|
|
@@ -5830,13 +5830,13 @@ body,
|
|
|
5830
5830
|
font-size: 12px;
|
|
5831
5831
|
color: #909399;
|
|
5832
5832
|
}
|
|
5833
|
-
[data-v-
|
|
5833
|
+
[data-v-1b45cabd] .el-input-group__append {
|
|
5834
5834
|
background-color: #409eff;
|
|
5835
5835
|
color: #fff;
|
|
5836
5836
|
padding: 0 18px;
|
|
5837
5837
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
5838
5838
|
}
|
|
5839
|
-
[data-v-
|
|
5839
|
+
[data-v-1b45cabd] .el-input-group__append:hover {
|
|
5840
5840
|
background-color: #79bbff;
|
|
5841
5841
|
border-color: #79bbff;
|
|
5842
5842
|
color: #fff;
|
|
@@ -5924,25 +5924,25 @@ body,
|
|
|
5924
5924
|
width: 80px;
|
|
5925
5925
|
font-size: var(--el-font-size-extra-small);
|
|
5926
5926
|
}
|
|
5927
|
-
.fec-form[data-v-
|
|
5927
|
+
.fec-form[data-v-df445e35] {
|
|
5928
5928
|
height: 100%;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-df445e35] .vgl-layout {
|
|
5931
5931
|
position: relative;
|
|
5932
5932
|
}
|
|
5933
|
-
[data-v-
|
|
5933
|
+
[data-v-df445e35] .vgl-item {
|
|
5934
5934
|
transition: none;
|
|
5935
5935
|
}
|
|
5936
|
-
[data-v-
|
|
5936
|
+
[data-v-df445e35] .vgl-item > .el-form-item {
|
|
5937
5937
|
width: 100%;
|
|
5938
5938
|
padding: 6px 8px 0 8px;
|
|
5939
5939
|
height: calc(100% - 15px);
|
|
5940
5940
|
display: flex;
|
|
5941
5941
|
}
|
|
5942
|
-
[data-v-
|
|
5942
|
+
[data-v-df445e35] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5943
5943
|
flex-direction: column;
|
|
5944
5944
|
}
|
|
5945
|
-
[data-v-
|
|
5945
|
+
[data-v-df445e35] .vgl-item > .el-form-item .el-form-item__label {
|
|
5946
5946
|
line-height: 20px;
|
|
5947
5947
|
display: flex;
|
|
5948
5948
|
align-items: center;
|
|
@@ -5951,12 +5951,12 @@ body,
|
|
|
5951
5951
|
flex-wrap: wrap;
|
|
5952
5952
|
white-space: normal;
|
|
5953
5953
|
}
|
|
5954
|
-
[data-v-
|
|
5954
|
+
[data-v-df445e35] .vgl-item > .el-form-item {
|
|
5955
5955
|
/* .el-form-item__error {
|
|
5956
5956
|
padding-top: 10px;
|
|
5957
5957
|
} */
|
|
5958
5958
|
}
|
|
5959
|
-
[data-v-
|
|
5959
|
+
[data-v-df445e35] .vgl-item > .el-container {
|
|
5960
5960
|
height: auto !important;
|
|
5961
5961
|
}.table-pagination[data-v-142fdd35] {
|
|
5962
5962
|
display: flex;
|
|
@@ -6027,7 +6027,7 @@ body,
|
|
|
6027
6027
|
}
|
|
6028
6028
|
.cell-content .copy-icon[data-v-5138d230]:hover {
|
|
6029
6029
|
color: #409eff;
|
|
6030
|
-
}.fec-table-filter[data-v-
|
|
6030
|
+
}.fec-table-filter[data-v-8af059f7] {
|
|
6031
6031
|
display: flex;
|
|
6032
6032
|
background-color: #fff;
|
|
6033
6033
|
align-items: flex-start;
|
|
@@ -6035,7 +6035,7 @@ body,
|
|
|
6035
6035
|
border-bottom: 1px solid #f0f5fb;
|
|
6036
6036
|
padding-top: 16px;
|
|
6037
6037
|
}
|
|
6038
|
-
.fec-table-filter .filter-fields[data-v-
|
|
6038
|
+
.fec-table-filter .filter-fields[data-v-8af059f7] {
|
|
6039
6039
|
flex: 1;
|
|
6040
6040
|
display: grid;
|
|
6041
6041
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
@@ -6043,18 +6043,18 @@ body,
|
|
|
6043
6043
|
transition: all 0.4s ease;
|
|
6044
6044
|
overflow: hidden;
|
|
6045
6045
|
}
|
|
6046
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
6047
|
-
max-height: var(--
|
|
6046
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-8af059f7] {
|
|
6047
|
+
max-height: var(--6f90a0ef);
|
|
6048
6048
|
}
|
|
6049
|
-
.fec-table-filter .filter-field[data-v-
|
|
6049
|
+
.fec-table-filter .filter-field[data-v-8af059f7] {
|
|
6050
6050
|
transition: all 0.3s ease;
|
|
6051
6051
|
}
|
|
6052
|
-
.fec-table-filter .filter-field[data-v-
|
|
6052
|
+
.fec-table-filter .filter-field[data-v-8af059f7] .el-form-item {
|
|
6053
6053
|
display: flex;
|
|
6054
6054
|
flex-direction: row;
|
|
6055
6055
|
align-items: center;
|
|
6056
6056
|
}
|
|
6057
|
-
.fec-table-filter .filter-field[data-v-
|
|
6057
|
+
.fec-table-filter .filter-field[data-v-8af059f7] .el-form-item .el-form-item__label {
|
|
6058
6058
|
font-size: 14px;
|
|
6059
6059
|
color: #606266;
|
|
6060
6060
|
font-weight: 500;
|
|
@@ -6066,16 +6066,16 @@ body,
|
|
|
6066
6066
|
text-align: right;
|
|
6067
6067
|
width: 35% !important;
|
|
6068
6068
|
}
|
|
6069
|
-
.fec-table-filter .filter-field[data-v-
|
|
6069
|
+
.fec-table-filter .filter-field[data-v-8af059f7] .el-form-item .el-form-item__content {
|
|
6070
6070
|
flex: 1;
|
|
6071
6071
|
margin-left: 0 !important;
|
|
6072
6072
|
}
|
|
6073
|
-
.fec-table-filter .filter-field[data-v-
|
|
6074
|
-
.fec-table-filter .filter-field[data-v-
|
|
6075
|
-
.fec-table-filter .filter-field[data-v-
|
|
6073
|
+
.fec-table-filter .filter-field[data-v-8af059f7] .text-field-wrapper,
|
|
6074
|
+
.fec-table-filter .filter-field[data-v-8af059f7] .el-select,
|
|
6075
|
+
.fec-table-filter .filter-field[data-v-8af059f7] .el-date-editor {
|
|
6076
6076
|
width: 100%;
|
|
6077
6077
|
}
|
|
6078
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6078
|
+
.fec-table-filter .filter-actions[data-v-8af059f7] {
|
|
6079
6079
|
flex-shrink: 0;
|
|
6080
6080
|
/* border-left: 1px solid #eaebef; */
|
|
6081
6081
|
display: flex;
|
|
@@ -6085,34 +6085,34 @@ body,
|
|
|
6085
6085
|
gap: 10px;
|
|
6086
6086
|
height: 100%;
|
|
6087
6087
|
}
|
|
6088
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6088
|
+
.fec-table-filter .filter-actions[data-v-8af059f7] .el-button {
|
|
6089
6089
|
margin: 0;
|
|
6090
6090
|
}
|
|
6091
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6091
|
+
.fec-table-filter .filter-actions.inline[data-v-8af059f7] {
|
|
6092
6092
|
flex-direction: row;
|
|
6093
6093
|
gap: 8px;
|
|
6094
6094
|
height: auto;
|
|
6095
6095
|
align-items: center;
|
|
6096
6096
|
}
|
|
6097
|
-
.filter-fields[data-v-
|
|
6097
|
+
.filter-fields[data-v-8af059f7] {
|
|
6098
6098
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6099
6099
|
}
|
|
6100
|
-
.filter-field[data-v-
|
|
6100
|
+
.filter-field[data-v-8af059f7] {
|
|
6101
6101
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6102
6102
|
}
|
|
6103
|
-
.filter-divider[data-v-
|
|
6103
|
+
.filter-divider[data-v-8af059f7] {
|
|
6104
6104
|
margin: 8px 0;
|
|
6105
6105
|
z-index: 1;
|
|
6106
6106
|
transition: all 0.3s ease;
|
|
6107
6107
|
}
|
|
6108
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6108
|
+
.filter-divider .collapse-toggle[data-v-8af059f7] {
|
|
6109
6109
|
display: flex;
|
|
6110
6110
|
align-items: center;
|
|
6111
6111
|
gap: 2px;
|
|
6112
6112
|
color: #409eff;
|
|
6113
6113
|
cursor: pointer;
|
|
6114
6114
|
}
|
|
6115
|
-
.filter-divider[data-v-
|
|
6115
|
+
.filter-divider[data-v-8af059f7] .el-divider__text {
|
|
6116
6116
|
font-size: 13px;
|
|
6117
6117
|
color: #606266;
|
|
6118
6118
|
transition: all 0.3s ease;
|
|
@@ -6122,14 +6122,14 @@ body,
|
|
|
6122
6122
|
background-color: #fff;
|
|
6123
6123
|
padding: 0 10px;
|
|
6124
6124
|
}
|
|
6125
|
-
.filter-divider[data-v-
|
|
6125
|
+
.filter-divider[data-v-8af059f7] .el-icon {
|
|
6126
6126
|
transition: transform 0.3s ease;
|
|
6127
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6127
|
+
}.dynamic-mode-config .dynamic-row[data-v-3d06dba1] {
|
|
6128
6128
|
display: flex;
|
|
6129
6129
|
height: 54px;
|
|
6130
6130
|
align-items: center;
|
|
6131
6131
|
}
|
|
6132
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6132
|
+
.dynamic-mode-config .back-icon[data-v-3d06dba1] {
|
|
6133
6133
|
display: flex;
|
|
6134
6134
|
align-items: center;
|
|
6135
6135
|
justify-content: center;
|
|
@@ -6142,11 +6142,11 @@ body,
|
|
|
6142
6142
|
margin-left: 4px;
|
|
6143
6143
|
margin-right: -6px;
|
|
6144
6144
|
}
|
|
6145
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6145
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-3d06dba1] {
|
|
6146
6146
|
font-size: 16px;
|
|
6147
6147
|
font-weight: bold;
|
|
6148
6148
|
}
|
|
6149
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6149
|
+
.dynamic-mode-config .template-name[data-v-3d06dba1] {
|
|
6150
6150
|
font-size: 16px;
|
|
6151
6151
|
font-weight: 600;
|
|
6152
6152
|
color: #303133;
|
|
@@ -6159,7 +6159,7 @@ body,
|
|
|
6159
6159
|
display: flex;
|
|
6160
6160
|
align-items: center;
|
|
6161
6161
|
}
|
|
6162
|
-
.dynamic-mode-config .template-name-line[data-v-
|
|
6162
|
+
.dynamic-mode-config .template-name-line[data-v-3d06dba1] {
|
|
6163
6163
|
height: 16px;
|
|
6164
6164
|
width: 4px;
|
|
6165
6165
|
background-color: var(--el-color-primary);
|
|
@@ -6168,42 +6168,42 @@ body,
|
|
|
6168
6168
|
margin-right: 12px;
|
|
6169
6169
|
margin-top: 2px;
|
|
6170
6170
|
}
|
|
6171
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6171
|
+
.dynamic-mode-config .tab-display-section[data-v-3d06dba1] {
|
|
6172
6172
|
flex: 1;
|
|
6173
6173
|
min-width: 0;
|
|
6174
6174
|
}
|
|
6175
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6175
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-3d06dba1] .el-tabs__header {
|
|
6176
6176
|
margin: 0;
|
|
6177
6177
|
}
|
|
6178
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6178
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-3d06dba1] .el-tabs__nav-wrap::after {
|
|
6179
6179
|
height: 0;
|
|
6180
6180
|
}
|
|
6181
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6181
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-3d06dba1] .el-tabs__item {
|
|
6182
6182
|
padding: 0 12px;
|
|
6183
6183
|
}
|
|
6184
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6184
|
+
.dynamic-mode-config .search-display-section[data-v-3d06dba1] {
|
|
6185
6185
|
flex-shrink: 0;
|
|
6186
6186
|
display: flex;
|
|
6187
6187
|
align-items: center;
|
|
6188
6188
|
gap: 12px;
|
|
6189
6189
|
margin-left: auto;
|
|
6190
6190
|
}
|
|
6191
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6191
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-3d06dba1] {
|
|
6192
6192
|
/* width: 300px; */
|
|
6193
6193
|
}
|
|
6194
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-
|
|
6194
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-3d06dba1]:hover {
|
|
6195
6195
|
color: var(--el-color-primary);
|
|
6196
6196
|
cursor: pointer;
|
|
6197
6197
|
}
|
|
6198
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6198
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-3d06dba1] {
|
|
6199
6199
|
display: flex;
|
|
6200
6200
|
align-items: center;
|
|
6201
6201
|
gap: 8px;
|
|
6202
6202
|
}
|
|
6203
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6203
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-3d06dba1] {
|
|
6204
6204
|
position: relative;
|
|
6205
6205
|
}
|
|
6206
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6206
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-3d06dba1] {
|
|
6207
6207
|
position: absolute;
|
|
6208
6208
|
top: -10px;
|
|
6209
6209
|
right: -10px;
|
|
@@ -6220,31 +6220,31 @@ body,
|
|
|
6220
6220
|
font-size: 12px;
|
|
6221
6221
|
z-index: 1;
|
|
6222
6222
|
}
|
|
6223
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6223
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-3d06dba1]:hover {
|
|
6224
6224
|
background-color: #f56c6c;
|
|
6225
6225
|
}
|
|
6226
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6226
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-3d06dba1] {
|
|
6227
6227
|
display: flex;
|
|
6228
6228
|
}
|
|
6229
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6229
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-3d06dba1] {
|
|
6230
6230
|
pointer-events: none;
|
|
6231
6231
|
}
|
|
6232
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6232
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-3d06dba1] {
|
|
6233
6233
|
margin-right: 4px;
|
|
6234
6234
|
}
|
|
6235
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6235
|
+
.dynamic-mode-config .expand-filter-section[data-v-3d06dba1] {
|
|
6236
6236
|
padding-top: 4px;
|
|
6237
6237
|
border-top: 1px solid #ebeef5;
|
|
6238
6238
|
margin-top: 4px;
|
|
6239
6239
|
}
|
|
6240
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6240
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-3d06dba1] {
|
|
6241
6241
|
width: 100%;
|
|
6242
6242
|
}
|
|
6243
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6243
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-3d06dba1] {
|
|
6244
6244
|
display: flex;
|
|
6245
6245
|
flex-wrap: wrap;
|
|
6246
6246
|
}
|
|
6247
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6247
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item {
|
|
6248
6248
|
padding: 2px;
|
|
6249
6249
|
border: 2px solid transparent;
|
|
6250
6250
|
border-radius: 2px;
|
|
@@ -6253,20 +6253,20 @@ body,
|
|
|
6253
6253
|
cursor: move;
|
|
6254
6254
|
margin-bottom: 4px;
|
|
6255
6255
|
}
|
|
6256
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6256
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item .el-form-item__label-wrap {
|
|
6257
6257
|
margin: 0 0 0 8px !important;
|
|
6258
6258
|
}
|
|
6259
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6259
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item .el-form-item__content {
|
|
6260
6260
|
min-width: 150px;
|
|
6261
6261
|
}
|
|
6262
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6262
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item .form-item-label {
|
|
6263
6263
|
display: flex;
|
|
6264
6264
|
align-items: center;
|
|
6265
6265
|
}
|
|
6266
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6266
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item .el-input {
|
|
6267
6267
|
width: 150px;
|
|
6268
6268
|
}
|
|
6269
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6269
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item .delete-icon {
|
|
6270
6270
|
position: absolute;
|
|
6271
6271
|
top: -10px;
|
|
6272
6272
|
right: -10px;
|
|
@@ -6283,19 +6283,19 @@ body,
|
|
|
6283
6283
|
font-size: 12px;
|
|
6284
6284
|
z-index: 1;
|
|
6285
6285
|
}
|
|
6286
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6286
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item .delete-icon:hover {
|
|
6287
6287
|
background-color: #f56c6c;
|
|
6288
6288
|
}
|
|
6289
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6289
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item.is-hover {
|
|
6290
6290
|
border: 2px dashed #7b99cb !important;
|
|
6291
6291
|
}
|
|
6292
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6292
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item.is-hover .delete-icon {
|
|
6293
6293
|
display: flex;
|
|
6294
6294
|
}
|
|
6295
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6295
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item.is-select {
|
|
6296
6296
|
border: 2px dashed #efa53a !important;
|
|
6297
6297
|
}
|
|
6298
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6298
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-3d06dba1] .el-form-item__label {
|
|
6299
6299
|
font-size: 13px;
|
|
6300
6300
|
color: #606266;
|
|
6301
6301
|
pointer-events: none;
|
|
@@ -6304,18 +6304,18 @@ body,
|
|
|
6304
6304
|
display: flex;
|
|
6305
6305
|
align-items: center;
|
|
6306
6306
|
}
|
|
6307
|
-
[data-v-
|
|
6307
|
+
[data-v-3d06dba1] .el-checkbox-group {
|
|
6308
6308
|
display: flex;
|
|
6309
6309
|
gap: 12px;
|
|
6310
6310
|
}
|
|
6311
|
-
[data-v-
|
|
6311
|
+
[data-v-3d06dba1] .el-checkbox-group .el-checkbox-button__inner {
|
|
6312
6312
|
border-radius: 4px;
|
|
6313
|
-
}.fec-table[data-v-
|
|
6313
|
+
}.fec-table[data-v-7dad99a5] {
|
|
6314
6314
|
height: 100%;
|
|
6315
6315
|
flex-grow: 1;
|
|
6316
6316
|
padding: 0 16px;
|
|
6317
6317
|
}
|
|
6318
|
-
.fec-table-container[data-v-
|
|
6318
|
+
.fec-table-container[data-v-7dad99a5] {
|
|
6319
6319
|
width: 100%;
|
|
6320
6320
|
background: #fff;
|
|
6321
6321
|
box-sizing: border-box;
|
|
@@ -6325,85 +6325,85 @@ body,
|
|
|
6325
6325
|
overflow: hidden;
|
|
6326
6326
|
flex-grow: 1;
|
|
6327
6327
|
}
|
|
6328
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6328
|
+
.fec-table-container .fec-vxe-table[data-v-7dad99a5] {
|
|
6329
6329
|
flex: 1;
|
|
6330
6330
|
min-height: 0;
|
|
6331
6331
|
overflow: hidden;
|
|
6332
6332
|
margin-bottom: 16px;
|
|
6333
6333
|
}
|
|
6334
|
-
.fec-table-container[data-v-
|
|
6334
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table {
|
|
6335
6335
|
font-size: 14px;
|
|
6336
6336
|
font-family: inherit;
|
|
6337
6337
|
}
|
|
6338
|
-
.fec-table-container[data-v-
|
|
6339
|
-
.fec-table-container[data-v-
|
|
6338
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-sort--asc-btn,
|
|
6339
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-sort--desc-btn {
|
|
6340
6340
|
color: #dcdcdc;
|
|
6341
6341
|
}
|
|
6342
|
-
.fec-table-container[data-v-
|
|
6343
|
-
.fec-table-container[data-v-
|
|
6342
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6343
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6344
6344
|
color: #d3edf9;
|
|
6345
6345
|
}
|
|
6346
|
-
.fec-table-container[data-v-
|
|
6346
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .serverSort .sort--active {
|
|
6347
6347
|
color: var(--el-color-primary);
|
|
6348
6348
|
}
|
|
6349
|
-
.fec-table-container[data-v-
|
|
6349
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .sort--active {
|
|
6350
6350
|
color: var(--el-color-primary);
|
|
6351
6351
|
}
|
|
6352
|
-
.fec-table-container[data-v-
|
|
6352
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-table--body-wrapper {
|
|
6353
6353
|
overflow: auto;
|
|
6354
6354
|
}
|
|
6355
|
-
.fec-table-container[data-v-
|
|
6355
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-table--body {
|
|
6356
6356
|
width: 100% !important;
|
|
6357
6357
|
}
|
|
6358
|
-
.fec-table-container[data-v-
|
|
6358
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-header--column {
|
|
6359
6359
|
background-color: #fff;
|
|
6360
6360
|
}
|
|
6361
|
-
.fec-table-container[data-v-
|
|
6361
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-header--column .vxe-cell {
|
|
6362
6362
|
height: 40px !important;
|
|
6363
6363
|
min-height: 40px !important;
|
|
6364
6364
|
color: #333;
|
|
6365
6365
|
}
|
|
6366
|
-
.fec-table-container[data-v-
|
|
6366
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6367
6367
|
height: 40px !important;
|
|
6368
6368
|
}
|
|
6369
|
-
.fec-table-container[data-v-
|
|
6369
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-body--column .vxe-cell {
|
|
6370
6370
|
padding: 6px !important;
|
|
6371
6371
|
min-height: 32px !important;
|
|
6372
6372
|
color: #666;
|
|
6373
6373
|
font-size: 13px;
|
|
6374
6374
|
}
|
|
6375
|
-
.fec-table-container[data-v-
|
|
6376
|
-
.fec-table-container[data-v-
|
|
6375
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-body--column .c--tooltip,
|
|
6376
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-body--column .c--title {
|
|
6377
6377
|
height: 32px !important;
|
|
6378
6378
|
min-height: 32px !important;
|
|
6379
6379
|
}
|
|
6380
|
-
.fec-table-container[data-v-
|
|
6380
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-table--border-line {
|
|
6381
6381
|
border: none;
|
|
6382
6382
|
border-bottom: 1px solid #ebeef5;
|
|
6383
6383
|
border-top: 1px solid #ebeef5;
|
|
6384
6384
|
}
|
|
6385
|
-
.fec-table-container[data-v-
|
|
6386
|
-
.fec-table-container[data-v-
|
|
6385
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6386
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6387
6387
|
border: none !important;
|
|
6388
6388
|
}
|
|
6389
|
-
.fec-table-container[data-v-
|
|
6389
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6390
6390
|
display: none !important;
|
|
6391
6391
|
}
|
|
6392
|
-
.fec-table-container[data-v-
|
|
6392
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-cell--sort {
|
|
6393
6393
|
font-size: 14px;
|
|
6394
6394
|
}
|
|
6395
|
-
.fec-table-container[data-v-
|
|
6396
|
-
.fec-table-container[data-v-
|
|
6397
|
-
.fec-table-container[data-v-
|
|
6398
|
-
.fec-table-container[data-v-
|
|
6399
|
-
.fec-table-container[data-v-
|
|
6400
|
-
.fec-table-container[data-v-
|
|
6395
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-body--column,
|
|
6396
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-footer--column,
|
|
6397
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-header--column,
|
|
6398
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-body--column,
|
|
6399
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-footer--column,
|
|
6400
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .vxe-header--column {
|
|
6401
6401
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6402
6402
|
}
|
|
6403
|
-
.fec-table-container[data-v-
|
|
6403
|
+
.fec-table-container[data-v-7dad99a5] .vxe-table .el-button.is-disabled {
|
|
6404
6404
|
color: #ccc !important;
|
|
6405
6405
|
}
|
|
6406
|
-
.fec-table-sub[data-v-
|
|
6406
|
+
.fec-table-sub[data-v-7dad99a5] .vxe-table .vxe-table--border-line {
|
|
6407
6407
|
border-top: none;
|
|
6408
6408
|
}
|
|
6409
6409
|
.fec-layout-card[data-v-c90689d4] {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useAttrs, ref,
|
|
1
|
+
import { getCurrentInstance, useAttrs, ref, computed, createBlock, openBlock, unref, mergeProps, isRef, withCtx, createElementBlock, toDisplayString } from "vue";
|
|
2
2
|
import { MobileField } from "../field/index.mjs";
|
|
3
3
|
import { getOptions } from "../../../utils/optionUtil.mjs";
|
|
4
4
|
import { MobileRadioGroup } from "../radioGroup/index.mjs";
|
|
@@ -10,17 +10,9 @@ const _sfc_main = {
|
|
|
10
10
|
type: [String, Number],
|
|
11
11
|
default: ""
|
|
12
12
|
},
|
|
13
|
-
|
|
14
|
-
type: Array,
|
|
15
|
-
default: []
|
|
16
|
-
},
|
|
17
|
-
fieldNames: {
|
|
13
|
+
optionConfig: {
|
|
18
14
|
type: Object,
|
|
19
|
-
default: {
|
|
20
|
-
text: "text",
|
|
21
|
-
value: "value",
|
|
22
|
-
disabled: "disabled"
|
|
23
|
-
}
|
|
15
|
+
default: () => ({})
|
|
24
16
|
},
|
|
25
17
|
readonly: {
|
|
26
18
|
type: Boolean,
|
|
@@ -29,31 +21,16 @@ const _sfc_main = {
|
|
|
29
21
|
},
|
|
30
22
|
emits: ["update:modelValue"],
|
|
31
23
|
setup(__props, { emit: __emit }) {
|
|
24
|
+
const currentInstance = getCurrentInstance();
|
|
25
|
+
currentInstance.proxy;
|
|
32
26
|
const props = __props;
|
|
33
|
-
|
|
27
|
+
useAttrs();
|
|
34
28
|
const finalOptions = ref([]);
|
|
35
29
|
getOptions({
|
|
36
|
-
...
|
|
37
|
-
staticOptions: props.options,
|
|
38
|
-
optionsFieldNames: props.fieldNames
|
|
30
|
+
...props.optionConfig
|
|
39
31
|
}).then((data) => {
|
|
40
32
|
finalOptions.value = data;
|
|
41
33
|
});
|
|
42
|
-
watch(
|
|
43
|
-
() => props.options,
|
|
44
|
-
() => {
|
|
45
|
-
getOptions({
|
|
46
|
-
...attrs,
|
|
47
|
-
staticOptions: props.options,
|
|
48
|
-
optionsFieldNames: props.fieldNames
|
|
49
|
-
}).then((data) => {
|
|
50
|
-
finalOptions.value = data;
|
|
51
|
-
});
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
deep: true
|
|
55
|
-
}
|
|
56
|
-
);
|
|
57
34
|
const emit = __emit;
|
|
58
35
|
const compValue = computed({
|
|
59
36
|
get: () => {
|
|
@@ -7,8 +7,8 @@ import { ref, computed, watch, resolveComponent, createBlock, openBlock, resolve
|
|
|
7
7
|
import { parseRouteParams } from "../../utils/parseRouteParams.mjs";
|
|
8
8
|
import { calculate } from "../../utils/formulajs/calculate.mjs";
|
|
9
9
|
import { useEventFlow, executeEventFlow } from "../../utils/eventFlow/eventFlowHandler.mjs";
|
|
10
|
-
/* empty css */
|
|
11
10
|
/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
12
|
/* empty css */
|
|
13
13
|
import { loadComponentByPath } from "../../utils/common.mjs";
|
|
14
14
|
/* empty css */
|
|
@@ -865,7 +865,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
865
865
|
layoutFieldItem.hidden = true;
|
|
866
866
|
}
|
|
867
867
|
});
|
|
868
|
-
debugger;
|
|
869
868
|
if (checkFilterMatch(item.filterConfig, formData.value, fields)) {
|
|
870
869
|
dataLinkFieldList.forEach((fieldId) => {
|
|
871
870
|
const layoutFieldItem = updatedLayoutData.find((g) => g.id == fieldId);
|
|
@@ -1095,7 +1094,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1095
1094
|
};
|
|
1096
1095
|
}
|
|
1097
1096
|
});
|
|
1098
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1097
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-df445e35"]]);
|
|
1099
1098
|
export {
|
|
1100
1099
|
_Form as default
|
|
1101
1100
|
};
|