@fecp/designer 5.4.55 → 5.4.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/designer/package.json.mjs +1 -1
- package/es/designer/src/packages/form/property/subTitleH2.vue.mjs +40 -2
- package/es/designer.css +19 -16
- package/es/packages/mobile/src/components/base/button/Button.vue.mjs +3 -2
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +4 -4
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +8 -3
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/Advanced.vue.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/Dialog.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subTable.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subTitleH2.vue.js +39 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer/src/packages/table/property/customBtn.vue.js +1 -1
- package/lib/designer/src/packages/table/property/optBtn.vue.js +1 -1
- package/lib/designer.css +19 -16
- package/lib/packages/mobile/src/components/base/button/Button.vue.js +3 -2
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +4 -4
- package/lib/packages/vue/src/components/layout/Layout.vue.js +8 -3
- package/package.json +1 -1
|
@@ -3,13 +3,17 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
6
9
|
/* empty css */
|
|
7
10
|
/* empty css */
|
|
8
|
-
import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNode, createCommentVNode } from "vue";
|
|
11
|
+
import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNode, createCommentVNode, createTextVNode } from "vue";
|
|
9
12
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
10
13
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
11
14
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
12
15
|
import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
16
|
+
import { ElRadioGroup, ElRadioButton } from "../../../../../node_modules/element-plus/es/components/radio/index.mjs";
|
|
13
17
|
const _sfc_main = {
|
|
14
18
|
__name: "subTitleH2",
|
|
15
19
|
setup(__props) {
|
|
@@ -20,13 +24,15 @@ const _sfc_main = {
|
|
|
20
24
|
return (_ctx, _cache) => {
|
|
21
25
|
const _component_el_input = ElInput;
|
|
22
26
|
const _component_el_form_item = ElFormItem;
|
|
27
|
+
const _component_el_radio_button = ElRadioButton;
|
|
28
|
+
const _component_el_radio_group = ElRadioGroup;
|
|
23
29
|
const _component_el_form = ElForm;
|
|
24
30
|
const _component_el_collapse_item = ElCollapseItem;
|
|
25
31
|
const _component_el_collapse = ElCollapse;
|
|
26
32
|
return openBlock(), createBlock(_component_el_collapse, {
|
|
27
33
|
class: "setting",
|
|
28
34
|
modelValue: unref(activeName),
|
|
29
|
-
"onUpdate:modelValue": _cache[
|
|
35
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => isRef(activeName) ? activeName.value = $event : null)
|
|
30
36
|
}, {
|
|
31
37
|
default: withCtx(() => [
|
|
32
38
|
createVNode(_component_el_collapse_item, {
|
|
@@ -77,6 +83,38 @@ const _sfc_main = {
|
|
|
77
83
|
}, null, 8, ["modelValue"])
|
|
78
84
|
]),
|
|
79
85
|
_: 1
|
|
86
|
+
}),
|
|
87
|
+
createVNode(_component_el_form_item, { label: "显示模式" }, {
|
|
88
|
+
default: withCtx(() => [
|
|
89
|
+
createVNode(_component_el_radio_group, {
|
|
90
|
+
modelValue: unref(currentItem).displayMode,
|
|
91
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(currentItem).displayMode = $event),
|
|
92
|
+
size: "small"
|
|
93
|
+
}, {
|
|
94
|
+
default: withCtx(() => [
|
|
95
|
+
createVNode(_component_el_radio_button, { value: "all" }, {
|
|
96
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
97
|
+
createTextVNode("始终显示")
|
|
98
|
+
])),
|
|
99
|
+
_: 1
|
|
100
|
+
}),
|
|
101
|
+
createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
102
|
+
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
103
|
+
createTextVNode("编辑时显示")
|
|
104
|
+
])),
|
|
105
|
+
_: 1
|
|
106
|
+
}),
|
|
107
|
+
createVNode(_component_el_radio_button, { value: "query" }, {
|
|
108
|
+
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
109
|
+
createTextVNode("查看时显示")
|
|
110
|
+
])),
|
|
111
|
+
_: 1
|
|
112
|
+
})
|
|
113
|
+
]),
|
|
114
|
+
_: 1
|
|
115
|
+
}, 8, ["modelValue"])
|
|
116
|
+
]),
|
|
117
|
+
_: 1
|
|
80
118
|
})
|
|
81
119
|
]),
|
|
82
120
|
_: 1
|
package/es/designer.css
CHANGED
|
@@ -5904,27 +5904,27 @@ body,
|
|
|
5904
5904
|
width: 80px;
|
|
5905
5905
|
font-size: var(--el-font-size-extra-small);
|
|
5906
5906
|
}
|
|
5907
|
-
.fec-form[data-v-
|
|
5907
|
+
.fec-form[data-v-d941a009] {
|
|
5908
5908
|
height: 100%;
|
|
5909
5909
|
}
|
|
5910
|
-
[data-v-
|
|
5910
|
+
[data-v-d941a009] .vgl-item {
|
|
5911
5911
|
transition: none;
|
|
5912
5912
|
}
|
|
5913
|
-
[data-v-
|
|
5913
|
+
[data-v-d941a009] .vgl-item > .el-form-item {
|
|
5914
5914
|
width: 100%;
|
|
5915
5915
|
padding: 12px 8px 0 8px;
|
|
5916
5916
|
height: calc(100% - 15px);
|
|
5917
5917
|
display: flex;
|
|
5918
5918
|
}
|
|
5919
|
-
[data-v-
|
|
5919
|
+
[data-v-d941a009] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5920
5920
|
flex-direction: column;
|
|
5921
5921
|
}
|
|
5922
|
-
[data-v-
|
|
5922
|
+
[data-v-d941a009] .vgl-item > .el-form-item .el-form-item__label {
|
|
5923
5923
|
line-height: 20px;
|
|
5924
5924
|
display: flex;
|
|
5925
5925
|
align-items: center;
|
|
5926
5926
|
}
|
|
5927
|
-
[data-v-
|
|
5927
|
+
[data-v-d941a009] .vgl-item > .el-container {
|
|
5928
5928
|
height: auto !important;
|
|
5929
5929
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5930
5930
|
display: inline-block;
|
|
@@ -6260,17 +6260,17 @@ body,
|
|
|
6260
6260
|
max-height: 90% !important;
|
|
6261
6261
|
padding: 0 !important;
|
|
6262
6262
|
}
|
|
6263
|
-
.fec-layout-row[data-v-
|
|
6263
|
+
.fec-layout-row[data-v-18b8b23a] {
|
|
6264
6264
|
width: 100%;
|
|
6265
6265
|
height: 100%;
|
|
6266
6266
|
}
|
|
6267
|
-
.fec-layout-row[data-v-
|
|
6267
|
+
.fec-layout-row[data-v-18b8b23a] .el-col {
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
}
|
|
6270
|
-
.fec-layout-row[data-v-
|
|
6270
|
+
.fec-layout-row[data-v-18b8b23a] .el-col .el-scrollbar__bar {
|
|
6271
6271
|
display: none;
|
|
6272
6272
|
}
|
|
6273
|
-
.grid-content[data-v-
|
|
6273
|
+
.grid-content[data-v-18b8b23a] {
|
|
6274
6274
|
border-radius: 9px 9px 4px 4px;
|
|
6275
6275
|
background-color: #fff;
|
|
6276
6276
|
position: relative;
|
|
@@ -6281,7 +6281,7 @@ body,
|
|
|
6281
6281
|
padding: 16px 16px 16px 16px;
|
|
6282
6282
|
} */
|
|
6283
6283
|
}
|
|
6284
|
-
.grid-content-statistics[data-v-
|
|
6284
|
+
.grid-content-statistics[data-v-18b8b23a] {
|
|
6285
6285
|
height: 100%;
|
|
6286
6286
|
display: flex;
|
|
6287
6287
|
flex-direction: column;
|
|
@@ -6292,7 +6292,7 @@ body,
|
|
|
6292
6292
|
height: 100%;
|
|
6293
6293
|
} */
|
|
6294
6294
|
}
|
|
6295
|
-
.grid-content-statistics[data-v-
|
|
6295
|
+
.grid-content-statistics[data-v-18b8b23a] .fec-layout-card:last-child {
|
|
6296
6296
|
margin-bottom: 0 !important;
|
|
6297
6297
|
flex: 1;
|
|
6298
6298
|
}
|
|
@@ -6333,14 +6333,17 @@ body,
|
|
|
6333
6333
|
flex-grow: 1;
|
|
6334
6334
|
padding-top: 12px;
|
|
6335
6335
|
}
|
|
6336
|
-
|
|
6336
|
+
.van-button__content[data-v-d189300b]:before {
|
|
6337
|
+
display: none;
|
|
6338
|
+
}: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)}
|
|
6337
6339
|
: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)}
|
|
6338
6340
|
.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)}
|
|
6339
6341
|
|
|
6340
|
-
.fec-card[data-v-
|
|
6341
|
-
margin: 12px;
|
|
6342
|
+
.fec-card[data-v-dc24b95f] {
|
|
6343
|
+
margin: 12px;
|
|
6344
|
+
flex: 1;
|
|
6342
6345
|
}
|
|
6343
|
-
.fec-swipe-delete-button[data-v-
|
|
6346
|
+
.fec-swipe-delete-button[data-v-dc24b95f] {
|
|
6344
6347
|
height: 100%;
|
|
6345
6348
|
}
|
|
6346
6349
|
: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)}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
|
|
7
|
+
/* empty css */
|
|
7
8
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
8
9
|
import { Button } from "../../../../../../node_modules/vant/es/button/index.mjs";
|
|
9
10
|
const _sfc_main = {};
|
|
@@ -14,13 +15,13 @@ function _sfc_render(_ctx, _cache) {
|
|
|
14
15
|
return {
|
|
15
16
|
name: key,
|
|
16
17
|
fn: withCtx(() => [
|
|
17
|
-
renderSlot(_ctx.$slots, key)
|
|
18
|
+
renderSlot(_ctx.$slots, key, {}, void 0, true)
|
|
18
19
|
])
|
|
19
20
|
};
|
|
20
21
|
})
|
|
21
22
|
]), 1040);
|
|
22
23
|
}
|
|
23
|
-
const _Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
24
|
+
const _Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-d189300b"]]);
|
|
24
25
|
export {
|
|
25
26
|
_Button as default
|
|
26
27
|
};
|
|
@@ -79,7 +79,7 @@ const _sfc_main = {
|
|
|
79
79
|
};
|
|
80
80
|
}
|
|
81
81
|
};
|
|
82
|
-
const _Card = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
82
|
+
const _Card = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-dc24b95f"]]);
|
|
83
83
|
export {
|
|
84
84
|
_Card as default
|
|
85
85
|
};
|
|
@@ -945,7 +945,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
945
945
|
watch(
|
|
946
946
|
() => cloneDeep(formData.value),
|
|
947
947
|
(newVal, oldVal) => {
|
|
948
|
-
debugger;
|
|
949
948
|
if (!linkaged) {
|
|
950
949
|
return;
|
|
951
950
|
}
|
|
@@ -953,11 +952,12 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
953
952
|
return;
|
|
954
953
|
}
|
|
955
954
|
const changedFields = findChangedFields(newVal, prevFormData.value);
|
|
955
|
+
console.log("🚀 ~ changedFields:", changedFields);
|
|
956
956
|
if (changedFields.length > 0) {
|
|
957
957
|
applyLinkageEffectsForChangedFields(changedFields);
|
|
958
|
+
prevFormData.value = { ...newVal };
|
|
959
|
+
emit("update:modelValue", getFormData());
|
|
958
960
|
}
|
|
959
|
-
prevFormData.value = { ...newVal };
|
|
960
|
-
emit("update:modelValue", getFormData());
|
|
961
961
|
},
|
|
962
962
|
{ deep: true }
|
|
963
963
|
);
|
|
@@ -1083,7 +1083,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1083
1083
|
};
|
|
1084
1084
|
}
|
|
1085
1085
|
});
|
|
1086
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1086
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d941a009"]]);
|
|
1087
1087
|
export {
|
|
1088
1088
|
_Form as default
|
|
1089
1089
|
};
|
|
@@ -19,6 +19,10 @@ const _sfc_main = {
|
|
|
19
19
|
templateKey: {
|
|
20
20
|
type: String,
|
|
21
21
|
default: ""
|
|
22
|
+
},
|
|
23
|
+
initFormMode: {
|
|
24
|
+
type: String,
|
|
25
|
+
default: ""
|
|
22
26
|
}
|
|
23
27
|
},
|
|
24
28
|
emits: ["loaded"],
|
|
@@ -50,8 +54,9 @@ const _sfc_main = {
|
|
|
50
54
|
templateKey: __props.templateKey,
|
|
51
55
|
modelValue: unref(formData),
|
|
52
56
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(formData) ? formData.value = $event : null),
|
|
53
|
-
onLoaded: loaded
|
|
54
|
-
|
|
57
|
+
onLoaded: loaded,
|
|
58
|
+
initFormMode: __props.initFormMode
|
|
59
|
+
}, null, 8, ["templateKey", "modelValue", "initFormMode"])
|
|
55
60
|
]),
|
|
56
61
|
_: 1
|
|
57
62
|
}, 512)
|
|
@@ -75,7 +80,7 @@ const _sfc_main = {
|
|
|
75
80
|
};
|
|
76
81
|
}
|
|
77
82
|
};
|
|
78
|
-
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
83
|
+
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-18b8b23a"]]);
|
|
79
84
|
export {
|
|
80
85
|
_Layout as default
|
|
81
86
|
};
|
|
@@ -35,7 +35,7 @@ const index = require("../../api/index.js");
|
|
|
35
35
|
const ParamsConfig = require("../../components/ParamsConfig.vue2.js");
|
|
36
36
|
const DataSourceSelect = require("../../components/DataSourceSelect.vue.js");
|
|
37
37
|
const FieldSetMapping = require("../../components/FieldSetMapping.vue2.js");
|
|
38
|
-
const OnlyFLowConfigButton =
|
|
38
|
+
const OnlyFLowConfigButton = ;/* empty css */
|
|
39
39
|
const FormulaEditorInput = require("../../components/FormulaEditorInput.vue.js");
|
|
40
40
|
const index$g = require("../table/aside/index.js");
|
|
41
41
|
const _default = require("../table/default.js");
|
|
@@ -4,7 +4,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
4
4
|
;/* empty css */
|
|
5
5
|
;/* empty css */
|
|
6
6
|
const vue = require("vue");
|
|
7
|
-
const ConditionConfigButton =
|
|
7
|
+
const ConditionConfigButton = ;/* empty css */
|
|
8
8
|
const index = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
9
9
|
const _sfc_main = {
|
|
10
10
|
__name: "Advanced",
|
|
@@ -10,7 +10,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
10
10
|
const vue = require("vue");
|
|
11
11
|
const common = require("../../../utils/common.js");
|
|
12
12
|
const FieldSetMapping = require("../../../../components/FieldSetMapping.vue2.js");
|
|
13
|
-
const OnlyFLowConfigButton =
|
|
13
|
+
const OnlyFLowConfigButton = ;/* empty css */
|
|
14
14
|
const FormulaEditorInput = require("../../../../components/FormulaEditorInput.vue.js");
|
|
15
15
|
const index$3 = require("../../../../api/index.js");
|
|
16
16
|
const DialogSelect = require("../../../../components/DialogSelect.vue.js");
|
|
@@ -29,7 +29,7 @@ const TemplateSelector = require("../../../components/TemplateSelector.vue.js");
|
|
|
29
29
|
const eventBus = require("../../utils/eventBus.js");
|
|
30
30
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
31
31
|
const index = require("../../../api/index.js");
|
|
32
|
-
const OnlyFLowConfigButton =
|
|
32
|
+
const OnlyFLowConfigButton = ;/* empty css */
|
|
33
33
|
;/* empty css */
|
|
34
34
|
const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
35
35
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
@@ -5,6 +5,9 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
5
5
|
;/* empty css */
|
|
6
6
|
;/* empty css */
|
|
7
7
|
;/* empty css */
|
|
8
|
+
;/* empty css */
|
|
9
|
+
;/* empty css */
|
|
10
|
+
;/* empty css */
|
|
8
11
|
;/* empty css */
|
|
9
12
|
;/* empty css */
|
|
10
13
|
const vue = require("vue");
|
|
@@ -12,6 +15,7 @@ const common = require("../../utils/common.js");
|
|
|
12
15
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
13
16
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
14
17
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
|
|
18
|
+
const index$3 = require("../../../../../node_modules/element-plus/es/components/radio/index.js");
|
|
15
19
|
const _sfc_main = {
|
|
16
20
|
__name: "subTitleH2",
|
|
17
21
|
setup(__props) {
|
|
@@ -22,13 +26,15 @@ const _sfc_main = {
|
|
|
22
26
|
return (_ctx, _cache) => {
|
|
23
27
|
const _component_el_input = index$2.ElInput;
|
|
24
28
|
const _component_el_form_item = index$1.ElFormItem;
|
|
29
|
+
const _component_el_radio_button = index$3.ElRadioButton;
|
|
30
|
+
const _component_el_radio_group = index$3.ElRadioGroup;
|
|
25
31
|
const _component_el_form = index$1.ElForm;
|
|
26
32
|
const _component_el_collapse_item = index.ElCollapseItem;
|
|
27
33
|
const _component_el_collapse = index.ElCollapse;
|
|
28
34
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
29
35
|
class: "setting",
|
|
30
36
|
modelValue: vue.unref(activeName),
|
|
31
|
-
"onUpdate:modelValue": _cache[
|
|
37
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.isRef(activeName) ? activeName.value = $event : null)
|
|
32
38
|
}, {
|
|
33
39
|
default: vue.withCtx(() => [
|
|
34
40
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -79,6 +85,38 @@ const _sfc_main = {
|
|
|
79
85
|
}, null, 8, ["modelValue"])
|
|
80
86
|
]),
|
|
81
87
|
_: 1
|
|
88
|
+
}),
|
|
89
|
+
vue.createVNode(_component_el_form_item, { label: "显示模式" }, {
|
|
90
|
+
default: vue.withCtx(() => [
|
|
91
|
+
vue.createVNode(_component_el_radio_group, {
|
|
92
|
+
modelValue: vue.unref(currentItem).displayMode,
|
|
93
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(currentItem).displayMode = $event),
|
|
94
|
+
size: "small"
|
|
95
|
+
}, {
|
|
96
|
+
default: vue.withCtx(() => [
|
|
97
|
+
vue.createVNode(_component_el_radio_button, { value: "all" }, {
|
|
98
|
+
default: vue.withCtx(() => _cache[5] || (_cache[5] = [
|
|
99
|
+
vue.createTextVNode("始终显示")
|
|
100
|
+
])),
|
|
101
|
+
_: 1
|
|
102
|
+
}),
|
|
103
|
+
vue.createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
104
|
+
default: vue.withCtx(() => _cache[6] || (_cache[6] = [
|
|
105
|
+
vue.createTextVNode("编辑时显示")
|
|
106
|
+
])),
|
|
107
|
+
_: 1
|
|
108
|
+
}),
|
|
109
|
+
vue.createVNode(_component_el_radio_button, { value: "query" }, {
|
|
110
|
+
default: vue.withCtx(() => _cache[7] || (_cache[7] = [
|
|
111
|
+
vue.createTextVNode("查看时显示")
|
|
112
|
+
])),
|
|
113
|
+
_: 1
|
|
114
|
+
})
|
|
115
|
+
]),
|
|
116
|
+
_: 1
|
|
117
|
+
}, 8, ["modelValue"])
|
|
118
|
+
]),
|
|
119
|
+
_: 1
|
|
82
120
|
})
|
|
83
121
|
]),
|
|
84
122
|
_: 1
|
|
@@ -26,11 +26,11 @@ const OptionConfig = require("../../../components/OptionConfig.vue.js");
|
|
|
26
26
|
const index = require("../aside/index.js");
|
|
27
27
|
const EventConfigButton = require("../../../components/EventConfigButton.vue.js");
|
|
28
28
|
const DataSourceSelect = require("../../../components/DataSourceSelect.vue.js");
|
|
29
|
-
const ConditionConfigButton =
|
|
29
|
+
const ConditionConfigButton = ;/* empty css */
|
|
30
30
|
const DefaultValueEditor = require("../components/DefaultValueEditor.vue.js");
|
|
31
31
|
const eventBus = require("../../utils/eventBus.js");
|
|
32
32
|
const FieldSetMapping = require("../../../components/FieldSetMapping.vue2.js");
|
|
33
|
-
const OnlyFLowConfigButton =
|
|
33
|
+
const OnlyFLowConfigButton = ;/* empty css */
|
|
34
34
|
const FormulaEditorInput = require("../../../components/FormulaEditorInput.vue.js");
|
|
35
35
|
const index$1 = require("../../../api/index.js");
|
|
36
36
|
const DialogSelect = require("../../../components/DialogSelect.vue.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
16
16
|
const vue = require("vue");
|
|
17
17
|
const EventConfigButton = require("../../../components/EventConfigButton.vue.js");
|
|
18
18
|
const common = require("../../utils/common.js");
|
|
19
|
-
const ConditionConfigButton =
|
|
19
|
+
const ConditionConfigButton = ;/* empty css */
|
|
20
20
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
21
21
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
22
22
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/select/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
16
16
|
const vue = require("vue");
|
|
17
17
|
const EventConfigButton = require("../../../components/EventConfigButton.vue.js");
|
|
18
18
|
const common = require("../../utils/common.js");
|
|
19
|
-
const ConditionConfigButton =
|
|
19
|
+
const ConditionConfigButton = ;/* empty css */
|
|
20
20
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
21
21
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
22
22
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
|
package/lib/designer.css
CHANGED
|
@@ -5904,27 +5904,27 @@ body,
|
|
|
5904
5904
|
width: 80px;
|
|
5905
5905
|
font-size: var(--el-font-size-extra-small);
|
|
5906
5906
|
}
|
|
5907
|
-
.fec-form[data-v-
|
|
5907
|
+
.fec-form[data-v-d941a009] {
|
|
5908
5908
|
height: 100%;
|
|
5909
5909
|
}
|
|
5910
|
-
[data-v-
|
|
5910
|
+
[data-v-d941a009] .vgl-item {
|
|
5911
5911
|
transition: none;
|
|
5912
5912
|
}
|
|
5913
|
-
[data-v-
|
|
5913
|
+
[data-v-d941a009] .vgl-item > .el-form-item {
|
|
5914
5914
|
width: 100%;
|
|
5915
5915
|
padding: 12px 8px 0 8px;
|
|
5916
5916
|
height: calc(100% - 15px);
|
|
5917
5917
|
display: flex;
|
|
5918
5918
|
}
|
|
5919
|
-
[data-v-
|
|
5919
|
+
[data-v-d941a009] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5920
5920
|
flex-direction: column;
|
|
5921
5921
|
}
|
|
5922
|
-
[data-v-
|
|
5922
|
+
[data-v-d941a009] .vgl-item > .el-form-item .el-form-item__label {
|
|
5923
5923
|
line-height: 20px;
|
|
5924
5924
|
display: flex;
|
|
5925
5925
|
align-items: center;
|
|
5926
5926
|
}
|
|
5927
|
-
[data-v-
|
|
5927
|
+
[data-v-d941a009] .vgl-item > .el-container {
|
|
5928
5928
|
height: auto !important;
|
|
5929
5929
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5930
5930
|
display: inline-block;
|
|
@@ -6260,17 +6260,17 @@ body,
|
|
|
6260
6260
|
max-height: 90% !important;
|
|
6261
6261
|
padding: 0 !important;
|
|
6262
6262
|
}
|
|
6263
|
-
.fec-layout-row[data-v-
|
|
6263
|
+
.fec-layout-row[data-v-18b8b23a] {
|
|
6264
6264
|
width: 100%;
|
|
6265
6265
|
height: 100%;
|
|
6266
6266
|
}
|
|
6267
|
-
.fec-layout-row[data-v-
|
|
6267
|
+
.fec-layout-row[data-v-18b8b23a] .el-col {
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
}
|
|
6270
|
-
.fec-layout-row[data-v-
|
|
6270
|
+
.fec-layout-row[data-v-18b8b23a] .el-col .el-scrollbar__bar {
|
|
6271
6271
|
display: none;
|
|
6272
6272
|
}
|
|
6273
|
-
.grid-content[data-v-
|
|
6273
|
+
.grid-content[data-v-18b8b23a] {
|
|
6274
6274
|
border-radius: 9px 9px 4px 4px;
|
|
6275
6275
|
background-color: #fff;
|
|
6276
6276
|
position: relative;
|
|
@@ -6281,7 +6281,7 @@ body,
|
|
|
6281
6281
|
padding: 16px 16px 16px 16px;
|
|
6282
6282
|
} */
|
|
6283
6283
|
}
|
|
6284
|
-
.grid-content-statistics[data-v-
|
|
6284
|
+
.grid-content-statistics[data-v-18b8b23a] {
|
|
6285
6285
|
height: 100%;
|
|
6286
6286
|
display: flex;
|
|
6287
6287
|
flex-direction: column;
|
|
@@ -6292,7 +6292,7 @@ body,
|
|
|
6292
6292
|
height: 100%;
|
|
6293
6293
|
} */
|
|
6294
6294
|
}
|
|
6295
|
-
.grid-content-statistics[data-v-
|
|
6295
|
+
.grid-content-statistics[data-v-18b8b23a] .fec-layout-card:last-child {
|
|
6296
6296
|
margin-bottom: 0 !important;
|
|
6297
6297
|
flex: 1;
|
|
6298
6298
|
}
|
|
@@ -6333,14 +6333,17 @@ body,
|
|
|
6333
6333
|
flex-grow: 1;
|
|
6334
6334
|
padding-top: 12px;
|
|
6335
6335
|
}
|
|
6336
|
-
|
|
6336
|
+
.van-button__content[data-v-d189300b]:before {
|
|
6337
|
+
display: none;
|
|
6338
|
+
}: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)}
|
|
6337
6339
|
: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)}
|
|
6338
6340
|
.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)}
|
|
6339
6341
|
|
|
6340
|
-
.fec-card[data-v-
|
|
6341
|
-
margin: 12px;
|
|
6342
|
+
.fec-card[data-v-dc24b95f] {
|
|
6343
|
+
margin: 12px;
|
|
6344
|
+
flex: 1;
|
|
6342
6345
|
}
|
|
6343
|
-
.fec-swipe-delete-button[data-v-
|
|
6346
|
+
.fec-swipe-delete-button[data-v-dc24b95f] {
|
|
6344
6347
|
height: 100%;
|
|
6345
6348
|
}
|
|
6346
6349
|
: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)}
|
|
@@ -6,6 +6,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
;/* empty css */
|
|
8
8
|
const vue = require("vue");
|
|
9
|
+
;/* empty css */
|
|
9
10
|
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
10
11
|
const index = require("../../../../../../node_modules/vant/es/button/index.js");
|
|
11
12
|
const _sfc_main = {};
|
|
@@ -16,11 +17,11 @@ function _sfc_render(_ctx, _cache) {
|
|
|
16
17
|
return {
|
|
17
18
|
name: key,
|
|
18
19
|
fn: vue.withCtx(() => [
|
|
19
|
-
vue.renderSlot(_ctx.$slots, key)
|
|
20
|
+
vue.renderSlot(_ctx.$slots, key, {}, void 0, true)
|
|
20
21
|
])
|
|
21
22
|
};
|
|
22
23
|
})
|
|
23
24
|
]), 1040);
|
|
24
25
|
}
|
|
25
|
-
const _Button = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render]]);
|
|
26
|
+
const _Button = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-d189300b"]]);
|
|
26
27
|
exports.default = _Button;
|
|
@@ -81,5 +81,5 @@ const _sfc_main = {
|
|
|
81
81
|
};
|
|
82
82
|
}
|
|
83
83
|
};
|
|
84
|
-
const _Card = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
84
|
+
const _Card = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-dc24b95f"]]);
|
|
85
85
|
exports.default = _Card;
|
|
@@ -947,7 +947,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
947
947
|
vue.watch(
|
|
948
948
|
() => common.cloneDeep(formData.value),
|
|
949
949
|
(newVal, oldVal) => {
|
|
950
|
-
debugger;
|
|
951
950
|
if (!linkaged) {
|
|
952
951
|
return;
|
|
953
952
|
}
|
|
@@ -955,11 +954,12 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
955
954
|
return;
|
|
956
955
|
}
|
|
957
956
|
const changedFields = findChangedFields(newVal, prevFormData.value);
|
|
957
|
+
console.log("🚀 ~ changedFields:", changedFields);
|
|
958
958
|
if (changedFields.length > 0) {
|
|
959
959
|
applyLinkageEffectsForChangedFields(changedFields);
|
|
960
|
+
prevFormData.value = { ...newVal };
|
|
961
|
+
emit("update:modelValue", getFormData());
|
|
960
962
|
}
|
|
961
|
-
prevFormData.value = { ...newVal };
|
|
962
|
-
emit("update:modelValue", getFormData());
|
|
963
963
|
},
|
|
964
964
|
{ deep: true }
|
|
965
965
|
);
|
|
@@ -1085,5 +1085,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1085
1085
|
};
|
|
1086
1086
|
}
|
|
1087
1087
|
});
|
|
1088
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1088
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d941a009"]]);
|
|
1089
1089
|
exports.default = _Form;
|
|
@@ -21,6 +21,10 @@ const _sfc_main = {
|
|
|
21
21
|
templateKey: {
|
|
22
22
|
type: String,
|
|
23
23
|
default: ""
|
|
24
|
+
},
|
|
25
|
+
initFormMode: {
|
|
26
|
+
type: String,
|
|
27
|
+
default: ""
|
|
24
28
|
}
|
|
25
29
|
},
|
|
26
30
|
emits: ["loaded"],
|
|
@@ -52,8 +56,9 @@ const _sfc_main = {
|
|
|
52
56
|
templateKey: __props.templateKey,
|
|
53
57
|
modelValue: vue.unref(formData),
|
|
54
58
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(formData) ? formData.value = $event : null),
|
|
55
|
-
onLoaded: loaded
|
|
56
|
-
|
|
59
|
+
onLoaded: loaded,
|
|
60
|
+
initFormMode: __props.initFormMode
|
|
61
|
+
}, null, 8, ["templateKey", "modelValue", "initFormMode"])
|
|
57
62
|
]),
|
|
58
63
|
_: 1
|
|
59
64
|
}, 512)
|
|
@@ -77,5 +82,5 @@ const _sfc_main = {
|
|
|
77
82
|
};
|
|
78
83
|
}
|
|
79
84
|
};
|
|
80
|
-
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
85
|
+
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-18b8b23a"]]);
|
|
81
86
|
exports.default = _Layout;
|