@fecp/designer 5.4.90 → 5.4.91
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 +64 -64
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +19 -11
- package/es/packages/vue/src/components/table/Table.vue.mjs +6 -4
- 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 +64 -64
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +19 -11
- package/lib/packages/vue/src/components/table/Table.vue.js +6 -4
- 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
|
@@ -6078,12 +6078,12 @@ body,
|
|
|
6078
6078
|
}
|
|
6079
6079
|
.filter-divider[data-v-43e04541] .el-icon {
|
|
6080
6080
|
transition: transform 0.3s ease;
|
|
6081
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6081
|
+
}.dynamic-mode-config .dynamic-row[data-v-77742d4c] {
|
|
6082
6082
|
display: flex;
|
|
6083
6083
|
height: 54px;
|
|
6084
6084
|
align-items: center;
|
|
6085
6085
|
}
|
|
6086
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6086
|
+
.dynamic-mode-config .back-icon[data-v-77742d4c] {
|
|
6087
6087
|
display: flex;
|
|
6088
6088
|
align-items: center;
|
|
6089
6089
|
justify-content: center;
|
|
@@ -6096,11 +6096,11 @@ body,
|
|
|
6096
6096
|
margin-left: 4px;
|
|
6097
6097
|
margin-right: -6px;
|
|
6098
6098
|
}
|
|
6099
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6099
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-77742d4c] {
|
|
6100
6100
|
font-size: 16px;
|
|
6101
6101
|
font-weight: bold;
|
|
6102
6102
|
}
|
|
6103
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6103
|
+
.dynamic-mode-config .template-name[data-v-77742d4c] {
|
|
6104
6104
|
font-size: 16px;
|
|
6105
6105
|
font-weight: 600;
|
|
6106
6106
|
color: #303133;
|
|
@@ -6113,7 +6113,7 @@ body,
|
|
|
6113
6113
|
display: flex;
|
|
6114
6114
|
align-items: center;
|
|
6115
6115
|
}
|
|
6116
|
-
.dynamic-mode-config .template-name-line[data-v-
|
|
6116
|
+
.dynamic-mode-config .template-name-line[data-v-77742d4c] {
|
|
6117
6117
|
height: 16px;
|
|
6118
6118
|
width: 4px;
|
|
6119
6119
|
background-color: var(--el-color-primary);
|
|
@@ -6122,42 +6122,42 @@ body,
|
|
|
6122
6122
|
margin-right: 12px;
|
|
6123
6123
|
margin-top: 2px;
|
|
6124
6124
|
}
|
|
6125
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6125
|
+
.dynamic-mode-config .tab-display-section[data-v-77742d4c] {
|
|
6126
6126
|
flex: 1;
|
|
6127
6127
|
min-width: 0;
|
|
6128
6128
|
}
|
|
6129
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6129
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__header {
|
|
6130
6130
|
margin: 0;
|
|
6131
6131
|
}
|
|
6132
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6132
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__nav-wrap::after {
|
|
6133
6133
|
height: 0;
|
|
6134
6134
|
}
|
|
6135
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6135
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__item {
|
|
6136
6136
|
padding: 0 12px;
|
|
6137
6137
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6138
|
+
.dynamic-mode-config .search-display-section[data-v-77742d4c] {
|
|
6139
6139
|
flex-shrink: 0;
|
|
6140
6140
|
display: flex;
|
|
6141
6141
|
align-items: center;
|
|
6142
6142
|
gap: 12px;
|
|
6143
6143
|
margin-left: auto;
|
|
6144
6144
|
}
|
|
6145
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6145
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-77742d4c] {
|
|
6146
6146
|
/* width: 300px; */
|
|
6147
6147
|
}
|
|
6148
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-
|
|
6148
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-77742d4c]:hover {
|
|
6149
6149
|
color: var(--el-color-primary);
|
|
6150
6150
|
cursor: pointer;
|
|
6151
6151
|
}
|
|
6152
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6152
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-77742d4c] {
|
|
6153
6153
|
display: flex;
|
|
6154
6154
|
align-items: center;
|
|
6155
6155
|
gap: 8px;
|
|
6156
6156
|
}
|
|
6157
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6157
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-77742d4c] {
|
|
6158
6158
|
position: relative;
|
|
6159
6159
|
}
|
|
6160
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6160
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-77742d4c] {
|
|
6161
6161
|
position: absolute;
|
|
6162
6162
|
top: -10px;
|
|
6163
6163
|
right: -10px;
|
|
@@ -6174,31 +6174,31 @@ body,
|
|
|
6174
6174
|
font-size: 12px;
|
|
6175
6175
|
z-index: 1;
|
|
6176
6176
|
}
|
|
6177
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6177
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-77742d4c]:hover {
|
|
6178
6178
|
background-color: #f56c6c;
|
|
6179
6179
|
}
|
|
6180
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6180
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-77742d4c] {
|
|
6181
6181
|
display: flex;
|
|
6182
6182
|
}
|
|
6183
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6183
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-77742d4c] {
|
|
6184
6184
|
pointer-events: none;
|
|
6185
6185
|
}
|
|
6186
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6186
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-77742d4c] {
|
|
6187
6187
|
margin-right: 4px;
|
|
6188
6188
|
}
|
|
6189
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6189
|
+
.dynamic-mode-config .expand-filter-section[data-v-77742d4c] {
|
|
6190
6190
|
padding-top: 4px;
|
|
6191
6191
|
border-top: 1px solid #ebeef5;
|
|
6192
6192
|
margin-top: 4px;
|
|
6193
6193
|
}
|
|
6194
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6194
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-77742d4c] {
|
|
6195
6195
|
width: 100%;
|
|
6196
6196
|
}
|
|
6197
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6197
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-77742d4c] {
|
|
6198
6198
|
display: flex;
|
|
6199
6199
|
flex-wrap: wrap;
|
|
6200
6200
|
}
|
|
6201
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6201
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item {
|
|
6202
6202
|
padding: 2px;
|
|
6203
6203
|
border: 2px solid transparent;
|
|
6204
6204
|
border-radius: 2px;
|
|
@@ -6207,20 +6207,20 @@ body,
|
|
|
6207
6207
|
cursor: move;
|
|
6208
6208
|
margin-bottom: 4px;
|
|
6209
6209
|
}
|
|
6210
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6210
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-form-item__label-wrap {
|
|
6211
6211
|
margin: 0 0 0 8px !important;
|
|
6212
6212
|
}
|
|
6213
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6213
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-form-item__content {
|
|
6214
6214
|
min-width: 150px;
|
|
6215
6215
|
}
|
|
6216
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6216
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .form-item-label {
|
|
6217
6217
|
display: flex;
|
|
6218
6218
|
align-items: center;
|
|
6219
6219
|
}
|
|
6220
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6220
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-input {
|
|
6221
6221
|
width: 150px;
|
|
6222
6222
|
}
|
|
6223
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6223
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .delete-icon {
|
|
6224
6224
|
position: absolute;
|
|
6225
6225
|
top: -10px;
|
|
6226
6226
|
right: -10px;
|
|
@@ -6237,19 +6237,19 @@ body,
|
|
|
6237
6237
|
font-size: 12px;
|
|
6238
6238
|
z-index: 1;
|
|
6239
6239
|
}
|
|
6240
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6240
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .delete-icon:hover {
|
|
6241
6241
|
background-color: #f56c6c;
|
|
6242
6242
|
}
|
|
6243
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6243
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-hover {
|
|
6244
6244
|
border: 2px dashed #7b99cb !important;
|
|
6245
6245
|
}
|
|
6246
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6246
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-hover .delete-icon {
|
|
6247
6247
|
display: flex;
|
|
6248
6248
|
}
|
|
6249
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6249
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-select {
|
|
6250
6250
|
border: 2px dashed #efa53a !important;
|
|
6251
6251
|
}
|
|
6252
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6252
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item__label {
|
|
6253
6253
|
font-size: 13px;
|
|
6254
6254
|
color: #606266;
|
|
6255
6255
|
pointer-events: none;
|
|
@@ -6258,18 +6258,18 @@ body,
|
|
|
6258
6258
|
display: flex;
|
|
6259
6259
|
align-items: center;
|
|
6260
6260
|
}
|
|
6261
|
-
[data-v-
|
|
6261
|
+
[data-v-77742d4c] .el-checkbox-group {
|
|
6262
6262
|
display: flex;
|
|
6263
6263
|
gap: 12px;
|
|
6264
6264
|
}
|
|
6265
|
-
[data-v-
|
|
6265
|
+
[data-v-77742d4c] .el-checkbox-group .el-checkbox-button__inner {
|
|
6266
6266
|
border-radius: 4px;
|
|
6267
|
-
}.fec-table[data-v-
|
|
6267
|
+
}.fec-table[data-v-afa21886] {
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
flex-grow: 1;
|
|
6270
6270
|
padding: 0 16px;
|
|
6271
6271
|
}
|
|
6272
|
-
.fec-table-container[data-v-
|
|
6272
|
+
.fec-table-container[data-v-afa21886] {
|
|
6273
6273
|
width: 100%;
|
|
6274
6274
|
background: #fff;
|
|
6275
6275
|
box-sizing: border-box;
|
|
@@ -6279,79 +6279,79 @@ body,
|
|
|
6279
6279
|
overflow: hidden;
|
|
6280
6280
|
flex-grow: 1;
|
|
6281
6281
|
}
|
|
6282
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6282
|
+
.fec-table-container .fec-vxe-table[data-v-afa21886] {
|
|
6283
6283
|
flex: 1;
|
|
6284
6284
|
min-height: 0;
|
|
6285
6285
|
overflow: hidden;
|
|
6286
6286
|
margin-bottom: 16px;
|
|
6287
6287
|
}
|
|
6288
|
-
.fec-table-container[data-v-
|
|
6288
|
+
.fec-table-container[data-v-afa21886] .vxe-table {
|
|
6289
6289
|
font-size: 14px;
|
|
6290
6290
|
font-family: inherit;
|
|
6291
6291
|
}
|
|
6292
|
-
.fec-table-container[data-v-
|
|
6293
|
-
.fec-table-container[data-v-
|
|
6292
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-sort--asc-btn,
|
|
6293
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-sort--desc-btn {
|
|
6294
6294
|
color: #dcdcdc;
|
|
6295
6295
|
}
|
|
6296
|
-
.fec-table-container[data-v-
|
|
6297
|
-
.fec-table-container[data-v-
|
|
6296
|
+
.fec-table-container[data-v-afa21886] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6297
|
+
.fec-table-container[data-v-afa21886] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6298
6298
|
color: #d3edf9;
|
|
6299
6299
|
}
|
|
6300
|
-
.fec-table-container[data-v-
|
|
6300
|
+
.fec-table-container[data-v-afa21886] .vxe-table .serverSort .sort--active {
|
|
6301
6301
|
color: var(--el-color-primary);
|
|
6302
6302
|
}
|
|
6303
|
-
.fec-table-container[data-v-
|
|
6303
|
+
.fec-table-container[data-v-afa21886] .vxe-table .sort--active {
|
|
6304
6304
|
color: var(--el-color-primary);
|
|
6305
6305
|
}
|
|
6306
|
-
.fec-table-container[data-v-
|
|
6306
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--body-wrapper {
|
|
6307
6307
|
overflow: auto;
|
|
6308
6308
|
}
|
|
6309
|
-
.fec-table-container[data-v-
|
|
6309
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column {
|
|
6310
6310
|
background-color: #fff;
|
|
6311
6311
|
}
|
|
6312
|
-
.fec-table-container[data-v-
|
|
6312
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column .vxe-cell {
|
|
6313
6313
|
height: 40px !important;
|
|
6314
6314
|
min-height: 40px !important;
|
|
6315
6315
|
color: #333;
|
|
6316
6316
|
}
|
|
6317
|
-
.fec-table-container[data-v-
|
|
6317
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6318
6318
|
height: 40px !important;
|
|
6319
6319
|
}
|
|
6320
|
-
.fec-table-container[data-v-
|
|
6320
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .vxe-cell {
|
|
6321
6321
|
padding: 6px !important;
|
|
6322
6322
|
min-height: 32px !important;
|
|
6323
6323
|
color: #666;
|
|
6324
6324
|
font-size: 13px;
|
|
6325
6325
|
}
|
|
6326
|
-
.fec-table-container[data-v-
|
|
6327
|
-
.fec-table-container[data-v-
|
|
6326
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .c--tooltip,
|
|
6327
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .c--title {
|
|
6328
6328
|
height: 32px !important;
|
|
6329
6329
|
min-height: 32px !important;
|
|
6330
6330
|
}
|
|
6331
|
-
.fec-table-container[data-v-
|
|
6331
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--border-line {
|
|
6332
6332
|
border: none;
|
|
6333
6333
|
border-bottom: 1px solid #ebeef5;
|
|
6334
6334
|
border-top: 1px solid #ebeef5;
|
|
6335
6335
|
}
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6337
|
-
.fec-table-container[data-v-
|
|
6336
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6337
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6338
6338
|
border: none !important;
|
|
6339
6339
|
}
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6340
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6341
6341
|
display: none !important;
|
|
6342
6342
|
}
|
|
6343
|
-
.fec-table-container[data-v-
|
|
6343
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-cell--sort {
|
|
6344
6344
|
font-size: 14px;
|
|
6345
6345
|
}
|
|
6346
|
-
.fec-table-container[data-v-
|
|
6347
|
-
.fec-table-container[data-v-
|
|
6348
|
-
.fec-table-container[data-v-
|
|
6349
|
-
.fec-table-container[data-v-
|
|
6350
|
-
.fec-table-container[data-v-
|
|
6351
|
-
.fec-table-container[data-v-
|
|
6346
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column,
|
|
6347
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-footer--column,
|
|
6348
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column,
|
|
6349
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column,
|
|
6350
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-footer--column,
|
|
6351
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column {
|
|
6352
6352
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6353
6353
|
}
|
|
6354
|
-
.fec-table-sub[data-v-
|
|
6354
|
+
.fec-table-sub[data-v-afa21886] .vxe-table .vxe-table--border-line {
|
|
6355
6355
|
border-top: none;
|
|
6356
6356
|
}
|
|
6357
6357
|
.custom-dialog {
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
/* empty css */
|
|
7
7
|
/* empty css */
|
|
8
8
|
import { createBlock, openBlock, withCtx, createVNode, renderSlot } from "vue";
|
|
9
|
-
/* empty css */
|
|
10
|
-
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
11
9
|
/* empty css */
|
|
12
10
|
/* empty css */
|
|
13
11
|
/* empty css */
|
|
14
12
|
/* empty css */
|
|
15
13
|
/* empty css */
|
|
14
|
+
/* empty css */
|
|
15
|
+
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
16
16
|
import { SwipeCell } from "../../../../../../node_modules/vant/es/swipe-cell/index.mjs";
|
|
17
17
|
import { showConfirmDialog } from "../../../../../../node_modules/vant/es/dialog/function-call.mjs";
|
|
18
18
|
import "../../../../../../node_modules/vant/es/dialog/index.mjs";
|
|
@@ -25,6 +25,7 @@ import { Date } from "../forms/date/index.mjs";
|
|
|
25
25
|
import { Number } from "../forms/number/index.mjs";
|
|
26
26
|
import { handleSearchData } from "../../utils/common.mjs";
|
|
27
27
|
import { checkFilterMatch } from "../../utils/parseFilterConfig.mjs";
|
|
28
|
+
import { getCurrentVueInstance } from "../../utils/getInstance.mjs";
|
|
28
29
|
/* empty css */
|
|
29
30
|
import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
30
31
|
import { ElIcon } from "../../../../../node_modules/element-plus/es/components/icon/index.mjs";
|
|
@@ -89,32 +90,33 @@ const _sfc_main = {
|
|
|
89
90
|
},
|
|
90
91
|
emits: ["click", "search"],
|
|
91
92
|
setup(__props, { emit: __emit }) {
|
|
93
|
+
var _a;
|
|
92
94
|
const props = __props;
|
|
93
95
|
const emit = __emit;
|
|
94
96
|
const queryConfig = computed(() => {
|
|
95
|
-
var
|
|
96
|
-
return ((
|
|
97
|
+
var _a2;
|
|
98
|
+
return ((_a2 = props.localConfig) == null ? void 0 : _a2.queryConfig) || {};
|
|
97
99
|
});
|
|
98
100
|
const dynamicConfig = computed(() => {
|
|
99
|
-
var
|
|
100
|
-
return ((
|
|
101
|
+
var _a2;
|
|
102
|
+
return ((_a2 = queryConfig.value) == null ? void 0 : _a2.dynamicConfig) || {};
|
|
101
103
|
});
|
|
102
104
|
const activeTab = ref("");
|
|
103
105
|
const tabConfigs = computed(() => {
|
|
104
|
-
var
|
|
105
|
-
activeTab.value = ((_b = (
|
|
106
|
+
var _a2, _b, _c, _d;
|
|
107
|
+
activeTab.value = ((_b = (_a2 = dynamicConfig.value) == null ? void 0 : _a2.tabConfigs) == null ? void 0 : _b.length) > 0 ? (_c = dynamicConfig.value) == null ? void 0 : _c.tabActive : "";
|
|
106
108
|
return ((_d = dynamicConfig.value) == null ? void 0 : _d.tabConfigs) || [];
|
|
107
109
|
});
|
|
108
110
|
const fieldsData = computed(() => {
|
|
109
|
-
var
|
|
111
|
+
var _a2, _b;
|
|
110
112
|
return [
|
|
111
|
-
...((
|
|
113
|
+
...((_a2 = props.localConfig) == null ? void 0 : _a2.fieldsData) || [],
|
|
112
114
|
...((_b = props.localConfig) == null ? void 0 : _b.hiddenFields) || []
|
|
113
115
|
];
|
|
114
116
|
});
|
|
115
117
|
const rightButtons = computed(() => {
|
|
116
|
-
var
|
|
117
|
-
return (((
|
|
118
|
+
var _a2;
|
|
119
|
+
return (((_a2 = props.localConfig) == null ? void 0 : _a2.customBtns.right) || []).filter((item) => {
|
|
118
120
|
if (!item.showCondition) return true;
|
|
119
121
|
return checkFilterMatch(
|
|
120
122
|
item.showCondition,
|
|
@@ -162,6 +164,12 @@ const _sfc_main = {
|
|
|
162
164
|
});
|
|
163
165
|
const filterValues = ref({});
|
|
164
166
|
const searchInputValue = ref("");
|
|
167
|
+
const ctx = getCurrentVueInstance();
|
|
168
|
+
const route = (_a = ctx.$route) == null ? void 0 : _a.path;
|
|
169
|
+
if (route) {
|
|
170
|
+
const routeParams = JSON.parse(sessionStorage.getItem(route));
|
|
171
|
+
searchInputValue.value = JSON.parse(routeParams.filters).dynamicFilter;
|
|
172
|
+
}
|
|
165
173
|
const showAdvancedFilter = ref(false);
|
|
166
174
|
const toggleAdvancedFilter = () => {
|
|
167
175
|
const willShow = !showAdvancedFilter.value;
|
|
@@ -469,7 +477,7 @@ const _sfc_main = {
|
|
|
469
477
|
};
|
|
470
478
|
}
|
|
471
479
|
};
|
|
472
|
-
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
480
|
+
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-77742d4c"]]);
|
|
473
481
|
export {
|
|
474
482
|
DynamicQuery as default
|
|
475
483
|
};
|
|
@@ -483,8 +483,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
483
483
|
const handlePageChange = ({ pageNo, pageSize }) => {
|
|
484
484
|
if (dataSourceManager.value) {
|
|
485
485
|
dataSourceManager.value.updatePagination(pageNo, pageSize);
|
|
486
|
-
|
|
487
|
-
|
|
486
|
+
const params = { ...routeParams.value };
|
|
487
|
+
delete params.pageNo;
|
|
488
|
+
delete params.pageSize;
|
|
489
|
+
tableDataFetch(params);
|
|
488
490
|
}
|
|
489
491
|
emit("page-change", { pageNo, pageSize });
|
|
490
492
|
};
|
|
@@ -502,7 +504,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
502
504
|
if (dataSourceManager.value) {
|
|
503
505
|
dataSourceManager.value.updateParams(filters);
|
|
504
506
|
(_a = summaryAllDataManager.value) == null ? void 0 : _a.updateParams(filters);
|
|
505
|
-
tableDataFetch(
|
|
507
|
+
tableDataFetch();
|
|
506
508
|
clearSelection();
|
|
507
509
|
} else {
|
|
508
510
|
searchData.value = filters;
|
|
@@ -878,7 +880,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
878
880
|
};
|
|
879
881
|
}
|
|
880
882
|
});
|
|
881
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
883
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-afa21886"]]);
|
|
882
884
|
export {
|
|
883
885
|
_Table as default
|
|
884
886
|
};
|
|
@@ -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.vue2.js");
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
function useDialogDialog() {
|
|
6
6
|
const dialogDialogVisible = vue.ref(false);
|
|
@@ -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.vue2.js");
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
function useDialogGlobalDialog() {
|
|
6
6
|
const dialogGlobalDialogVisible = vue.ref(false);
|
|
@@ -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");
|
package/lib/designer.css
CHANGED
|
@@ -6078,12 +6078,12 @@ body,
|
|
|
6078
6078
|
}
|
|
6079
6079
|
.filter-divider[data-v-43e04541] .el-icon {
|
|
6080
6080
|
transition: transform 0.3s ease;
|
|
6081
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6081
|
+
}.dynamic-mode-config .dynamic-row[data-v-77742d4c] {
|
|
6082
6082
|
display: flex;
|
|
6083
6083
|
height: 54px;
|
|
6084
6084
|
align-items: center;
|
|
6085
6085
|
}
|
|
6086
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6086
|
+
.dynamic-mode-config .back-icon[data-v-77742d4c] {
|
|
6087
6087
|
display: flex;
|
|
6088
6088
|
align-items: center;
|
|
6089
6089
|
justify-content: center;
|
|
@@ -6096,11 +6096,11 @@ body,
|
|
|
6096
6096
|
margin-left: 4px;
|
|
6097
6097
|
margin-right: -6px;
|
|
6098
6098
|
}
|
|
6099
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6099
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-77742d4c] {
|
|
6100
6100
|
font-size: 16px;
|
|
6101
6101
|
font-weight: bold;
|
|
6102
6102
|
}
|
|
6103
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6103
|
+
.dynamic-mode-config .template-name[data-v-77742d4c] {
|
|
6104
6104
|
font-size: 16px;
|
|
6105
6105
|
font-weight: 600;
|
|
6106
6106
|
color: #303133;
|
|
@@ -6113,7 +6113,7 @@ body,
|
|
|
6113
6113
|
display: flex;
|
|
6114
6114
|
align-items: center;
|
|
6115
6115
|
}
|
|
6116
|
-
.dynamic-mode-config .template-name-line[data-v-
|
|
6116
|
+
.dynamic-mode-config .template-name-line[data-v-77742d4c] {
|
|
6117
6117
|
height: 16px;
|
|
6118
6118
|
width: 4px;
|
|
6119
6119
|
background-color: var(--el-color-primary);
|
|
@@ -6122,42 +6122,42 @@ body,
|
|
|
6122
6122
|
margin-right: 12px;
|
|
6123
6123
|
margin-top: 2px;
|
|
6124
6124
|
}
|
|
6125
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6125
|
+
.dynamic-mode-config .tab-display-section[data-v-77742d4c] {
|
|
6126
6126
|
flex: 1;
|
|
6127
6127
|
min-width: 0;
|
|
6128
6128
|
}
|
|
6129
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6129
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__header {
|
|
6130
6130
|
margin: 0;
|
|
6131
6131
|
}
|
|
6132
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6132
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__nav-wrap::after {
|
|
6133
6133
|
height: 0;
|
|
6134
6134
|
}
|
|
6135
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6135
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-77742d4c] .el-tabs__item {
|
|
6136
6136
|
padding: 0 12px;
|
|
6137
6137
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6138
|
+
.dynamic-mode-config .search-display-section[data-v-77742d4c] {
|
|
6139
6139
|
flex-shrink: 0;
|
|
6140
6140
|
display: flex;
|
|
6141
6141
|
align-items: center;
|
|
6142
6142
|
gap: 12px;
|
|
6143
6143
|
margin-left: auto;
|
|
6144
6144
|
}
|
|
6145
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6145
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-77742d4c] {
|
|
6146
6146
|
/* width: 300px; */
|
|
6147
6147
|
}
|
|
6148
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-
|
|
6148
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-77742d4c]:hover {
|
|
6149
6149
|
color: var(--el-color-primary);
|
|
6150
6150
|
cursor: pointer;
|
|
6151
6151
|
}
|
|
6152
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6152
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-77742d4c] {
|
|
6153
6153
|
display: flex;
|
|
6154
6154
|
align-items: center;
|
|
6155
6155
|
gap: 8px;
|
|
6156
6156
|
}
|
|
6157
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6157
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-77742d4c] {
|
|
6158
6158
|
position: relative;
|
|
6159
6159
|
}
|
|
6160
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6160
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-77742d4c] {
|
|
6161
6161
|
position: absolute;
|
|
6162
6162
|
top: -10px;
|
|
6163
6163
|
right: -10px;
|
|
@@ -6174,31 +6174,31 @@ body,
|
|
|
6174
6174
|
font-size: 12px;
|
|
6175
6175
|
z-index: 1;
|
|
6176
6176
|
}
|
|
6177
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6177
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-77742d4c]:hover {
|
|
6178
6178
|
background-color: #f56c6c;
|
|
6179
6179
|
}
|
|
6180
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6180
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-77742d4c] {
|
|
6181
6181
|
display: flex;
|
|
6182
6182
|
}
|
|
6183
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6183
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-77742d4c] {
|
|
6184
6184
|
pointer-events: none;
|
|
6185
6185
|
}
|
|
6186
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6186
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-77742d4c] {
|
|
6187
6187
|
margin-right: 4px;
|
|
6188
6188
|
}
|
|
6189
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6189
|
+
.dynamic-mode-config .expand-filter-section[data-v-77742d4c] {
|
|
6190
6190
|
padding-top: 4px;
|
|
6191
6191
|
border-top: 1px solid #ebeef5;
|
|
6192
6192
|
margin-top: 4px;
|
|
6193
6193
|
}
|
|
6194
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6194
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-77742d4c] {
|
|
6195
6195
|
width: 100%;
|
|
6196
6196
|
}
|
|
6197
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6197
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-77742d4c] {
|
|
6198
6198
|
display: flex;
|
|
6199
6199
|
flex-wrap: wrap;
|
|
6200
6200
|
}
|
|
6201
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6201
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item {
|
|
6202
6202
|
padding: 2px;
|
|
6203
6203
|
border: 2px solid transparent;
|
|
6204
6204
|
border-radius: 2px;
|
|
@@ -6207,20 +6207,20 @@ body,
|
|
|
6207
6207
|
cursor: move;
|
|
6208
6208
|
margin-bottom: 4px;
|
|
6209
6209
|
}
|
|
6210
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6210
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-form-item__label-wrap {
|
|
6211
6211
|
margin: 0 0 0 8px !important;
|
|
6212
6212
|
}
|
|
6213
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6213
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-form-item__content {
|
|
6214
6214
|
min-width: 150px;
|
|
6215
6215
|
}
|
|
6216
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6216
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .form-item-label {
|
|
6217
6217
|
display: flex;
|
|
6218
6218
|
align-items: center;
|
|
6219
6219
|
}
|
|
6220
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6220
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .el-input {
|
|
6221
6221
|
width: 150px;
|
|
6222
6222
|
}
|
|
6223
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6223
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .delete-icon {
|
|
6224
6224
|
position: absolute;
|
|
6225
6225
|
top: -10px;
|
|
6226
6226
|
right: -10px;
|
|
@@ -6237,19 +6237,19 @@ body,
|
|
|
6237
6237
|
font-size: 12px;
|
|
6238
6238
|
z-index: 1;
|
|
6239
6239
|
}
|
|
6240
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6240
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item .delete-icon:hover {
|
|
6241
6241
|
background-color: #f56c6c;
|
|
6242
6242
|
}
|
|
6243
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6243
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-hover {
|
|
6244
6244
|
border: 2px dashed #7b99cb !important;
|
|
6245
6245
|
}
|
|
6246
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6246
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-hover .delete-icon {
|
|
6247
6247
|
display: flex;
|
|
6248
6248
|
}
|
|
6249
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6249
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item.is-select {
|
|
6250
6250
|
border: 2px dashed #efa53a !important;
|
|
6251
6251
|
}
|
|
6252
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6252
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-77742d4c] .el-form-item__label {
|
|
6253
6253
|
font-size: 13px;
|
|
6254
6254
|
color: #606266;
|
|
6255
6255
|
pointer-events: none;
|
|
@@ -6258,18 +6258,18 @@ body,
|
|
|
6258
6258
|
display: flex;
|
|
6259
6259
|
align-items: center;
|
|
6260
6260
|
}
|
|
6261
|
-
[data-v-
|
|
6261
|
+
[data-v-77742d4c] .el-checkbox-group {
|
|
6262
6262
|
display: flex;
|
|
6263
6263
|
gap: 12px;
|
|
6264
6264
|
}
|
|
6265
|
-
[data-v-
|
|
6265
|
+
[data-v-77742d4c] .el-checkbox-group .el-checkbox-button__inner {
|
|
6266
6266
|
border-radius: 4px;
|
|
6267
|
-
}.fec-table[data-v-
|
|
6267
|
+
}.fec-table[data-v-afa21886] {
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
flex-grow: 1;
|
|
6270
6270
|
padding: 0 16px;
|
|
6271
6271
|
}
|
|
6272
|
-
.fec-table-container[data-v-
|
|
6272
|
+
.fec-table-container[data-v-afa21886] {
|
|
6273
6273
|
width: 100%;
|
|
6274
6274
|
background: #fff;
|
|
6275
6275
|
box-sizing: border-box;
|
|
@@ -6279,79 +6279,79 @@ body,
|
|
|
6279
6279
|
overflow: hidden;
|
|
6280
6280
|
flex-grow: 1;
|
|
6281
6281
|
}
|
|
6282
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6282
|
+
.fec-table-container .fec-vxe-table[data-v-afa21886] {
|
|
6283
6283
|
flex: 1;
|
|
6284
6284
|
min-height: 0;
|
|
6285
6285
|
overflow: hidden;
|
|
6286
6286
|
margin-bottom: 16px;
|
|
6287
6287
|
}
|
|
6288
|
-
.fec-table-container[data-v-
|
|
6288
|
+
.fec-table-container[data-v-afa21886] .vxe-table {
|
|
6289
6289
|
font-size: 14px;
|
|
6290
6290
|
font-family: inherit;
|
|
6291
6291
|
}
|
|
6292
|
-
.fec-table-container[data-v-
|
|
6293
|
-
.fec-table-container[data-v-
|
|
6292
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-sort--asc-btn,
|
|
6293
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-sort--desc-btn {
|
|
6294
6294
|
color: #dcdcdc;
|
|
6295
6295
|
}
|
|
6296
|
-
.fec-table-container[data-v-
|
|
6297
|
-
.fec-table-container[data-v-
|
|
6296
|
+
.fec-table-container[data-v-afa21886] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6297
|
+
.fec-table-container[data-v-afa21886] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6298
6298
|
color: #d3edf9;
|
|
6299
6299
|
}
|
|
6300
|
-
.fec-table-container[data-v-
|
|
6300
|
+
.fec-table-container[data-v-afa21886] .vxe-table .serverSort .sort--active {
|
|
6301
6301
|
color: var(--el-color-primary);
|
|
6302
6302
|
}
|
|
6303
|
-
.fec-table-container[data-v-
|
|
6303
|
+
.fec-table-container[data-v-afa21886] .vxe-table .sort--active {
|
|
6304
6304
|
color: var(--el-color-primary);
|
|
6305
6305
|
}
|
|
6306
|
-
.fec-table-container[data-v-
|
|
6306
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--body-wrapper {
|
|
6307
6307
|
overflow: auto;
|
|
6308
6308
|
}
|
|
6309
|
-
.fec-table-container[data-v-
|
|
6309
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column {
|
|
6310
6310
|
background-color: #fff;
|
|
6311
6311
|
}
|
|
6312
|
-
.fec-table-container[data-v-
|
|
6312
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column .vxe-cell {
|
|
6313
6313
|
height: 40px !important;
|
|
6314
6314
|
min-height: 40px !important;
|
|
6315
6315
|
color: #333;
|
|
6316
6316
|
}
|
|
6317
|
-
.fec-table-container[data-v-
|
|
6317
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6318
6318
|
height: 40px !important;
|
|
6319
6319
|
}
|
|
6320
|
-
.fec-table-container[data-v-
|
|
6320
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .vxe-cell {
|
|
6321
6321
|
padding: 6px !important;
|
|
6322
6322
|
min-height: 32px !important;
|
|
6323
6323
|
color: #666;
|
|
6324
6324
|
font-size: 13px;
|
|
6325
6325
|
}
|
|
6326
|
-
.fec-table-container[data-v-
|
|
6327
|
-
.fec-table-container[data-v-
|
|
6326
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .c--tooltip,
|
|
6327
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column .c--title {
|
|
6328
6328
|
height: 32px !important;
|
|
6329
6329
|
min-height: 32px !important;
|
|
6330
6330
|
}
|
|
6331
|
-
.fec-table-container[data-v-
|
|
6331
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--border-line {
|
|
6332
6332
|
border: none;
|
|
6333
6333
|
border-bottom: 1px solid #ebeef5;
|
|
6334
6334
|
border-top: 1px solid #ebeef5;
|
|
6335
6335
|
}
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6337
|
-
.fec-table-container[data-v-
|
|
6336
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6337
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6338
6338
|
border: none !important;
|
|
6339
6339
|
}
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6340
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6341
6341
|
display: none !important;
|
|
6342
6342
|
}
|
|
6343
|
-
.fec-table-container[data-v-
|
|
6343
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-cell--sort {
|
|
6344
6344
|
font-size: 14px;
|
|
6345
6345
|
}
|
|
6346
|
-
.fec-table-container[data-v-
|
|
6347
|
-
.fec-table-container[data-v-
|
|
6348
|
-
.fec-table-container[data-v-
|
|
6349
|
-
.fec-table-container[data-v-
|
|
6350
|
-
.fec-table-container[data-v-
|
|
6351
|
-
.fec-table-container[data-v-
|
|
6346
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column,
|
|
6347
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-footer--column,
|
|
6348
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column,
|
|
6349
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-body--column,
|
|
6350
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-footer--column,
|
|
6351
|
+
.fec-table-container[data-v-afa21886] .vxe-table .vxe-header--column {
|
|
6352
6352
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6353
6353
|
}
|
|
6354
|
-
.fec-table-sub[data-v-
|
|
6354
|
+
.fec-table-sub[data-v-afa21886] .vxe-table .vxe-table--border-line {
|
|
6355
6355
|
border-top: none;
|
|
6356
6356
|
}
|
|
6357
6357
|
.custom-dialog {
|
|
@@ -8,13 +8,13 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
8
8
|
;/* empty css */
|
|
9
9
|
;/* empty css */
|
|
10
10
|
const vue = require("vue");
|
|
11
|
-
;/* empty css */
|
|
12
|
-
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
13
11
|
;/* empty css */
|
|
14
12
|
;/* empty css */
|
|
15
13
|
;/* empty css */
|
|
16
14
|
;/* empty css */
|
|
17
15
|
;/* empty css */
|
|
16
|
+
;/* empty css */
|
|
17
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
18
18
|
const index$1 = require("../../../../../../node_modules/vant/es/swipe-cell/index.js");
|
|
19
19
|
const functionCall = require("../../../../../../node_modules/vant/es/dialog/function-call.js");
|
|
20
20
|
require("../../../../../../node_modules/vant/es/dialog/index.js");
|
|
@@ -27,6 +27,7 @@ const index$e = require("../forms/date/index.js");
|
|
|
27
27
|
const index$d = require("../forms/number/index.js");
|
|
28
28
|
const common = require("../../utils/common.js");
|
|
29
29
|
const parseFilterConfig = require("../../utils/parseFilterConfig.js");
|
|
30
|
+
const getInstance = require("../../utils/getInstance.js");
|
|
30
31
|
;/* empty css */
|
|
31
32
|
const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
32
33
|
const index = require("../../../../../node_modules/element-plus/es/components/icon/index.js");
|
|
@@ -91,32 +92,33 @@ const _sfc_main = {
|
|
|
91
92
|
},
|
|
92
93
|
emits: ["click", "search"],
|
|
93
94
|
setup(__props, { emit: __emit }) {
|
|
95
|
+
var _a;
|
|
94
96
|
const props = __props;
|
|
95
97
|
const emit = __emit;
|
|
96
98
|
const queryConfig = vue.computed(() => {
|
|
97
|
-
var
|
|
98
|
-
return ((
|
|
99
|
+
var _a2;
|
|
100
|
+
return ((_a2 = props.localConfig) == null ? void 0 : _a2.queryConfig) || {};
|
|
99
101
|
});
|
|
100
102
|
const dynamicConfig = vue.computed(() => {
|
|
101
|
-
var
|
|
102
|
-
return ((
|
|
103
|
+
var _a2;
|
|
104
|
+
return ((_a2 = queryConfig.value) == null ? void 0 : _a2.dynamicConfig) || {};
|
|
103
105
|
});
|
|
104
106
|
const activeTab = vue.ref("");
|
|
105
107
|
const tabConfigs = vue.computed(() => {
|
|
106
|
-
var
|
|
107
|
-
activeTab.value = ((_b = (
|
|
108
|
+
var _a2, _b, _c, _d;
|
|
109
|
+
activeTab.value = ((_b = (_a2 = dynamicConfig.value) == null ? void 0 : _a2.tabConfigs) == null ? void 0 : _b.length) > 0 ? (_c = dynamicConfig.value) == null ? void 0 : _c.tabActive : "";
|
|
108
110
|
return ((_d = dynamicConfig.value) == null ? void 0 : _d.tabConfigs) || [];
|
|
109
111
|
});
|
|
110
112
|
const fieldsData = vue.computed(() => {
|
|
111
|
-
var
|
|
113
|
+
var _a2, _b;
|
|
112
114
|
return [
|
|
113
|
-
...((
|
|
115
|
+
...((_a2 = props.localConfig) == null ? void 0 : _a2.fieldsData) || [],
|
|
114
116
|
...((_b = props.localConfig) == null ? void 0 : _b.hiddenFields) || []
|
|
115
117
|
];
|
|
116
118
|
});
|
|
117
119
|
const rightButtons = vue.computed(() => {
|
|
118
|
-
var
|
|
119
|
-
return (((
|
|
120
|
+
var _a2;
|
|
121
|
+
return (((_a2 = props.localConfig) == null ? void 0 : _a2.customBtns.right) || []).filter((item) => {
|
|
120
122
|
if (!item.showCondition) return true;
|
|
121
123
|
return parseFilterConfig.checkFilterMatch(
|
|
122
124
|
item.showCondition,
|
|
@@ -164,6 +166,12 @@ const _sfc_main = {
|
|
|
164
166
|
});
|
|
165
167
|
const filterValues = vue.ref({});
|
|
166
168
|
const searchInputValue = vue.ref("");
|
|
169
|
+
const ctx = getInstance.getCurrentVueInstance();
|
|
170
|
+
const route = (_a = ctx.$route) == null ? void 0 : _a.path;
|
|
171
|
+
if (route) {
|
|
172
|
+
const routeParams = JSON.parse(sessionStorage.getItem(route));
|
|
173
|
+
searchInputValue.value = JSON.parse(routeParams.filters).dynamicFilter;
|
|
174
|
+
}
|
|
167
175
|
const showAdvancedFilter = vue.ref(false);
|
|
168
176
|
const toggleAdvancedFilter = () => {
|
|
169
177
|
const willShow = !showAdvancedFilter.value;
|
|
@@ -471,5 +479,5 @@ const _sfc_main = {
|
|
|
471
479
|
};
|
|
472
480
|
}
|
|
473
481
|
};
|
|
474
|
-
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
482
|
+
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-77742d4c"]]);
|
|
475
483
|
exports.default = DynamicQuery;
|
|
@@ -485,8 +485,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
485
485
|
const handlePageChange = ({ pageNo, pageSize }) => {
|
|
486
486
|
if (dataSourceManager.value) {
|
|
487
487
|
dataSourceManager.value.updatePagination(pageNo, pageSize);
|
|
488
|
-
|
|
489
|
-
|
|
488
|
+
const params = { ...routeParams.value };
|
|
489
|
+
delete params.pageNo;
|
|
490
|
+
delete params.pageSize;
|
|
491
|
+
tableDataFetch(params);
|
|
490
492
|
}
|
|
491
493
|
emit("page-change", { pageNo, pageSize });
|
|
492
494
|
};
|
|
@@ -504,7 +506,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
504
506
|
if (dataSourceManager.value) {
|
|
505
507
|
dataSourceManager.value.updateParams(filters);
|
|
506
508
|
(_a = summaryAllDataManager.value) == null ? void 0 : _a.updateParams(filters);
|
|
507
|
-
tableDataFetch(
|
|
509
|
+
tableDataFetch();
|
|
508
510
|
clearSelection();
|
|
509
511
|
} else {
|
|
510
512
|
searchData.value = filters;
|
|
@@ -880,5 +882,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
880
882
|
};
|
|
881
883
|
}
|
|
882
884
|
});
|
|
883
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
885
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-afa21886"]]);
|
|
884
886
|
exports.default = _Table;
|