@fecp/designer 5.5.4 → 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.css +86 -86
- 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/TableFilter.vue.mjs +7 -3
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +86 -86
- 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/TableFilter.vue.js +7 -3
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -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] {
|
|
@@ -86,6 +86,10 @@ const _sfc_main = {
|
|
|
86
86
|
hiddenFormData: {
|
|
87
87
|
type: Object,
|
|
88
88
|
default: {}
|
|
89
|
+
},
|
|
90
|
+
isCache: {
|
|
91
|
+
type: Boolean,
|
|
92
|
+
default: false
|
|
89
93
|
}
|
|
90
94
|
},
|
|
91
95
|
emits: ["click", "search"],
|
|
@@ -167,7 +171,7 @@ const _sfc_main = {
|
|
|
167
171
|
const searchInputValue = ref("");
|
|
168
172
|
const ctx = getCurrentVueInstance();
|
|
169
173
|
const route = (_a = ctx.$route) == null ? void 0 : _a.path;
|
|
170
|
-
if (route) {
|
|
174
|
+
if (route && props.isCache) {
|
|
171
175
|
const routeParams = JSON.parse(sessionStorage.getItem(route));
|
|
172
176
|
const filters = JSON.parse((routeParams == null ? void 0 : routeParams.filters) || "{}");
|
|
173
177
|
searchInputValue.value = (filters == null ? void 0 : filters.dynamicFilter) || "";
|
|
@@ -480,7 +484,7 @@ const _sfc_main = {
|
|
|
480
484
|
};
|
|
481
485
|
}
|
|
482
486
|
};
|
|
483
|
-
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
487
|
+
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3d06dba1"]]);
|
|
484
488
|
export {
|
|
485
489
|
DynamicQuery as default
|
|
486
490
|
};
|
|
@@ -288,7 +288,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
288
288
|
if (!((_a = localConfig.value.dataSources) == null ? void 0 : _a.length)) return;
|
|
289
289
|
let pageNo = 1;
|
|
290
290
|
let pageSize = isPagination.value ? (_b = localConfig.value.paginationConfig) == null ? void 0 : _b.pageSize : 0;
|
|
291
|
-
if (!props.isSubTable && !props.
|
|
291
|
+
if (!props.isSubTable && !props.isDialog) {
|
|
292
292
|
const route = (_c = ctx.$route) == null ? void 0 : _c.path;
|
|
293
293
|
if (route) {
|
|
294
294
|
routeParams.value = JSON.parse(sessionStorage.getItem(route));
|
|
@@ -582,7 +582,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
582
582
|
};
|
|
583
583
|
async function tableDataFetch(extraParams = {}) {
|
|
584
584
|
var _a;
|
|
585
|
-
if (!props.isSubTable && !props.
|
|
585
|
+
if (!props.isSubTable && !props.isDialog) {
|
|
586
586
|
const params = dataSourceManager.value.buildRequestParams(extraParams);
|
|
587
587
|
const route = (_a = ctx.$route) == null ? void 0 : _a.path;
|
|
588
588
|
if (route) {
|
|
@@ -805,9 +805,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
805
805
|
createVNode(TableFilter, {
|
|
806
806
|
"query-config": localConfig.value.queryConfig,
|
|
807
807
|
"fields-data": fieldsData.value,
|
|
808
|
+
isCache: !__props.isSubTable && !__props.isDialog,
|
|
808
809
|
onSearch: handleFilterSearch,
|
|
809
810
|
onReset: handleFilterReset
|
|
810
|
-
}, null, 8, ["query-config", "fields-data"]),
|
|
811
|
+
}, null, 8, ["query-config", "fields-data", "isCache"]),
|
|
811
812
|
createVNode(CustomButtons, {
|
|
812
813
|
"custom-btns": localConfig.value.customBtns,
|
|
813
814
|
localConfig: localConfig.value,
|
|
@@ -823,10 +824,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
823
824
|
isSubTable: __props.titleMode == "label",
|
|
824
825
|
localConfig: localConfig.value,
|
|
825
826
|
"fields-data": fieldsData.value,
|
|
827
|
+
isCache: !__props.isSubTable && !__props.isDialog,
|
|
826
828
|
onSearch: handleFilterSearch,
|
|
827
829
|
onClick: handleCustomBtnClick,
|
|
828
830
|
hiddenFormData: hiddenFormData.value
|
|
829
|
-
}, null, 8, ["readonly", "isSubTable", "localConfig", "fields-data", "hiddenFormData"])) : createCommentVNode("", true),
|
|
831
|
+
}, null, 8, ["readonly", "isSubTable", "localConfig", "fields-data", "isCache", "hiddenFormData"])) : createCommentVNode("", true),
|
|
830
832
|
createElementVNode("div", _hoisted_1, [
|
|
831
833
|
createVNode(unref(VxeTable), {
|
|
832
834
|
ref_key: "tableRef",
|
|
@@ -897,7 +899,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
897
899
|
};
|
|
898
900
|
}
|
|
899
901
|
});
|
|
900
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
902
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7dad99a5"]]);
|
|
901
903
|
export {
|
|
902
904
|
_Table as default
|
|
903
905
|
};
|
|
@@ -42,13 +42,17 @@ const _sfc_main = {
|
|
|
42
42
|
fieldsData: {
|
|
43
43
|
type: Array,
|
|
44
44
|
default: () => []
|
|
45
|
+
},
|
|
46
|
+
isCache: {
|
|
47
|
+
type: Boolean,
|
|
48
|
+
default: false
|
|
45
49
|
}
|
|
46
50
|
},
|
|
47
51
|
emits: ["search", "reset"],
|
|
48
52
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
49
53
|
var _a;
|
|
50
54
|
useCssVars((_ctx) => ({
|
|
51
|
-
"
|
|
55
|
+
"6f90a0ef": `${config.value.collapseRows * 90}px`
|
|
52
56
|
}));
|
|
53
57
|
const props = __props;
|
|
54
58
|
const emit = __emit;
|
|
@@ -77,7 +81,7 @@ const _sfc_main = {
|
|
|
77
81
|
const filterValues = ref({});
|
|
78
82
|
const ctx = getCurrentVueInstance();
|
|
79
83
|
const route = (_a = ctx.$route) == null ? void 0 : _a.path;
|
|
80
|
-
if (route) {
|
|
84
|
+
if (route && props.isCache) {
|
|
81
85
|
const routeParams = JSON.parse(sessionStorage.getItem(route));
|
|
82
86
|
const filters = JSON.parse((routeParams == null ? void 0 : routeParams.filters) || "{}");
|
|
83
87
|
filterValues.value = reverseHandleSearchData(
|
|
@@ -294,7 +298,7 @@ const _sfc_main = {
|
|
|
294
298
|
};
|
|
295
299
|
}
|
|
296
300
|
};
|
|
297
|
-
const TableFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
301
|
+
const TableFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8af059f7"]]);
|
|
298
302
|
export {
|
|
299
303
|
TableFilter as default
|
|
300
304
|
};
|
package/lib/designer.css
CHANGED
|
@@ -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] {
|
|
@@ -88,6 +88,10 @@ const _sfc_main = {
|
|
|
88
88
|
hiddenFormData: {
|
|
89
89
|
type: Object,
|
|
90
90
|
default: {}
|
|
91
|
+
},
|
|
92
|
+
isCache: {
|
|
93
|
+
type: Boolean,
|
|
94
|
+
default: false
|
|
91
95
|
}
|
|
92
96
|
},
|
|
93
97
|
emits: ["click", "search"],
|
|
@@ -169,7 +173,7 @@ const _sfc_main = {
|
|
|
169
173
|
const searchInputValue = vue.ref("");
|
|
170
174
|
const ctx = getInstance.getCurrentVueInstance();
|
|
171
175
|
const route = (_a = ctx.$route) == null ? void 0 : _a.path;
|
|
172
|
-
if (route) {
|
|
176
|
+
if (route && props.isCache) {
|
|
173
177
|
const routeParams = JSON.parse(sessionStorage.getItem(route));
|
|
174
178
|
const filters = JSON.parse((routeParams == null ? void 0 : routeParams.filters) || "{}");
|
|
175
179
|
searchInputValue.value = (filters == null ? void 0 : filters.dynamicFilter) || "";
|
|
@@ -482,5 +486,5 @@ const _sfc_main = {
|
|
|
482
486
|
};
|
|
483
487
|
}
|
|
484
488
|
};
|
|
485
|
-
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
489
|
+
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3d06dba1"]]);
|
|
486
490
|
exports.default = DynamicQuery;
|
|
@@ -290,7 +290,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
290
290
|
if (!((_a = localConfig.value.dataSources) == null ? void 0 : _a.length)) return;
|
|
291
291
|
let pageNo = 1;
|
|
292
292
|
let pageSize = isPagination.value ? (_b = localConfig.value.paginationConfig) == null ? void 0 : _b.pageSize : 0;
|
|
293
|
-
if (!props.isSubTable && !props.
|
|
293
|
+
if (!props.isSubTable && !props.isDialog) {
|
|
294
294
|
const route = (_c = ctx.$route) == null ? void 0 : _c.path;
|
|
295
295
|
if (route) {
|
|
296
296
|
routeParams.value = JSON.parse(sessionStorage.getItem(route));
|
|
@@ -584,7 +584,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
584
584
|
};
|
|
585
585
|
async function tableDataFetch(extraParams = {}) {
|
|
586
586
|
var _a;
|
|
587
|
-
if (!props.isSubTable && !props.
|
|
587
|
+
if (!props.isSubTable && !props.isDialog) {
|
|
588
588
|
const params = dataSourceManager.value.buildRequestParams(extraParams);
|
|
589
589
|
const route = (_a = ctx.$route) == null ? void 0 : _a.path;
|
|
590
590
|
if (route) {
|
|
@@ -807,9 +807,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
807
807
|
vue.createVNode(TableFilter.default, {
|
|
808
808
|
"query-config": localConfig.value.queryConfig,
|
|
809
809
|
"fields-data": fieldsData.value,
|
|
810
|
+
isCache: !__props.isSubTable && !__props.isDialog,
|
|
810
811
|
onSearch: handleFilterSearch,
|
|
811
812
|
onReset: handleFilterReset
|
|
812
|
-
}, null, 8, ["query-config", "fields-data"]),
|
|
813
|
+
}, null, 8, ["query-config", "fields-data", "isCache"]),
|
|
813
814
|
vue.createVNode(CustomButtons.default, {
|
|
814
815
|
"custom-btns": localConfig.value.customBtns,
|
|
815
816
|
localConfig: localConfig.value,
|
|
@@ -825,10 +826,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
825
826
|
isSubTable: __props.titleMode == "label",
|
|
826
827
|
localConfig: localConfig.value,
|
|
827
828
|
"fields-data": fieldsData.value,
|
|
829
|
+
isCache: !__props.isSubTable && !__props.isDialog,
|
|
828
830
|
onSearch: handleFilterSearch,
|
|
829
831
|
onClick: handleCustomBtnClick,
|
|
830
832
|
hiddenFormData: hiddenFormData.value
|
|
831
|
-
}, null, 8, ["readonly", "isSubTable", "localConfig", "fields-data", "hiddenFormData"])) : vue.createCommentVNode("", true),
|
|
833
|
+
}, null, 8, ["readonly", "isSubTable", "localConfig", "fields-data", "isCache", "hiddenFormData"])) : vue.createCommentVNode("", true),
|
|
832
834
|
vue.createElementVNode("div", _hoisted_1, [
|
|
833
835
|
vue.createVNode(vue.unref(index$1.VxeTable), {
|
|
834
836
|
ref_key: "tableRef",
|
|
@@ -899,5 +901,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
899
901
|
};
|
|
900
902
|
}
|
|
901
903
|
});
|
|
902
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
904
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-7dad99a5"]]);
|
|
903
905
|
exports.default = _Table;
|
|
@@ -44,13 +44,17 @@ const _sfc_main = {
|
|
|
44
44
|
fieldsData: {
|
|
45
45
|
type: Array,
|
|
46
46
|
default: () => []
|
|
47
|
+
},
|
|
48
|
+
isCache: {
|
|
49
|
+
type: Boolean,
|
|
50
|
+
default: false
|
|
47
51
|
}
|
|
48
52
|
},
|
|
49
53
|
emits: ["search", "reset"],
|
|
50
54
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
51
55
|
var _a;
|
|
52
56
|
vue.useCssVars((_ctx) => ({
|
|
53
|
-
"
|
|
57
|
+
"6f90a0ef": `${config.value.collapseRows * 90}px`
|
|
54
58
|
}));
|
|
55
59
|
const props = __props;
|
|
56
60
|
const emit = __emit;
|
|
@@ -79,7 +83,7 @@ const _sfc_main = {
|
|
|
79
83
|
const filterValues = vue.ref({});
|
|
80
84
|
const ctx = getInstance.getCurrentVueInstance();
|
|
81
85
|
const route = (_a = ctx.$route) == null ? void 0 : _a.path;
|
|
82
|
-
if (route) {
|
|
86
|
+
if (route && props.isCache) {
|
|
83
87
|
const routeParams = JSON.parse(sessionStorage.getItem(route));
|
|
84
88
|
const filters = JSON.parse((routeParams == null ? void 0 : routeParams.filters) || "{}");
|
|
85
89
|
filterValues.value = common.reverseHandleSearchData(
|
|
@@ -296,5 +300,5 @@ const _sfc_main = {
|
|
|
296
300
|
};
|
|
297
301
|
}
|
|
298
302
|
};
|
|
299
|
-
const TableFilter = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
303
|
+
const TableFilter = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-8af059f7"]]);
|
|
300
304
|
exports.default = TableFilter;
|