@fecp/designer 5.4.12 → 5.4.14

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.
@@ -1,4 +1,4 @@
1
- const version = "5.4.12";
1
+ const version = "5.4.14";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -50,7 +50,7 @@ const _sfc_main = {
50
50
  return openBlock(), createBlock(_component_el_collapse, {
51
51
  class: "setting",
52
52
  modelValue: unref(activeName),
53
- "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => isRef(activeName) ? activeName.value = $event : null)
53
+ "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => isRef(activeName) ? activeName.value = $event : null)
54
54
  }, {
55
55
  default: withCtx(() => [
56
56
  createVNode(_component_el_collapse_item, {
@@ -87,19 +87,19 @@ const _sfc_main = {
87
87
  }, {
88
88
  default: withCtx(() => [
89
89
  createVNode(_component_el_radio_button, { value: "none" }, {
90
- default: withCtx(() => _cache[12] || (_cache[12] = [
90
+ default: withCtx(() => _cache[13] || (_cache[13] = [
91
91
  createTextVNode("无")
92
92
  ])),
93
93
  _: 1
94
94
  }),
95
95
  createVNode(_component_el_radio_button, { value: "label" }, {
96
- default: withCtx(() => _cache[13] || (_cache[13] = [
96
+ default: withCtx(() => _cache[14] || (_cache[14] = [
97
97
  createTextVNode("标题")
98
98
  ])),
99
99
  _: 1
100
100
  }),
101
101
  createVNode(_component_el_radio_button, { value: "subLabel" }, {
102
- default: withCtx(() => _cache[14] || (_cache[14] = [
102
+ default: withCtx(() => _cache[15] || (_cache[15] = [
103
103
  createTextVNode("子标题")
104
104
  ])),
105
105
  _: 1
@@ -127,16 +127,48 @@ const _sfc_main = {
127
127
  _: 1
128
128
  })) : createCommentVNode("", true)
129
129
  ], 64)) : createCommentVNode("", true),
130
+ createVNode(_component_el_form_item, { label: "显示模式" }, {
131
+ default: withCtx(() => [
132
+ createVNode(_component_el_radio_group, {
133
+ modelValue: unref(currentItem).displayMode,
134
+ "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(currentItem).displayMode = $event),
135
+ size: "small"
136
+ }, {
137
+ default: withCtx(() => [
138
+ createVNode(_component_el_radio_button, { value: "all" }, {
139
+ default: withCtx(() => _cache[16] || (_cache[16] = [
140
+ createTextVNode("始终显示")
141
+ ])),
142
+ _: 1
143
+ }),
144
+ createVNode(_component_el_radio_button, { value: "edit" }, {
145
+ default: withCtx(() => _cache[17] || (_cache[17] = [
146
+ createTextVNode("编辑时显示")
147
+ ])),
148
+ _: 1
149
+ }),
150
+ createVNode(_component_el_radio_button, { value: "query" }, {
151
+ default: withCtx(() => _cache[18] || (_cache[18] = [
152
+ createTextVNode("查看时显示")
153
+ ])),
154
+ _: 1
155
+ })
156
+ ]),
157
+ _: 1
158
+ }, 8, ["modelValue"])
159
+ ]),
160
+ _: 1
161
+ }),
130
162
  createVNode(_component_el_form_item, { label: "数据来源" }, {
131
163
  default: withCtx(() => [
132
164
  createVNode(_component_el_radio_group, {
133
165
  modelValue: unref(currentItem).dataSourceFrom,
134
- "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(currentItem).dataSourceFrom = $event),
166
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(currentItem).dataSourceFrom = $event),
135
167
  size: "small"
136
168
  }, {
137
169
  default: withCtx(() => [
138
170
  createVNode(_component_el_radio_button, { value: "main" }, {
139
- default: withCtx(() => _cache[15] || (_cache[15] = [
171
+ default: withCtx(() => _cache[19] || (_cache[19] = [
140
172
  createTextVNode("主页面获取")
141
173
  ])),
142
174
  _: 1
@@ -145,7 +177,7 @@ const _sfc_main = {
145
177
  value: "self",
146
178
  disabled: ""
147
179
  }, {
148
- default: withCtx(() => _cache[16] || (_cache[16] = [
180
+ default: withCtx(() => _cache[20] || (_cache[20] = [
149
181
  createTextVNode("子表单自加载")
150
182
  ])),
151
183
  _: 1
@@ -160,7 +192,7 @@ const _sfc_main = {
160
192
  default: withCtx(() => [
161
193
  createVNode(_component_el_switch, {
162
194
  modelValue: unref(currentItem).triggerSubFormPageEvent,
163
- "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(currentItem).triggerSubFormPageEvent = $event)
195
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => unref(currentItem).triggerSubFormPageEvent = $event)
164
196
  }, null, 8, ["modelValue"])
165
197
  ]),
166
198
  _: 1
@@ -169,7 +201,7 @@ const _sfc_main = {
169
201
  default: withCtx(() => [
170
202
  createVNode(_component_el_input, {
171
203
  modelValue: unref(currentItem).permission,
172
- "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => unref(currentItem).permission = $event)
204
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => unref(currentItem).permission = $event)
173
205
  }, null, 8, ["modelValue"])
174
206
  ]),
175
207
  _: 1
@@ -178,18 +210,18 @@ const _sfc_main = {
178
210
  default: withCtx(() => [
179
211
  createVNode(_component_el_radio_group, {
180
212
  modelValue: unref(currentItem).formSource,
181
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => unref(currentItem).formSource = $event),
213
+ "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => unref(currentItem).formSource = $event),
182
214
  size: "small"
183
215
  }, {
184
216
  default: withCtx(() => [
185
217
  createVNode(_component_el_radio_button, { value: "select" }, {
186
- default: withCtx(() => _cache[17] || (_cache[17] = [
218
+ default: withCtx(() => _cache[21] || (_cache[21] = [
187
219
  createTextVNode("选择表单")
188
220
  ])),
189
221
  _: 1
190
222
  }),
191
223
  createVNode(_component_el_radio_button, { value: "dynamic" }, {
192
- default: withCtx(() => _cache[18] || (_cache[18] = [
224
+ default: withCtx(() => _cache[22] || (_cache[22] = [
193
225
  createTextVNode("动态表单")
194
226
  ])),
195
227
  _: 1
@@ -207,11 +239,11 @@ const _sfc_main = {
207
239
  default: withCtx(() => [
208
240
  createVNode(TemplateSelector, {
209
241
  modelValue: unref(currentItem).subFormName,
210
- "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => unref(currentItem).subFormName = $event),
242
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => unref(currentItem).subFormName = $event),
211
243
  templateKey: unref(currentItem).subFormKey,
212
- "onUpdate:templateKey": _cache[8] || (_cache[8] = ($event) => unref(currentItem).subFormKey = $event),
244
+ "onUpdate:templateKey": _cache[9] || (_cache[9] = ($event) => unref(currentItem).subFormKey = $event),
213
245
  templateId: unref(currentItem).subFormId,
214
- "onUpdate:templateId": _cache[9] || (_cache[9] = ($event) => unref(currentItem).subFormId = $event),
246
+ "onUpdate:templateId": _cache[10] || (_cache[10] = ($event) => unref(currentItem).subFormId = $event),
215
247
  templateType: "form"
216
248
  }, null, 8, ["modelValue", "templateKey", "templateId"])
217
249
  ]),
@@ -223,7 +255,7 @@ const _sfc_main = {
223
255
  default: withCtx(() => [
224
256
  createVNode(ValueSelector, {
225
257
  modelValue: unref(currentItem).dynamicSubFormKey,
226
- "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(currentItem).dynamicSubFormKey = $event),
258
+ "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(currentItem).dynamicSubFormKey = $event),
227
259
  size: "default"
228
260
  }, null, 8, ["modelValue"])
229
261
  ]),
package/es/designer.css CHANGED
@@ -5781,27 +5781,27 @@ body,
5781
5781
  width: 80px;
5782
5782
  font-size: var(--el-font-size-extra-small);
5783
5783
  }
5784
- .fec-form[data-v-75d6c58f] {
5784
+ .fec-form[data-v-28738b69] {
5785
5785
  height: 100%;
5786
5786
  }
5787
- [data-v-75d6c58f] .vgl-item {
5787
+ [data-v-28738b69] .vgl-item {
5788
5788
  transition: none;
5789
5789
  }
5790
- [data-v-75d6c58f] .vgl-item > .el-form-item {
5790
+ [data-v-28738b69] .vgl-item > .el-form-item {
5791
5791
  width: 100%;
5792
5792
  padding: 12px 8px 0 8px;
5793
5793
  height: calc(100% - 15px);
5794
5794
  display: flex;
5795
5795
  }
5796
- [data-v-75d6c58f] .vgl-item > .el-form-item.el-form-item--label-top {
5796
+ [data-v-28738b69] .vgl-item > .el-form-item.el-form-item--label-top {
5797
5797
  flex-direction: column;
5798
5798
  }
5799
- [data-v-75d6c58f] .vgl-item > .el-form-item .el-form-item__label {
5799
+ [data-v-28738b69] .vgl-item > .el-form-item .el-form-item__label {
5800
5800
  line-height: 20px;
5801
5801
  display: flex;
5802
5802
  align-items: center;
5803
5803
  }
5804
- [data-v-75d6c58f] .vgl-item > .el-container {
5804
+ [data-v-28738b69] .vgl-item > .el-container {
5805
5805
  height: auto !important;
5806
5806
  }.cell-content .cell-text[data-v-3e5372d4] {
5807
5807
  display: inline-block;
@@ -6090,11 +6090,11 @@ body,
6090
6090
  }
6091
6091
  [data-v-dc1c22da] .el-checkbox-group .el-checkbox-button__inner {
6092
6092
  border-radius: 4px;
6093
- }.fec-table[data-v-293f0cfd] {
6093
+ }.fec-table[data-v-45cdf333] {
6094
6094
  height: 100%;
6095
6095
  flex-grow: 1;
6096
6096
  }
6097
- .fec-table-container[data-v-293f0cfd] {
6097
+ .fec-table-container[data-v-45cdf333] {
6098
6098
  width: 100%;
6099
6099
  background: #fff;
6100
6100
  box-sizing: border-box;
@@ -6104,30 +6104,30 @@ body,
6104
6104
  overflow: hidden;
6105
6105
  flex-grow: 1;
6106
6106
  }
6107
- .fec-table-container .fec-vxe-table[data-v-293f0cfd] {
6107
+ .fec-table-container .fec-vxe-table[data-v-45cdf333] {
6108
6108
  flex: 1;
6109
6109
  min-height: 0;
6110
6110
  overflow: hidden;
6111
6111
  }
6112
- .fec-table-container[data-v-293f0cfd] .vxe-table {
6112
+ .fec-table-container[data-v-45cdf333] .vxe-table {
6113
6113
  font-size: 14px;
6114
6114
  }
6115
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-table--body-wrapper {
6115
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-table--body-wrapper {
6116
6116
  overflow: auto;
6117
6117
  }
6118
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-header--column {
6118
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-header--column {
6119
6119
  background-color: #f5f7fa;
6120
6120
  }
6121
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-header--column .vxe-cell {
6121
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-header--column .vxe-cell {
6122
6122
  height: 40px !important;
6123
6123
  min-height: 40px !important;
6124
6124
  }
6125
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .vxe-cell {
6125
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-body--column .vxe-cell {
6126
6126
  padding: 6px !important;
6127
6127
  min-height: 40px !important;
6128
6128
  }
6129
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .c--tooltip,
6130
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .c--title {
6129
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-body--column .c--tooltip,
6130
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-body--column .c--title {
6131
6131
  height: 40px !important;
6132
6132
  min-height: 40px !important;
6133
6133
  }: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)}
@@ -6138,11 +6138,6 @@ body,
6138
6138
  :root,:host{--van-cell-font-size: var(--van-font-size-md);--van-cell-line-height: 24px;--van-cell-vertical-padding: 10px;--van-cell-horizontal-padding: var(--van-padding-md);--van-cell-text-color: var(--van-text-color);--van-cell-background: var(--van-background-2);--van-cell-border-color: var(--van-border-color);--van-cell-active-color: var(--van-active-color);--van-cell-required-color: var(--van-danger-color);--van-cell-label-color: var(--van-text-color-2);--van-cell-label-font-size: var(--van-font-size-sm);--van-cell-label-line-height: var(--van-line-height-sm);--van-cell-label-margin-top: var(--van-padding-base);--van-cell-value-color: var(--van-text-color-2);--van-cell-value-font-size: inherit;--van-cell-icon-size: 16px;--van-cell-right-icon-color: var(--van-gray-6);--van-cell-large-vertical-padding: var(--van-padding-sm);--van-cell-large-title-font-size: var(--van-font-size-lg);--van-cell-large-label-font-size: var(--van-font-size-md);--van-cell-large-value-font-size: inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell:last-child:after,.van-cell--borderless:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}
6139
6139
  :root,:host{--van-cell-group-background: var(--van-background-2);--van-cell-group-title-color: var(--van-text-color-2);--van-cell-group-title-padding: var(--van-padding-md) var(--van-padding-md);--van-cell-group-title-font-size: var(--van-font-size-md);--van-cell-group-title-line-height: 16px;--van-cell-group-inset-padding: 0 var(--van-padding-md);--van-cell-group-inset-radius: var(--van-radius-lg);--van-cell-group-inset-title-padding: var(--van-padding-md) var(--van-padding-md)}.van-cell-group{background:var(--van-cell-group-background)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}
6140
6140
  .van-swipe-cell{position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab}.van-swipe-cell__wrapper{transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-property:transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;transform:translate3d(100%,0,0)}
6141
- :root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
6142
- :root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media (max-width: 321px){.van-action-bar-button{font-size:13px}}
6143
- :root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
6144
- :root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
6145
- :root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media (max-width: 321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
6146
6141
 
6147
6142
  .fec-card[data-v-656fbde7] {
6148
6143
  margin: 12px;
@@ -6150,6 +6145,11 @@ body,
6150
6145
  .fec-swipe-delete-button[data-v-656fbde7] {
6151
6146
  height: 100%;
6152
6147
  }
6148
+ :root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
6149
+ :root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media (max-width: 321px){.van-action-bar-button{font-size:13px}}
6150
+ :root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
6151
+ :root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
6152
+ :root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media (max-width: 321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
6153
6153
  :root,:host{--van-image-placeholder-text-color: var(--van-text-color-2);--van-image-placeholder-font-size: var(--van-font-size-md);--van-image-placeholder-background: var(--van-background);--van-image-loading-icon-size: 32px;--van-image-loading-icon-color: var(--van-gray-4);--van-image-error-icon-size: 32px;--van-image-error-icon-color: var(--van-gray-4)}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image--block{display:block}.van-image__img,.van-image__error,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background:var(--van-image-placeholder-background)}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}
6154
6154
 
6155
6155
  .fec-collapse-container[data-v-6037566c] {
@@ -6,13 +6,13 @@
6
6
  /* empty css */
7
7
  /* empty css */
8
8
  import { createBlock, openBlock, withCtx, createVNode, renderSlot } from "vue";
9
+ /* empty css */
10
+ import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
9
11
  /* empty css */
10
12
  /* empty css */
11
13
  /* empty css */
12
14
  /* empty css */
13
15
  /* empty css */
14
- /* empty css */
15
- import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
16
16
  import { SwipeCell } from "../../../../../../node_modules/vant/es/swipe-cell/index.mjs";
17
17
  import { showConfirmDialog } from "../../../../../../node_modules/vant/es/dialog/function-call.mjs";
18
18
  import "../../../../../../node_modules/vant/es/dialog/index.mjs";
@@ -34,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
34
34
  inject("rowHeight");
35
35
  inject("gridLayout");
36
36
  inject("gridLayoutFieldsData");
37
- inject("setFormItemHeight");
37
+ const setFormItemHeight = inject("setFormItemHeight");
38
38
  const fieldsData = props.localConfig.fieldsData.map((item) => {
39
39
  return item.component;
40
40
  });
@@ -80,7 +80,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
80
80
  return accept2;
81
81
  });
82
82
  const paramList = computed(() => {
83
- props.config.essentialParams.map((item) => {
83
+ return props.config.essentialParams.map((item) => {
84
84
  const modeNo = item.scenario;
85
85
  const businessObj = item.businessKey;
86
86
  const fieldId = businessObj.value;
@@ -114,6 +114,17 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
114
114
  onMounted(() => {
115
115
  loadComponentByPath(path);
116
116
  });
117
+ function loaded(dom) {
118
+ const foundItem = props.localConfig.fieldsData.find(
119
+ (item) => item.id == props.config.id
120
+ );
121
+ const titleHeight = props.config.titleMode != "none" ? 60 : 0;
122
+ if (foundItem) {
123
+ foundItem.fixedH = true;
124
+ foundItem.h = dom.offsetHeight + titleHeight;
125
+ setFormItemHeight(props.config.id, true, dom.offsetHeight + titleHeight);
126
+ }
127
+ }
117
128
  return (_ctx, _cache) => {
118
129
  return openBlock(), createElementBlock(Fragment, null, [
119
130
  __props.config.titleMode != "none" ? (openBlock(), createElementBlock("div", _hoisted_1, [
@@ -132,8 +143,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
132
143
  multiple: __props.config.multiple,
133
144
  download: __props.config.download,
134
145
  accept: unref(accept),
135
- paramList: unref(paramList)
136
- }, null, 8, ["isEdit", "isSupplement", "multiple", "download", "accept", "paramList"]))
146
+ paramList: unref(paramList),
147
+ onLoaded: loaded
148
+ }, null, 40, ["isEdit", "isSupplement", "multiple", "download", "accept", "paramList"]))
137
149
  ])
138
150
  ], 64);
139
151
  };
@@ -229,7 +229,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
229
229
  }
230
230
  });
231
231
  }
232
- debugger;
233
232
  formData.value = { ...defaultData, ...setFormData(props.modelValue, true) };
234
233
  formRules.value = rules;
235
234
  };
@@ -923,7 +922,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
923
922
  if (!linkaged) {
924
923
  return;
925
924
  }
926
- debugger;
927
925
  const changedFields = findChangedFields(newVal, prevFormData.value);
928
926
  if (changedFields.length > 0) {
929
927
  applyLinkageEffectsForChangedFields(changedFields);
@@ -1054,7 +1052,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1054
1052
  };
1055
1053
  }
1056
1054
  });
1057
- const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-75d6c58f"]]);
1055
+ const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-28738b69"]]);
1058
1056
  export {
1059
1057
  _Form as default
1060
1058
  };
@@ -123,6 +123,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
123
123
  const currentMode = ref("");
124
124
  const instance = getCurrentInstance();
125
125
  const dataSourceManager = ref(null);
126
+ const summaryAllDataManager = ref(null);
126
127
  const ctx = getCurrentVueInstance();
127
128
  const configLoading = ref(true);
128
129
  const localConfig = ref({});
@@ -285,7 +286,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
285
286
  if (!props.tableData || props.tableData.length === 0) {
286
287
  tableDataFetch();
287
288
  if (((_c = localConfig.value.summaryConfig) == null ? void 0 : _c.enabled) && ((_d = localConfig.value.summaryConfig) == null ? void 0 : _d.mode) == "all") {
288
- const summaryAllDataManager = createDataSource({
289
+ summaryAllDataManager.value = createDataSource({
289
290
  http: ctx.$http,
290
291
  initSearchData: searchData.value,
291
292
  dataSources: localConfig.value.dataSources,
@@ -300,18 +301,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
300
301
  sortRules: localConfig.value.sortRules,
301
302
  templateId: localConfig.value.templateKey
302
303
  });
303
- const data = await summaryAllDataManager.fetch();
304
- const summaryFields = localConfig.value.summaryConfig.summaryFields || [];
305
- const allList = (data == null ? void 0 : data.list) || [];
306
- const summaryResult = {};
307
- summaryFields.forEach((fieldName) => {
308
- const sum = allList.reduce((total, item) => {
309
- const value = parseFloat(item[fieldName]);
310
- return total + (isNaN(value) ? 0 : value);
311
- }, 0);
312
- summaryResult[fieldName] = sum;
313
- });
314
- allSummaryData.value = summaryResult;
304
+ await summaryAllDataFetch();
315
305
  }
316
306
  }
317
307
  loadFieldDataSources();
@@ -527,6 +517,24 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
527
517
  };
528
518
  async function tableDataFetch() {
529
519
  await dataSourceManager.value.fetch();
520
+ await summaryAllDataFetch();
521
+ }
522
+ async function summaryAllDataFetch() {
523
+ var _a, _b;
524
+ if (((_a = localConfig.value.summaryConfig) == null ? void 0 : _a.enabled) && ((_b = localConfig.value.summaryConfig) == null ? void 0 : _b.mode) == "all") {
525
+ const data = await summaryAllDataManager.value.fetch();
526
+ const summaryFields = localConfig.value.summaryConfig.summaryFields || [];
527
+ const allList = (data == null ? void 0 : data.list) || [];
528
+ const summaryResult = {};
529
+ summaryFields.forEach((fieldName) => {
530
+ const sum = allList.reduce((total, item) => {
531
+ const value = parseFloat(item[fieldName]);
532
+ return total + (isNaN(value) ? 0 : value);
533
+ }, 0);
534
+ summaryResult[fieldName] = sum;
535
+ });
536
+ allSummaryData.value = summaryResult;
537
+ }
530
538
  }
531
539
  const exportConfig = reactive({
532
540
  modes: ["current", "selected", "all", "empty"],
@@ -793,7 +801,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
793
801
  };
794
802
  }
795
803
  });
796
- const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-293f0cfd"]]);
804
+ const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-45cdf333"]]);
797
805
  export {
798
806
  _Table as default
799
807
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.4.12";
3
+ const version = "5.4.14";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -52,7 +52,7 @@ const _sfc_main = {
52
52
  return vue.openBlock(), vue.createBlock(_component_el_collapse, {
53
53
  class: "setting",
54
54
  modelValue: vue.unref(activeName),
55
- "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.isRef(activeName) ? activeName.value = $event : null)
55
+ "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.isRef(activeName) ? activeName.value = $event : null)
56
56
  }, {
57
57
  default: vue.withCtx(() => [
58
58
  vue.createVNode(_component_el_collapse_item, {
@@ -89,19 +89,19 @@ const _sfc_main = {
89
89
  }, {
90
90
  default: vue.withCtx(() => [
91
91
  vue.createVNode(_component_el_radio_button, { value: "none" }, {
92
- default: vue.withCtx(() => _cache[12] || (_cache[12] = [
92
+ default: vue.withCtx(() => _cache[13] || (_cache[13] = [
93
93
  vue.createTextVNode("无")
94
94
  ])),
95
95
  _: 1
96
96
  }),
97
97
  vue.createVNode(_component_el_radio_button, { value: "label" }, {
98
- default: vue.withCtx(() => _cache[13] || (_cache[13] = [
98
+ default: vue.withCtx(() => _cache[14] || (_cache[14] = [
99
99
  vue.createTextVNode("标题")
100
100
  ])),
101
101
  _: 1
102
102
  }),
103
103
  vue.createVNode(_component_el_radio_button, { value: "subLabel" }, {
104
- default: vue.withCtx(() => _cache[14] || (_cache[14] = [
104
+ default: vue.withCtx(() => _cache[15] || (_cache[15] = [
105
105
  vue.createTextVNode("子标题")
106
106
  ])),
107
107
  _: 1
@@ -129,16 +129,48 @@ const _sfc_main = {
129
129
  _: 1
130
130
  })) : vue.createCommentVNode("", true)
131
131
  ], 64)) : vue.createCommentVNode("", true),
132
+ vue.createVNode(_component_el_form_item, { label: "显示模式" }, {
133
+ default: vue.withCtx(() => [
134
+ vue.createVNode(_component_el_radio_group, {
135
+ modelValue: vue.unref(currentItem).displayMode,
136
+ "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(currentItem).displayMode = $event),
137
+ size: "small"
138
+ }, {
139
+ default: vue.withCtx(() => [
140
+ vue.createVNode(_component_el_radio_button, { value: "all" }, {
141
+ default: vue.withCtx(() => _cache[16] || (_cache[16] = [
142
+ vue.createTextVNode("始终显示")
143
+ ])),
144
+ _: 1
145
+ }),
146
+ vue.createVNode(_component_el_radio_button, { value: "edit" }, {
147
+ default: vue.withCtx(() => _cache[17] || (_cache[17] = [
148
+ vue.createTextVNode("编辑时显示")
149
+ ])),
150
+ _: 1
151
+ }),
152
+ vue.createVNode(_component_el_radio_button, { value: "query" }, {
153
+ default: vue.withCtx(() => _cache[18] || (_cache[18] = [
154
+ vue.createTextVNode("查看时显示")
155
+ ])),
156
+ _: 1
157
+ })
158
+ ]),
159
+ _: 1
160
+ }, 8, ["modelValue"])
161
+ ]),
162
+ _: 1
163
+ }),
132
164
  vue.createVNode(_component_el_form_item, { label: "数据来源" }, {
133
165
  default: vue.withCtx(() => [
134
166
  vue.createVNode(_component_el_radio_group, {
135
167
  modelValue: vue.unref(currentItem).dataSourceFrom,
136
- "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(currentItem).dataSourceFrom = $event),
168
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(currentItem).dataSourceFrom = $event),
137
169
  size: "small"
138
170
  }, {
139
171
  default: vue.withCtx(() => [
140
172
  vue.createVNode(_component_el_radio_button, { value: "main" }, {
141
- default: vue.withCtx(() => _cache[15] || (_cache[15] = [
173
+ default: vue.withCtx(() => _cache[19] || (_cache[19] = [
142
174
  vue.createTextVNode("主页面获取")
143
175
  ])),
144
176
  _: 1
@@ -147,7 +179,7 @@ const _sfc_main = {
147
179
  value: "self",
148
180
  disabled: ""
149
181
  }, {
150
- default: vue.withCtx(() => _cache[16] || (_cache[16] = [
182
+ default: vue.withCtx(() => _cache[20] || (_cache[20] = [
151
183
  vue.createTextVNode("子表单自加载")
152
184
  ])),
153
185
  _: 1
@@ -162,7 +194,7 @@ const _sfc_main = {
162
194
  default: vue.withCtx(() => [
163
195
  vue.createVNode(_component_el_switch, {
164
196
  modelValue: vue.unref(currentItem).triggerSubFormPageEvent,
165
- "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(currentItem).triggerSubFormPageEvent = $event)
197
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(currentItem).triggerSubFormPageEvent = $event)
166
198
  }, null, 8, ["modelValue"])
167
199
  ]),
168
200
  _: 1
@@ -171,7 +203,7 @@ const _sfc_main = {
171
203
  default: vue.withCtx(() => [
172
204
  vue.createVNode(_component_el_input, {
173
205
  modelValue: vue.unref(currentItem).permission,
174
- "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(currentItem).permission = $event)
206
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(currentItem).permission = $event)
175
207
  }, null, 8, ["modelValue"])
176
208
  ]),
177
209
  _: 1
@@ -180,18 +212,18 @@ const _sfc_main = {
180
212
  default: vue.withCtx(() => [
181
213
  vue.createVNode(_component_el_radio_group, {
182
214
  modelValue: vue.unref(currentItem).formSource,
183
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(currentItem).formSource = $event),
215
+ "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(currentItem).formSource = $event),
184
216
  size: "small"
185
217
  }, {
186
218
  default: vue.withCtx(() => [
187
219
  vue.createVNode(_component_el_radio_button, { value: "select" }, {
188
- default: vue.withCtx(() => _cache[17] || (_cache[17] = [
220
+ default: vue.withCtx(() => _cache[21] || (_cache[21] = [
189
221
  vue.createTextVNode("选择表单")
190
222
  ])),
191
223
  _: 1
192
224
  }),
193
225
  vue.createVNode(_component_el_radio_button, { value: "dynamic" }, {
194
- default: vue.withCtx(() => _cache[18] || (_cache[18] = [
226
+ default: vue.withCtx(() => _cache[22] || (_cache[22] = [
195
227
  vue.createTextVNode("动态表单")
196
228
  ])),
197
229
  _: 1
@@ -209,11 +241,11 @@ const _sfc_main = {
209
241
  default: vue.withCtx(() => [
210
242
  vue.createVNode(TemplateSelector.default, {
211
243
  modelValue: vue.unref(currentItem).subFormName,
212
- "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(currentItem).subFormName = $event),
244
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(currentItem).subFormName = $event),
213
245
  templateKey: vue.unref(currentItem).subFormKey,
214
- "onUpdate:templateKey": _cache[8] || (_cache[8] = ($event) => vue.unref(currentItem).subFormKey = $event),
246
+ "onUpdate:templateKey": _cache[9] || (_cache[9] = ($event) => vue.unref(currentItem).subFormKey = $event),
215
247
  templateId: vue.unref(currentItem).subFormId,
216
- "onUpdate:templateId": _cache[9] || (_cache[9] = ($event) => vue.unref(currentItem).subFormId = $event),
248
+ "onUpdate:templateId": _cache[10] || (_cache[10] = ($event) => vue.unref(currentItem).subFormId = $event),
217
249
  templateType: "form"
218
250
  }, null, 8, ["modelValue", "templateKey", "templateId"])
219
251
  ]),
@@ -225,7 +257,7 @@ const _sfc_main = {
225
257
  default: vue.withCtx(() => [
226
258
  vue.createVNode(ValueSelector.default, {
227
259
  modelValue: vue.unref(currentItem).dynamicSubFormKey,
228
- "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(currentItem).dynamicSubFormKey = $event),
260
+ "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(currentItem).dynamicSubFormKey = $event),
229
261
  size: "default"
230
262
  }, null, 8, ["modelValue"])
231
263
  ]),
package/lib/designer.css CHANGED
@@ -5781,27 +5781,27 @@ body,
5781
5781
  width: 80px;
5782
5782
  font-size: var(--el-font-size-extra-small);
5783
5783
  }
5784
- .fec-form[data-v-75d6c58f] {
5784
+ .fec-form[data-v-28738b69] {
5785
5785
  height: 100%;
5786
5786
  }
5787
- [data-v-75d6c58f] .vgl-item {
5787
+ [data-v-28738b69] .vgl-item {
5788
5788
  transition: none;
5789
5789
  }
5790
- [data-v-75d6c58f] .vgl-item > .el-form-item {
5790
+ [data-v-28738b69] .vgl-item > .el-form-item {
5791
5791
  width: 100%;
5792
5792
  padding: 12px 8px 0 8px;
5793
5793
  height: calc(100% - 15px);
5794
5794
  display: flex;
5795
5795
  }
5796
- [data-v-75d6c58f] .vgl-item > .el-form-item.el-form-item--label-top {
5796
+ [data-v-28738b69] .vgl-item > .el-form-item.el-form-item--label-top {
5797
5797
  flex-direction: column;
5798
5798
  }
5799
- [data-v-75d6c58f] .vgl-item > .el-form-item .el-form-item__label {
5799
+ [data-v-28738b69] .vgl-item > .el-form-item .el-form-item__label {
5800
5800
  line-height: 20px;
5801
5801
  display: flex;
5802
5802
  align-items: center;
5803
5803
  }
5804
- [data-v-75d6c58f] .vgl-item > .el-container {
5804
+ [data-v-28738b69] .vgl-item > .el-container {
5805
5805
  height: auto !important;
5806
5806
  }.cell-content .cell-text[data-v-3e5372d4] {
5807
5807
  display: inline-block;
@@ -6090,11 +6090,11 @@ body,
6090
6090
  }
6091
6091
  [data-v-dc1c22da] .el-checkbox-group .el-checkbox-button__inner {
6092
6092
  border-radius: 4px;
6093
- }.fec-table[data-v-293f0cfd] {
6093
+ }.fec-table[data-v-45cdf333] {
6094
6094
  height: 100%;
6095
6095
  flex-grow: 1;
6096
6096
  }
6097
- .fec-table-container[data-v-293f0cfd] {
6097
+ .fec-table-container[data-v-45cdf333] {
6098
6098
  width: 100%;
6099
6099
  background: #fff;
6100
6100
  box-sizing: border-box;
@@ -6104,30 +6104,30 @@ body,
6104
6104
  overflow: hidden;
6105
6105
  flex-grow: 1;
6106
6106
  }
6107
- .fec-table-container .fec-vxe-table[data-v-293f0cfd] {
6107
+ .fec-table-container .fec-vxe-table[data-v-45cdf333] {
6108
6108
  flex: 1;
6109
6109
  min-height: 0;
6110
6110
  overflow: hidden;
6111
6111
  }
6112
- .fec-table-container[data-v-293f0cfd] .vxe-table {
6112
+ .fec-table-container[data-v-45cdf333] .vxe-table {
6113
6113
  font-size: 14px;
6114
6114
  }
6115
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-table--body-wrapper {
6115
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-table--body-wrapper {
6116
6116
  overflow: auto;
6117
6117
  }
6118
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-header--column {
6118
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-header--column {
6119
6119
  background-color: #f5f7fa;
6120
6120
  }
6121
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-header--column .vxe-cell {
6121
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-header--column .vxe-cell {
6122
6122
  height: 40px !important;
6123
6123
  min-height: 40px !important;
6124
6124
  }
6125
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .vxe-cell {
6125
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-body--column .vxe-cell {
6126
6126
  padding: 6px !important;
6127
6127
  min-height: 40px !important;
6128
6128
  }
6129
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .c--tooltip,
6130
- .fec-table-container[data-v-293f0cfd] .vxe-table .vxe-body--column .c--title {
6129
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-body--column .c--tooltip,
6130
+ .fec-table-container[data-v-45cdf333] .vxe-table .vxe-body--column .c--title {
6131
6131
  height: 40px !important;
6132
6132
  min-height: 40px !important;
6133
6133
  }: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)}
@@ -6138,11 +6138,6 @@ body,
6138
6138
  :root,:host{--van-cell-font-size: var(--van-font-size-md);--van-cell-line-height: 24px;--van-cell-vertical-padding: 10px;--van-cell-horizontal-padding: var(--van-padding-md);--van-cell-text-color: var(--van-text-color);--van-cell-background: var(--van-background-2);--van-cell-border-color: var(--van-border-color);--van-cell-active-color: var(--van-active-color);--van-cell-required-color: var(--van-danger-color);--van-cell-label-color: var(--van-text-color-2);--van-cell-label-font-size: var(--van-font-size-sm);--van-cell-label-line-height: var(--van-line-height-sm);--van-cell-label-margin-top: var(--van-padding-base);--van-cell-value-color: var(--van-text-color-2);--van-cell-value-font-size: inherit;--van-cell-icon-size: 16px;--van-cell-right-icon-color: var(--van-gray-6);--van-cell-large-vertical-padding: var(--van-padding-sm);--van-cell-large-title-font-size: var(--van-font-size-lg);--van-cell-large-label-font-size: var(--van-font-size-md);--van-cell-large-value-font-size: inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell:last-child:after,.van-cell--borderless:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}
6139
6139
  :root,:host{--van-cell-group-background: var(--van-background-2);--van-cell-group-title-color: var(--van-text-color-2);--van-cell-group-title-padding: var(--van-padding-md) var(--van-padding-md);--van-cell-group-title-font-size: var(--van-font-size-md);--van-cell-group-title-line-height: 16px;--van-cell-group-inset-padding: 0 var(--van-padding-md);--van-cell-group-inset-radius: var(--van-radius-lg);--van-cell-group-inset-title-padding: var(--van-padding-md) var(--van-padding-md)}.van-cell-group{background:var(--van-cell-group-background)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}
6140
6140
  .van-swipe-cell{position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab}.van-swipe-cell__wrapper{transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-property:transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;transform:translate3d(100%,0,0)}
6141
- :root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
6142
- :root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media (max-width: 321px){.van-action-bar-button{font-size:13px}}
6143
- :root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
6144
- :root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
6145
- :root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media (max-width: 321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
6146
6141
 
6147
6142
  .fec-card[data-v-656fbde7] {
6148
6143
  margin: 12px;
@@ -6150,6 +6145,11 @@ body,
6150
6145
  .fec-swipe-delete-button[data-v-656fbde7] {
6151
6146
  height: 100%;
6152
6147
  }
6148
+ :root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
6149
+ :root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media (max-width: 321px){.van-action-bar-button{font-size:13px}}
6150
+ :root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
6151
+ :root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
6152
+ :root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media (max-width: 321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
6153
6153
  :root,:host{--van-image-placeholder-text-color: var(--van-text-color-2);--van-image-placeholder-font-size: var(--van-font-size-md);--van-image-placeholder-background: var(--van-background);--van-image-loading-icon-size: 32px;--van-image-loading-icon-color: var(--van-gray-4);--van-image-error-icon-size: 32px;--van-image-error-icon-color: var(--van-gray-4)}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image--block{display:block}.van-image__img,.van-image__error,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background:var(--van-image-placeholder-background)}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}
6154
6154
 
6155
6155
  .fec-collapse-container[data-v-6037566c] {
@@ -8,13 +8,13 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
8
8
  ;/* empty css */
9
9
  ;/* empty css */
10
10
  const vue = require("vue");
11
+ ;/* empty css */
12
+ const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
11
13
  ;/* empty css */
12
14
  ;/* empty css */
13
15
  ;/* empty css */
14
16
  ;/* empty css */
15
17
  ;/* empty css */
16
- ;/* empty css */
17
- const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
18
18
  const index$1 = require("../../../../../../node_modules/vant/es/swipe-cell/index.js");
19
19
  const functionCall = require("../../../../../../node_modules/vant/es/dialog/function-call.js");
20
20
  require("../../../../../../node_modules/vant/es/dialog/index.js");
@@ -36,7 +36,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
36
36
  vue.inject("rowHeight");
37
37
  vue.inject("gridLayout");
38
38
  vue.inject("gridLayoutFieldsData");
39
- vue.inject("setFormItemHeight");
39
+ const setFormItemHeight = vue.inject("setFormItemHeight");
40
40
  const fieldsData = props.localConfig.fieldsData.map((item) => {
41
41
  return item.component;
42
42
  });
@@ -82,7 +82,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
82
82
  return accept2;
83
83
  });
84
84
  const paramList = vue.computed(() => {
85
- props.config.essentialParams.map((item) => {
85
+ return props.config.essentialParams.map((item) => {
86
86
  const modeNo = item.scenario;
87
87
  const businessObj = item.businessKey;
88
88
  const fieldId = businessObj.value;
@@ -116,6 +116,17 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
116
116
  vue.onMounted(() => {
117
117
  loadComponentByPath(path);
118
118
  });
119
+ function loaded(dom) {
120
+ const foundItem = props.localConfig.fieldsData.find(
121
+ (item) => item.id == props.config.id
122
+ );
123
+ const titleHeight = props.config.titleMode != "none" ? 60 : 0;
124
+ if (foundItem) {
125
+ foundItem.fixedH = true;
126
+ foundItem.h = dom.offsetHeight + titleHeight;
127
+ setFormItemHeight(props.config.id, true, dom.offsetHeight + titleHeight);
128
+ }
129
+ }
119
130
  return (_ctx, _cache) => {
120
131
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
121
132
  __props.config.titleMode != "none" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
@@ -134,8 +145,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
134
145
  multiple: __props.config.multiple,
135
146
  download: __props.config.download,
136
147
  accept: vue.unref(accept),
137
- paramList: vue.unref(paramList)
138
- }, null, 8, ["isEdit", "isSupplement", "multiple", "download", "accept", "paramList"]))
148
+ paramList: vue.unref(paramList),
149
+ onLoaded: loaded
150
+ }, null, 40, ["isEdit", "isSupplement", "multiple", "download", "accept", "paramList"]))
139
151
  ])
140
152
  ], 64);
141
153
  };
@@ -231,7 +231,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
231
231
  }
232
232
  });
233
233
  }
234
- debugger;
235
234
  formData.value = { ...defaultData, ...setFormData(props.modelValue, true) };
236
235
  formRules.value = rules;
237
236
  };
@@ -925,7 +924,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
925
924
  if (!linkaged) {
926
925
  return;
927
926
  }
928
- debugger;
929
927
  const changedFields = findChangedFields(newVal, prevFormData.value);
930
928
  if (changedFields.length > 0) {
931
929
  applyLinkageEffectsForChangedFields(changedFields);
@@ -1056,5 +1054,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1056
1054
  };
1057
1055
  }
1058
1056
  });
1059
- const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-75d6c58f"]]);
1057
+ const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-28738b69"]]);
1060
1058
  exports.default = _Form;
@@ -125,6 +125,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
125
125
  const currentMode = vue.ref("");
126
126
  const instance = vue.getCurrentInstance();
127
127
  const dataSourceManager = vue.ref(null);
128
+ const summaryAllDataManager = vue.ref(null);
128
129
  const ctx = getInstance.getCurrentVueInstance();
129
130
  const configLoading = vue.ref(true);
130
131
  const localConfig = vue.ref({});
@@ -287,7 +288,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
287
288
  if (!props.tableData || props.tableData.length === 0) {
288
289
  tableDataFetch();
289
290
  if (((_c = localConfig.value.summaryConfig) == null ? void 0 : _c.enabled) && ((_d = localConfig.value.summaryConfig) == null ? void 0 : _d.mode) == "all") {
290
- const summaryAllDataManager = datasource.createDataSource({
291
+ summaryAllDataManager.value = datasource.createDataSource({
291
292
  http: ctx.$http,
292
293
  initSearchData: searchData.value,
293
294
  dataSources: localConfig.value.dataSources,
@@ -302,18 +303,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
302
303
  sortRules: localConfig.value.sortRules,
303
304
  templateId: localConfig.value.templateKey
304
305
  });
305
- const data = await summaryAllDataManager.fetch();
306
- const summaryFields = localConfig.value.summaryConfig.summaryFields || [];
307
- const allList = (data == null ? void 0 : data.list) || [];
308
- const summaryResult = {};
309
- summaryFields.forEach((fieldName) => {
310
- const sum = allList.reduce((total, item) => {
311
- const value = parseFloat(item[fieldName]);
312
- return total + (isNaN(value) ? 0 : value);
313
- }, 0);
314
- summaryResult[fieldName] = sum;
315
- });
316
- allSummaryData.value = summaryResult;
306
+ await summaryAllDataFetch();
317
307
  }
318
308
  }
319
309
  loadFieldDataSources();
@@ -529,6 +519,24 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
529
519
  };
530
520
  async function tableDataFetch() {
531
521
  await dataSourceManager.value.fetch();
522
+ await summaryAllDataFetch();
523
+ }
524
+ async function summaryAllDataFetch() {
525
+ var _a, _b;
526
+ if (((_a = localConfig.value.summaryConfig) == null ? void 0 : _a.enabled) && ((_b = localConfig.value.summaryConfig) == null ? void 0 : _b.mode) == "all") {
527
+ const data = await summaryAllDataManager.value.fetch();
528
+ const summaryFields = localConfig.value.summaryConfig.summaryFields || [];
529
+ const allList = (data == null ? void 0 : data.list) || [];
530
+ const summaryResult = {};
531
+ summaryFields.forEach((fieldName) => {
532
+ const sum = allList.reduce((total, item) => {
533
+ const value = parseFloat(item[fieldName]);
534
+ return total + (isNaN(value) ? 0 : value);
535
+ }, 0);
536
+ summaryResult[fieldName] = sum;
537
+ });
538
+ allSummaryData.value = summaryResult;
539
+ }
532
540
  }
533
541
  const exportConfig = vue.reactive({
534
542
  modes: ["current", "selected", "all", "empty"],
@@ -795,5 +803,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
795
803
  };
796
804
  }
797
805
  });
798
- const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-293f0cfd"]]);
806
+ const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-45cdf333"]]);
799
807
  exports.default = _Table;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.4.12",
3
+ "version": "5.4.14",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [