super-page-designer 2.0.89 → 2.0.93
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 +2494 -2033
- package/dist/es/components/design/utils/interfaces/page-design-types.d.ts +1 -0
- package/dist/es/components/design/utils/page-table-util.d.ts +2 -1
- package/dist/es/components/design/utils/page-table-util.js +18 -2
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +5 -6
- package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.d.ts +79 -0
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/common/{common-variable-bind.vue2.js → common-variable-bind.vue3.js} +26 -7
- package/dist/es/components/design/views/assemblys/data/component/configuration-value.vue.js +27 -19
- package/dist/es/components/design/views/assemblys/data/component/dynamic-column.vue.js +14 -3
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +30 -18
- 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 +1 -1
- 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 +81 -531
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-dynamic-column.vue.js +713 -0
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-dynamic-column.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/form/common/data-origin-autoset.vue.js +1 -0
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +44 -13
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-design.vue2.js +1 -0
- package/dist/es/components/design/views/assemblys/object-design.vue.js +13 -2
- package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.d.ts +18 -0
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +24 -1
- package/dist/es/components/design/views/assemblys/workflow/workflow-button/workflowbutton-attr-base.vue.js +7 -34
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr-base.vue.js +85 -0
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr-base.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr-event.vue.js +30 -0
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr-event.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr-style.vue.js +51 -0
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr-style.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr.vue.js +5 -0
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr.vue2.js +42 -0
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-design.vue.js +4 -0
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-design.vue2.js +58 -0
- package/dist/es/components/design/views/design/page-design.vue.js +3 -2
- package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +8 -1
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.js +55 -11
- package/dist/es/stores/page-store.js +2 -9
- package/dist/es/style.css +627 -8
- package/package.json +5 -5
- /package/dist/es/components/design/views/assemblys/form/common/{icon-set-dialog.vue3.js → icon-set-dialog.vue2.js} +0 -0
|
@@ -1,35 +1,28 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createCommentVNode, createTextVNode, unref, createElementBlock, Fragment, renderList,
|
|
2
|
-
import { Setting, Search
|
|
1
|
+
import { defineComponent, ref, onMounted, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createCommentVNode, createTextVNode, unref, createElementBlock, Fragment, renderList, withDirectives, vShow } from "vue";
|
|
2
|
+
import { Setting, Search } from "@element-plus/icons-vue";
|
|
3
3
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
4
|
-
import _sfc_main$
|
|
4
|
+
import _sfc_main$6 from "../component/querySetting.vue.js";
|
|
5
5
|
import DataOrigin from "../../form/common/data-origin.vue.js";
|
|
6
6
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
7
7
|
import { setGroupHeaderDataDisplayOrder, deleteGroupHeaderByColumnUuid } from "../../../../utils/data-table-util.js";
|
|
8
8
|
import { getUuidv4 } from "../../../../utils/common-util.js";
|
|
9
9
|
import eventBus from "../../../../utils/eventBus.js";
|
|
10
10
|
import _sfc_main$1 from "../component/variate-select.vue.js";
|
|
11
|
-
import _sfc_main$
|
|
12
|
-
/* empty css */
|
|
11
|
+
import _sfc_main$4 from "../../form/common/suffixmodule.vue.js";
|
|
13
12
|
import _sfc_main$2 from "../../common/common-function-code.vue.js";
|
|
14
|
-
import _sfc_main$
|
|
13
|
+
import _sfc_main$7 from "../../common/common-select-table.vue.js";
|
|
15
14
|
import { queryTableFields, tableResetConfigIndo } from "../../../../utils/page-table-util.js";
|
|
16
15
|
import { usePageContextStore } from "../../../../../../stores/page-store.js";
|
|
17
|
-
import _sfc_main$
|
|
18
|
-
import
|
|
19
|
-
import _sfc_main$
|
|
20
|
-
import http from "agilebuilder-ui/src/utils/request";
|
|
21
|
-
import _sfc_main$3 from "../../common/page-permission-select.vue.js";
|
|
22
|
-
const _withScopeId = (n) => (pushScopeId("data-v-3560b979"), n = n(), popScopeId(), n);
|
|
16
|
+
import _sfc_main$5 from "../component/formatting-icon-label.vue.js";
|
|
17
|
+
import "agilebuilder-ui/src/utils/request";
|
|
18
|
+
import _sfc_main$3 from "./tablecolumn-dynamic-column.vue.js";
|
|
23
19
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
24
20
|
const _hoisted_2 = { class: "amb-design-attr-item-inline" };
|
|
25
21
|
const _hoisted_3 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
26
|
-
const _hoisted_4 =
|
|
27
|
-
const _hoisted_5 =
|
|
22
|
+
const _hoisted_4 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
23
|
+
const _hoisted_5 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
28
24
|
const _hoisted_6 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
29
25
|
const _hoisted_7 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
30
|
-
const _hoisted_8 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
31
|
-
const _hoisted_9 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
32
|
-
const _hoisted_10 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
33
26
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
34
27
|
__name: "tablecolumn-attr-base",
|
|
35
28
|
props: {
|
|
@@ -69,6 +62,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
69
62
|
const selectTableDialog = ref(null);
|
|
70
63
|
const pageContextUtil = usePageContextStore();
|
|
71
64
|
const operationColumn = ref(false);
|
|
65
|
+
onMounted(() => {
|
|
66
|
+
var _a;
|
|
67
|
+
if (((_a = props.configure.props.base) == null ? void 0 : _a.prop) === "dynamicColumnSelect") {
|
|
68
|
+
if (props.configure.props.dynamicColumnData && props.configure.props.dynamicColumnData.tableName) {
|
|
69
|
+
selectTableType.value == "masterTable";
|
|
70
|
+
onSelectTable({
|
|
71
|
+
name: props.configure.props.dynamicColumnData.tableName,
|
|
72
|
+
alias: props.configure.props.dynamicColumnData.tableAlias
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
});
|
|
72
77
|
created();
|
|
73
78
|
function created() {
|
|
74
79
|
if (!props.configure.props.format) {
|
|
@@ -93,23 +98,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
93
98
|
}
|
|
94
99
|
}
|
|
95
100
|
const selectTableType = ref("");
|
|
96
|
-
function selectTable(type) {
|
|
97
|
-
selectTableDialog.value.openDialog();
|
|
98
|
-
selectTableType.value = type;
|
|
99
|
-
}
|
|
100
|
-
function clearTable(type) {
|
|
101
|
-
if (type == "masterTable") {
|
|
102
|
-
props.configure.props.dynamicColumnData.tableName = "";
|
|
103
|
-
props.configure.props.dynamicColumnData.tableAlias = "";
|
|
104
|
-
props.configure.props.dynamicColumnData.dataTableCode = null;
|
|
105
|
-
props.configure.props.dynamicColumnData.tableSysVersion = null;
|
|
106
|
-
} else {
|
|
107
|
-
props.configure.props.dynamicColumnData.settingDataName = "";
|
|
108
|
-
props.configure.props.dynamicColumnData.settingDataAlias = "";
|
|
109
|
-
props.configure.props.dynamicColumnData.settingDataTableCode = null;
|
|
110
|
-
props.configure.props.dynamicColumnData.settingDataSysVersion = null;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
101
|
function onSelectTable(tableInfo) {
|
|
114
102
|
if (selectTableType.value == "masterTable") {
|
|
115
103
|
let hisKey = props.configure.props.dynamicColumnData.dataTableCode ? props.configure.props.dynamicColumnData.dataTableCode : "";
|
|
@@ -227,49 +215,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
227
215
|
function updateOrder() {
|
|
228
216
|
eventBus.$emit("reloadTable-" + props.tableConfigure.uuid);
|
|
229
217
|
}
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
}
|
|
234
|
-
function addSortField() {
|
|
235
|
-
if (!props.configure.props.dynamicColumnData.dataTableSortTable) {
|
|
236
|
-
props.configure.props.dynamicColumnData.dataTableSortTable = [];
|
|
237
|
-
}
|
|
238
|
-
props.configure.props.dynamicColumnData.dataTableSortTable.push({ name: "", type: "" });
|
|
239
|
-
atPresentSortIndex.value = "";
|
|
240
|
-
}
|
|
241
|
-
function removeSortField() {
|
|
242
|
-
if (props.configure.props.dynamicColumnData.dataTableSortTable.length > 0) {
|
|
243
|
-
props.configure.props.dynamicColumnData.dataTableSortTable.splice(
|
|
244
|
-
props.configure.props.dynamicColumnData.dataTableSortTable.length - 1,
|
|
245
|
-
1
|
|
246
|
-
);
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
const queryOptionGroupLoading = ref(false);
|
|
250
|
-
const optionGroups = ref([]);
|
|
251
|
-
function queryOptionGroups(query) {
|
|
252
|
-
queryOptionGroupLoading.value = true;
|
|
253
|
-
const param = {
|
|
254
|
-
query
|
|
255
|
-
};
|
|
256
|
-
http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/option-groups/query", param).then((result) => {
|
|
257
|
-
queryOptionGroupLoading.value = false;
|
|
258
|
-
optionGroups.value = result;
|
|
259
|
-
}).catch((error) => {
|
|
260
|
-
queryOptionGroupLoading.value = false;
|
|
261
|
-
console.log("查询选项组出错", error);
|
|
262
|
-
});
|
|
263
|
-
}
|
|
264
|
-
function afterSelectService(type, code, name) {
|
|
265
|
-
props.configure.props.dynamicColumnData.service.simpleCode = code;
|
|
266
|
-
props.configure.props.dynamicColumnData.service.name = name;
|
|
267
|
-
}
|
|
268
|
-
function dynamicColumnDataSourcesChange(value) {
|
|
269
|
-
if (value === "service" && !props.configure.props.dynamicColumnData.service) {
|
|
270
|
-
props.configure.props.dynamicColumnData.service = {};
|
|
271
|
-
}
|
|
272
|
-
}
|
|
218
|
+
ref("");
|
|
219
|
+
ref(false);
|
|
220
|
+
ref([]);
|
|
273
221
|
return (_ctx, _cache) => {
|
|
274
222
|
const _component_el_input = resolveComponent("el-input");
|
|
275
223
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -280,9 +228,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
280
228
|
const _component_el_select = resolveComponent("el-select");
|
|
281
229
|
const _component_el_icon = resolveComponent("el-icon");
|
|
282
230
|
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
283
|
-
const _component_el_button = resolveComponent("el-button");
|
|
284
|
-
const _component_el_divider = resolveComponent("el-divider");
|
|
285
231
|
const _component_el_input_number = resolveComponent("el-input-number");
|
|
232
|
+
const _component_el_button = resolveComponent("el-button");
|
|
286
233
|
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
287
234
|
const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
|
|
288
235
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -295,7 +242,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
295
242
|
default: withCtx(() => [
|
|
296
243
|
createVNode(_component_el_collapse, {
|
|
297
244
|
modelValue: openCollapseItems.value,
|
|
298
|
-
"onUpdate:modelValue": _cache[
|
|
245
|
+
"onUpdate:modelValue": _cache[46] || (_cache[46] = ($event) => openCollapseItems.value = $event),
|
|
299
246
|
style: { "margin-top": "6px" }
|
|
300
247
|
}, {
|
|
301
248
|
default: withCtx(() => [
|
|
@@ -531,417 +478,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
531
478
|
isDynamicColumn: __props.configure.props.base.prop === "dynamicColumnSelect",
|
|
532
479
|
remote: true
|
|
533
480
|
}, null, 8, ["configure", "isDynamicColumn"])) : createCommentVNode("", true),
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
},
|
|
540
|
-
default: withCtx(() => [
|
|
541
|
-
createElementVNode("div", _hoisted_3, [
|
|
542
|
-
createVNode(_component_el_form_item, {
|
|
543
|
-
label: "数据来源",
|
|
544
|
-
class: "amb-design-attr-item"
|
|
545
|
-
}, {
|
|
546
|
-
default: withCtx(() => [
|
|
547
|
-
createVNode(_component_el_radio_group, {
|
|
548
|
-
modelValue: __props.configure.props.dynamicColumnData.dataSources,
|
|
549
|
-
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.dynamicColumnData.dataSources = $event),
|
|
550
|
-
onChange: dynamicColumnDataSourcesChange
|
|
551
|
-
}, {
|
|
552
|
-
default: withCtx(() => [
|
|
553
|
-
createVNode(_component_el_radio, { value: "dataTable" }, {
|
|
554
|
-
default: withCtx(() => [
|
|
555
|
-
createTextVNode("数据表/视图")
|
|
556
|
-
]),
|
|
557
|
-
_: 1
|
|
558
|
-
}),
|
|
559
|
-
createVNode(_component_el_radio, { value: "sql" }, {
|
|
560
|
-
default: withCtx(() => [
|
|
561
|
-
createTextVNode("SQL语句")
|
|
562
|
-
]),
|
|
563
|
-
_: 1
|
|
564
|
-
}),
|
|
565
|
-
createVNode(_component_el_radio, { value: "optionGroup" }, {
|
|
566
|
-
default: withCtx(() => [
|
|
567
|
-
createTextVNode("选项组")
|
|
568
|
-
]),
|
|
569
|
-
_: 1
|
|
570
|
-
}),
|
|
571
|
-
createVNode(_component_el_radio, { value: "bean" }, {
|
|
572
|
-
default: withCtx(() => [
|
|
573
|
-
createTextVNode("bean名称")
|
|
574
|
-
]),
|
|
575
|
-
_: 1
|
|
576
|
-
}),
|
|
577
|
-
createVNode(_component_el_radio, { value: "service" }, {
|
|
578
|
-
default: withCtx(() => [
|
|
579
|
-
createTextVNode("服务")
|
|
580
|
-
]),
|
|
581
|
-
_: 1
|
|
582
|
-
})
|
|
583
|
-
]),
|
|
584
|
-
_: 1
|
|
585
|
-
}, 8, ["modelValue"])
|
|
586
|
-
]),
|
|
587
|
-
_: 1
|
|
588
|
-
}),
|
|
589
|
-
__props.configure.props.dynamicColumnData.dataSources === "bean" ? (openBlock(), createBlock(_component_el_form_item, {
|
|
590
|
-
key: 0,
|
|
591
|
-
label: "bean名称",
|
|
592
|
-
class: "amb-design-attr-item"
|
|
593
|
-
}, {
|
|
594
|
-
default: withCtx(() => [
|
|
595
|
-
createVNode(_component_el_input, {
|
|
596
|
-
modelValue: __props.configure.props.dynamicColumnData.beanName,
|
|
597
|
-
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.dynamicColumnData.beanName = $event)
|
|
598
|
-
}, null, 8, ["modelValue"])
|
|
599
|
-
]),
|
|
600
|
-
_: 1
|
|
601
|
-
})) : createCommentVNode("", true),
|
|
602
|
-
__props.configure.props.dynamicColumnData.dataSources === "service" && __props.configure.props.dynamicColumnData.service ? (openBlock(), createBlock(_component_el_form_item, {
|
|
603
|
-
key: 1,
|
|
604
|
-
label: "服务名",
|
|
605
|
-
class: "amb-design-attr-item"
|
|
606
|
-
}, {
|
|
607
|
-
default: withCtx(() => [
|
|
608
|
-
createVNode(_sfc_main$3, {
|
|
609
|
-
pageDesign: __props.pageDesign,
|
|
610
|
-
rowObj: __props.configure.props.dynamicColumnData.service,
|
|
611
|
-
onlyService: "",
|
|
612
|
-
"onUpdate:modelValue": _cache[14] || (_cache[14] = (type, code, name) => afterSelectService(type, code, name))
|
|
613
|
-
}, null, 8, ["pageDesign", "rowObj"])
|
|
614
|
-
]),
|
|
615
|
-
_: 1
|
|
616
|
-
})) : createCommentVNode("", true),
|
|
617
|
-
createVNode(_component_el_form_item, {
|
|
618
|
-
label: "监控字段",
|
|
619
|
-
title: "监控主表字段",
|
|
620
|
-
class: "amb-design-attr-item"
|
|
621
|
-
}, {
|
|
622
|
-
default: withCtx(() => [
|
|
623
|
-
createVNode(_component_el_input, {
|
|
624
|
-
modelValue: __props.configure.props.dynamicColumnData.watchParentAttr,
|
|
625
|
-
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => __props.configure.props.dynamicColumnData.watchParentAttr = $event)
|
|
626
|
-
}, null, 8, ["modelValue"])
|
|
627
|
-
]),
|
|
628
|
-
_: 1
|
|
629
|
-
}),
|
|
630
|
-
__props.configure.props.dynamicColumnData.dataSources === "dataTable" ? (openBlock(), createBlock(_component_el_form_item, {
|
|
631
|
-
key: 2,
|
|
632
|
-
label: "数据表视图",
|
|
633
|
-
class: "amb-design-attr-item"
|
|
634
|
-
}, {
|
|
635
|
-
default: withCtx(() => [
|
|
636
|
-
createVNode(_component_el_input, {
|
|
637
|
-
modelValue: __props.configure.props.dynamicColumnData.tableName,
|
|
638
|
-
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => __props.configure.props.dynamicColumnData.tableName = $event),
|
|
639
|
-
title: __props.configure.props.dynamicColumnData.tableName,
|
|
640
|
-
clearable: "",
|
|
641
|
-
readonly: "true"
|
|
642
|
-
}, {
|
|
643
|
-
append: withCtx(() => [
|
|
644
|
-
createVNode(_component_el_button, {
|
|
645
|
-
icon: unref(Search),
|
|
646
|
-
onClick: _cache[16] || (_cache[16] = ($event) => selectTable("masterTable")),
|
|
647
|
-
size: "small"
|
|
648
|
-
}, null, 8, ["icon"]),
|
|
649
|
-
createVNode(_component_el_button, {
|
|
650
|
-
icon: unref(Close),
|
|
651
|
-
onClick: _cache[17] || (_cache[17] = ($event) => clearTable("masterTable")),
|
|
652
|
-
title: "Clear",
|
|
653
|
-
size: "small"
|
|
654
|
-
}, null, 8, ["icon"])
|
|
655
|
-
]),
|
|
656
|
-
_: 1
|
|
657
|
-
}, 8, ["modelValue", "title"])
|
|
658
|
-
]),
|
|
659
|
-
_: 1
|
|
660
|
-
})) : createCommentVNode("", true),
|
|
661
|
-
__props.configure.props.dynamicColumnData.dataSources === "dataTable" ? (openBlock(), createBlock(_component_el_form_item, {
|
|
662
|
-
key: 3,
|
|
663
|
-
label: "排序",
|
|
664
|
-
class: "amb-design-attr-item"
|
|
665
|
-
}, {
|
|
666
|
-
default: withCtx(() => [
|
|
667
|
-
createVNode(_component_el_button, {
|
|
668
|
-
type: "primary",
|
|
669
|
-
onClick: addSortField
|
|
670
|
-
}, {
|
|
671
|
-
default: withCtx(() => [
|
|
672
|
-
createTextVNode("添加")
|
|
673
|
-
]),
|
|
674
|
-
_: 1
|
|
675
|
-
}),
|
|
676
|
-
createVNode(_component_el_button, { onClick: removeSortField }, {
|
|
677
|
-
default: withCtx(() => [
|
|
678
|
-
createTextVNode("删除")
|
|
679
|
-
]),
|
|
680
|
-
_: 1
|
|
681
|
-
}),
|
|
682
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.configure.props.dynamicColumnData.dataTableSortTable, (item, index) => {
|
|
683
|
-
return openBlock(), createElementBlock("div", {
|
|
684
|
-
key: index,
|
|
685
|
-
onClick: ($event) => seleteSort(index),
|
|
686
|
-
style: { "margin-top": "6px" },
|
|
687
|
-
class: normalizeClass(
|
|
688
|
-
atPresentSortIndex.value === index ? "amb-design-attr-item-inline seleteSort" : "amb-design-attr-item-inline"
|
|
689
|
-
)
|
|
690
|
-
}, [
|
|
691
|
-
createVNode(_component_el_select, {
|
|
692
|
-
modelValue: item.sortColumn,
|
|
693
|
-
"onUpdate:modelValue": ($event) => item.sortColumn = $event,
|
|
694
|
-
filterable: "",
|
|
695
|
-
clearable: "",
|
|
696
|
-
placeholder: "请选择"
|
|
697
|
-
}, {
|
|
698
|
-
default: withCtx(() => [
|
|
699
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(modelTableFieldList.value, (field, index2) => {
|
|
700
|
-
return openBlock(), createBlock(_component_el_option, {
|
|
701
|
-
key: index2,
|
|
702
|
-
label: field.alias + "(" + field.dbColumnName + ")",
|
|
703
|
-
value: field.dbColumnName
|
|
704
|
-
}, null, 8, ["label", "value"]);
|
|
705
|
-
}), 128))
|
|
706
|
-
]),
|
|
707
|
-
_: 2
|
|
708
|
-
}, 1032, ["modelValue", "onUpdate:modelValue"]),
|
|
709
|
-
createVNode(_component_el_select, {
|
|
710
|
-
modelValue: item.sortOrder,
|
|
711
|
-
"onUpdate:modelValue": ($event) => item.sortOrder = $event,
|
|
712
|
-
style: { "margin-left": "10px" },
|
|
713
|
-
placeholder: "请选择"
|
|
714
|
-
}, {
|
|
715
|
-
default: withCtx(() => [
|
|
716
|
-
createVNode(_component_el_option, {
|
|
717
|
-
label: "升序",
|
|
718
|
-
value: "asc"
|
|
719
|
-
}),
|
|
720
|
-
createVNode(_component_el_option, {
|
|
721
|
-
label: "降序",
|
|
722
|
-
value: "desc"
|
|
723
|
-
})
|
|
724
|
-
]),
|
|
725
|
-
_: 2
|
|
726
|
-
}, 1032, ["modelValue", "onUpdate:modelValue"])
|
|
727
|
-
], 10, _hoisted_4);
|
|
728
|
-
}), 128))
|
|
729
|
-
]),
|
|
730
|
-
_: 1
|
|
731
|
-
})) : createCommentVNode("", true),
|
|
732
|
-
withDirectives(createVNode(_component_el_form_item, {
|
|
733
|
-
label: "查询条件",
|
|
734
|
-
class: "amb-design-attr-item"
|
|
735
|
-
}, {
|
|
736
|
-
default: withCtx(() => [
|
|
737
|
-
createVNode(_sfc_main$4, {
|
|
738
|
-
title: "查询条件",
|
|
739
|
-
list: __props.configure.props.dynamicColumnData.searchcondition,
|
|
740
|
-
ref_key: "queryConditionRef",
|
|
741
|
-
ref: queryConditionRef
|
|
742
|
-
}, null, 8, ["list"])
|
|
743
|
-
]),
|
|
744
|
-
_: 1
|
|
745
|
-
}, 512), [
|
|
746
|
-
[vShow, __props.configure.props.dynamicColumnData.dataSources === "dataTable"]
|
|
747
|
-
]),
|
|
748
|
-
withDirectives(createVNode(_component_el_form_item, {
|
|
749
|
-
label: "SQL",
|
|
750
|
-
class: "amb-design-attr-item"
|
|
751
|
-
}, {
|
|
752
|
-
default: withCtx(() => [
|
|
753
|
-
createVNode(_component_el_input, {
|
|
754
|
-
modelValue: __props.configure.props.dynamicColumnData.sql,
|
|
755
|
-
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => __props.configure.props.dynamicColumnData.sql = $event),
|
|
756
|
-
rows: 2,
|
|
757
|
-
type: "textarea"
|
|
758
|
-
}, null, 8, ["modelValue"])
|
|
759
|
-
]),
|
|
760
|
-
_: 1
|
|
761
|
-
}, 512), [
|
|
762
|
-
[vShow, __props.configure.props.dynamicColumnData.dataSources === "sql"]
|
|
763
|
-
]),
|
|
764
|
-
withDirectives(createVNode(_component_el_form_item, {
|
|
765
|
-
label: "选项组名",
|
|
766
|
-
class: "amb-design-attr-item"
|
|
767
|
-
}, {
|
|
768
|
-
default: withCtx(() => [
|
|
769
|
-
createVNode(_component_el_select, {
|
|
770
|
-
modelValue: __props.configure.props.dynamicColumnData.optionGroup,
|
|
771
|
-
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => __props.configure.props.dynamicColumnData.optionGroup = $event),
|
|
772
|
-
filterable: "",
|
|
773
|
-
remote: "",
|
|
774
|
-
"reserve-keyword": "",
|
|
775
|
-
clearable: "",
|
|
776
|
-
placeholder: "请选择",
|
|
777
|
-
"remote-show-suffix": "",
|
|
778
|
-
"remote-method": queryOptionGroups,
|
|
779
|
-
loading: queryOptionGroupLoading.value
|
|
780
|
-
}, {
|
|
781
|
-
default: withCtx(() => [
|
|
782
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(optionGroups.value, (item) => {
|
|
783
|
-
return openBlock(), createBlock(_component_el_option, {
|
|
784
|
-
key: item.code,
|
|
785
|
-
label: item.name + "(" + item.code + ")",
|
|
786
|
-
value: item.code
|
|
787
|
-
}, null, 8, ["label", "value"]);
|
|
788
|
-
}), 128))
|
|
789
|
-
]),
|
|
790
|
-
_: 1
|
|
791
|
-
}, 8, ["modelValue", "loading"])
|
|
792
|
-
]),
|
|
793
|
-
_: 1
|
|
794
|
-
}, 512), [
|
|
795
|
-
[vShow, __props.configure.props.dynamicColumnData.dataSources === "optionGroup"]
|
|
796
|
-
]),
|
|
797
|
-
createVNode(_component_el_divider, null, {
|
|
798
|
-
default: withCtx(() => [
|
|
799
|
-
_hoisted_5
|
|
800
|
-
]),
|
|
801
|
-
_: 1
|
|
802
|
-
}),
|
|
803
|
-
createVNode(_component_el_form_item, {
|
|
804
|
-
label: "数据表",
|
|
805
|
-
class: "amb-design-attr-item"
|
|
806
|
-
}, {
|
|
807
|
-
default: withCtx(() => [
|
|
808
|
-
createVNode(_component_el_input, {
|
|
809
|
-
modelValue: __props.configure.props.dynamicColumnData.settingDataName,
|
|
810
|
-
"onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => __props.configure.props.dynamicColumnData.settingDataName = $event),
|
|
811
|
-
title: __props.configure.props.dynamicColumnData.settingDataName,
|
|
812
|
-
clearable: "",
|
|
813
|
-
readonly: "true"
|
|
814
|
-
}, {
|
|
815
|
-
append: withCtx(() => [
|
|
816
|
-
createVNode(_component_el_button, {
|
|
817
|
-
icon: unref(Search),
|
|
818
|
-
onClick: _cache[21] || (_cache[21] = ($event) => selectTable("sublist")),
|
|
819
|
-
size: "small"
|
|
820
|
-
}, null, 8, ["icon"]),
|
|
821
|
-
createVNode(_component_el_button, {
|
|
822
|
-
icon: unref(Close),
|
|
823
|
-
onClick: _cache[22] || (_cache[22] = ($event) => clearTable("sublist")),
|
|
824
|
-
title: "Clear",
|
|
825
|
-
size: "small"
|
|
826
|
-
}, null, 8, ["icon"])
|
|
827
|
-
]),
|
|
828
|
-
_: 1
|
|
829
|
-
}, 8, ["modelValue", "title"])
|
|
830
|
-
]),
|
|
831
|
-
_: 1
|
|
832
|
-
}),
|
|
833
|
-
createVNode(_component_el_form_item, {
|
|
834
|
-
label: "关联字段",
|
|
835
|
-
title: "与主表关联字段",
|
|
836
|
-
class: "amb-design-attr-item"
|
|
837
|
-
}, {
|
|
838
|
-
default: withCtx(() => [
|
|
839
|
-
createVNode(_component_el_select, {
|
|
840
|
-
modelValue: __props.configure.props.dynamicColumnData.settingRelationColumn,
|
|
841
|
-
"onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => __props.configure.props.dynamicColumnData.settingRelationColumn = $event),
|
|
842
|
-
clearable: "",
|
|
843
|
-
filterable: ""
|
|
844
|
-
}, {
|
|
845
|
-
default: withCtx(() => [
|
|
846
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(clolumnTableFields), (item, index) => {
|
|
847
|
-
return openBlock(), createBlock(_component_el_option, {
|
|
848
|
-
key: index,
|
|
849
|
-
label: item.alias,
|
|
850
|
-
value: item.dbColumnName
|
|
851
|
-
}, null, 8, ["label", "value"]);
|
|
852
|
-
}), 128))
|
|
853
|
-
]),
|
|
854
|
-
_: 1
|
|
855
|
-
}, 8, ["modelValue"])
|
|
856
|
-
]),
|
|
857
|
-
_: 1
|
|
858
|
-
}),
|
|
859
|
-
createVNode(_component_el_form_item, {
|
|
860
|
-
label: "查询条件",
|
|
861
|
-
title: "查询附加条件",
|
|
862
|
-
class: "amb-design-attr-item"
|
|
863
|
-
}, {
|
|
864
|
-
default: withCtx(() => [
|
|
865
|
-
createVNode(_sfc_main$4, {
|
|
866
|
-
title: "查询条件",
|
|
867
|
-
list: __props.configure.props.dynamicColumnData.selectCondition,
|
|
868
|
-
ref_key: "selectConditionRef",
|
|
869
|
-
ref: selectConditionRef
|
|
870
|
-
}, null, 8, ["list"])
|
|
871
|
-
]),
|
|
872
|
-
_: 1
|
|
873
|
-
}),
|
|
874
|
-
createVNode(_component_el_form_item, {
|
|
875
|
-
label: "更新条件",
|
|
876
|
-
title: "更新附加条件",
|
|
877
|
-
class: "amb-design-attr-item"
|
|
878
|
-
}, {
|
|
879
|
-
default: withCtx(() => [
|
|
880
|
-
createVNode(_sfc_main$4, {
|
|
881
|
-
title: "更新条件",
|
|
882
|
-
list: __props.configure.props.dynamicColumnData.updateCondition,
|
|
883
|
-
ref_key: "updateConditionRef",
|
|
884
|
-
ref: updateConditionRef
|
|
885
|
-
}, null, 8, ["list"])
|
|
886
|
-
]),
|
|
887
|
-
_: 1
|
|
888
|
-
}),
|
|
889
|
-
createVNode(_component_el_form_item, {
|
|
890
|
-
label: "配置模型",
|
|
891
|
-
title: "分组标题类型",
|
|
892
|
-
class: "amb-design-attr-item"
|
|
893
|
-
}, {
|
|
894
|
-
default: withCtx(() => [
|
|
895
|
-
createVNode(_sfc_main$5, {
|
|
896
|
-
configure: __props.configure,
|
|
897
|
-
clolumnTableFields: unref(clolumnTableFields),
|
|
898
|
-
modelTableFieldList: modelTableFieldList.value
|
|
899
|
-
}, null, 8, ["configure", "clolumnTableFields", "modelTableFieldList"])
|
|
900
|
-
]),
|
|
901
|
-
_: 1
|
|
902
|
-
}),
|
|
903
|
-
createVNode(_component_el_form_item, {
|
|
904
|
-
label: "标题类型",
|
|
905
|
-
title: "分组标题类型",
|
|
906
|
-
class: "amb-design-attr-item"
|
|
907
|
-
}, {
|
|
908
|
-
default: withCtx(() => [
|
|
909
|
-
createVNode(_component_el_select, {
|
|
910
|
-
modelValue: __props.configure.props.dynamicColumnData.mergeFieldType,
|
|
911
|
-
"onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => __props.configure.props.dynamicColumnData.mergeFieldType = $event),
|
|
912
|
-
clearable: ""
|
|
913
|
-
}, {
|
|
914
|
-
default: withCtx(() => [
|
|
915
|
-
createVNode(_component_el_option, {
|
|
916
|
-
label: "不设置分组标题",
|
|
917
|
-
value: "no"
|
|
918
|
-
}),
|
|
919
|
-
createVNode(_component_el_option, {
|
|
920
|
-
label: "合并为一组",
|
|
921
|
-
value: "one"
|
|
922
|
-
}),
|
|
923
|
-
createVNode(_component_el_option, {
|
|
924
|
-
label: "分组字段",
|
|
925
|
-
value: "more"
|
|
926
|
-
})
|
|
927
|
-
]),
|
|
928
|
-
_: 1
|
|
929
|
-
}, 8, ["modelValue"])
|
|
930
|
-
]),
|
|
931
|
-
_: 1
|
|
932
|
-
})
|
|
933
|
-
])
|
|
934
|
-
]),
|
|
935
|
-
_: 1
|
|
936
|
-
})) : createCommentVNode("", true),
|
|
481
|
+
createVNode(_sfc_main$3, {
|
|
482
|
+
operationColumn: operationColumn.value,
|
|
483
|
+
configure: __props.configure,
|
|
484
|
+
tableConfigure: __props.tableConfigure,
|
|
485
|
+
pageDesign: __props.pageDesign
|
|
486
|
+
}, null, 8, ["operationColumn", "configure", "tableConfigure", "pageDesign"]),
|
|
937
487
|
!operationColumn.value ? (openBlock(), createBlock(_component_el_collapse_item, {
|
|
938
|
-
key:
|
|
488
|
+
key: 1,
|
|
939
489
|
title: "行编辑设置",
|
|
940
490
|
name: "editLine",
|
|
941
491
|
class: "amb-design-attr-group-header"
|
|
942
492
|
}, {
|
|
943
493
|
default: withCtx(() => [
|
|
944
|
-
createElementVNode("div",
|
|
494
|
+
createElementVNode("div", _hoisted_3, [
|
|
945
495
|
createVNode(_component_el_form_item, {
|
|
946
496
|
label: "是否编辑",
|
|
947
497
|
class: "amb-design-attr-item"
|
|
@@ -950,7 +500,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
950
500
|
createVNode(_component_el_switch, {
|
|
951
501
|
onChange: editChange,
|
|
952
502
|
modelValue: __props.configure.props.editLine.editable,
|
|
953
|
-
"onUpdate:modelValue": _cache[
|
|
503
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.editLine.editable = $event)
|
|
954
504
|
}, null, 8, ["modelValue"])
|
|
955
505
|
]),
|
|
956
506
|
_: 1
|
|
@@ -975,7 +525,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
975
525
|
default: withCtx(() => [
|
|
976
526
|
createVNode(_component_el_select, {
|
|
977
527
|
modelValue: __props.configure.name,
|
|
978
|
-
"onUpdate:modelValue": _cache[
|
|
528
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.name = $event),
|
|
979
529
|
placeholder: "请选择",
|
|
980
530
|
onChange: moduleChange
|
|
981
531
|
}, {
|
|
@@ -1000,7 +550,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1000
550
|
default: withCtx(() => [
|
|
1001
551
|
createVNode(_sfc_main$1, {
|
|
1002
552
|
prop: __props.configure.props.format.fileUuid,
|
|
1003
|
-
"onUpdate:prop": _cache[
|
|
553
|
+
"onUpdate:prop": _cache[14] || (_cache[14] = ($event) => __props.configure.props.format.fileUuid = $event),
|
|
1004
554
|
tableConfigure: __props.tableConfigure
|
|
1005
555
|
}, null, 8, ["prop", "tableConfigure"])
|
|
1006
556
|
]),
|
|
@@ -1013,13 +563,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1013
563
|
_: 1
|
|
1014
564
|
})) : createCommentVNode("", true),
|
|
1015
565
|
!operationColumn.value ? (openBlock(), createBlock(_component_el_collapse_item, {
|
|
1016
|
-
key:
|
|
566
|
+
key: 2,
|
|
1017
567
|
title: "格式设置",
|
|
1018
568
|
name: "formatting",
|
|
1019
569
|
class: "amb-design-attr-group-header"
|
|
1020
570
|
}, {
|
|
1021
571
|
default: withCtx(() => [
|
|
1022
|
-
createElementVNode("div",
|
|
572
|
+
createElementVNode("div", _hoisted_4, [
|
|
1023
573
|
createVNode(_component_el_form_item, {
|
|
1024
574
|
label: "格式化分类",
|
|
1025
575
|
class: "amb-design-attr-item"
|
|
@@ -1027,7 +577,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1027
577
|
default: withCtx(() => [
|
|
1028
578
|
createVNode(_component_el_select, {
|
|
1029
579
|
modelValue: __props.configure.props.format.type,
|
|
1030
|
-
"onUpdate:modelValue": _cache[
|
|
580
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => __props.configure.props.format.type = $event),
|
|
1031
581
|
clearable: "",
|
|
1032
582
|
placeholder: "请选择"
|
|
1033
583
|
}, {
|
|
@@ -1094,7 +644,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1094
644
|
default: withCtx(() => [
|
|
1095
645
|
createVNode(_component_el_input, {
|
|
1096
646
|
modelValue: __props.configure.props.format.decimalDigit,
|
|
1097
|
-
"onUpdate:modelValue": _cache[
|
|
647
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => __props.configure.props.format.decimalDigit = $event)
|
|
1098
648
|
}, null, 8, ["modelValue"])
|
|
1099
649
|
]),
|
|
1100
650
|
_: 1
|
|
@@ -1107,7 +657,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1107
657
|
default: withCtx(() => [
|
|
1108
658
|
createVNode(_component_el_switch, {
|
|
1109
659
|
modelValue: __props.configure.props.format.scientific,
|
|
1110
|
-
"onUpdate:modelValue": _cache[
|
|
660
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => __props.configure.props.format.scientific = $event),
|
|
1111
661
|
"active-text": "使用",
|
|
1112
662
|
"inactive-text": "不使用"
|
|
1113
663
|
}, null, 8, ["modelValue"])
|
|
@@ -1122,7 +672,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1122
672
|
default: withCtx(() => [
|
|
1123
673
|
createVNode(_component_el_input, {
|
|
1124
674
|
modelValue: __props.configure.props.format.scientificNum,
|
|
1125
|
-
"onUpdate:modelValue": _cache[
|
|
675
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => __props.configure.props.format.scientificNum = $event)
|
|
1126
676
|
}, null, 8, ["modelValue"])
|
|
1127
677
|
]),
|
|
1128
678
|
_: 1
|
|
@@ -1135,7 +685,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1135
685
|
default: withCtx(() => [
|
|
1136
686
|
createVNode(_component_el_switch, {
|
|
1137
687
|
modelValue: __props.configure.props.format.thousandsSeparator,
|
|
1138
|
-
"onUpdate:modelValue": _cache[
|
|
688
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => __props.configure.props.format.thousandsSeparator = $event),
|
|
1139
689
|
"active-text": "使用",
|
|
1140
690
|
"inactive-text": "不使用"
|
|
1141
691
|
}, null, 8, ["modelValue"])
|
|
@@ -1150,7 +700,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1150
700
|
default: withCtx(() => [
|
|
1151
701
|
createVNode(_component_el_input, {
|
|
1152
702
|
modelValue: __props.configure.props.format.symbol,
|
|
1153
|
-
"onUpdate:modelValue": _cache[
|
|
703
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => __props.configure.props.format.symbol = $event)
|
|
1154
704
|
}, null, 8, ["modelValue"])
|
|
1155
705
|
]),
|
|
1156
706
|
_: 1
|
|
@@ -1163,7 +713,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1163
713
|
default: withCtx(() => [
|
|
1164
714
|
createVNode(_component_el_select, {
|
|
1165
715
|
modelValue: __props.configure.props.format.currencySymbol,
|
|
1166
|
-
"onUpdate:modelValue": _cache[
|
|
716
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => __props.configure.props.format.currencySymbol = $event),
|
|
1167
717
|
placeholder: "Select"
|
|
1168
718
|
}, {
|
|
1169
719
|
default: withCtx(() => [
|
|
@@ -1189,7 +739,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1189
739
|
default: withCtx(() => [
|
|
1190
740
|
createVNode(_component_el_select, {
|
|
1191
741
|
modelValue: __props.configure.props.format.dataType,
|
|
1192
|
-
"onUpdate:modelValue": _cache[
|
|
742
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => __props.configure.props.format.dataType = $event),
|
|
1193
743
|
placeholder: "Select"
|
|
1194
744
|
}, {
|
|
1195
745
|
default: withCtx(() => [
|
|
@@ -1243,7 +793,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1243
793
|
default: withCtx(() => [
|
|
1244
794
|
createVNode(_component_el_select, {
|
|
1245
795
|
modelValue: __props.configure.props.format.timeType,
|
|
1246
|
-
"onUpdate:modelValue": _cache[
|
|
796
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => __props.configure.props.format.timeType = $event),
|
|
1247
797
|
placeholder: "Select"
|
|
1248
798
|
}, {
|
|
1249
799
|
default: withCtx(() => [
|
|
@@ -1293,18 +843,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1293
843
|
default: withCtx(() => [
|
|
1294
844
|
createVNode(_component_el_input, {
|
|
1295
845
|
modelValue: __props.configure.props.format.customControl,
|
|
1296
|
-
"onUpdate:modelValue": _cache[
|
|
846
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => __props.configure.props.format.customControl = $event)
|
|
1297
847
|
}, null, 8, ["modelValue"])
|
|
1298
848
|
]),
|
|
1299
849
|
_: 1
|
|
1300
850
|
})) : createCommentVNode("", true),
|
|
1301
|
-
__props.configure.props.format.type === "hyperlinks" ? (openBlock(), createBlock(_sfc_main$
|
|
851
|
+
__props.configure.props.format.type === "hyperlinks" ? (openBlock(), createBlock(_sfc_main$4, {
|
|
1302
852
|
key: 9,
|
|
1303
853
|
pageDesign: __props.pageDesign,
|
|
1304
854
|
configure: __props.configure,
|
|
1305
855
|
tableConfigure: __props.tableConfigure
|
|
1306
856
|
}, null, 8, ["pageDesign", "configure", "tableConfigure"])) : createCommentVNode("", true),
|
|
1307
|
-
__props.configure.props.format.type === "icon" ? (openBlock(), createBlock(_sfc_main$
|
|
857
|
+
__props.configure.props.format.type === "icon" ? (openBlock(), createBlock(_sfc_main$5, {
|
|
1308
858
|
key: 10,
|
|
1309
859
|
setting: __props.configure.props.format
|
|
1310
860
|
}, null, 8, ["setting"])) : createCommentVNode("", true),
|
|
@@ -1316,7 +866,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1316
866
|
default: withCtx(() => [
|
|
1317
867
|
createVNode(_component_el_input, {
|
|
1318
868
|
modelValue: __props.configure.props.format.customControl,
|
|
1319
|
-
"onUpdate:modelValue": _cache[
|
|
869
|
+
"onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => __props.configure.props.format.customControl = $event)
|
|
1320
870
|
}, null, 8, ["modelValue"])
|
|
1321
871
|
]),
|
|
1322
872
|
_: 1
|
|
@@ -1329,7 +879,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1329
879
|
default: withCtx(() => [
|
|
1330
880
|
createVNode(_component_el_switch, {
|
|
1331
881
|
modelValue: __props.configure.props.format.multiple,
|
|
1332
|
-
"onUpdate:modelValue": _cache[
|
|
882
|
+
"onUpdate:modelValue": _cache[26] || (_cache[26] = ($event) => __props.configure.props.format.multiple = $event)
|
|
1333
883
|
}, null, 8, ["modelValue"])
|
|
1334
884
|
]),
|
|
1335
885
|
_: 1
|
|
@@ -1342,7 +892,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1342
892
|
default: withCtx(() => [
|
|
1343
893
|
createVNode(_component_el_input, {
|
|
1344
894
|
modelValue: __props.configure.props.format.accept,
|
|
1345
|
-
"onUpdate:modelValue": _cache[
|
|
895
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = ($event) => __props.configure.props.format.accept = $event)
|
|
1346
896
|
}, null, 8, ["modelValue"])
|
|
1347
897
|
]),
|
|
1348
898
|
_: 1
|
|
@@ -1355,7 +905,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1355
905
|
default: withCtx(() => [
|
|
1356
906
|
createVNode(_component_el_input_number, {
|
|
1357
907
|
modelValue: __props.configure.props.format.limitFileSize,
|
|
1358
|
-
"onUpdate:modelValue": _cache[
|
|
908
|
+
"onUpdate:modelValue": _cache[28] || (_cache[28] = ($event) => __props.configure.props.format.limitFileSize = $event),
|
|
1359
909
|
min: 1
|
|
1360
910
|
}, null, 8, ["modelValue"])
|
|
1361
911
|
]),
|
|
@@ -1368,7 +918,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1368
918
|
default: withCtx(() => [
|
|
1369
919
|
createVNode(_component_el_input, {
|
|
1370
920
|
modelValue: __props.configure.props.format.childAnnexDataTableCode,
|
|
1371
|
-
"onUpdate:modelValue": _cache[
|
|
921
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = ($event) => __props.configure.props.format.childAnnexDataTableCode = $event),
|
|
1372
922
|
onClick: _ctx.openSelectDataTable,
|
|
1373
923
|
clearable: ""
|
|
1374
924
|
}, {
|
|
@@ -1391,7 +941,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1391
941
|
default: withCtx(() => [
|
|
1392
942
|
createVNode(_sfc_main$1, {
|
|
1393
943
|
prop: __props.configure.props.format.showName,
|
|
1394
|
-
"onUpdate:prop": _cache[
|
|
944
|
+
"onUpdate:prop": _cache[30] || (_cache[30] = ($event) => __props.configure.props.format.showName = $event),
|
|
1395
945
|
tableConfigure: __props.tableConfigure
|
|
1396
946
|
}, null, 8, ["prop", "tableConfigure"])
|
|
1397
947
|
]),
|
|
@@ -1405,7 +955,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1405
955
|
default: withCtx(() => [
|
|
1406
956
|
createVNode(_sfc_main$1, {
|
|
1407
957
|
prop: __props.configure.props.format.serverName,
|
|
1408
|
-
"onUpdate:prop": _cache[
|
|
958
|
+
"onUpdate:prop": _cache[31] || (_cache[31] = ($event) => __props.configure.props.format.serverName = $event),
|
|
1409
959
|
tableConfigure: __props.tableConfigure
|
|
1410
960
|
}, null, 8, ["prop", "tableConfigure"])
|
|
1411
961
|
]),
|
|
@@ -1421,7 +971,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1421
971
|
class: "amb-design-attr-group-header"
|
|
1422
972
|
}, {
|
|
1423
973
|
default: withCtx(() => [
|
|
1424
|
-
createElementVNode("div",
|
|
974
|
+
createElementVNode("div", _hoisted_5, [
|
|
1425
975
|
createVNode(_component_el_form_item, {
|
|
1426
976
|
label: "固定列",
|
|
1427
977
|
class: "amb-design-attr-item"
|
|
@@ -1429,7 +979,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1429
979
|
default: withCtx(() => [
|
|
1430
980
|
createVNode(_component_el_radio_group, {
|
|
1431
981
|
modelValue: __props.configure.props.base.listColumnFixed,
|
|
1432
|
-
"onUpdate:modelValue": _cache[
|
|
982
|
+
"onUpdate:modelValue": _cache[32] || (_cache[32] = ($event) => __props.configure.props.base.listColumnFixed = $event),
|
|
1433
983
|
class: "ml-4"
|
|
1434
984
|
}, {
|
|
1435
985
|
default: withCtx(() => [
|
|
@@ -1465,7 +1015,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1465
1015
|
default: withCtx(() => [
|
|
1466
1016
|
createVNode(_component_el_radio_group, {
|
|
1467
1017
|
modelValue: __props.configure.props.base.sortable,
|
|
1468
|
-
"onUpdate:modelValue": _cache[
|
|
1018
|
+
"onUpdate:modelValue": _cache[33] || (_cache[33] = ($event) => __props.configure.props.base.sortable = $event),
|
|
1469
1019
|
class: "ml-4"
|
|
1470
1020
|
}, {
|
|
1471
1021
|
default: withCtx(() => [
|
|
@@ -1495,7 +1045,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1495
1045
|
createVNode(_component_el_input_number, {
|
|
1496
1046
|
style: { "width": "100%" },
|
|
1497
1047
|
modelValue: __props.configure.props.base.columnWidth,
|
|
1498
|
-
"onUpdate:modelValue": _cache[
|
|
1048
|
+
"onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => __props.configure.props.base.columnWidth = $event),
|
|
1499
1049
|
precision: 1
|
|
1500
1050
|
}, null, 8, ["modelValue"])
|
|
1501
1051
|
]),
|
|
@@ -1508,7 +1058,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1508
1058
|
default: withCtx(() => [
|
|
1509
1059
|
createVNode(_component_el_radio_group, {
|
|
1510
1060
|
modelValue: __props.configure.props.base.alignTittle,
|
|
1511
|
-
"onUpdate:modelValue": _cache[
|
|
1061
|
+
"onUpdate:modelValue": _cache[35] || (_cache[35] = ($event) => __props.configure.props.base.alignTittle = $event),
|
|
1512
1062
|
class: "ml-4"
|
|
1513
1063
|
}, {
|
|
1514
1064
|
default: withCtx(() => [
|
|
@@ -1543,7 +1093,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1543
1093
|
default: withCtx(() => [
|
|
1544
1094
|
createVNode(_component_el_radio_group, {
|
|
1545
1095
|
modelValue: __props.configure.props.base.alignContent,
|
|
1546
|
-
"onUpdate:modelValue": _cache[
|
|
1096
|
+
"onUpdate:modelValue": _cache[36] || (_cache[36] = ($event) => __props.configure.props.base.alignContent = $event),
|
|
1547
1097
|
class: "ml-4"
|
|
1548
1098
|
}, {
|
|
1549
1099
|
default: withCtx(() => [
|
|
@@ -1576,13 +1126,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1576
1126
|
_: 1
|
|
1577
1127
|
}),
|
|
1578
1128
|
!operationColumn.value && __props.configure.props.editLine.editable ? (openBlock(), createBlock(_component_el_collapse_item, {
|
|
1579
|
-
key:
|
|
1129
|
+
key: 3,
|
|
1580
1130
|
title: "校验",
|
|
1581
1131
|
name: "verification",
|
|
1582
1132
|
class: "amb-design-attr-group-header"
|
|
1583
1133
|
}, {
|
|
1584
1134
|
default: withCtx(() => [
|
|
1585
|
-
createElementVNode("div",
|
|
1135
|
+
createElementVNode("div", _hoisted_6, [
|
|
1586
1136
|
createVNode(_component_el_form_item, {
|
|
1587
1137
|
class: "amb-design-attr-item",
|
|
1588
1138
|
"label-width": "0"
|
|
@@ -1590,7 +1140,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1590
1140
|
default: withCtx(() => [
|
|
1591
1141
|
createVNode(_component_el_checkbox, {
|
|
1592
1142
|
modelValue: __props.configure.props.verification.required,
|
|
1593
|
-
"onUpdate:modelValue": _cache[
|
|
1143
|
+
"onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => __props.configure.props.verification.required = $event),
|
|
1594
1144
|
label: "必填"
|
|
1595
1145
|
}, null, 8, ["modelValue"])
|
|
1596
1146
|
]),
|
|
@@ -1598,7 +1148,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1598
1148
|
}),
|
|
1599
1149
|
createVNode(_component_el_checkbox_group, {
|
|
1600
1150
|
modelValue: __props.configure.props.verification.type,
|
|
1601
|
-
"onUpdate:modelValue": _cache[
|
|
1151
|
+
"onUpdate:modelValue": _cache[38] || (_cache[38] = ($event) => __props.configure.props.verification.type = $event)
|
|
1602
1152
|
}, {
|
|
1603
1153
|
default: withCtx(() => [
|
|
1604
1154
|
createVNode(_component_el_form_item, {
|
|
@@ -1669,7 +1219,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1669
1219
|
default: withCtx(() => [
|
|
1670
1220
|
createVNode(_component_el_checkbox, {
|
|
1671
1221
|
modelValue: __props.configure.props.verification.verifyRegex,
|
|
1672
|
-
"onUpdate:modelValue": _cache[
|
|
1222
|
+
"onUpdate:modelValue": _cache[39] || (_cache[39] = ($event) => __props.configure.props.verification.verifyRegex = $event),
|
|
1673
1223
|
label: "正则",
|
|
1674
1224
|
value: "regex"
|
|
1675
1225
|
}, null, 8, ["modelValue"])
|
|
@@ -1680,7 +1230,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1680
1230
|
default: withCtx(() => [
|
|
1681
1231
|
createVNode(_component_el_input, {
|
|
1682
1232
|
modelValue: __props.configure.props.verification.regex,
|
|
1683
|
-
"onUpdate:modelValue": _cache[
|
|
1233
|
+
"onUpdate:modelValue": _cache[40] || (_cache[40] = ($event) => __props.configure.props.verification.regex = $event),
|
|
1684
1234
|
class: "mx-4",
|
|
1685
1235
|
"controls-position": "right",
|
|
1686
1236
|
placeholder: "请输入"
|
|
@@ -1728,13 +1278,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1728
1278
|
_: 1
|
|
1729
1279
|
})) : createCommentVNode("", true),
|
|
1730
1280
|
!operationColumn.value ? (openBlock(), createBlock(_component_el_collapse_item, {
|
|
1731
|
-
key:
|
|
1281
|
+
key: 4,
|
|
1732
1282
|
title: "用户自定义",
|
|
1733
1283
|
name: "userDefined",
|
|
1734
1284
|
class: "amb-design-attr-group-header"
|
|
1735
1285
|
}, {
|
|
1736
1286
|
default: withCtx(() => [
|
|
1737
|
-
createElementVNode("div",
|
|
1287
|
+
createElementVNode("div", _hoisted_7, [
|
|
1738
1288
|
createVNode(_component_el_form_item, {
|
|
1739
1289
|
label: "可自定义",
|
|
1740
1290
|
class: "amb-design-attr-item"
|
|
@@ -1742,7 +1292,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1742
1292
|
default: withCtx(() => [
|
|
1743
1293
|
createVNode(_component_el_radio_group, {
|
|
1744
1294
|
modelValue: __props.configure.props.definition.defined,
|
|
1745
|
-
"onUpdate:modelValue": _cache[
|
|
1295
|
+
"onUpdate:modelValue": _cache[41] || (_cache[41] = ($event) => __props.configure.props.definition.defined = $event),
|
|
1746
1296
|
class: "ml-4"
|
|
1747
1297
|
}, {
|
|
1748
1298
|
default: withCtx(() => [
|
|
@@ -1771,7 +1321,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1771
1321
|
default: withCtx(() => [
|
|
1772
1322
|
createVNode(_component_el_radio_group, {
|
|
1773
1323
|
modelValue: __props.configure.props.definition.definedExport,
|
|
1774
|
-
"onUpdate:modelValue": _cache[
|
|
1324
|
+
"onUpdate:modelValue": _cache[42] || (_cache[42] = ($event) => __props.configure.props.definition.definedExport = $event),
|
|
1775
1325
|
class: "ml-4"
|
|
1776
1326
|
}, {
|
|
1777
1327
|
default: withCtx(() => [
|
|
@@ -1800,7 +1350,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1800
1350
|
default: withCtx(() => [
|
|
1801
1351
|
createVNode(_component_el_radio_group, {
|
|
1802
1352
|
modelValue: __props.configure.props.definition.definedMerge,
|
|
1803
|
-
"onUpdate:modelValue": _cache[
|
|
1353
|
+
"onUpdate:modelValue": _cache[43] || (_cache[43] = ($event) => __props.configure.props.definition.definedMerge = $event),
|
|
1804
1354
|
class: "ml-4"
|
|
1805
1355
|
}, {
|
|
1806
1356
|
default: withCtx(() => [
|
|
@@ -1829,7 +1379,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1829
1379
|
default: withCtx(() => [
|
|
1830
1380
|
createVNode(_component_el_radio_group, {
|
|
1831
1381
|
modelValue: __props.configure.props.definition.definedPosition,
|
|
1832
|
-
"onUpdate:modelValue": _cache[
|
|
1382
|
+
"onUpdate:modelValue": _cache[44] || (_cache[44] = ($event) => __props.configure.props.definition.definedPosition = $event),
|
|
1833
1383
|
class: "ml-4"
|
|
1834
1384
|
}, {
|
|
1835
1385
|
default: withCtx(() => [
|
|
@@ -1858,7 +1408,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1858
1408
|
default: withCtx(() => [
|
|
1859
1409
|
createVNode(_component_el_radio_group, {
|
|
1860
1410
|
modelValue: __props.configure.props.definition.definedFixed,
|
|
1861
|
-
"onUpdate:modelValue": _cache[
|
|
1411
|
+
"onUpdate:modelValue": _cache[45] || (_cache[45] = ($event) => __props.configure.props.definition.definedFixed = $event),
|
|
1862
1412
|
class: "ml-4"
|
|
1863
1413
|
}, {
|
|
1864
1414
|
default: withCtx(() => [
|
|
@@ -1884,13 +1434,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1884
1434
|
]),
|
|
1885
1435
|
_: 1
|
|
1886
1436
|
})) : createCommentVNode("", true),
|
|
1887
|
-
querySettingVisible.value ? (openBlock(), createBlock(_sfc_main$
|
|
1888
|
-
key:
|
|
1437
|
+
querySettingVisible.value ? (openBlock(), createBlock(_sfc_main$6, {
|
|
1438
|
+
key: 5,
|
|
1889
1439
|
querySetting: __props.configure.props.querySetting,
|
|
1890
1440
|
onAdd: querySettingAdd,
|
|
1891
1441
|
onClose: closeFuerySettingValue
|
|
1892
1442
|
}, null, 8, ["querySetting"])) : createCommentVNode("", true),
|
|
1893
|
-
createVNode(_sfc_main$
|
|
1443
|
+
createVNode(_sfc_main$7, {
|
|
1894
1444
|
ref_key: "selectTableDialog",
|
|
1895
1445
|
ref: selectTableDialog,
|
|
1896
1446
|
onSelectTable,
|