super-page-designer 2.1.34 → 2.1.41-tmp1
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/dist/es/components/design/utils/assemblys-config.js +72 -2
- package/dist/es/components/design/utils/container-design-util.js +4 -0
- package/dist/es/components/design/utils/form-design-util.d.ts +1 -1
- package/dist/es/components/design/utils/form-design-util.js +10 -1
- package/dist/es/components/design/utils/page-event-util.js +10 -6
- package/dist/es/components/design/utils/page-table-util.js +26 -4
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/gauge/gauge-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/radar/radar-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/scatter/scatter-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue.js +7 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +542 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue.js +230 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue.js +205 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue.js +198 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue.js +507 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-advanced.vue.js +285 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-advanced.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +1177 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-style.vue.js +97 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-style.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr.vue.js +5 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr.vue2.js +62 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue.js +8 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue2.js +358 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue4.js +1 -0
- package/dist/es/components/design/views/assemblys/common/common-function-code.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/common/common-i18n-key-input.vue.js +3 -1
- package/dist/es/components/design/views/assemblys/common/common-select-page.vue.js +8 -18
- package/dist/es/components/design/views/assemblys/common/common-style-background.vue.js +3 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind-option.js +1 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +18 -13
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue2.js +4 -4
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +12 -10
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -0
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +2 -0
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +5 -5
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-dynamic-column.vue.js +4 -4
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +4 -3
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue2.js +4 -4
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue2.js +2 -1
- package/dist/es/components/design/views/assemblys/form/common/pre-suffix.vue.js +11 -8
- package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +5 -1
- package/dist/es/components/design/views/assemblys/form/common/uploading.vue.js +32 -0
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +54 -16
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +46 -8
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-design.vue2.js +4 -3
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-design.vue2.js +15 -2
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +48 -10
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-design.vue2.js +4 -3
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +46 -8
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +71 -3
- package/dist/es/components/design/views/assemblys/form/label/label-design.vue2.js +8 -2
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/radio/radio-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +48 -10
- package/dist/es/components/design/views/assemblys/form/select/select-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +49 -11
- package/dist/es/components/design/views/assemblys/form/switch/switch-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/tag/tag-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +52 -14
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/object-design.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +21 -2
- package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +14 -7
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +1 -3
- package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +2 -0
- package/dist/es/components/design/views/design/view/page-switch.vue.js +1 -1
- package/dist/es/components/design/views/design/view/page-switch.vue2.js +10 -0
- package/dist/es/stores/page-store.d.ts +1 -1
- package/dist/es/stores/page-store.js +1 -1
- package/dist/es/stores/statistics-table-store.d.ts +10 -0
- package/dist/es/stores/statistics-table-store.js +20 -0
- package/dist/es/style.css +795 -122
- package/package.json +6 -5
|
@@ -116,6 +116,7 @@ const tableIndexColumnConf = {
|
|
|
116
116
|
alignTittle: "center",
|
|
117
117
|
alignContent: "center"
|
|
118
118
|
},
|
|
119
|
+
format: {},
|
|
119
120
|
size: {},
|
|
120
121
|
editLine: {},
|
|
121
122
|
scan: {},
|
|
@@ -280,6 +281,29 @@ function getTableColumnConf(fieldInfo) {
|
|
|
280
281
|
};
|
|
281
282
|
return getCopyColumn(columnConf);
|
|
282
283
|
}
|
|
284
|
+
function getStatisticsTableColumn(fieldInfo) {
|
|
285
|
+
const columnConf = {
|
|
286
|
+
uuid: "",
|
|
287
|
+
name: "",
|
|
288
|
+
props: {
|
|
289
|
+
base: {
|
|
290
|
+
prop: fieldInfo ? fieldInfo.dbColumnName : "",
|
|
291
|
+
name: fieldInfo ? fieldInfo.alias : "",
|
|
292
|
+
displayOrder: fieldInfo ? fieldInfo.displayOrder : 1,
|
|
293
|
+
sortable: true,
|
|
294
|
+
alignTittle: "center",
|
|
295
|
+
alignContent: "center",
|
|
296
|
+
listColumnFixed: "false"
|
|
297
|
+
},
|
|
298
|
+
dataOrigin: {
|
|
299
|
+
sortField: [{ name: "", type: "" }]
|
|
300
|
+
},
|
|
301
|
+
format: { type: "", icon: "", suffixModule: { staticStates: [] }, jumpPageAdditional: { staticStates: [] } }
|
|
302
|
+
},
|
|
303
|
+
style: {}
|
|
304
|
+
};
|
|
305
|
+
return getCopyColumn(columnConf);
|
|
306
|
+
}
|
|
283
307
|
const assemblyGroups = [
|
|
284
308
|
{
|
|
285
309
|
name: "container",
|
|
@@ -1117,7 +1141,7 @@ const assemblyGroups = [
|
|
|
1117
1141
|
props: {
|
|
1118
1142
|
base: {
|
|
1119
1143
|
tittleShow: true,
|
|
1120
|
-
title: "
|
|
1144
|
+
title: "Label组件"
|
|
1121
1145
|
},
|
|
1122
1146
|
size: {
|
|
1123
1147
|
pc: {
|
|
@@ -2819,6 +2843,47 @@ const assemblyGroups = [
|
|
|
2819
2843
|
attrComponent: defineAsyncComponent(() => {
|
|
2820
2844
|
return import("../views/assemblys/chart/scatter/scatter-attr.vue.js");
|
|
2821
2845
|
})
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
name: "statistical-table",
|
|
2849
|
+
label: "统计表格",
|
|
2850
|
+
icon: dataTable,
|
|
2851
|
+
items: [getTableIndexConf()],
|
|
2852
|
+
modelFields: [],
|
|
2853
|
+
props: {
|
|
2854
|
+
base: {
|
|
2855
|
+
alignTittle: "left",
|
|
2856
|
+
alignContent: "left",
|
|
2857
|
+
showIndex: true,
|
|
2858
|
+
stripe: true
|
|
2859
|
+
},
|
|
2860
|
+
size: {},
|
|
2861
|
+
highOrder: {},
|
|
2862
|
+
otherSettings: {},
|
|
2863
|
+
dataOrigin: {
|
|
2864
|
+
optionValueSetType: "",
|
|
2865
|
+
sortField: [{ name: "", type: "" }]
|
|
2866
|
+
},
|
|
2867
|
+
isChangeGroupHeader: false,
|
|
2868
|
+
groupHeaders: []
|
|
2869
|
+
// 组合表头配置
|
|
2870
|
+
},
|
|
2871
|
+
style: {
|
|
2872
|
+
titleFont: {},
|
|
2873
|
+
tableHeader: {},
|
|
2874
|
+
rowStyle: [{ type: "", model: "" }],
|
|
2875
|
+
background: {},
|
|
2876
|
+
margin: {},
|
|
2877
|
+
padding: {},
|
|
2878
|
+
border: {},
|
|
2879
|
+
shadow: {}
|
|
2880
|
+
},
|
|
2881
|
+
designComponent: defineAsyncComponent(() => {
|
|
2882
|
+
return import("../views/assemblys/chart/statistical-table/statisticalTable-design.vue.js");
|
|
2883
|
+
}),
|
|
2884
|
+
attrComponent: defineAsyncComponent(() => {
|
|
2885
|
+
return import("../views/assemblys/chart/statistical-table/statisticalTable-attr.vue.js");
|
|
2886
|
+
})
|
|
2822
2887
|
}
|
|
2823
2888
|
]
|
|
2824
2889
|
},
|
|
@@ -3085,8 +3150,12 @@ const standardButtonOperations = [
|
|
|
3085
3150
|
value: "export"
|
|
3086
3151
|
},
|
|
3087
3152
|
{
|
|
3088
|
-
label: "
|
|
3153
|
+
label: "刷新列表",
|
|
3089
3154
|
value: "search"
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
label: "显示查询区域",
|
|
3158
|
+
value: "showSearch"
|
|
3090
3159
|
}
|
|
3091
3160
|
]
|
|
3092
3161
|
},
|
|
@@ -3252,6 +3321,7 @@ export {
|
|
|
3252
3321
|
getFormComponentOptions,
|
|
3253
3322
|
getInitialInformationByName,
|
|
3254
3323
|
getPageConf,
|
|
3324
|
+
getStatisticsTableColumn,
|
|
3255
3325
|
getTableColumnConf,
|
|
3256
3326
|
getTableIndexConf,
|
|
3257
3327
|
getTableOperateConf,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getToken } from "agilebuilder-ui/src/utils/auth";
|
|
1
2
|
function caculatePageStyle(configure, designStyle, designClass) {
|
|
2
3
|
const tempStyle = {};
|
|
3
4
|
let tempClass = "";
|
|
@@ -26,6 +27,9 @@ function caculatePageStyle(configure, designStyle, designClass) {
|
|
|
26
27
|
if (defineStyle.backgroundColor) {
|
|
27
28
|
tempStyle["background-color"] = defineStyle.backgroundColor;
|
|
28
29
|
}
|
|
30
|
+
if (defineStyle.backgroundImageServerPath) {
|
|
31
|
+
tempStyle["background-image"] = "url(" + window["$vueApp"].config.globalProperties.baseAPI + "/component/super-form/show-image?jwt=" + getToken() + "&serverPath=" + defineStyle.backgroundImageServerPath + ")";
|
|
32
|
+
}
|
|
29
33
|
if (defineStyle.paddingTop) {
|
|
30
34
|
tempStyle["padding-top"] = defineStyle.paddingTop + "px";
|
|
31
35
|
}
|
|
@@ -13,7 +13,7 @@ export declare function caculateDetailComponentStyle(configure: any, designStyle
|
|
|
13
13
|
* @param {*}
|
|
14
14
|
* @return {*}
|
|
15
15
|
*/
|
|
16
|
-
export declare function caculateComponentProps(configure: any, property: any): void;
|
|
16
|
+
export declare function caculateComponentProps(configure: any, property: any, titleExceedStyle?: any): void;
|
|
17
17
|
/**
|
|
18
18
|
* 移除组件的数据源对象
|
|
19
19
|
* @param configure
|
|
@@ -111,7 +111,7 @@ function caculateDetailComponentStyle(configure, designStyle, designClass, desig
|
|
|
111
111
|
designHeaderStyle.value = tempHeaderStyle;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
function caculateComponentProps(configure, property) {
|
|
114
|
+
function caculateComponentProps(configure, property, titleExceedStyle) {
|
|
115
115
|
const tempProps = {};
|
|
116
116
|
let defineProps = {};
|
|
117
117
|
if (configure.default && configure.default.props) {
|
|
@@ -137,6 +137,15 @@ function caculateComponentProps(configure, property) {
|
|
|
137
137
|
if (defineProps.base && defineProps.base.titleWidth) {
|
|
138
138
|
tempProps["labelWidth"] = defineProps.base.titleWidth + "px";
|
|
139
139
|
}
|
|
140
|
+
if (defineProps.base && defineProps.base.titleShowWay === "block") {
|
|
141
|
+
titleExceedStyle.value = {};
|
|
142
|
+
}
|
|
143
|
+
if (defineProps.base && defineProps.base.titleShowWay === "inline") {
|
|
144
|
+
titleExceedStyle.value = { "overflow": "hidden", "white-space": "nowrap" };
|
|
145
|
+
}
|
|
146
|
+
if (defineProps.base && defineProps.base.titleShowWay === "omit") {
|
|
147
|
+
titleExceedStyle.value = { "overflow": "hidden", "white-space": "nowrap", "text-overflow": "ellipsis" };
|
|
148
|
+
}
|
|
140
149
|
if (defineProps.base && defineProps.base.tittleShow) {
|
|
141
150
|
tempProps["tittleShow"] = true;
|
|
142
151
|
} else {
|
|
@@ -6,13 +6,17 @@ function getCustomFuncs() {
|
|
|
6
6
|
return options;
|
|
7
7
|
}
|
|
8
8
|
const customEvents = pageDesign.customEvents;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
try {
|
|
10
|
+
for (let e of customEvents) {
|
|
11
|
+
if (e.name == "customFunc") {
|
|
12
|
+
options.push({
|
|
13
|
+
value: e.eventName,
|
|
14
|
+
label: e.eventName + (e.remark ? "-" + e.remark : "")
|
|
15
|
+
});
|
|
16
|
+
}
|
|
15
17
|
}
|
|
18
|
+
} catch (e) {
|
|
19
|
+
debugger;
|
|
16
20
|
}
|
|
17
21
|
return options;
|
|
18
22
|
}
|
|
@@ -102,8 +102,8 @@ function getListView(configureCopy, pageDesign, tableConfigureStr) {
|
|
|
102
102
|
// 列设置 items: any
|
|
103
103
|
// groupHeader groupHeaders: any
|
|
104
104
|
};
|
|
105
|
-
listView.items = getListColumns(configureCopy);
|
|
106
|
-
console.log(listView.items, "listView.lListColumns");
|
|
105
|
+
listView.items = getListColumns(configureCopy, pageDesign);
|
|
106
|
+
console.log(listView.items, "listView.lListColumns", configureCopy.items);
|
|
107
107
|
listView.groupHeaders = getGroupHeaders(configureCopy);
|
|
108
108
|
return listView;
|
|
109
109
|
}
|
|
@@ -173,9 +173,9 @@ function getListColumns(configure, pageDesign) {
|
|
|
173
173
|
// 内容显示位置
|
|
174
174
|
contAlign: item.props.base ? item.props.base.alignContent : null,
|
|
175
175
|
// 标题显示位置
|
|
176
|
-
titleAlign: item.props.base ? item.props.base.alignTittle : null
|
|
176
|
+
titleAlign: item.props.base ? item.props.base.alignTittle : null,
|
|
177
177
|
// 国际化key,如果配置了该列则使用该列的key去查询国际化配置,如果没用配置就以“headerName”字段的值为准
|
|
178
|
-
|
|
178
|
+
i18nKey: item.props.base.name
|
|
179
179
|
/**
|
|
180
180
|
* 字段类型为文本,行编辑控件类型为多选下拉框multiselect时,数据库是否存储多个值,用于控制台账查询功能
|
|
181
181
|
* 如果是false表示数据库存储的不是多个值,只是查询时需要多个值使用“等号符号”进行or查询,
|
|
@@ -183,6 +183,11 @@ function getListColumns(configure, pageDesign) {
|
|
|
183
183
|
*/
|
|
184
184
|
// ifMultiData: boolean
|
|
185
185
|
};
|
|
186
|
+
if (pageDesign.i18nKeys) {
|
|
187
|
+
if (!pageDesign.i18nKeys[item.props.base.name]) {
|
|
188
|
+
pageDesign.i18nKeys.push(item.props.base.name);
|
|
189
|
+
}
|
|
190
|
+
}
|
|
186
191
|
listColumns.push(temp);
|
|
187
192
|
});
|
|
188
193
|
return listColumns;
|
|
@@ -372,9 +377,18 @@ function getFileSet(item) {
|
|
|
372
377
|
}
|
|
373
378
|
if (item.props.uploadConfig.accept) {
|
|
374
379
|
fileSet.accept = item.props.uploadConfig.accept;
|
|
380
|
+
} else {
|
|
381
|
+
fileSet.accept = null;
|
|
375
382
|
}
|
|
376
383
|
if (item.props.uploadConfig.limitFileSize) {
|
|
377
384
|
fileSet.limitFileSize = item.props.uploadConfig.limitFileSize;
|
|
385
|
+
} else {
|
|
386
|
+
fileSet.limitFileSize = null;
|
|
387
|
+
}
|
|
388
|
+
if (item.props.uploadConfig.openCameraOrChoosePhoto) {
|
|
389
|
+
fileSet.openCameraOrChoosePhoto = item.props.uploadConfig.openCameraOrChoosePhoto;
|
|
390
|
+
} else {
|
|
391
|
+
fileSet.openCameraOrChoosePhoto = null;
|
|
378
392
|
}
|
|
379
393
|
}
|
|
380
394
|
return JSON.stringify(fileSet);
|
|
@@ -382,6 +396,7 @@ function getFileSet(item) {
|
|
|
382
396
|
return null;
|
|
383
397
|
}
|
|
384
398
|
function getControlConfig(item) {
|
|
399
|
+
var _a, _b;
|
|
385
400
|
if (item.name === "select" && item.props.base.multiple) {
|
|
386
401
|
const baseProps = item.props.base;
|
|
387
402
|
const allowCreate = baseProps.allowCreate;
|
|
@@ -396,6 +411,13 @@ function getControlConfig(item) {
|
|
|
396
411
|
filterable,
|
|
397
412
|
allowCreate
|
|
398
413
|
});
|
|
414
|
+
} else if (item.name === "input-text") {
|
|
415
|
+
const scanEnable = ((_a = item.props.scan) == null ? void 0 : _a.enable) ? true : false;
|
|
416
|
+
const scanRuleList = (_b = item.props.scan) == null ? void 0 : _b.ruleList;
|
|
417
|
+
return JSON.stringify({
|
|
418
|
+
scanEnable,
|
|
419
|
+
scanRuleList
|
|
420
|
+
});
|
|
399
421
|
}
|
|
400
422
|
return null;
|
|
401
423
|
}
|
|
@@ -34,8 +34,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
34
34
|
},
|
|
35
35
|
setup(__props) {
|
|
36
36
|
const props = __props;
|
|
37
|
-
const
|
|
38
|
-
const pageDesign =
|
|
37
|
+
const pageDesignContextUtil = usePageContextStore();
|
|
38
|
+
const pageDesign = pageDesignContextUtil.pageContext;
|
|
39
39
|
const serviceFields = ref([]);
|
|
40
40
|
const showFields = computed(() => {
|
|
41
41
|
return serviceFields.value.filter((item) => {
|
|
@@ -27,8 +27,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27
27
|
},
|
|
28
28
|
setup(__props) {
|
|
29
29
|
const props = __props;
|
|
30
|
-
const
|
|
31
|
-
const pageDesign =
|
|
30
|
+
const pageDesignContextUtil = usePageContextStore();
|
|
31
|
+
const pageDesign = pageDesignContextUtil.pageContext;
|
|
32
32
|
const serviceFields = ref([]);
|
|
33
33
|
const showFields = computed(() => {
|
|
34
34
|
return serviceFields.value.filter((item) => {
|
|
@@ -27,8 +27,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27
27
|
},
|
|
28
28
|
setup(__props) {
|
|
29
29
|
const props = __props;
|
|
30
|
-
const
|
|
31
|
-
const pageDesign =
|
|
30
|
+
const pageDesignContextUtil = usePageContextStore();
|
|
31
|
+
const pageDesign = pageDesignContextUtil.pageContext;
|
|
32
32
|
const serviceFields = ref([]);
|
|
33
33
|
const showFields = computed(() => {
|
|
34
34
|
return serviceFields.value.filter((item) => {
|
|
@@ -23,8 +23,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
23
23
|
},
|
|
24
24
|
setup(__props) {
|
|
25
25
|
const props = __props;
|
|
26
|
-
const
|
|
27
|
-
const pageDesign =
|
|
26
|
+
const pageDesignContextUtil = usePageContextStore();
|
|
27
|
+
const pageDesign = pageDesignContextUtil.pageContext;
|
|
28
28
|
const serviceFields = ref([]);
|
|
29
29
|
const showFields = computed(() => {
|
|
30
30
|
return serviceFields.value.filter((item) => {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import _sfc_main from "./data-origin.vue2.js";
|
|
2
|
+
import "./data-origin.vue3.js";
|
|
3
|
+
import _export_sfc from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const DataOrigin = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7143edf0"]]);
|
|
5
|
+
export {
|
|
6
|
+
DataOrigin as default
|
|
7
|
+
};
|