@fecp/designer 5.5.83 → 5.5.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/designer/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer/src/packages/table/queryModule/DynamicModeConfig.vue.mjs +12 -3
- package/es/designer.css +76 -71
- package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +2 -1
- package/es/packages/vue/src/components/forms/number/Number.vue.mjs +34 -37
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +12 -3
- package/es/packages/vue/src/utils/parseFilterConfig.mjs +3 -0
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer/src/packages/table/queryModule/DynamicModeConfig.vue.js +12 -3
- package/lib/designer.css +76 -71
- package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +2 -1
- package/lib/packages/vue/src/components/forms/number/Number.vue.js +34 -37
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +12 -3
- package/lib/packages/vue/src/utils/parseFilterConfig.js +3 -0
- package/package.json +1 -1
package/lib/designer.css
CHANGED
|
@@ -3666,11 +3666,11 @@ to {
|
|
|
3666
3666
|
line-height: 16px;
|
|
3667
3667
|
display: flex;
|
|
3668
3668
|
align-items: center;
|
|
3669
|
-
}.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;transition:var(--el-transition-md-fade);transform-origin:top;transform:scaleY(1)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin: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;transition:var(--el-transition-md-fade);transform-origin:bottom;transform:scaleY(1)}.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;transition:var(--el-transition-md-fade);transform-origin:0 0;transform:scale(1)}.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-leave-active,.el-collapse-transition-enter-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-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);--el-checkbox-button-disabled-checked-fill:var(--el-border-color-extra-light);display:inline-block;position:relative}.el-checkbox-button__inner{line-height:1;font-weight:var(--el-checkbox-font-weight);white-space:nowrap;vertical-align:middle;cursor:pointer;background:var(--el-button-bg-color,var(--el-fill-color-blank));outline:var(--el-border);color:var(--el-button-text-color,var(--el-text-color-regular));-webkit-appearance:none;text-align:center;box-sizing:border-box;transition:var(--el-transition-all);-webkit-user-select:none;user-select:none;font-size:var(--el-font-size-base);border-radius:0;margin:0;padding:8px 15px;display:inline-block;position:relative}.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{opacity:0;z-index:-1;outline:none;margin:0;position:absolute}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:var(--el-checkbox-button-checked-text-color);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)}.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{color:var(--el-disabled-text-color);cursor:not-allowed;background-image:none;background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none}.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.is-disabled.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-disabled-checked-fill)}.el-checkbox-button:first-child .el-checkbox-button__inner{border-top-left-radius:var(--el-border-radius-base);border-bottom-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-top-right-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{font-size:var(--el-font-size-base);border-radius:0;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;padding:5px 11px;font-size:12px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.dynamic-mode-config .dynamic-row[data-v-
|
|
3669
|
+
}.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;transition:var(--el-transition-md-fade);transform-origin:top;transform:scaleY(1)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin: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;transition:var(--el-transition-md-fade);transform-origin:bottom;transform:scaleY(1)}.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;transition:var(--el-transition-md-fade);transform-origin:0 0;transform:scale(1)}.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-leave-active,.el-collapse-transition-enter-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-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);--el-checkbox-button-disabled-checked-fill:var(--el-border-color-extra-light);display:inline-block;position:relative}.el-checkbox-button__inner{line-height:1;font-weight:var(--el-checkbox-font-weight);white-space:nowrap;vertical-align:middle;cursor:pointer;background:var(--el-button-bg-color,var(--el-fill-color-blank));outline:var(--el-border);color:var(--el-button-text-color,var(--el-text-color-regular));-webkit-appearance:none;text-align:center;box-sizing:border-box;transition:var(--el-transition-all);-webkit-user-select:none;user-select:none;font-size:var(--el-font-size-base);border-radius:0;margin:0;padding:8px 15px;display:inline-block;position:relative}.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{opacity:0;z-index:-1;outline:none;margin:0;position:absolute}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:var(--el-checkbox-button-checked-text-color);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)}.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{color:var(--el-disabled-text-color);cursor:not-allowed;background-image:none;background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none}.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.is-disabled.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-disabled-checked-fill)}.el-checkbox-button:first-child .el-checkbox-button__inner{border-top-left-radius:var(--el-border-radius-base);border-bottom-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-top-right-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{font-size:var(--el-font-size-base);border-radius:0;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;padding:5px 11px;font-size:12px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.dynamic-mode-config .dynamic-row[data-v-93791225] {
|
|
3670
3670
|
display: flex;
|
|
3671
3671
|
align-items: center;
|
|
3672
3672
|
}
|
|
3673
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
3673
|
+
.dynamic-mode-config .back-icon[data-v-93791225] {
|
|
3674
3674
|
display: flex;
|
|
3675
3675
|
align-items: center;
|
|
3676
3676
|
justify-content: center;
|
|
@@ -3683,11 +3683,11 @@ to {
|
|
|
3683
3683
|
margin-left: 4px;
|
|
3684
3684
|
margin-right: -6px;
|
|
3685
3685
|
}
|
|
3686
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
3686
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-93791225] {
|
|
3687
3687
|
font-size: 16px;
|
|
3688
3688
|
font-weight: bold;
|
|
3689
3689
|
}
|
|
3690
|
-
.dynamic-mode-config .template-name[data-v-
|
|
3690
|
+
.dynamic-mode-config .template-name[data-v-93791225] {
|
|
3691
3691
|
font-size: 16px;
|
|
3692
3692
|
font-weight: 600;
|
|
3693
3693
|
color: #303133;
|
|
@@ -3698,38 +3698,38 @@ to {
|
|
|
3698
3698
|
text-overflow: ellipsis;
|
|
3699
3699
|
position: relative;
|
|
3700
3700
|
}
|
|
3701
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
3701
|
+
.dynamic-mode-config .tab-display-section[data-v-93791225] {
|
|
3702
3702
|
flex: 1;
|
|
3703
3703
|
min-width: 0;
|
|
3704
3704
|
}
|
|
3705
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3705
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-93791225] .el-tabs__header {
|
|
3706
3706
|
margin: 0;
|
|
3707
3707
|
}
|
|
3708
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3708
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-93791225] .el-tabs__nav-wrap::after {
|
|
3709
3709
|
height: 0;
|
|
3710
3710
|
}
|
|
3711
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3711
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-93791225] .el-tabs__item {
|
|
3712
3712
|
padding: 0 12px;
|
|
3713
3713
|
}
|
|
3714
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
3714
|
+
.dynamic-mode-config .search-display-section[data-v-93791225] {
|
|
3715
3715
|
flex-shrink: 0;
|
|
3716
3716
|
display: flex;
|
|
3717
3717
|
align-items: center;
|
|
3718
3718
|
gap: 12px;
|
|
3719
3719
|
margin-left: auto;
|
|
3720
3720
|
}
|
|
3721
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
3721
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-93791225] {
|
|
3722
3722
|
width: 300px;
|
|
3723
3723
|
}
|
|
3724
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
3724
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-93791225] {
|
|
3725
3725
|
display: flex;
|
|
3726
3726
|
align-items: center;
|
|
3727
3727
|
gap: 8px;
|
|
3728
3728
|
}
|
|
3729
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
3729
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-93791225] {
|
|
3730
3730
|
position: relative;
|
|
3731
3731
|
}
|
|
3732
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
3732
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-93791225] {
|
|
3733
3733
|
position: absolute;
|
|
3734
3734
|
top: -10px;
|
|
3735
3735
|
right: -10px;
|
|
@@ -3746,31 +3746,31 @@ to {
|
|
|
3746
3746
|
font-size: 12px;
|
|
3747
3747
|
z-index: 1;
|
|
3748
3748
|
}
|
|
3749
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
3749
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-93791225]:hover {
|
|
3750
3750
|
background-color: #f56c6c;
|
|
3751
3751
|
}
|
|
3752
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
3752
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-93791225] {
|
|
3753
3753
|
display: flex;
|
|
3754
3754
|
}
|
|
3755
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
3755
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-93791225] {
|
|
3756
3756
|
pointer-events: none;
|
|
3757
3757
|
}
|
|
3758
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
3758
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-93791225] {
|
|
3759
3759
|
margin-right: 4px;
|
|
3760
3760
|
}
|
|
3761
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
3761
|
+
.dynamic-mode-config .expand-filter-section[data-v-93791225] {
|
|
3762
3762
|
padding-top: 8px;
|
|
3763
3763
|
border-top: 1px solid #ebeef5;
|
|
3764
3764
|
margin-top: 8px;
|
|
3765
3765
|
}
|
|
3766
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
3766
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-93791225] {
|
|
3767
3767
|
width: 100%;
|
|
3768
3768
|
}
|
|
3769
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
3769
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-93791225] {
|
|
3770
3770
|
display: flex;
|
|
3771
3771
|
flex-wrap: wrap;
|
|
3772
3772
|
}
|
|
3773
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3773
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item {
|
|
3774
3774
|
padding: 2px;
|
|
3775
3775
|
border: 2px solid transparent;
|
|
3776
3776
|
border-radius: 2px;
|
|
@@ -3779,23 +3779,23 @@ to {
|
|
|
3779
3779
|
cursor: move;
|
|
3780
3780
|
margin-bottom: 4px;
|
|
3781
3781
|
}
|
|
3782
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3782
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item .el-form-item__label-wrap {
|
|
3783
3783
|
margin: 0 0 0 8px !important;
|
|
3784
3784
|
}
|
|
3785
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3785
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item .el-form-item__content {
|
|
3786
3786
|
min-width: 150px;
|
|
3787
3787
|
}
|
|
3788
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3788
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item .form-item-label {
|
|
3789
3789
|
display: flex;
|
|
3790
3790
|
align-items: center;
|
|
3791
3791
|
}
|
|
3792
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3792
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item .filter-item {
|
|
3793
3793
|
pointer-events: none;
|
|
3794
3794
|
}
|
|
3795
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3795
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item .filter-item.el-input {
|
|
3796
3796
|
width: 150px;
|
|
3797
3797
|
}
|
|
3798
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3798
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item .delete-icon {
|
|
3799
3799
|
position: absolute;
|
|
3800
3800
|
top: -10px;
|
|
3801
3801
|
right: -10px;
|
|
@@ -3812,19 +3812,19 @@ to {
|
|
|
3812
3812
|
font-size: 12px;
|
|
3813
3813
|
z-index: 1;
|
|
3814
3814
|
}
|
|
3815
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3815
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item .delete-icon:hover {
|
|
3816
3816
|
background-color: #f56c6c;
|
|
3817
3817
|
}
|
|
3818
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3818
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item.is-hover {
|
|
3819
3819
|
border: 2px dashed #7b99cb !important;
|
|
3820
3820
|
}
|
|
3821
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3821
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item.is-hover .delete-icon {
|
|
3822
3822
|
display: flex;
|
|
3823
3823
|
}
|
|
3824
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3824
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item.is-select {
|
|
3825
3825
|
border: 2px dashed #efa53a !important;
|
|
3826
3826
|
}
|
|
3827
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3827
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-93791225] .el-form-item__label {
|
|
3828
3828
|
font-size: 13px;
|
|
3829
3829
|
color: #606266;
|
|
3830
3830
|
pointer-events: none;
|
|
@@ -3833,12 +3833,17 @@ to {
|
|
|
3833
3833
|
display: flex;
|
|
3834
3834
|
align-items: center;
|
|
3835
3835
|
}
|
|
3836
|
-
[data-v-
|
|
3836
|
+
[data-v-93791225] .el-checkbox-group {
|
|
3837
3837
|
display: flex;
|
|
3838
3838
|
gap: 12px;
|
|
3839
3839
|
}
|
|
3840
|
-
[data-v-
|
|
3840
|
+
[data-v-93791225] .el-checkbox-group .el-checkbox-button__inner {
|
|
3841
3841
|
border-radius: 4px;
|
|
3842
|
+
}
|
|
3843
|
+
[data-v-93791225] .el-input__inner::placeholder {
|
|
3844
|
+
white-space: nowrap;
|
|
3845
|
+
overflow: hidden;
|
|
3846
|
+
text-overflow: ellipsis;
|
|
3842
3847
|
}.table-work-btns[data-v-c16f2646] {
|
|
3843
3848
|
border-top: 1px solid #ebeef5;
|
|
3844
3849
|
padding: 12px 0 0 0;
|
|
@@ -6020,13 +6025,13 @@ body,
|
|
|
6020
6025
|
}
|
|
6021
6026
|
.textarea-field-wrapper[data-v-1bdb1a05] .el-textarea .el-textarea__inner {
|
|
6022
6027
|
height: 100%;
|
|
6023
|
-
}[data-v-
|
|
6028
|
+
}[data-v-01611195] .el-input-group__append {
|
|
6024
6029
|
background-color: #409eff;
|
|
6025
6030
|
color: #fff;
|
|
6026
6031
|
padding: 0 18px;
|
|
6027
6032
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
6028
6033
|
}
|
|
6029
|
-
[data-v-
|
|
6034
|
+
[data-v-01611195] .el-input-group__append:hover {
|
|
6030
6035
|
background-color: #79bbff;
|
|
6031
6036
|
border-color: #79bbff;
|
|
6032
6037
|
color: #fff;
|
|
@@ -6585,12 +6590,12 @@ body,
|
|
|
6585
6590
|
}
|
|
6586
6591
|
.filter-divider[data-v-ba2f1878] .el-icon {
|
|
6587
6592
|
transition: transform 0.3s ease;
|
|
6588
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6593
|
+
}.dynamic-mode-config .dynamic-row[data-v-b94368c6] {
|
|
6589
6594
|
display: flex;
|
|
6590
6595
|
height: 54px;
|
|
6591
6596
|
align-items: center;
|
|
6592
6597
|
}
|
|
6593
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6598
|
+
.dynamic-mode-config .back-icon[data-v-b94368c6] {
|
|
6594
6599
|
display: flex;
|
|
6595
6600
|
align-items: center;
|
|
6596
6601
|
justify-content: center;
|
|
@@ -6603,11 +6608,11 @@ body,
|
|
|
6603
6608
|
margin-left: 4px;
|
|
6604
6609
|
margin-right: -6px;
|
|
6605
6610
|
}
|
|
6606
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6611
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-b94368c6] {
|
|
6607
6612
|
font-size: 16px;
|
|
6608
6613
|
font-weight: bold;
|
|
6609
6614
|
}
|
|
6610
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6615
|
+
.dynamic-mode-config .template-name[data-v-b94368c6] {
|
|
6611
6616
|
font-size: 16px;
|
|
6612
6617
|
font-weight: 600;
|
|
6613
6618
|
color: #303133;
|
|
@@ -6620,7 +6625,7 @@ body,
|
|
|
6620
6625
|
display: flex;
|
|
6621
6626
|
align-items: center;
|
|
6622
6627
|
}
|
|
6623
|
-
.dynamic-mode-config .template-name-line[data-v-
|
|
6628
|
+
.dynamic-mode-config .template-name-line[data-v-b94368c6] {
|
|
6624
6629
|
height: 16px;
|
|
6625
6630
|
width: 4px;
|
|
6626
6631
|
background-color: var(--el-color-primary);
|
|
@@ -6629,42 +6634,42 @@ body,
|
|
|
6629
6634
|
margin-right: 12px;
|
|
6630
6635
|
margin-top: 2px;
|
|
6631
6636
|
}
|
|
6632
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6637
|
+
.dynamic-mode-config .tab-display-section[data-v-b94368c6] {
|
|
6633
6638
|
flex: 1;
|
|
6634
6639
|
min-width: 0;
|
|
6635
6640
|
}
|
|
6636
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6641
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-b94368c6] .el-tabs__header {
|
|
6637
6642
|
margin: 0;
|
|
6638
6643
|
}
|
|
6639
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6644
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-b94368c6] .el-tabs__nav-wrap::after {
|
|
6640
6645
|
height: 0;
|
|
6641
6646
|
}
|
|
6642
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6647
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-b94368c6] .el-tabs__item {
|
|
6643
6648
|
padding: 0 12px;
|
|
6644
6649
|
}
|
|
6645
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6650
|
+
.dynamic-mode-config .search-display-section[data-v-b94368c6] {
|
|
6646
6651
|
flex-shrink: 0;
|
|
6647
6652
|
display: flex;
|
|
6648
6653
|
align-items: center;
|
|
6649
6654
|
gap: 12px;
|
|
6650
6655
|
margin-left: auto;
|
|
6651
6656
|
}
|
|
6652
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6657
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-b94368c6] {
|
|
6653
6658
|
/* width: 300px; */
|
|
6654
6659
|
}
|
|
6655
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-
|
|
6660
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-b94368c6]:hover {
|
|
6656
6661
|
color: var(--el-color-primary);
|
|
6657
6662
|
cursor: pointer;
|
|
6658
6663
|
}
|
|
6659
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6664
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-b94368c6] {
|
|
6660
6665
|
display: flex;
|
|
6661
6666
|
align-items: center;
|
|
6662
6667
|
gap: 8px;
|
|
6663
6668
|
}
|
|
6664
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6669
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-b94368c6] {
|
|
6665
6670
|
position: relative;
|
|
6666
6671
|
}
|
|
6667
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6672
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-b94368c6] {
|
|
6668
6673
|
position: absolute;
|
|
6669
6674
|
top: -10px;
|
|
6670
6675
|
right: -10px;
|
|
@@ -6681,31 +6686,31 @@ body,
|
|
|
6681
6686
|
font-size: 12px;
|
|
6682
6687
|
z-index: 1;
|
|
6683
6688
|
}
|
|
6684
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6689
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-b94368c6]:hover {
|
|
6685
6690
|
background-color: #f56c6c;
|
|
6686
6691
|
}
|
|
6687
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6692
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-b94368c6] {
|
|
6688
6693
|
display: flex;
|
|
6689
6694
|
}
|
|
6690
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6695
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-b94368c6] {
|
|
6691
6696
|
pointer-events: none;
|
|
6692
6697
|
}
|
|
6693
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6698
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-b94368c6] {
|
|
6694
6699
|
margin-right: 4px;
|
|
6695
6700
|
}
|
|
6696
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6701
|
+
.dynamic-mode-config .expand-filter-section[data-v-b94368c6] {
|
|
6697
6702
|
padding-top: 4px;
|
|
6698
6703
|
border-top: 1px solid #ebeef5;
|
|
6699
6704
|
margin-top: 4px;
|
|
6700
6705
|
}
|
|
6701
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6706
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-b94368c6] {
|
|
6702
6707
|
width: 100%;
|
|
6703
6708
|
}
|
|
6704
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6709
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-b94368c6] {
|
|
6705
6710
|
display: flex;
|
|
6706
6711
|
flex-wrap: wrap;
|
|
6707
6712
|
}
|
|
6708
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6713
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item {
|
|
6709
6714
|
padding: 2px;
|
|
6710
6715
|
border: 2px solid transparent;
|
|
6711
6716
|
border-radius: 2px;
|
|
@@ -6714,20 +6719,20 @@ body,
|
|
|
6714
6719
|
cursor: move;
|
|
6715
6720
|
margin-bottom: 4px;
|
|
6716
6721
|
}
|
|
6717
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6722
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item .el-form-item__label-wrap {
|
|
6718
6723
|
margin: 0 0 0 8px !important;
|
|
6719
6724
|
}
|
|
6720
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6725
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item .el-form-item__content {
|
|
6721
6726
|
min-width: 150px;
|
|
6722
6727
|
}
|
|
6723
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6728
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item .form-item-label {
|
|
6724
6729
|
display: flex;
|
|
6725
6730
|
align-items: center;
|
|
6726
6731
|
}
|
|
6727
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6732
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item .el-input {
|
|
6728
6733
|
width: 150px;
|
|
6729
6734
|
}
|
|
6730
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6735
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item .delete-icon {
|
|
6731
6736
|
position: absolute;
|
|
6732
6737
|
top: -10px;
|
|
6733
6738
|
right: -10px;
|
|
@@ -6744,19 +6749,19 @@ body,
|
|
|
6744
6749
|
font-size: 12px;
|
|
6745
6750
|
z-index: 1;
|
|
6746
6751
|
}
|
|
6747
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6752
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item .delete-icon:hover {
|
|
6748
6753
|
background-color: #f56c6c;
|
|
6749
6754
|
}
|
|
6750
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6755
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item.is-hover {
|
|
6751
6756
|
border: 2px dashed #7b99cb !important;
|
|
6752
6757
|
}
|
|
6753
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6758
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item.is-hover .delete-icon {
|
|
6754
6759
|
display: flex;
|
|
6755
6760
|
}
|
|
6756
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6761
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item.is-select {
|
|
6757
6762
|
border: 2px dashed #efa53a !important;
|
|
6758
6763
|
}
|
|
6759
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6764
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-b94368c6] .el-form-item__label {
|
|
6760
6765
|
font-size: 13px;
|
|
6761
6766
|
color: #606266;
|
|
6762
6767
|
pointer-events: none;
|
|
@@ -6766,11 +6771,11 @@ body,
|
|
|
6766
6771
|
align-items: center;
|
|
6767
6772
|
pointer-events: none;
|
|
6768
6773
|
}
|
|
6769
|
-
[data-v-
|
|
6774
|
+
[data-v-b94368c6] .el-checkbox-group {
|
|
6770
6775
|
display: flex;
|
|
6771
6776
|
gap: 12px;
|
|
6772
6777
|
}
|
|
6773
|
-
[data-v-
|
|
6778
|
+
[data-v-b94368c6] .el-checkbox-group .el-checkbox-button__inner {
|
|
6774
6779
|
border-radius: 4px;
|
|
6775
6780
|
}.fec-table[data-v-2a67aa02] {
|
|
6776
6781
|
height: 100%;
|
|
@@ -79,6 +79,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
79
79
|
return (_ctx, _cache) => {
|
|
80
80
|
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
81
81
|
(Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(Vue.unref(currentComponent)), {
|
|
82
|
+
id: `comp_${__props.config.id}`,
|
|
82
83
|
mode: Vue.unref(mode),
|
|
83
84
|
busNo: Vue.unref(busNo),
|
|
84
85
|
contNo: Vue.unref(contNo),
|
|
@@ -86,7 +87,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
86
87
|
genType: __props.config.genType,
|
|
87
88
|
parmList: Vue.unref(parsedParams),
|
|
88
89
|
onLoaded: loaded
|
|
89
|
-
}, null, 40, ["mode", "busNo", "contNo", "modeNo", "genType", "parmList"]))
|
|
90
|
+
}, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList"]))
|
|
90
91
|
]);
|
|
91
92
|
};
|
|
92
93
|
}
|
|
@@ -281,7 +281,35 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
281
281
|
};
|
|
282
282
|
const handleBlur = (event) => {
|
|
283
283
|
let value = event.target.value;
|
|
284
|
-
|
|
284
|
+
if (!value && value !== 0) {
|
|
285
|
+
compValue.value = value;
|
|
286
|
+
return;
|
|
287
|
+
}
|
|
288
|
+
let cleanValue = delcommafy(value.toString());
|
|
289
|
+
let numValue = Number(cleanValue);
|
|
290
|
+
if (isNaN(numValue)) return;
|
|
291
|
+
numValue = Number(numValue.toFixed(precision.value));
|
|
292
|
+
switch (props.format) {
|
|
293
|
+
case "wan":
|
|
294
|
+
numValue = numMulti(numValue, 1e4);
|
|
295
|
+
break;
|
|
296
|
+
case "million":
|
|
297
|
+
numValue = numMulti(numValue, 1e6);
|
|
298
|
+
break;
|
|
299
|
+
case "percentage":
|
|
300
|
+
numValue = numDiv(numValue, 100);
|
|
301
|
+
break;
|
|
302
|
+
case "permillage":
|
|
303
|
+
numValue = numDiv(numValue, 1e3);
|
|
304
|
+
break;
|
|
305
|
+
case "permillion":
|
|
306
|
+
numValue = numDiv(numValue, 1e4);
|
|
307
|
+
break;
|
|
308
|
+
}
|
|
309
|
+
const effectiveMax = props.maxValue != null ? props.maxValue : 999999999999999;
|
|
310
|
+
const effectiveMin = props.minValue != null ? props.minValue : -999999999999999;
|
|
311
|
+
numValue = Math.max(effectiveMin, Math.min(effectiveMax, numValue));
|
|
312
|
+
compValue.value = numValue;
|
|
285
313
|
switch (props.format) {
|
|
286
314
|
case "wan":
|
|
287
315
|
textValue.value = numDiv(numValue, 1e4);
|
|
@@ -310,42 +338,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
310
338
|
textValue.value = delcommafy(textValue.value);
|
|
311
339
|
}
|
|
312
340
|
};
|
|
313
|
-
function
|
|
314
|
-
if (
|
|
315
|
-
|
|
316
|
-
return;
|
|
317
|
-
}
|
|
318
|
-
let cleanValue = delcommafy(value.toString());
|
|
319
|
-
let numValue2 = Number(cleanValue);
|
|
320
|
-
if (isNaN(numValue2)) return;
|
|
321
|
-
numValue2 = Number(numValue2.toFixed(precision.value));
|
|
322
|
-
switch (props.format) {
|
|
323
|
-
case "wan":
|
|
324
|
-
numValue2 = numMulti(numValue2, 1e4);
|
|
325
|
-
break;
|
|
326
|
-
case "million":
|
|
327
|
-
numValue2 = numMulti(numValue2, 1e6);
|
|
328
|
-
break;
|
|
329
|
-
case "percentage":
|
|
330
|
-
numValue2 = numDiv(numValue2, 100);
|
|
331
|
-
break;
|
|
332
|
-
case "permillage":
|
|
333
|
-
numValue2 = numDiv(numValue2, 1e3);
|
|
334
|
-
break;
|
|
335
|
-
case "permillion":
|
|
336
|
-
numValue2 = numDiv(numValue2, 1e4);
|
|
337
|
-
break;
|
|
338
|
-
}
|
|
339
|
-
const effectiveMax = props.maxValue != null ? props.maxValue : 999999999999999;
|
|
340
|
-
const effectiveMin = props.minValue != null ? props.minValue : -999999999999999;
|
|
341
|
-
numValue2 = Math.max(effectiveMin, Math.min(effectiveMax, numValue2));
|
|
342
|
-
compValue.value = numValue2;
|
|
343
|
-
}
|
|
344
|
-
function formatNumberWithComma(numValue2) {
|
|
345
|
-
if (isNaN(numValue2) || numValue2 === null || numValue2 === void 0) {
|
|
346
|
-
return numValue2;
|
|
341
|
+
function formatNumberWithComma(numValue) {
|
|
342
|
+
if (isNaN(numValue) || numValue === null || numValue === void 0) {
|
|
343
|
+
return numValue;
|
|
347
344
|
}
|
|
348
|
-
let numStr =
|
|
345
|
+
let numStr = numValue.toString();
|
|
349
346
|
const endsWithDot = numStr.endsWith(".");
|
|
350
347
|
const [integerPart, decimalPart] = numStr.split(".");
|
|
351
348
|
const formattedInteger = integerPart.replace(/\B(?=(\d{3})+(?!\d))/g, ",");
|
|
@@ -509,5 +506,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
509
506
|
};
|
|
510
507
|
}
|
|
511
508
|
});
|
|
512
|
-
const _Number = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
509
|
+
const _Number = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-01611195"]]);
|
|
513
510
|
exports.default = _Number;
|
|
@@ -268,6 +268,14 @@ const _sfc_main = {
|
|
|
268
268
|
}
|
|
269
269
|
return `${placeholderMap[field.fieldType] || "请输入"}${field.label || ""}`;
|
|
270
270
|
};
|
|
271
|
+
const dynamicPlaceholder = Vue.computed(() => {
|
|
272
|
+
const searchFields = dynamicConfig.value.searchFields || [];
|
|
273
|
+
if (searchFields.length == 0) {
|
|
274
|
+
return "请输入筛选条件";
|
|
275
|
+
}
|
|
276
|
+
const labelArr = searchFields.map((item) => item.label);
|
|
277
|
+
return `搜索${labelArr.join("/")}`;
|
|
278
|
+
});
|
|
271
279
|
return (_ctx, _cache) => {
|
|
272
280
|
const _component_el_icon = index.ElIcon;
|
|
273
281
|
const _component_el_tab_pane = index$2.ElTabPane;
|
|
@@ -319,7 +327,8 @@ const _sfc_main = {
|
|
|
319
327
|
Vue.createVNode(_component_el_input, {
|
|
320
328
|
modelValue: searchInputValue.value,
|
|
321
329
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => searchInputValue.value = $event),
|
|
322
|
-
placeholder:
|
|
330
|
+
placeholder: dynamicPlaceholder.value,
|
|
331
|
+
title: dynamicPlaceholder.value,
|
|
323
332
|
class: "search-input",
|
|
324
333
|
clearable: "",
|
|
325
334
|
size: "default",
|
|
@@ -353,7 +362,7 @@ const _sfc_main = {
|
|
|
353
362
|
]),
|
|
354
363
|
key: "0"
|
|
355
364
|
} : void 0
|
|
356
|
-
]), 1032, ["modelValue"])
|
|
365
|
+
]), 1032, ["modelValue", "placeholder", "title"])
|
|
357
366
|
])) : Vue.createCommentVNode("", true),
|
|
358
367
|
!__props.readOnly && !__props.isSubTable && rightButtons.value.length > 0 ? (Vue.openBlock(), Vue.createBlock(Vue.unref(vxeTable.VxeToolbar), {
|
|
359
368
|
key: 1,
|
|
@@ -487,5 +496,5 @@ const _sfc_main = {
|
|
|
487
496
|
};
|
|
488
497
|
}
|
|
489
498
|
};
|
|
490
|
-
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
499
|
+
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-b94368c6"]]);
|
|
491
500
|
exports.default = DynamicQuery;
|
|
@@ -16,6 +16,9 @@ function checkFilterMatch(filterConfig, data, fields = []) {
|
|
|
16
16
|
}
|
|
17
17
|
function checkGroupMatch(group, data, fields) {
|
|
18
18
|
const { operator, conditions, groups } = group;
|
|
19
|
+
if ((!conditions || conditions.length == 0) && !groups || groups.length == 0) {
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
19
22
|
const results = [];
|
|
20
23
|
if (conditions && conditions.length > 0) {
|
|
21
24
|
conditions.forEach((cond) => {
|