@fecp/designer 5.2.8 → 5.2.9
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.css +84 -82
- package/es/packages/designer/package.json.mjs +1 -1
- package/es/packages/designer/src/packages/table/queryModule/DynamicModeConfig.vue.mjs +1 -1
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +11 -11
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/Table.vue.mjs +11 -2
- package/es/packages/vue/src/utils/eventFlow/actionHandlers.mjs +1 -0
- package/lib/designer.css +84 -82
- package/lib/packages/designer/package.json.js +1 -1
- package/lib/packages/designer/src/packages/table/queryModule/DynamicModeConfig.vue.js +1 -1
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +11 -11
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +1 -1
- package/lib/packages/vue/src/components/table/Table.vue.js +11 -2
- package/lib/packages/vue/src/utils/eventFlow/actionHandlers.js +1 -0
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -3369,11 +3369,11 @@ to {
|
|
|
3369
3369
|
line-height: 16px;
|
|
3370
3370
|
display: flex;
|
|
3371
3371
|
align-items: center;
|
|
3372
|
-
}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-checkbox-group{font-size:0;line-height:0}.el-checkbox-button{--el-checkbox-button-checked-bg-color:var(--el-color-primary);--el-checkbox-button-checked-text-color:var(--el-color-white);--el-checkbox-button-checked-border-color:var(--el-color-primary);display:inline-block;position:relative}.el-checkbox-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));border-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;display:inline-block;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);line-height:1;margin:0;outline:var(--el-border);padding:8px 15px;position:relative;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7);color:var(--el-checkbox-button-checked-text-color)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));background-image:none;border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none;color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color,var(--el-border-color-light))}.el-checkbox-button:first-child .el-checkbox-button__inner{border-bottom-left-radius:var(--el-border-radius-base);border-top-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-bottom-right-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{border-radius:0;font-size:var(--el-font-size-base);padding:12px 19px}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;font-size:12px;padding:5px 11px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.dynamic-mode-config .dynamic-row[data-v-
|
|
3372
|
+
}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-checkbox-group{font-size:0;line-height:0}.el-checkbox-button{--el-checkbox-button-checked-bg-color:var(--el-color-primary);--el-checkbox-button-checked-text-color:var(--el-color-white);--el-checkbox-button-checked-border-color:var(--el-color-primary);display:inline-block;position:relative}.el-checkbox-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));border-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;display:inline-block;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);line-height:1;margin:0;outline:var(--el-border);padding:8px 15px;position:relative;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7);color:var(--el-checkbox-button-checked-text-color)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));background-image:none;border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none;color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color,var(--el-border-color-light))}.el-checkbox-button:first-child .el-checkbox-button__inner{border-bottom-left-radius:var(--el-border-radius-base);border-top-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-bottom-right-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{border-radius:0;font-size:var(--el-font-size-base);padding:12px 19px}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;font-size:12px;padding:5px 11px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.dynamic-mode-config .dynamic-row[data-v-fd2bf737] {
|
|
3373
3373
|
display: flex;
|
|
3374
3374
|
align-items: center;
|
|
3375
3375
|
}
|
|
3376
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
3376
|
+
.dynamic-mode-config .back-icon[data-v-fd2bf737] {
|
|
3377
3377
|
display: flex;
|
|
3378
3378
|
align-items: center;
|
|
3379
3379
|
justify-content: center;
|
|
@@ -3386,11 +3386,11 @@ to {
|
|
|
3386
3386
|
margin-left: 4px;
|
|
3387
3387
|
margin-right: -6px;
|
|
3388
3388
|
}
|
|
3389
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
3389
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-fd2bf737] {
|
|
3390
3390
|
font-size: 16px;
|
|
3391
3391
|
font-weight: bold;
|
|
3392
3392
|
}
|
|
3393
|
-
.dynamic-mode-config .template-name[data-v-
|
|
3393
|
+
.dynamic-mode-config .template-name[data-v-fd2bf737] {
|
|
3394
3394
|
font-size: 16px;
|
|
3395
3395
|
font-weight: 600;
|
|
3396
3396
|
color: #303133;
|
|
@@ -3401,37 +3401,38 @@ to {
|
|
|
3401
3401
|
text-overflow: ellipsis;
|
|
3402
3402
|
position: relative;
|
|
3403
3403
|
}
|
|
3404
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
3404
|
+
.dynamic-mode-config .tab-display-section[data-v-fd2bf737] {
|
|
3405
3405
|
flex: 1;
|
|
3406
3406
|
min-width: 0;
|
|
3407
3407
|
}
|
|
3408
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3408
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fd2bf737] .el-tabs__header {
|
|
3409
3409
|
margin: 0;
|
|
3410
3410
|
}
|
|
3411
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3411
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fd2bf737] .el-tabs__nav-wrap::after {
|
|
3412
3412
|
height: 0;
|
|
3413
3413
|
}
|
|
3414
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3414
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fd2bf737] .el-tabs__item {
|
|
3415
3415
|
padding: 0 12px;
|
|
3416
3416
|
}
|
|
3417
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
3417
|
+
.dynamic-mode-config .search-display-section[data-v-fd2bf737] {
|
|
3418
3418
|
flex-shrink: 0;
|
|
3419
3419
|
display: flex;
|
|
3420
3420
|
align-items: center;
|
|
3421
3421
|
gap: 12px;
|
|
3422
|
+
margin-left: auto;
|
|
3422
3423
|
}
|
|
3423
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
3424
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-fd2bf737] {
|
|
3424
3425
|
width: 300px;
|
|
3425
3426
|
}
|
|
3426
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
3427
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-fd2bf737] {
|
|
3427
3428
|
display: flex;
|
|
3428
3429
|
align-items: center;
|
|
3429
3430
|
gap: 8px;
|
|
3430
3431
|
}
|
|
3431
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
3432
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-fd2bf737] {
|
|
3432
3433
|
position: relative;
|
|
3433
3434
|
}
|
|
3434
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
3435
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fd2bf737] {
|
|
3435
3436
|
position: absolute;
|
|
3436
3437
|
top: -10px;
|
|
3437
3438
|
right: -10px;
|
|
@@ -3448,31 +3449,31 @@ to {
|
|
|
3448
3449
|
font-size: 12px;
|
|
3449
3450
|
z-index: 1;
|
|
3450
3451
|
}
|
|
3451
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
3452
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fd2bf737]:hover {
|
|
3452
3453
|
background-color: #f56c6c;
|
|
3453
3454
|
}
|
|
3454
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
3455
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-fd2bf737] {
|
|
3455
3456
|
display: flex;
|
|
3456
3457
|
}
|
|
3457
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
3458
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-fd2bf737] {
|
|
3458
3459
|
pointer-events: none;
|
|
3459
3460
|
}
|
|
3460
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
3461
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-fd2bf737] {
|
|
3461
3462
|
margin-right: 4px;
|
|
3462
3463
|
}
|
|
3463
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
3464
|
+
.dynamic-mode-config .expand-filter-section[data-v-fd2bf737] {
|
|
3464
3465
|
padding-top: 8px;
|
|
3465
3466
|
border-top: 1px solid #ebeef5;
|
|
3466
3467
|
margin-top: 8px;
|
|
3467
3468
|
}
|
|
3468
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
3469
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-fd2bf737] {
|
|
3469
3470
|
width: 100%;
|
|
3470
3471
|
}
|
|
3471
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
3472
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-fd2bf737] {
|
|
3472
3473
|
display: flex;
|
|
3473
3474
|
flex-wrap: wrap;
|
|
3474
3475
|
}
|
|
3475
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3476
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item {
|
|
3476
3477
|
padding: 2px;
|
|
3477
3478
|
border: 2px solid transparent;
|
|
3478
3479
|
border-radius: 2px;
|
|
@@ -3481,23 +3482,23 @@ to {
|
|
|
3481
3482
|
cursor: move;
|
|
3482
3483
|
margin-bottom: 4px;
|
|
3483
3484
|
}
|
|
3484
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3485
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .el-form-item__label-wrap {
|
|
3485
3486
|
margin: 0 0 0 8px !important;
|
|
3486
3487
|
}
|
|
3487
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3488
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .el-form-item__content {
|
|
3488
3489
|
min-width: 150px;
|
|
3489
3490
|
}
|
|
3490
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3491
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .form-item-label {
|
|
3491
3492
|
display: flex;
|
|
3492
3493
|
align-items: center;
|
|
3493
3494
|
}
|
|
3494
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3495
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .filter-item {
|
|
3495
3496
|
pointer-events: none;
|
|
3496
3497
|
}
|
|
3497
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3498
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .filter-item.el-input {
|
|
3498
3499
|
width: 150px;
|
|
3499
3500
|
}
|
|
3500
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3501
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .delete-icon {
|
|
3501
3502
|
position: absolute;
|
|
3502
3503
|
top: -10px;
|
|
3503
3504
|
right: -10px;
|
|
@@ -3514,19 +3515,19 @@ to {
|
|
|
3514
3515
|
font-size: 12px;
|
|
3515
3516
|
z-index: 1;
|
|
3516
3517
|
}
|
|
3517
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3518
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .delete-icon:hover {
|
|
3518
3519
|
background-color: #f56c6c;
|
|
3519
3520
|
}
|
|
3520
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3521
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item.is-hover {
|
|
3521
3522
|
border: 2px dashed #7b99cb !important;
|
|
3522
3523
|
}
|
|
3523
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3524
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item.is-hover .delete-icon {
|
|
3524
3525
|
display: flex;
|
|
3525
3526
|
}
|
|
3526
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3527
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item.is-select {
|
|
3527
3528
|
border: 2px dashed #efa53a !important;
|
|
3528
3529
|
}
|
|
3529
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3530
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item__label {
|
|
3530
3531
|
font-size: 13px;
|
|
3531
3532
|
color: #606266;
|
|
3532
3533
|
pointer-events: none;
|
|
@@ -3535,11 +3536,11 @@ to {
|
|
|
3535
3536
|
display: flex;
|
|
3536
3537
|
align-items: center;
|
|
3537
3538
|
}
|
|
3538
|
-
[data-v-
|
|
3539
|
+
[data-v-fd2bf737] .el-checkbox-group {
|
|
3539
3540
|
display: flex;
|
|
3540
3541
|
gap: 12px;
|
|
3541
3542
|
}
|
|
3542
|
-
[data-v-
|
|
3543
|
+
[data-v-fd2bf737] .el-checkbox-group .el-checkbox-button__inner {
|
|
3543
3544
|
border-radius: 4px;
|
|
3544
3545
|
}.table-work-btns[data-v-c16f2646] {
|
|
3545
3546
|
border-top: 1px solid #ebeef5;
|
|
@@ -5305,18 +5306,18 @@ body,
|
|
|
5305
5306
|
}
|
|
5306
5307
|
.approval-history-content.flowChart[data-v-7be2a6d2] {
|
|
5307
5308
|
background-color: #f9fafc;
|
|
5308
|
-
}.dialog-header-content[data-v-
|
|
5309
|
+
}.dialog-header-content[data-v-871f9831] {
|
|
5309
5310
|
font-size: 16px;
|
|
5310
5311
|
font-weight: 600;
|
|
5311
5312
|
color: #303133;
|
|
5312
5313
|
}
|
|
5313
|
-
.dialog-content-wrapper[data-v-
|
|
5314
|
+
.dialog-content-wrapper[data-v-871f9831] {
|
|
5314
5315
|
min-height: 500px;
|
|
5315
5316
|
flex-grow: 1;
|
|
5316
5317
|
display: flex;
|
|
5317
5318
|
flex-direction: column;
|
|
5318
5319
|
}
|
|
5319
|
-
.empty-content[data-v-
|
|
5320
|
+
.empty-content[data-v-871f9831] {
|
|
5320
5321
|
display: flex;
|
|
5321
5322
|
align-items: center;
|
|
5322
5323
|
justify-content: center;
|
|
@@ -5324,13 +5325,13 @@ body,
|
|
|
5324
5325
|
color: #909399;
|
|
5325
5326
|
font-size: 14px;
|
|
5326
5327
|
}
|
|
5327
|
-
.component-error[data-v-
|
|
5328
|
+
.component-error[data-v-871f9831] {
|
|
5328
5329
|
padding: 40px 20px;
|
|
5329
5330
|
text-align: center;
|
|
5330
5331
|
color: #f56c6c;
|
|
5331
5332
|
font-size: 14px;
|
|
5332
5333
|
}
|
|
5333
|
-
.fec-dialog-table[data-v-
|
|
5334
|
+
.fec-dialog-table[data-v-871f9831] .table-pagination {
|
|
5334
5335
|
padding: 8px 0 0 0;
|
|
5335
5336
|
}.text-field-wrapper[data-v-b0c0d80f] {
|
|
5336
5337
|
width: 100%;
|
|
@@ -5631,11 +5632,11 @@ body,
|
|
|
5631
5632
|
}
|
|
5632
5633
|
.filter-divider[data-v-366e01c3] .el-icon {
|
|
5633
5634
|
transition: transform 0.3s ease;
|
|
5634
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
5635
|
+
}.dynamic-mode-config .dynamic-row[data-v-59950eea] {
|
|
5635
5636
|
display: flex;
|
|
5636
5637
|
align-items: center;
|
|
5637
5638
|
}
|
|
5638
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
5639
|
+
.dynamic-mode-config .back-icon[data-v-59950eea] {
|
|
5639
5640
|
display: flex;
|
|
5640
5641
|
align-items: center;
|
|
5641
5642
|
justify-content: center;
|
|
@@ -5648,11 +5649,11 @@ body,
|
|
|
5648
5649
|
margin-left: 4px;
|
|
5649
5650
|
margin-right: -6px;
|
|
5650
5651
|
}
|
|
5651
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
5652
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-59950eea] {
|
|
5652
5653
|
font-size: 16px;
|
|
5653
5654
|
font-weight: bold;
|
|
5654
5655
|
}
|
|
5655
|
-
.dynamic-mode-config .template-name[data-v-
|
|
5656
|
+
.dynamic-mode-config .template-name[data-v-59950eea] {
|
|
5656
5657
|
font-size: 16px;
|
|
5657
5658
|
font-weight: 600;
|
|
5658
5659
|
color: #303133;
|
|
@@ -5663,37 +5664,38 @@ body,
|
|
|
5663
5664
|
text-overflow: ellipsis;
|
|
5664
5665
|
position: relative;
|
|
5665
5666
|
}
|
|
5666
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
5667
|
+
.dynamic-mode-config .tab-display-section[data-v-59950eea] {
|
|
5667
5668
|
flex: 1;
|
|
5668
5669
|
min-width: 0;
|
|
5669
5670
|
}
|
|
5670
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
5671
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-59950eea] .el-tabs__header {
|
|
5671
5672
|
margin: 0;
|
|
5672
5673
|
}
|
|
5673
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
5674
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-59950eea] .el-tabs__nav-wrap::after {
|
|
5674
5675
|
height: 0;
|
|
5675
5676
|
}
|
|
5676
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
5677
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-59950eea] .el-tabs__item {
|
|
5677
5678
|
padding: 0 12px;
|
|
5678
5679
|
}
|
|
5679
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
5680
|
+
.dynamic-mode-config .search-display-section[data-v-59950eea] {
|
|
5680
5681
|
flex-shrink: 0;
|
|
5681
5682
|
display: flex;
|
|
5682
5683
|
align-items: center;
|
|
5683
5684
|
gap: 12px;
|
|
5685
|
+
margin-left: auto;
|
|
5684
5686
|
}
|
|
5685
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
5687
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-59950eea] {
|
|
5686
5688
|
width: 300px;
|
|
5687
5689
|
}
|
|
5688
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
5690
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-59950eea] {
|
|
5689
5691
|
display: flex;
|
|
5690
5692
|
align-items: center;
|
|
5691
5693
|
gap: 8px;
|
|
5692
5694
|
}
|
|
5693
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
5695
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-59950eea] {
|
|
5694
5696
|
position: relative;
|
|
5695
5697
|
}
|
|
5696
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
5698
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-59950eea] {
|
|
5697
5699
|
position: absolute;
|
|
5698
5700
|
top: -10px;
|
|
5699
5701
|
right: -10px;
|
|
@@ -5710,31 +5712,31 @@ body,
|
|
|
5710
5712
|
font-size: 12px;
|
|
5711
5713
|
z-index: 1;
|
|
5712
5714
|
}
|
|
5713
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
5715
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-59950eea]:hover {
|
|
5714
5716
|
background-color: #f56c6c;
|
|
5715
5717
|
}
|
|
5716
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
5718
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-59950eea] {
|
|
5717
5719
|
display: flex;
|
|
5718
5720
|
}
|
|
5719
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
5721
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-59950eea] {
|
|
5720
5722
|
pointer-events: none;
|
|
5721
5723
|
}
|
|
5722
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
5724
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-59950eea] {
|
|
5723
5725
|
margin-right: 4px;
|
|
5724
5726
|
}
|
|
5725
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
5727
|
+
.dynamic-mode-config .expand-filter-section[data-v-59950eea] {
|
|
5726
5728
|
padding-top: 4px;
|
|
5727
5729
|
border-top: 1px solid #ebeef5;
|
|
5728
5730
|
margin-top: 4px;
|
|
5729
5731
|
}
|
|
5730
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
5732
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-59950eea] {
|
|
5731
5733
|
width: 100%;
|
|
5732
5734
|
}
|
|
5733
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
5735
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-59950eea] {
|
|
5734
5736
|
display: flex;
|
|
5735
5737
|
flex-wrap: wrap;
|
|
5736
5738
|
}
|
|
5737
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5739
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item {
|
|
5738
5740
|
padding: 2px;
|
|
5739
5741
|
border: 2px solid transparent;
|
|
5740
5742
|
border-radius: 2px;
|
|
@@ -5743,20 +5745,20 @@ body,
|
|
|
5743
5745
|
cursor: move;
|
|
5744
5746
|
margin-bottom: 4px;
|
|
5745
5747
|
}
|
|
5746
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5748
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .el-form-item__label-wrap {
|
|
5747
5749
|
margin: 0 0 0 8px !important;
|
|
5748
5750
|
}
|
|
5749
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5751
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .el-form-item__content {
|
|
5750
5752
|
min-width: 150px;
|
|
5751
5753
|
}
|
|
5752
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5754
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .form-item-label {
|
|
5753
5755
|
display: flex;
|
|
5754
5756
|
align-items: center;
|
|
5755
5757
|
}
|
|
5756
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5758
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .el-input {
|
|
5757
5759
|
width: 150px;
|
|
5758
5760
|
}
|
|
5759
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5761
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .delete-icon {
|
|
5760
5762
|
position: absolute;
|
|
5761
5763
|
top: -10px;
|
|
5762
5764
|
right: -10px;
|
|
@@ -5773,19 +5775,19 @@ body,
|
|
|
5773
5775
|
font-size: 12px;
|
|
5774
5776
|
z-index: 1;
|
|
5775
5777
|
}
|
|
5776
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5778
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .delete-icon:hover {
|
|
5777
5779
|
background-color: #f56c6c;
|
|
5778
5780
|
}
|
|
5779
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5781
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item.is-hover {
|
|
5780
5782
|
border: 2px dashed #7b99cb !important;
|
|
5781
5783
|
}
|
|
5782
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5784
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item.is-hover .delete-icon {
|
|
5783
5785
|
display: flex;
|
|
5784
5786
|
}
|
|
5785
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5787
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item.is-select {
|
|
5786
5788
|
border: 2px dashed #efa53a !important;
|
|
5787
5789
|
}
|
|
5788
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5790
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item__label {
|
|
5789
5791
|
font-size: 13px;
|
|
5790
5792
|
color: #606266;
|
|
5791
5793
|
pointer-events: none;
|
|
@@ -5794,17 +5796,17 @@ body,
|
|
|
5794
5796
|
display: flex;
|
|
5795
5797
|
align-items: center;
|
|
5796
5798
|
}
|
|
5797
|
-
[data-v-
|
|
5799
|
+
[data-v-59950eea] .el-checkbox-group {
|
|
5798
5800
|
display: flex;
|
|
5799
5801
|
gap: 12px;
|
|
5800
5802
|
}
|
|
5801
|
-
[data-v-
|
|
5803
|
+
[data-v-59950eea] .el-checkbox-group .el-checkbox-button__inner {
|
|
5802
5804
|
border-radius: 4px;
|
|
5803
|
-
}.fec-table[data-v-
|
|
5805
|
+
}.fec-table[data-v-b8d760e0] {
|
|
5804
5806
|
height: 100%;
|
|
5805
5807
|
flex-grow: 1;
|
|
5806
5808
|
}
|
|
5807
|
-
.fec-table-container[data-v-
|
|
5809
|
+
.fec-table-container[data-v-b8d760e0] {
|
|
5808
5810
|
width: 100%;
|
|
5809
5811
|
background: #fff;
|
|
5810
5812
|
box-sizing: border-box;
|
|
@@ -5814,30 +5816,30 @@ body,
|
|
|
5814
5816
|
overflow: hidden;
|
|
5815
5817
|
flex-grow: 1;
|
|
5816
5818
|
}
|
|
5817
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
5819
|
+
.fec-table-container .fec-vxe-table[data-v-b8d760e0] {
|
|
5818
5820
|
flex: 1;
|
|
5819
5821
|
min-height: 0;
|
|
5820
5822
|
overflow: hidden;
|
|
5821
5823
|
}
|
|
5822
|
-
.fec-table-container[data-v-
|
|
5824
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table {
|
|
5823
5825
|
font-size: 14px;
|
|
5824
5826
|
}
|
|
5825
|
-
.fec-table-container[data-v-
|
|
5827
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-table--body-wrapper {
|
|
5826
5828
|
overflow: auto;
|
|
5827
5829
|
}
|
|
5828
|
-
.fec-table-container[data-v-
|
|
5830
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-header--column {
|
|
5829
5831
|
background-color: #f5f7fa;
|
|
5830
5832
|
}
|
|
5831
|
-
.fec-table-container[data-v-
|
|
5833
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-header--column .vxe-cell {
|
|
5832
5834
|
height: 40px !important;
|
|
5833
5835
|
min-height: 40px !important;
|
|
5834
5836
|
}
|
|
5835
|
-
.fec-table-container[data-v-
|
|
5837
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-body--column .vxe-cell {
|
|
5836
5838
|
padding: 6px !important;
|
|
5837
5839
|
min-height: 40px !important;
|
|
5838
5840
|
}
|
|
5839
|
-
.fec-table-container[data-v-
|
|
5840
|
-
.fec-table-container[data-v-
|
|
5841
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-body--column .c--tooltip,
|
|
5842
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-body--column .c--title {
|
|
5841
5843
|
height: 40px !important;
|
|
5842
5844
|
min-height: 40px !important;
|
|
5843
5845
|
}:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}
|
|
@@ -486,7 +486,7 @@ const _sfc_main = {
|
|
|
486
486
|
};
|
|
487
487
|
}
|
|
488
488
|
};
|
|
489
|
-
const DynamicModeConfig = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
489
|
+
const DynamicModeConfig = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fd2bf737"]]);
|
|
490
490
|
export {
|
|
491
491
|
DynamicModeConfig as default
|
|
492
492
|
};
|
|
@@ -145,7 +145,7 @@ const _sfc_main = {
|
|
|
145
145
|
};
|
|
146
146
|
const dialogTableRef = ref();
|
|
147
147
|
const handleConfirm = () => {
|
|
148
|
-
var _a, _b, _c, _d, _e;
|
|
148
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
149
149
|
const contentSource = (_a = currentDialogConfig.value) == null ? void 0 : _a.contentSource;
|
|
150
150
|
if (contentSource === "table") {
|
|
151
151
|
if (tableSelectionRows.value.length == 0) {
|
|
@@ -182,20 +182,20 @@ const _sfc_main = {
|
|
|
182
182
|
}
|
|
183
183
|
const callbackEventConfig = currentDialogConfig.value.callbackEventConfig;
|
|
184
184
|
if (callbackEventConfig && Object.keys(callbackEventConfig).length > 0 && ((_e = callbackEventConfig == null ? void 0 : callbackEventConfig.next) == null ? void 0 : _e.id) != "end") {
|
|
185
|
-
const fieldsData = dialogTableRef.value.localConfig.fieldsData;
|
|
186
185
|
executeEventFlow({
|
|
187
186
|
eventFlow: callbackEventConfig,
|
|
188
|
-
fields:
|
|
187
|
+
fields: props.fieldsList,
|
|
189
188
|
instance: props.instance,
|
|
190
|
-
localConfig:
|
|
189
|
+
localConfig: ((_g = (_f = props.componentCtx) == null ? void 0 : _f.$) == null ? void 0 : _g.exposed.localConfig.value) || {},
|
|
191
190
|
components: {
|
|
192
|
-
table: {
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
}
|
|
191
|
+
// table: {
|
|
192
|
+
// $: {
|
|
193
|
+
// exposed: dialogTableRef.value,
|
|
194
|
+
// },
|
|
195
|
+
// },
|
|
196
|
+
table: props.componentCtx
|
|
197
197
|
},
|
|
198
|
-
row:
|
|
198
|
+
row: props.formData,
|
|
199
199
|
item: {}
|
|
200
200
|
});
|
|
201
201
|
}
|
|
@@ -410,7 +410,7 @@ const _sfc_main = {
|
|
|
410
410
|
};
|
|
411
411
|
}
|
|
412
412
|
};
|
|
413
|
-
const DialogRenderer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
413
|
+
const DialogRenderer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-871f9831"]]);
|
|
414
414
|
export {
|
|
415
415
|
DialogRenderer as default
|
|
416
416
|
};
|
|
@@ -419,7 +419,7 @@ const _sfc_main = {
|
|
|
419
419
|
};
|
|
420
420
|
}
|
|
421
421
|
};
|
|
422
|
-
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
422
|
+
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-59950eea"]]);
|
|
423
423
|
export {
|
|
424
424
|
DynamicQuery as default
|
|
425
425
|
};
|
|
@@ -475,6 +475,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
475
475
|
isShow: false
|
|
476
476
|
}))
|
|
477
477
|
];
|
|
478
|
+
localConfig.value.hiddenFields.forEach((item) => {
|
|
479
|
+
if (!hiddenFormData.value[item.fieldName]) {
|
|
480
|
+
hiddenFormData.value[item.fieldName] = item.value;
|
|
481
|
+
}
|
|
482
|
+
});
|
|
478
483
|
initHandleEvent();
|
|
479
484
|
emit("loaded", option);
|
|
480
485
|
} catch (error) {
|
|
@@ -516,6 +521,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
516
521
|
dataSourceManager.value.destroy();
|
|
517
522
|
}
|
|
518
523
|
});
|
|
524
|
+
const setFormData = (data) => {
|
|
525
|
+
Object.assign(hiddenFormData.value, data);
|
|
526
|
+
};
|
|
519
527
|
__expose({
|
|
520
528
|
tableRef,
|
|
521
529
|
refresh,
|
|
@@ -524,7 +532,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
524
532
|
getSelection,
|
|
525
533
|
clearSelection,
|
|
526
534
|
exportData: handleExport,
|
|
527
|
-
localConfig
|
|
535
|
+
localConfig,
|
|
536
|
+
setFormData
|
|
528
537
|
});
|
|
529
538
|
return (_ctx, _cache) => {
|
|
530
539
|
const _component_el_container = ElContainer;
|
|
@@ -631,7 +640,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
631
640
|
};
|
|
632
641
|
}
|
|
633
642
|
});
|
|
634
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
643
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b8d760e0"]]);
|
|
635
644
|
export {
|
|
636
645
|
_Table as default
|
|
637
646
|
};
|
|
@@ -139,6 +139,7 @@ async function handlePageGoBack(node, data, fields, context) {
|
|
|
139
139
|
}
|
|
140
140
|
async function handleApiCall(node, data, fields, context, params) {
|
|
141
141
|
console.log("[EventFlow] 执行API调用:", node.basic);
|
|
142
|
+
debugger;
|
|
142
143
|
const basic = node.basic || {};
|
|
143
144
|
if (!basic.dataSourceId) {
|
|
144
145
|
return {
|
package/lib/designer.css
CHANGED
|
@@ -3369,11 +3369,11 @@ to {
|
|
|
3369
3369
|
line-height: 16px;
|
|
3370
3370
|
display: flex;
|
|
3371
3371
|
align-items: center;
|
|
3372
|
-
}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-checkbox-group{font-size:0;line-height:0}.el-checkbox-button{--el-checkbox-button-checked-bg-color:var(--el-color-primary);--el-checkbox-button-checked-text-color:var(--el-color-white);--el-checkbox-button-checked-border-color:var(--el-color-primary);display:inline-block;position:relative}.el-checkbox-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));border-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;display:inline-block;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);line-height:1;margin:0;outline:var(--el-border);padding:8px 15px;position:relative;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7);color:var(--el-checkbox-button-checked-text-color)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));background-image:none;border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none;color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color,var(--el-border-color-light))}.el-checkbox-button:first-child .el-checkbox-button__inner{border-bottom-left-radius:var(--el-border-radius-base);border-top-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-bottom-right-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{border-radius:0;font-size:var(--el-font-size-base);padding:12px 19px}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;font-size:12px;padding:5px 11px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.dynamic-mode-config .dynamic-row[data-v-
|
|
3372
|
+
}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-checkbox-group{font-size:0;line-height:0}.el-checkbox-button{--el-checkbox-button-checked-bg-color:var(--el-color-primary);--el-checkbox-button-checked-text-color:var(--el-color-white);--el-checkbox-button-checked-border-color:var(--el-color-primary);display:inline-block;position:relative}.el-checkbox-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));border-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;display:inline-block;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);line-height:1;margin:0;outline:var(--el-border);padding:8px 15px;position:relative;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7);color:var(--el-checkbox-button-checked-text-color)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));background-image:none;border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none;color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color,var(--el-border-color-light))}.el-checkbox-button:first-child .el-checkbox-button__inner{border-bottom-left-radius:var(--el-border-radius-base);border-top-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-bottom-right-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{border-radius:0;font-size:var(--el-font-size-base);padding:12px 19px}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;font-size:12px;padding:5px 11px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.dynamic-mode-config .dynamic-row[data-v-fd2bf737] {
|
|
3373
3373
|
display: flex;
|
|
3374
3374
|
align-items: center;
|
|
3375
3375
|
}
|
|
3376
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
3376
|
+
.dynamic-mode-config .back-icon[data-v-fd2bf737] {
|
|
3377
3377
|
display: flex;
|
|
3378
3378
|
align-items: center;
|
|
3379
3379
|
justify-content: center;
|
|
@@ -3386,11 +3386,11 @@ to {
|
|
|
3386
3386
|
margin-left: 4px;
|
|
3387
3387
|
margin-right: -6px;
|
|
3388
3388
|
}
|
|
3389
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
3389
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-fd2bf737] {
|
|
3390
3390
|
font-size: 16px;
|
|
3391
3391
|
font-weight: bold;
|
|
3392
3392
|
}
|
|
3393
|
-
.dynamic-mode-config .template-name[data-v-
|
|
3393
|
+
.dynamic-mode-config .template-name[data-v-fd2bf737] {
|
|
3394
3394
|
font-size: 16px;
|
|
3395
3395
|
font-weight: 600;
|
|
3396
3396
|
color: #303133;
|
|
@@ -3401,37 +3401,38 @@ to {
|
|
|
3401
3401
|
text-overflow: ellipsis;
|
|
3402
3402
|
position: relative;
|
|
3403
3403
|
}
|
|
3404
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
3404
|
+
.dynamic-mode-config .tab-display-section[data-v-fd2bf737] {
|
|
3405
3405
|
flex: 1;
|
|
3406
3406
|
min-width: 0;
|
|
3407
3407
|
}
|
|
3408
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3408
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fd2bf737] .el-tabs__header {
|
|
3409
3409
|
margin: 0;
|
|
3410
3410
|
}
|
|
3411
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3411
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fd2bf737] .el-tabs__nav-wrap::after {
|
|
3412
3412
|
height: 0;
|
|
3413
3413
|
}
|
|
3414
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3414
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fd2bf737] .el-tabs__item {
|
|
3415
3415
|
padding: 0 12px;
|
|
3416
3416
|
}
|
|
3417
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
3417
|
+
.dynamic-mode-config .search-display-section[data-v-fd2bf737] {
|
|
3418
3418
|
flex-shrink: 0;
|
|
3419
3419
|
display: flex;
|
|
3420
3420
|
align-items: center;
|
|
3421
3421
|
gap: 12px;
|
|
3422
|
+
margin-left: auto;
|
|
3422
3423
|
}
|
|
3423
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
3424
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-fd2bf737] {
|
|
3424
3425
|
width: 300px;
|
|
3425
3426
|
}
|
|
3426
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
3427
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-fd2bf737] {
|
|
3427
3428
|
display: flex;
|
|
3428
3429
|
align-items: center;
|
|
3429
3430
|
gap: 8px;
|
|
3430
3431
|
}
|
|
3431
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
3432
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-fd2bf737] {
|
|
3432
3433
|
position: relative;
|
|
3433
3434
|
}
|
|
3434
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
3435
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fd2bf737] {
|
|
3435
3436
|
position: absolute;
|
|
3436
3437
|
top: -10px;
|
|
3437
3438
|
right: -10px;
|
|
@@ -3448,31 +3449,31 @@ to {
|
|
|
3448
3449
|
font-size: 12px;
|
|
3449
3450
|
z-index: 1;
|
|
3450
3451
|
}
|
|
3451
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
3452
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fd2bf737]:hover {
|
|
3452
3453
|
background-color: #f56c6c;
|
|
3453
3454
|
}
|
|
3454
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
3455
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-fd2bf737] {
|
|
3455
3456
|
display: flex;
|
|
3456
3457
|
}
|
|
3457
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
3458
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-fd2bf737] {
|
|
3458
3459
|
pointer-events: none;
|
|
3459
3460
|
}
|
|
3460
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
3461
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-fd2bf737] {
|
|
3461
3462
|
margin-right: 4px;
|
|
3462
3463
|
}
|
|
3463
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
3464
|
+
.dynamic-mode-config .expand-filter-section[data-v-fd2bf737] {
|
|
3464
3465
|
padding-top: 8px;
|
|
3465
3466
|
border-top: 1px solid #ebeef5;
|
|
3466
3467
|
margin-top: 8px;
|
|
3467
3468
|
}
|
|
3468
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
3469
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-fd2bf737] {
|
|
3469
3470
|
width: 100%;
|
|
3470
3471
|
}
|
|
3471
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
3472
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-fd2bf737] {
|
|
3472
3473
|
display: flex;
|
|
3473
3474
|
flex-wrap: wrap;
|
|
3474
3475
|
}
|
|
3475
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3476
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item {
|
|
3476
3477
|
padding: 2px;
|
|
3477
3478
|
border: 2px solid transparent;
|
|
3478
3479
|
border-radius: 2px;
|
|
@@ -3481,23 +3482,23 @@ to {
|
|
|
3481
3482
|
cursor: move;
|
|
3482
3483
|
margin-bottom: 4px;
|
|
3483
3484
|
}
|
|
3484
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3485
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .el-form-item__label-wrap {
|
|
3485
3486
|
margin: 0 0 0 8px !important;
|
|
3486
3487
|
}
|
|
3487
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3488
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .el-form-item__content {
|
|
3488
3489
|
min-width: 150px;
|
|
3489
3490
|
}
|
|
3490
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3491
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .form-item-label {
|
|
3491
3492
|
display: flex;
|
|
3492
3493
|
align-items: center;
|
|
3493
3494
|
}
|
|
3494
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3495
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .filter-item {
|
|
3495
3496
|
pointer-events: none;
|
|
3496
3497
|
}
|
|
3497
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3498
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .filter-item.el-input {
|
|
3498
3499
|
width: 150px;
|
|
3499
3500
|
}
|
|
3500
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3501
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .delete-icon {
|
|
3501
3502
|
position: absolute;
|
|
3502
3503
|
top: -10px;
|
|
3503
3504
|
right: -10px;
|
|
@@ -3514,19 +3515,19 @@ to {
|
|
|
3514
3515
|
font-size: 12px;
|
|
3515
3516
|
z-index: 1;
|
|
3516
3517
|
}
|
|
3517
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3518
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .delete-icon:hover {
|
|
3518
3519
|
background-color: #f56c6c;
|
|
3519
3520
|
}
|
|
3520
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3521
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item.is-hover {
|
|
3521
3522
|
border: 2px dashed #7b99cb !important;
|
|
3522
3523
|
}
|
|
3523
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3524
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item.is-hover .delete-icon {
|
|
3524
3525
|
display: flex;
|
|
3525
3526
|
}
|
|
3526
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3527
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item.is-select {
|
|
3527
3528
|
border: 2px dashed #efa53a !important;
|
|
3528
3529
|
}
|
|
3529
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3530
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item__label {
|
|
3530
3531
|
font-size: 13px;
|
|
3531
3532
|
color: #606266;
|
|
3532
3533
|
pointer-events: none;
|
|
@@ -3535,11 +3536,11 @@ to {
|
|
|
3535
3536
|
display: flex;
|
|
3536
3537
|
align-items: center;
|
|
3537
3538
|
}
|
|
3538
|
-
[data-v-
|
|
3539
|
+
[data-v-fd2bf737] .el-checkbox-group {
|
|
3539
3540
|
display: flex;
|
|
3540
3541
|
gap: 12px;
|
|
3541
3542
|
}
|
|
3542
|
-
[data-v-
|
|
3543
|
+
[data-v-fd2bf737] .el-checkbox-group .el-checkbox-button__inner {
|
|
3543
3544
|
border-radius: 4px;
|
|
3544
3545
|
}.table-work-btns[data-v-c16f2646] {
|
|
3545
3546
|
border-top: 1px solid #ebeef5;
|
|
@@ -5305,18 +5306,18 @@ body,
|
|
|
5305
5306
|
}
|
|
5306
5307
|
.approval-history-content.flowChart[data-v-7be2a6d2] {
|
|
5307
5308
|
background-color: #f9fafc;
|
|
5308
|
-
}.dialog-header-content[data-v-
|
|
5309
|
+
}.dialog-header-content[data-v-871f9831] {
|
|
5309
5310
|
font-size: 16px;
|
|
5310
5311
|
font-weight: 600;
|
|
5311
5312
|
color: #303133;
|
|
5312
5313
|
}
|
|
5313
|
-
.dialog-content-wrapper[data-v-
|
|
5314
|
+
.dialog-content-wrapper[data-v-871f9831] {
|
|
5314
5315
|
min-height: 500px;
|
|
5315
5316
|
flex-grow: 1;
|
|
5316
5317
|
display: flex;
|
|
5317
5318
|
flex-direction: column;
|
|
5318
5319
|
}
|
|
5319
|
-
.empty-content[data-v-
|
|
5320
|
+
.empty-content[data-v-871f9831] {
|
|
5320
5321
|
display: flex;
|
|
5321
5322
|
align-items: center;
|
|
5322
5323
|
justify-content: center;
|
|
@@ -5324,13 +5325,13 @@ body,
|
|
|
5324
5325
|
color: #909399;
|
|
5325
5326
|
font-size: 14px;
|
|
5326
5327
|
}
|
|
5327
|
-
.component-error[data-v-
|
|
5328
|
+
.component-error[data-v-871f9831] {
|
|
5328
5329
|
padding: 40px 20px;
|
|
5329
5330
|
text-align: center;
|
|
5330
5331
|
color: #f56c6c;
|
|
5331
5332
|
font-size: 14px;
|
|
5332
5333
|
}
|
|
5333
|
-
.fec-dialog-table[data-v-
|
|
5334
|
+
.fec-dialog-table[data-v-871f9831] .table-pagination {
|
|
5334
5335
|
padding: 8px 0 0 0;
|
|
5335
5336
|
}.text-field-wrapper[data-v-b0c0d80f] {
|
|
5336
5337
|
width: 100%;
|
|
@@ -5631,11 +5632,11 @@ body,
|
|
|
5631
5632
|
}
|
|
5632
5633
|
.filter-divider[data-v-366e01c3] .el-icon {
|
|
5633
5634
|
transition: transform 0.3s ease;
|
|
5634
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
5635
|
+
}.dynamic-mode-config .dynamic-row[data-v-59950eea] {
|
|
5635
5636
|
display: flex;
|
|
5636
5637
|
align-items: center;
|
|
5637
5638
|
}
|
|
5638
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
5639
|
+
.dynamic-mode-config .back-icon[data-v-59950eea] {
|
|
5639
5640
|
display: flex;
|
|
5640
5641
|
align-items: center;
|
|
5641
5642
|
justify-content: center;
|
|
@@ -5648,11 +5649,11 @@ body,
|
|
|
5648
5649
|
margin-left: 4px;
|
|
5649
5650
|
margin-right: -6px;
|
|
5650
5651
|
}
|
|
5651
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
5652
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-59950eea] {
|
|
5652
5653
|
font-size: 16px;
|
|
5653
5654
|
font-weight: bold;
|
|
5654
5655
|
}
|
|
5655
|
-
.dynamic-mode-config .template-name[data-v-
|
|
5656
|
+
.dynamic-mode-config .template-name[data-v-59950eea] {
|
|
5656
5657
|
font-size: 16px;
|
|
5657
5658
|
font-weight: 600;
|
|
5658
5659
|
color: #303133;
|
|
@@ -5663,37 +5664,38 @@ body,
|
|
|
5663
5664
|
text-overflow: ellipsis;
|
|
5664
5665
|
position: relative;
|
|
5665
5666
|
}
|
|
5666
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
5667
|
+
.dynamic-mode-config .tab-display-section[data-v-59950eea] {
|
|
5667
5668
|
flex: 1;
|
|
5668
5669
|
min-width: 0;
|
|
5669
5670
|
}
|
|
5670
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
5671
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-59950eea] .el-tabs__header {
|
|
5671
5672
|
margin: 0;
|
|
5672
5673
|
}
|
|
5673
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
5674
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-59950eea] .el-tabs__nav-wrap::after {
|
|
5674
5675
|
height: 0;
|
|
5675
5676
|
}
|
|
5676
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
5677
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-59950eea] .el-tabs__item {
|
|
5677
5678
|
padding: 0 12px;
|
|
5678
5679
|
}
|
|
5679
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
5680
|
+
.dynamic-mode-config .search-display-section[data-v-59950eea] {
|
|
5680
5681
|
flex-shrink: 0;
|
|
5681
5682
|
display: flex;
|
|
5682
5683
|
align-items: center;
|
|
5683
5684
|
gap: 12px;
|
|
5685
|
+
margin-left: auto;
|
|
5684
5686
|
}
|
|
5685
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
5687
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-59950eea] {
|
|
5686
5688
|
width: 300px;
|
|
5687
5689
|
}
|
|
5688
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
5690
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-59950eea] {
|
|
5689
5691
|
display: flex;
|
|
5690
5692
|
align-items: center;
|
|
5691
5693
|
gap: 8px;
|
|
5692
5694
|
}
|
|
5693
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
5695
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-59950eea] {
|
|
5694
5696
|
position: relative;
|
|
5695
5697
|
}
|
|
5696
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
5698
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-59950eea] {
|
|
5697
5699
|
position: absolute;
|
|
5698
5700
|
top: -10px;
|
|
5699
5701
|
right: -10px;
|
|
@@ -5710,31 +5712,31 @@ body,
|
|
|
5710
5712
|
font-size: 12px;
|
|
5711
5713
|
z-index: 1;
|
|
5712
5714
|
}
|
|
5713
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
5715
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-59950eea]:hover {
|
|
5714
5716
|
background-color: #f56c6c;
|
|
5715
5717
|
}
|
|
5716
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
5718
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-59950eea] {
|
|
5717
5719
|
display: flex;
|
|
5718
5720
|
}
|
|
5719
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
5721
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-59950eea] {
|
|
5720
5722
|
pointer-events: none;
|
|
5721
5723
|
}
|
|
5722
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
5724
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-59950eea] {
|
|
5723
5725
|
margin-right: 4px;
|
|
5724
5726
|
}
|
|
5725
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
5727
|
+
.dynamic-mode-config .expand-filter-section[data-v-59950eea] {
|
|
5726
5728
|
padding-top: 4px;
|
|
5727
5729
|
border-top: 1px solid #ebeef5;
|
|
5728
5730
|
margin-top: 4px;
|
|
5729
5731
|
}
|
|
5730
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
5732
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-59950eea] {
|
|
5731
5733
|
width: 100%;
|
|
5732
5734
|
}
|
|
5733
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
5735
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-59950eea] {
|
|
5734
5736
|
display: flex;
|
|
5735
5737
|
flex-wrap: wrap;
|
|
5736
5738
|
}
|
|
5737
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5739
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item {
|
|
5738
5740
|
padding: 2px;
|
|
5739
5741
|
border: 2px solid transparent;
|
|
5740
5742
|
border-radius: 2px;
|
|
@@ -5743,20 +5745,20 @@ body,
|
|
|
5743
5745
|
cursor: move;
|
|
5744
5746
|
margin-bottom: 4px;
|
|
5745
5747
|
}
|
|
5746
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5748
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .el-form-item__label-wrap {
|
|
5747
5749
|
margin: 0 0 0 8px !important;
|
|
5748
5750
|
}
|
|
5749
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5751
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .el-form-item__content {
|
|
5750
5752
|
min-width: 150px;
|
|
5751
5753
|
}
|
|
5752
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5754
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .form-item-label {
|
|
5753
5755
|
display: flex;
|
|
5754
5756
|
align-items: center;
|
|
5755
5757
|
}
|
|
5756
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5758
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .el-input {
|
|
5757
5759
|
width: 150px;
|
|
5758
5760
|
}
|
|
5759
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5761
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .delete-icon {
|
|
5760
5762
|
position: absolute;
|
|
5761
5763
|
top: -10px;
|
|
5762
5764
|
right: -10px;
|
|
@@ -5773,19 +5775,19 @@ body,
|
|
|
5773
5775
|
font-size: 12px;
|
|
5774
5776
|
z-index: 1;
|
|
5775
5777
|
}
|
|
5776
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5778
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .delete-icon:hover {
|
|
5777
5779
|
background-color: #f56c6c;
|
|
5778
5780
|
}
|
|
5779
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5781
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item.is-hover {
|
|
5780
5782
|
border: 2px dashed #7b99cb !important;
|
|
5781
5783
|
}
|
|
5782
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5784
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item.is-hover .delete-icon {
|
|
5783
5785
|
display: flex;
|
|
5784
5786
|
}
|
|
5785
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5787
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item.is-select {
|
|
5786
5788
|
border: 2px dashed #efa53a !important;
|
|
5787
5789
|
}
|
|
5788
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5790
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item__label {
|
|
5789
5791
|
font-size: 13px;
|
|
5790
5792
|
color: #606266;
|
|
5791
5793
|
pointer-events: none;
|
|
@@ -5794,17 +5796,17 @@ body,
|
|
|
5794
5796
|
display: flex;
|
|
5795
5797
|
align-items: center;
|
|
5796
5798
|
}
|
|
5797
|
-
[data-v-
|
|
5799
|
+
[data-v-59950eea] .el-checkbox-group {
|
|
5798
5800
|
display: flex;
|
|
5799
5801
|
gap: 12px;
|
|
5800
5802
|
}
|
|
5801
|
-
[data-v-
|
|
5803
|
+
[data-v-59950eea] .el-checkbox-group .el-checkbox-button__inner {
|
|
5802
5804
|
border-radius: 4px;
|
|
5803
|
-
}.fec-table[data-v-
|
|
5805
|
+
}.fec-table[data-v-b8d760e0] {
|
|
5804
5806
|
height: 100%;
|
|
5805
5807
|
flex-grow: 1;
|
|
5806
5808
|
}
|
|
5807
|
-
.fec-table-container[data-v-
|
|
5809
|
+
.fec-table-container[data-v-b8d760e0] {
|
|
5808
5810
|
width: 100%;
|
|
5809
5811
|
background: #fff;
|
|
5810
5812
|
box-sizing: border-box;
|
|
@@ -5814,30 +5816,30 @@ body,
|
|
|
5814
5816
|
overflow: hidden;
|
|
5815
5817
|
flex-grow: 1;
|
|
5816
5818
|
}
|
|
5817
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
5819
|
+
.fec-table-container .fec-vxe-table[data-v-b8d760e0] {
|
|
5818
5820
|
flex: 1;
|
|
5819
5821
|
min-height: 0;
|
|
5820
5822
|
overflow: hidden;
|
|
5821
5823
|
}
|
|
5822
|
-
.fec-table-container[data-v-
|
|
5824
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table {
|
|
5823
5825
|
font-size: 14px;
|
|
5824
5826
|
}
|
|
5825
|
-
.fec-table-container[data-v-
|
|
5827
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-table--body-wrapper {
|
|
5826
5828
|
overflow: auto;
|
|
5827
5829
|
}
|
|
5828
|
-
.fec-table-container[data-v-
|
|
5830
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-header--column {
|
|
5829
5831
|
background-color: #f5f7fa;
|
|
5830
5832
|
}
|
|
5831
|
-
.fec-table-container[data-v-
|
|
5833
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-header--column .vxe-cell {
|
|
5832
5834
|
height: 40px !important;
|
|
5833
5835
|
min-height: 40px !important;
|
|
5834
5836
|
}
|
|
5835
|
-
.fec-table-container[data-v-
|
|
5837
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-body--column .vxe-cell {
|
|
5836
5838
|
padding: 6px !important;
|
|
5837
5839
|
min-height: 40px !important;
|
|
5838
5840
|
}
|
|
5839
|
-
.fec-table-container[data-v-
|
|
5840
|
-
.fec-table-container[data-v-
|
|
5841
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-body--column .c--tooltip,
|
|
5842
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-body--column .c--title {
|
|
5841
5843
|
height: 40px !important;
|
|
5842
5844
|
min-height: 40px !important;
|
|
5843
5845
|
}:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}
|
|
@@ -488,5 +488,5 @@ const _sfc_main = {
|
|
|
488
488
|
};
|
|
489
489
|
}
|
|
490
490
|
};
|
|
491
|
-
const DynamicModeConfig = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
491
|
+
const DynamicModeConfig = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-fd2bf737"]]);
|
|
492
492
|
exports.default = DynamicModeConfig;
|
|
@@ -147,7 +147,7 @@ const _sfc_main = {
|
|
|
147
147
|
};
|
|
148
148
|
const dialogTableRef = vue.ref();
|
|
149
149
|
const handleConfirm = () => {
|
|
150
|
-
var _a, _b, _c, _d, _e;
|
|
150
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
151
151
|
const contentSource = (_a = currentDialogConfig.value) == null ? void 0 : _a.contentSource;
|
|
152
152
|
if (contentSource === "table") {
|
|
153
153
|
if (tableSelectionRows.value.length == 0) {
|
|
@@ -184,20 +184,20 @@ const _sfc_main = {
|
|
|
184
184
|
}
|
|
185
185
|
const callbackEventConfig = currentDialogConfig.value.callbackEventConfig;
|
|
186
186
|
if (callbackEventConfig && Object.keys(callbackEventConfig).length > 0 && ((_e = callbackEventConfig == null ? void 0 : callbackEventConfig.next) == null ? void 0 : _e.id) != "end") {
|
|
187
|
-
const fieldsData = dialogTableRef.value.localConfig.fieldsData;
|
|
188
187
|
eventFlowHandler.executeEventFlow({
|
|
189
188
|
eventFlow: callbackEventConfig,
|
|
190
|
-
fields:
|
|
189
|
+
fields: props.fieldsList,
|
|
191
190
|
instance: props.instance,
|
|
192
|
-
localConfig:
|
|
191
|
+
localConfig: ((_g = (_f = props.componentCtx) == null ? void 0 : _f.$) == null ? void 0 : _g.exposed.localConfig.value) || {},
|
|
193
192
|
components: {
|
|
194
|
-
table: {
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
}
|
|
193
|
+
// table: {
|
|
194
|
+
// $: {
|
|
195
|
+
// exposed: dialogTableRef.value,
|
|
196
|
+
// },
|
|
197
|
+
// },
|
|
198
|
+
table: props.componentCtx
|
|
199
199
|
},
|
|
200
|
-
row:
|
|
200
|
+
row: props.formData,
|
|
201
201
|
item: {}
|
|
202
202
|
});
|
|
203
203
|
}
|
|
@@ -412,5 +412,5 @@ const _sfc_main = {
|
|
|
412
412
|
};
|
|
413
413
|
}
|
|
414
414
|
};
|
|
415
|
-
const DialogRenderer = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
415
|
+
const DialogRenderer = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-871f9831"]]);
|
|
416
416
|
exports.default = DialogRenderer;
|
|
@@ -421,5 +421,5 @@ const _sfc_main = {
|
|
|
421
421
|
};
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
|
-
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
424
|
+
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-59950eea"]]);
|
|
425
425
|
exports.default = DynamicQuery;
|
|
@@ -477,6 +477,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
477
477
|
isShow: false
|
|
478
478
|
}))
|
|
479
479
|
];
|
|
480
|
+
localConfig.value.hiddenFields.forEach((item) => {
|
|
481
|
+
if (!hiddenFormData.value[item.fieldName]) {
|
|
482
|
+
hiddenFormData.value[item.fieldName] = item.value;
|
|
483
|
+
}
|
|
484
|
+
});
|
|
480
485
|
initHandleEvent();
|
|
481
486
|
emit("loaded", option);
|
|
482
487
|
} catch (error) {
|
|
@@ -518,6 +523,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
518
523
|
dataSourceManager.value.destroy();
|
|
519
524
|
}
|
|
520
525
|
});
|
|
526
|
+
const setFormData = (data) => {
|
|
527
|
+
Object.assign(hiddenFormData.value, data);
|
|
528
|
+
};
|
|
521
529
|
__expose({
|
|
522
530
|
tableRef,
|
|
523
531
|
refresh,
|
|
@@ -526,7 +534,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
526
534
|
getSelection,
|
|
527
535
|
clearSelection,
|
|
528
536
|
exportData: handleExport,
|
|
529
|
-
localConfig
|
|
537
|
+
localConfig,
|
|
538
|
+
setFormData
|
|
530
539
|
});
|
|
531
540
|
return (_ctx, _cache) => {
|
|
532
541
|
const _component_el_container = index.ElContainer;
|
|
@@ -633,5 +642,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
633
642
|
};
|
|
634
643
|
}
|
|
635
644
|
});
|
|
636
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
645
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-b8d760e0"]]);
|
|
637
646
|
exports.default = _Table;
|
|
@@ -141,6 +141,7 @@ async function handlePageGoBack(node, data, fields, context) {
|
|
|
141
141
|
}
|
|
142
142
|
async function handleApiCall(node, data, fields, context, params) {
|
|
143
143
|
console.log("[EventFlow] 执行API调用:", node.basic);
|
|
144
|
+
debugger;
|
|
144
145
|
const basic = node.basic || {};
|
|
145
146
|
if (!basic.dataSourceId) {
|
|
146
147
|
return {
|