super-page-designer 2.0.41 → 2.0.45
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 +203 -116
- package/dist/es/components/design/utils/chart-design-util.js +9 -9
- package/dist/es/components/design/utils/form-design-util.d.ts +1 -1
- package/dist/es/components/design/utils/interfaces/page-design-types.d.ts +13 -13
- package/dist/es/components/design/utils/page-table-util.js +7 -2
- package/dist/es/components/design/views/assemblys/button/button/button-attr-advanced.vue.js +32 -14
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +43 -7
- package/dist/es/components/design/views/assemblys/button/button/button-attr.vue2.js +7 -7
- package/dist/es/components/design/views/assemblys/button/component/condition-dialog.vue.js +16 -11
- package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr-advanced.vue.js +5 -1
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-advanced.vue.js +20 -6
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue2.js +7 -7
- package/dist/es/components/design/views/assemblys/chart/column-line/column-line-attr-base.vue.js +36 -8
- package/dist/es/components/design/views/assemblys/chart/column-line/series/column-line-series-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-clickset.vue.js +244 -0
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-clickset.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +115 -30
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-groupby.vue.js +2 -27
- package/dist/es/components/design/views/assemblys/chart/common-series/common-attr-dataset-columnline.vue.js +69 -3
- package/dist/es/components/design/views/assemblys/chart/pie/pie-attr-base.vue.js +36 -8
- package/dist/es/components/design/views/assemblys/chart/pie/pie-attr.vue2.js +11 -5
- package/dist/es/components/design/views/assemblys/chart/radar/series/series-attr-dataset.vue.js +69 -4
- package/dist/es/components/design/views/assemblys/chart/scatter/series/scatter-series-data.vue.js +115 -34
- package/dist/es/components/design/views/assemblys/common/common-advanced-basic-showcondition.vue.js +35 -10
- package/dist/es/components/design/views/assemblys/common/common-advanced-basic.vue.js +29 -3
- 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 +1 -692
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +692 -1
- package/dist/es/components/design/views/assemblys/data/component/column-config.vue.js +371 -168
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +18 -33
- package/dist/es/components/design/views/assemblys/data/component/configuration-value.vue.js +403 -0
- package/dist/es/components/design/views/assemblys/data/component/configuration-value.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +59 -89
- package/dist/es/components/design/views/assemblys/data/component/dynamic-column.vue.js +781 -0
- package/dist/es/components/design/views/assemblys/data/component/dynamic-column.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/data/component/formatting.vue.js +534 -0
- package/dist/es/components/design/views/assemblys/data/component/formatting.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +26 -10
- package/dist/es/components/design/views/assemblys/data/component/variate-select.vue.js +24 -2
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +6 -117
- 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 +77 -82
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +296 -73
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/common/condition.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin-autoset.vue.js +7 -1
- 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 +95 -36
- package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +190 -61
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +55 -25
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +11 -2
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +6 -2
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-design.vue2.js +30 -14
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +6 -2
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-design.vue2.js +30 -14
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/link/link-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/select/select-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +6 -2
- package/dist/es/components/design/views/assemblys/form/select/select-design.vue2.js +12 -8
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +19 -44
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-design.vue2.js +29 -14
- package/dist/es/components/design/views/assemblys/object-design.vue.js +8 -3
- package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.d.ts +9 -0
- package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.js +51 -33
- package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +6 -5
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +7 -2
- package/dist/es/style.css +93 -93
- package/package.json +4 -4
- package/dist/es/components/design/views/assemblys/data/component/select-data-table.vue.js +0 -180
- package/dist/es/components/design/views/assemblys/data/component/select-data-table.vue2.js +0 -4
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createCommentVNode, createTextVNode, unref, createElementBlock, Fragment, renderList } from "vue";
|
|
2
|
-
import { Setting, Search } from "@element-plus/icons-vue";
|
|
3
|
-
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
4
|
-
import _sfc_main$
|
|
2
|
+
import { Setting, Search, Close } from "@element-plus/icons-vue";
|
|
3
|
+
import { getFormComponentOptions, getDesignEvents } from "../../../../utils/assemblys-config.js";
|
|
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
|
-
import _sfc_main$5 from "../component/select-data-table.vue.js";
|
|
11
|
+
import _sfc_main$5 from "../../form/common/suffixmodule.vue.js";
|
|
13
12
|
import IconSetDialog from "../../form/common/icon-set-dialog.vue.js";
|
|
14
13
|
import _sfc_main$2 from "../../common/common-function-code.vue.js";
|
|
14
|
+
import _sfc_main$7 from "../../common/common-select-table.vue.js";
|
|
15
|
+
import { queryTableFields } from "../../../../utils/page-table-util.js";
|
|
16
|
+
import { usePageContextStore } from "../../../../../../stores/page-store.js";
|
|
17
|
+
import _sfc_main$3 from "../../form/common/condition.vue.js";
|
|
18
|
+
import _sfc_main$4 from "../component/dynamic-column.vue.js";
|
|
15
19
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
16
20
|
const _hoisted_2 = { class: "amb-design-attr-item-inline" };
|
|
17
21
|
const _hoisted_3 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -19,6 +23,7 @@ const _hoisted_4 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
|
19
23
|
const _hoisted_5 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
20
24
|
const _hoisted_6 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
21
25
|
const _hoisted_7 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
26
|
+
const _hoisted_8 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
22
27
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
23
28
|
__name: "tablecolumn-attr-base",
|
|
24
29
|
props: {
|
|
@@ -47,9 +52,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
47
52
|
"appearance",
|
|
48
53
|
"verification",
|
|
49
54
|
"userDefined",
|
|
50
|
-
"dataOrigin"
|
|
55
|
+
"dataOrigin",
|
|
56
|
+
"columnModel"
|
|
51
57
|
]);
|
|
58
|
+
const selectConditionRef = ref(null);
|
|
59
|
+
const updateConditionRef = ref(null);
|
|
60
|
+
const modelTableFieldList = ref([]);
|
|
52
61
|
const groupHeaders = props.tableConfigure.props.groupHeaders;
|
|
62
|
+
const selectTableDialog = ref(null);
|
|
63
|
+
const pageContextUtil = usePageContextStore();
|
|
53
64
|
const operationColumn = ref(false);
|
|
54
65
|
created();
|
|
55
66
|
function created() {
|
|
@@ -61,6 +72,64 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
61
72
|
} else {
|
|
62
73
|
operationColumn.value = false;
|
|
63
74
|
}
|
|
75
|
+
if (!props.configure.props.dynamicColumnData) {
|
|
76
|
+
props.configure.props.dynamicColumnData = {};
|
|
77
|
+
}
|
|
78
|
+
if (!props.configure.props.dynamicColumnData.selectCondition) {
|
|
79
|
+
props.configure.props.dynamicColumnData.selectCondition = [];
|
|
80
|
+
}
|
|
81
|
+
if (!props.configure.props.dynamicColumnData.updateCondition) {
|
|
82
|
+
props.configure.props.dynamicColumnData.updateCondition = [];
|
|
83
|
+
}
|
|
84
|
+
if (!props.configure.props.dynamicColumnData.columnModelTable) {
|
|
85
|
+
props.configure.props.dynamicColumnData.columnModelTable = [];
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
function selectTable() {
|
|
89
|
+
selectTableDialog.value.openDialog();
|
|
90
|
+
}
|
|
91
|
+
function clearTable() {
|
|
92
|
+
props.configure.props.dynamicColumnData.tableName = "";
|
|
93
|
+
props.configure.props.dynamicColumnData.tableAlias = "";
|
|
94
|
+
props.configure.props.dynamicColumnData.tableSysCode = null;
|
|
95
|
+
props.configure.props.dynamicColumnData.tableSysVersion = null;
|
|
96
|
+
tableFields.value = [];
|
|
97
|
+
}
|
|
98
|
+
function onSelectTable(tableInfo) {
|
|
99
|
+
let hisKey = props.configure.props.dynamicColumnData.tableSysCode ? props.configure.props.dynamicColumnData.tableSysCode : "";
|
|
100
|
+
hisKey += "_";
|
|
101
|
+
hisKey += props.configure.props.dynamicColumnData.tableSysVersion ? props.configure.props.dynamicColumnData.tableSysVersion : "";
|
|
102
|
+
hisKey += "_";
|
|
103
|
+
hisKey += props.configure.props.dynamicColumnData.tableName ? props.configure.props.dynamicColumnData.tableName : "";
|
|
104
|
+
let newKey = tableInfo.systemCode ? tableInfo.systemCode : "";
|
|
105
|
+
newKey += "_";
|
|
106
|
+
newKey += tableInfo.systemVersion ? tableInfo.systemVersion : "";
|
|
107
|
+
newKey += "_";
|
|
108
|
+
newKey += tableInfo.name ? tableInfo.name : "";
|
|
109
|
+
if (newKey != hisKey) {
|
|
110
|
+
props.configure.props.dynamicColumnData.tableSysCode = tableInfo.systemCode;
|
|
111
|
+
props.configure.props.dynamicColumnData.tableSysVersion = tableInfo.systemVersion;
|
|
112
|
+
props.configure.props.dynamicColumnData.tableName = tableInfo.name;
|
|
113
|
+
props.configure.props.dynamicColumnData.tableAlias = tableInfo.alias;
|
|
114
|
+
queryTableFieldsByTable();
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
let clolumnTableFields = ref([]);
|
|
118
|
+
function queryTableFieldsByTable() {
|
|
119
|
+
const systemCode = props.configure.props.dynamicColumnData.tableSysCode ? props.configure.props.dynamicColumnData.tableSysCode : pageContextUtil.pageContext.systemCode;
|
|
120
|
+
const systemVersion = props.configure.props.dynamicColumnData.tableSysVersion ? props.configure.props.dynamicColumnData.tableSysVersion : pageContextUtil.pageContext.systemVersion;
|
|
121
|
+
const tableName = props.configure.props.dynamicColumnData.tableName;
|
|
122
|
+
if (!tableName) {
|
|
123
|
+
return;
|
|
124
|
+
}
|
|
125
|
+
queryTableFields(systemCode, systemVersion, tableName).then((resultFields) => {
|
|
126
|
+
console.log("%c描述-111942", "color:#2E3435;background:#F8BB07;padding:3px;border-radius:2px", resultFields);
|
|
127
|
+
clolumnTableFields.value = resultFields;
|
|
128
|
+
selectConditionRef.value.changeTableFields(resultFields);
|
|
129
|
+
updateConditionRef.value.changeTableFields(resultFields);
|
|
130
|
+
}).catch((error) => {
|
|
131
|
+
console.log("数据源中查询表字段失败!", error);
|
|
132
|
+
});
|
|
64
133
|
}
|
|
65
134
|
const querySettingVisible = ref(false);
|
|
66
135
|
function closeFuerySettingValue() {
|
|
@@ -75,6 +144,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
75
144
|
props.configure.name = "";
|
|
76
145
|
}
|
|
77
146
|
}
|
|
147
|
+
function propDataOriginField(fieldList) {
|
|
148
|
+
modelTableFieldList.value = fieldList;
|
|
149
|
+
}
|
|
150
|
+
function moduleChange(value) {
|
|
151
|
+
console.log("%c描述-183629", "color:#2E3435;background:#F8BB07;padding:3px;border-radius:2px", value);
|
|
152
|
+
let eventArr = getDesignEvents(value);
|
|
153
|
+
console.log("%c描述-183624", "color:#2E3435;background:#F8BB07;padding:3px;border-radius:2px", eventArr);
|
|
154
|
+
if (eventArr && eventArr.length > 0) {
|
|
155
|
+
props.configure.events = eventArr;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
78
158
|
function changeGroupHeader(newValue) {
|
|
79
159
|
const columnUuid = props.configure.uuid;
|
|
80
160
|
if (props.tableConfigure.props.base.isEnableGroupHeader) {
|
|
@@ -101,13 +181,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
101
181
|
function afterBindDefaultValue(modelValue) {
|
|
102
182
|
props.configure.props.base.defaultValue = modelValue;
|
|
103
183
|
}
|
|
104
|
-
const selectDataTableVisible = ref(false);
|
|
105
|
-
function closeSelectDataTable() {
|
|
106
|
-
selectDataTableVisible.value = false;
|
|
107
|
-
}
|
|
108
|
-
function addSelectDataTable(selectCode) {
|
|
109
|
-
formData.value.childAnnexDataTableCode = selectCode;
|
|
110
|
-
}
|
|
111
184
|
function updateOrder() {
|
|
112
185
|
eventBus.$emit("reloadTable");
|
|
113
186
|
}
|
|
@@ -121,8 +194,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
121
194
|
const _component_el_select = resolveComponent("el-select");
|
|
122
195
|
const _component_el_icon = resolveComponent("el-icon");
|
|
123
196
|
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
124
|
-
const _component_el_input_number = resolveComponent("el-input-number");
|
|
125
197
|
const _component_el_button = resolveComponent("el-button");
|
|
198
|
+
const _component_el_input_number = resolveComponent("el-input-number");
|
|
126
199
|
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
127
200
|
const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
|
|
128
201
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -135,7 +208,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
135
208
|
default: withCtx(() => [
|
|
136
209
|
createVNode(_component_el_collapse, {
|
|
137
210
|
modelValue: openCollapseItems.value,
|
|
138
|
-
"onUpdate:modelValue": _cache[
|
|
211
|
+
"onUpdate:modelValue": _cache[51] || (_cache[51] = ($event) => openCollapseItems.value = $event),
|
|
139
212
|
style: { "margin-top": "6px" }
|
|
140
213
|
}, {
|
|
141
214
|
default: withCtx(() => [
|
|
@@ -167,6 +240,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
167
240
|
}, {
|
|
168
241
|
default: withCtx(() => [
|
|
169
242
|
createVNode(_sfc_main$1, {
|
|
243
|
+
showDynamicColumn: true,
|
|
244
|
+
showPlaceholder: true,
|
|
170
245
|
prop: __props.configure.props.base.prop,
|
|
171
246
|
"onUpdate:prop": _cache[1] || (_cache[1] = ($event) => __props.configure.props.base.prop = $event),
|
|
172
247
|
propType: __props.configure.props.base.propType,
|
|
@@ -366,16 +441,160 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
366
441
|
!operationColumn.value ? (openBlock(), createBlock(DataOrigin, {
|
|
367
442
|
key: 0,
|
|
368
443
|
configure: __props.configure,
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
444
|
+
isDynamicColumn: __props.configure.props.base.prop === "dynamicColumnSelect",
|
|
445
|
+
remote: true,
|
|
446
|
+
onPropDataOriginField: propDataOriginField
|
|
447
|
+
}, null, 8, ["configure", "isDynamicColumn"])) : createCommentVNode("", true),
|
|
448
|
+
!operationColumn.value && __props.configure.props.base.prop === "dynamicColumnSelect" ? (openBlock(), createBlock(_component_el_collapse_item, {
|
|
372
449
|
key: 1,
|
|
450
|
+
title: "列模型设置",
|
|
451
|
+
name: "columnModel",
|
|
452
|
+
class: "amb-design-attr-group-header"
|
|
453
|
+
}, {
|
|
454
|
+
default: withCtx(() => [
|
|
455
|
+
createElementVNode("div", _hoisted_3, [
|
|
456
|
+
createVNode(_component_el_form_item, {
|
|
457
|
+
label: "数据表视图",
|
|
458
|
+
class: "amb-design-attr-item"
|
|
459
|
+
}, {
|
|
460
|
+
default: withCtx(() => [
|
|
461
|
+
createVNode(_component_el_input, {
|
|
462
|
+
modelValue: __props.configure.props.dynamicColumnData.tableName,
|
|
463
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.dynamicColumnData.tableName = $event),
|
|
464
|
+
title: __props.configure.props.dynamicColumnData.tableName,
|
|
465
|
+
clearable: "",
|
|
466
|
+
readonly: "true"
|
|
467
|
+
}, {
|
|
468
|
+
append: withCtx(() => [
|
|
469
|
+
createVNode(_component_el_button, {
|
|
470
|
+
icon: unref(Search),
|
|
471
|
+
onClick: selectTable,
|
|
472
|
+
size: "small"
|
|
473
|
+
}, null, 8, ["icon"]),
|
|
474
|
+
createVNode(_component_el_button, {
|
|
475
|
+
icon: unref(Close),
|
|
476
|
+
onClick: clearTable,
|
|
477
|
+
title: "Clear",
|
|
478
|
+
size: "small"
|
|
479
|
+
}, null, 8, ["icon"])
|
|
480
|
+
]),
|
|
481
|
+
_: 1
|
|
482
|
+
}, 8, ["modelValue", "title"])
|
|
483
|
+
]),
|
|
484
|
+
_: 1
|
|
485
|
+
}),
|
|
486
|
+
createVNode(_component_el_form_item, {
|
|
487
|
+
label: "关联字段",
|
|
488
|
+
title: "与主表关联字段",
|
|
489
|
+
class: "amb-design-attr-item"
|
|
490
|
+
}, {
|
|
491
|
+
default: withCtx(() => [
|
|
492
|
+
createVNode(_component_el_select, {
|
|
493
|
+
modelValue: __props.configure.props.dynamicColumnData.settingRelationColumn,
|
|
494
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.dynamicColumnData.settingRelationColumn = $event),
|
|
495
|
+
clearable: "",
|
|
496
|
+
filterable: ""
|
|
497
|
+
}, {
|
|
498
|
+
default: withCtx(() => [
|
|
499
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(clolumnTableFields), (item, index) => {
|
|
500
|
+
return openBlock(), createBlock(_component_el_option, {
|
|
501
|
+
key: index,
|
|
502
|
+
label: item.alias,
|
|
503
|
+
value: item.dbColumnName
|
|
504
|
+
}, null, 8, ["label", "value"]);
|
|
505
|
+
}), 128))
|
|
506
|
+
]),
|
|
507
|
+
_: 1
|
|
508
|
+
}, 8, ["modelValue"])
|
|
509
|
+
]),
|
|
510
|
+
_: 1
|
|
511
|
+
}),
|
|
512
|
+
createVNode(_component_el_form_item, {
|
|
513
|
+
label: "查询条件",
|
|
514
|
+
title: "查询附加条件",
|
|
515
|
+
class: "amb-design-attr-item"
|
|
516
|
+
}, {
|
|
517
|
+
default: withCtx(() => [
|
|
518
|
+
createVNode(_sfc_main$3, {
|
|
519
|
+
title: "查询条件",
|
|
520
|
+
list: __props.configure.props.dynamicColumnData.selectCondition,
|
|
521
|
+
ref_key: "selectConditionRef",
|
|
522
|
+
ref: selectConditionRef
|
|
523
|
+
}, null, 8, ["list"])
|
|
524
|
+
]),
|
|
525
|
+
_: 1
|
|
526
|
+
}),
|
|
527
|
+
createVNode(_component_el_form_item, {
|
|
528
|
+
label: "更新条件",
|
|
529
|
+
title: "更新附加条件",
|
|
530
|
+
class: "amb-design-attr-item"
|
|
531
|
+
}, {
|
|
532
|
+
default: withCtx(() => [
|
|
533
|
+
createVNode(_sfc_main$3, {
|
|
534
|
+
title: "更新条件",
|
|
535
|
+
list: __props.configure.props.dynamicColumnData.updateCondition,
|
|
536
|
+
ref_key: "updateConditionRef",
|
|
537
|
+
ref: updateConditionRef
|
|
538
|
+
}, null, 8, ["list"])
|
|
539
|
+
]),
|
|
540
|
+
_: 1
|
|
541
|
+
}),
|
|
542
|
+
createVNode(_component_el_form_item, {
|
|
543
|
+
label: "标题类型",
|
|
544
|
+
title: "分组标题类型",
|
|
545
|
+
class: "amb-design-attr-item"
|
|
546
|
+
}, {
|
|
547
|
+
default: withCtx(() => [
|
|
548
|
+
createVNode(_component_el_select, {
|
|
549
|
+
modelValue: __props.configure.props.dynamicColumnData.mergeFieldType,
|
|
550
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => __props.configure.props.dynamicColumnData.mergeFieldType = $event),
|
|
551
|
+
clearable: ""
|
|
552
|
+
}, {
|
|
553
|
+
default: withCtx(() => [
|
|
554
|
+
createVNode(_component_el_option, {
|
|
555
|
+
label: "不设置分组标题",
|
|
556
|
+
value: "no"
|
|
557
|
+
}),
|
|
558
|
+
createVNode(_component_el_option, {
|
|
559
|
+
label: "合并为一组",
|
|
560
|
+
value: "one"
|
|
561
|
+
}),
|
|
562
|
+
createVNode(_component_el_option, {
|
|
563
|
+
label: "分组字段",
|
|
564
|
+
value: "more"
|
|
565
|
+
})
|
|
566
|
+
]),
|
|
567
|
+
_: 1
|
|
568
|
+
}, 8, ["modelValue"])
|
|
569
|
+
]),
|
|
570
|
+
_: 1
|
|
571
|
+
}),
|
|
572
|
+
createVNode(_component_el_form_item, {
|
|
573
|
+
label: "配置模型",
|
|
574
|
+
title: "分组标题类型",
|
|
575
|
+
class: "amb-design-attr-item"
|
|
576
|
+
}, {
|
|
577
|
+
default: withCtx(() => [
|
|
578
|
+
createVNode(_sfc_main$4, {
|
|
579
|
+
configure: __props.configure,
|
|
580
|
+
clolumnTableFields: unref(clolumnTableFields),
|
|
581
|
+
modelTableFieldList: modelTableFieldList.value
|
|
582
|
+
}, null, 8, ["configure", "clolumnTableFields", "modelTableFieldList"])
|
|
583
|
+
]),
|
|
584
|
+
_: 1
|
|
585
|
+
})
|
|
586
|
+
])
|
|
587
|
+
]),
|
|
588
|
+
_: 1
|
|
589
|
+
})) : createCommentVNode("", true),
|
|
590
|
+
!operationColumn.value ? (openBlock(), createBlock(_component_el_collapse_item, {
|
|
591
|
+
key: 2,
|
|
373
592
|
title: "行编辑设置",
|
|
374
593
|
name: "editLine",
|
|
375
594
|
class: "amb-design-attr-group-header"
|
|
376
595
|
}, {
|
|
377
596
|
default: withCtx(() => [
|
|
378
|
-
createElementVNode("div",
|
|
597
|
+
createElementVNode("div", _hoisted_4, [
|
|
379
598
|
createVNode(_component_el_form_item, {
|
|
380
599
|
label: "是否编辑",
|
|
381
600
|
class: "amb-design-attr-item"
|
|
@@ -384,7 +603,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
384
603
|
createVNode(_component_el_switch, {
|
|
385
604
|
onChange: editChange,
|
|
386
605
|
modelValue: __props.configure.props.editLine.editable,
|
|
387
|
-
"onUpdate:modelValue": _cache[
|
|
606
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => __props.configure.props.editLine.editable = $event)
|
|
388
607
|
}, null, 8, ["modelValue"])
|
|
389
608
|
]),
|
|
390
609
|
_: 1
|
|
@@ -410,8 +629,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
410
629
|
default: withCtx(() => [
|
|
411
630
|
createVNode(_component_el_select, {
|
|
412
631
|
modelValue: __props.configure.name,
|
|
413
|
-
"onUpdate:modelValue": _cache[
|
|
414
|
-
placeholder: "请选择"
|
|
632
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => __props.configure.name = $event),
|
|
633
|
+
placeholder: "请选择",
|
|
634
|
+
onChange: moduleChange
|
|
415
635
|
}, {
|
|
416
636
|
default: withCtx(() => [
|
|
417
637
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(getFormComponentOptions)(), (item) => {
|
|
@@ -432,13 +652,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
432
652
|
_: 1
|
|
433
653
|
})) : createCommentVNode("", true),
|
|
434
654
|
!operationColumn.value ? (openBlock(), createBlock(_component_el_collapse_item, {
|
|
435
|
-
key:
|
|
655
|
+
key: 3,
|
|
436
656
|
title: "格式设置",
|
|
437
657
|
name: "formatting",
|
|
438
658
|
class: "amb-design-attr-group-header"
|
|
439
659
|
}, {
|
|
440
660
|
default: withCtx(() => [
|
|
441
|
-
createElementVNode("div",
|
|
661
|
+
createElementVNode("div", _hoisted_5, [
|
|
442
662
|
createVNode(_component_el_form_item, {
|
|
443
663
|
label: "格式化分类",
|
|
444
664
|
class: "amb-design-attr-item"
|
|
@@ -446,7 +666,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
446
666
|
default: withCtx(() => [
|
|
447
667
|
createVNode(_component_el_select, {
|
|
448
668
|
modelValue: __props.configure.props.format.type,
|
|
449
|
-
"onUpdate:modelValue": _cache[
|
|
669
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => __props.configure.props.format.type = $event),
|
|
450
670
|
clearable: "",
|
|
451
671
|
placeholder: "请选择"
|
|
452
672
|
}, {
|
|
@@ -513,7 +733,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
513
733
|
default: withCtx(() => [
|
|
514
734
|
createVNode(_component_el_input, {
|
|
515
735
|
modelValue: __props.configure.props.format.decimalDigit,
|
|
516
|
-
"onUpdate:modelValue": _cache[
|
|
736
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => __props.configure.props.format.decimalDigit = $event)
|
|
517
737
|
}, null, 8, ["modelValue"])
|
|
518
738
|
]),
|
|
519
739
|
_: 1
|
|
@@ -526,7 +746,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
526
746
|
default: withCtx(() => [
|
|
527
747
|
createVNode(_component_el_switch, {
|
|
528
748
|
modelValue: __props.configure.props.format.scientific,
|
|
529
|
-
"onUpdate:modelValue": _cache[
|
|
749
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => __props.configure.props.format.scientific = $event),
|
|
530
750
|
"active-text": "使用",
|
|
531
751
|
"inactive-text": "不使用"
|
|
532
752
|
}, null, 8, ["modelValue"])
|
|
@@ -541,7 +761,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
541
761
|
default: withCtx(() => [
|
|
542
762
|
createVNode(_component_el_input, {
|
|
543
763
|
modelValue: __props.configure.props.format.scientificNum,
|
|
544
|
-
"onUpdate:modelValue": _cache[
|
|
764
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => __props.configure.props.format.scientificNum = $event)
|
|
545
765
|
}, null, 8, ["modelValue"])
|
|
546
766
|
]),
|
|
547
767
|
_: 1
|
|
@@ -554,7 +774,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
554
774
|
default: withCtx(() => [
|
|
555
775
|
createVNode(_component_el_switch, {
|
|
556
776
|
modelValue: __props.configure.props.format.thousandsSeparator,
|
|
557
|
-
"onUpdate:modelValue": _cache[
|
|
777
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => __props.configure.props.format.thousandsSeparator = $event),
|
|
558
778
|
"active-text": "使用",
|
|
559
779
|
"inactive-text": "不使用"
|
|
560
780
|
}, null, 8, ["modelValue"])
|
|
@@ -569,7 +789,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
569
789
|
default: withCtx(() => [
|
|
570
790
|
createVNode(_component_el_input, {
|
|
571
791
|
modelValue: __props.configure.props.format.symbol,
|
|
572
|
-
"onUpdate:modelValue": _cache[
|
|
792
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => __props.configure.props.format.symbol = $event)
|
|
573
793
|
}, null, 8, ["modelValue"])
|
|
574
794
|
]),
|
|
575
795
|
_: 1
|
|
@@ -582,7 +802,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
582
802
|
default: withCtx(() => [
|
|
583
803
|
createVNode(_component_el_select, {
|
|
584
804
|
modelValue: __props.configure.props.format.currencySymbol,
|
|
585
|
-
"onUpdate:modelValue": _cache[
|
|
805
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => __props.configure.props.format.currencySymbol = $event),
|
|
586
806
|
placeholder: "Select"
|
|
587
807
|
}, {
|
|
588
808
|
default: withCtx(() => [
|
|
@@ -608,7 +828,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
608
828
|
default: withCtx(() => [
|
|
609
829
|
createVNode(_component_el_select, {
|
|
610
830
|
modelValue: __props.configure.props.format.dataType,
|
|
611
|
-
"onUpdate:modelValue": _cache[
|
|
831
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => __props.configure.props.format.dataType = $event),
|
|
612
832
|
placeholder: "Select"
|
|
613
833
|
}, {
|
|
614
834
|
default: withCtx(() => [
|
|
@@ -662,7 +882,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
662
882
|
default: withCtx(() => [
|
|
663
883
|
createVNode(_component_el_select, {
|
|
664
884
|
modelValue: __props.configure.props.format.timeType,
|
|
665
|
-
"onUpdate:modelValue": _cache[
|
|
885
|
+
"onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => __props.configure.props.format.timeType = $event),
|
|
666
886
|
placeholder: "Select"
|
|
667
887
|
}, {
|
|
668
888
|
default: withCtx(() => [
|
|
@@ -712,16 +932,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
712
932
|
default: withCtx(() => [
|
|
713
933
|
createVNode(_component_el_input, {
|
|
714
934
|
modelValue: __props.configure.props.format.customControl,
|
|
715
|
-
"onUpdate:modelValue": _cache[
|
|
935
|
+
"onUpdate:modelValue": _cache[26] || (_cache[26] = ($event) => __props.configure.props.format.customControl = $event)
|
|
716
936
|
}, null, 8, ["modelValue"])
|
|
717
937
|
]),
|
|
718
938
|
_: 1
|
|
719
939
|
})) : createCommentVNode("", true),
|
|
720
|
-
__props.configure.props.format.type === "hyperlinks" ? (openBlock(), createBlock(_sfc_main$
|
|
940
|
+
__props.configure.props.format.type === "hyperlinks" ? (openBlock(), createBlock(_sfc_main$5, {
|
|
721
941
|
key: 9,
|
|
722
942
|
pageDesign: __props.pageDesign,
|
|
723
|
-
configure: __props.configure
|
|
724
|
-
|
|
943
|
+
configure: __props.configure,
|
|
944
|
+
tableConfigure: __props.tableConfigure
|
|
945
|
+
}, null, 8, ["pageDesign", "configure", "tableConfigure"])) : createCommentVNode("", true),
|
|
725
946
|
__props.configure.props.format.type === "icon" ? (openBlock(), createBlock(_component_el_form_item, {
|
|
726
947
|
key: 10,
|
|
727
948
|
label: "图标",
|
|
@@ -730,7 +951,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
730
951
|
default: withCtx(() => [
|
|
731
952
|
createVNode(IconSetDialog, {
|
|
732
953
|
modelValue: __props.configure.props.format.icon,
|
|
733
|
-
"onUpdate:modelValue": _cache[
|
|
954
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = ($event) => __props.configure.props.format.icon = $event)
|
|
734
955
|
}, null, 8, ["modelValue"])
|
|
735
956
|
]),
|
|
736
957
|
_: 1
|
|
@@ -743,7 +964,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
743
964
|
default: withCtx(() => [
|
|
744
965
|
createVNode(_component_el_switch, {
|
|
745
966
|
modelValue: __props.configure.props.format.position,
|
|
746
|
-
"onUpdate:modelValue": _cache[
|
|
967
|
+
"onUpdate:modelValue": _cache[28] || (_cache[28] = ($event) => __props.configure.props.format.position = $event),
|
|
747
968
|
"active-text": "后缀",
|
|
748
969
|
"inactive-text": "前缀",
|
|
749
970
|
"active-value": "suf",
|
|
@@ -760,7 +981,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
760
981
|
default: withCtx(() => [
|
|
761
982
|
createVNode(_component_el_input, {
|
|
762
983
|
modelValue: __props.configure.props.format.event,
|
|
763
|
-
"onUpdate:modelValue": _cache[
|
|
984
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = ($event) => __props.configure.props.format.event = $event)
|
|
764
985
|
}, null, 8, ["modelValue"])
|
|
765
986
|
]),
|
|
766
987
|
_: 1
|
|
@@ -773,7 +994,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
773
994
|
default: withCtx(() => [
|
|
774
995
|
createVNode(_component_el_input, {
|
|
775
996
|
modelValue: __props.configure.props.format.customControl,
|
|
776
|
-
"onUpdate:modelValue": _cache[
|
|
997
|
+
"onUpdate:modelValue": _cache[30] || (_cache[30] = ($event) => __props.configure.props.format.customControl = $event)
|
|
777
998
|
}, null, 8, ["modelValue"])
|
|
778
999
|
]),
|
|
779
1000
|
_: 1
|
|
@@ -786,7 +1007,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
786
1007
|
default: withCtx(() => [
|
|
787
1008
|
createVNode(_component_el_switch, {
|
|
788
1009
|
modelValue: __props.configure.props.format.multiple,
|
|
789
|
-
"onUpdate:modelValue": _cache[
|
|
1010
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => __props.configure.props.format.multiple = $event)
|
|
790
1011
|
}, null, 8, ["modelValue"])
|
|
791
1012
|
]),
|
|
792
1013
|
_: 1
|
|
@@ -799,7 +1020,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
799
1020
|
default: withCtx(() => [
|
|
800
1021
|
createVNode(_component_el_input, {
|
|
801
1022
|
modelValue: __props.configure.props.format.accept,
|
|
802
|
-
"onUpdate:modelValue": _cache[
|
|
1023
|
+
"onUpdate:modelValue": _cache[32] || (_cache[32] = ($event) => __props.configure.props.format.accept = $event)
|
|
803
1024
|
}, null, 8, ["modelValue"])
|
|
804
1025
|
]),
|
|
805
1026
|
_: 1
|
|
@@ -812,7 +1033,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
812
1033
|
default: withCtx(() => [
|
|
813
1034
|
createVNode(_component_el_input_number, {
|
|
814
1035
|
modelValue: __props.configure.props.format.limitFileSize,
|
|
815
|
-
"onUpdate:modelValue": _cache[
|
|
1036
|
+
"onUpdate:modelValue": _cache[33] || (_cache[33] = ($event) => __props.configure.props.format.limitFileSize = $event),
|
|
816
1037
|
min: 1
|
|
817
1038
|
}, null, 8, ["modelValue"])
|
|
818
1039
|
]),
|
|
@@ -825,7 +1046,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
825
1046
|
default: withCtx(() => [
|
|
826
1047
|
createVNode(_component_el_input, {
|
|
827
1048
|
modelValue: __props.configure.props.format.childAnnexDataTableCode,
|
|
828
|
-
"onUpdate:modelValue": _cache[
|
|
1049
|
+
"onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => __props.configure.props.format.childAnnexDataTableCode = $event),
|
|
829
1050
|
onClick: _ctx.openSelectDataTable,
|
|
830
1051
|
clearable: ""
|
|
831
1052
|
}, {
|
|
@@ -848,7 +1069,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
848
1069
|
default: withCtx(() => [
|
|
849
1070
|
createVNode(_sfc_main$1, {
|
|
850
1071
|
prop: __props.configure.props.format.showName,
|
|
851
|
-
"onUpdate:prop": _cache[
|
|
1072
|
+
"onUpdate:prop": _cache[35] || (_cache[35] = ($event) => __props.configure.props.format.showName = $event),
|
|
852
1073
|
tableConfigure: __props.tableConfigure
|
|
853
1074
|
}, null, 8, ["prop", "tableConfigure"])
|
|
854
1075
|
]),
|
|
@@ -862,7 +1083,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
862
1083
|
default: withCtx(() => [
|
|
863
1084
|
createVNode(_sfc_main$1, {
|
|
864
1085
|
prop: __props.configure.props.format.serverName,
|
|
865
|
-
"onUpdate:prop": _cache[
|
|
1086
|
+
"onUpdate:prop": _cache[36] || (_cache[36] = ($event) => __props.configure.props.format.serverName = $event),
|
|
866
1087
|
tableConfigure: __props.tableConfigure
|
|
867
1088
|
}, null, 8, ["prop", "tableConfigure"])
|
|
868
1089
|
]),
|
|
@@ -878,7 +1099,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
878
1099
|
class: "amb-design-attr-group-header"
|
|
879
1100
|
}, {
|
|
880
1101
|
default: withCtx(() => [
|
|
881
|
-
createElementVNode("div",
|
|
1102
|
+
createElementVNode("div", _hoisted_6, [
|
|
882
1103
|
createVNode(_component_el_form_item, {
|
|
883
1104
|
label: "固定列",
|
|
884
1105
|
class: "amb-design-attr-item"
|
|
@@ -886,7 +1107,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
886
1107
|
default: withCtx(() => [
|
|
887
1108
|
createVNode(_component_el_radio_group, {
|
|
888
1109
|
modelValue: __props.configure.props.base.listColumnFixed,
|
|
889
|
-
"onUpdate:modelValue": _cache[
|
|
1110
|
+
"onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => __props.configure.props.base.listColumnFixed = $event),
|
|
890
1111
|
class: "ml-4"
|
|
891
1112
|
}, {
|
|
892
1113
|
default: withCtx(() => [
|
|
@@ -922,7 +1143,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
922
1143
|
default: withCtx(() => [
|
|
923
1144
|
createVNode(_component_el_radio_group, {
|
|
924
1145
|
modelValue: __props.configure.props.base.sortable,
|
|
925
|
-
"onUpdate:modelValue": _cache[
|
|
1146
|
+
"onUpdate:modelValue": _cache[38] || (_cache[38] = ($event) => __props.configure.props.base.sortable = $event),
|
|
926
1147
|
class: "ml-4"
|
|
927
1148
|
}, {
|
|
928
1149
|
default: withCtx(() => [
|
|
@@ -952,7 +1173,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
952
1173
|
createVNode(_component_el_input_number, {
|
|
953
1174
|
style: { "width": "100%" },
|
|
954
1175
|
modelValue: __props.configure.props.base.columnWidth,
|
|
955
|
-
"onUpdate:modelValue": _cache[
|
|
1176
|
+
"onUpdate:modelValue": _cache[39] || (_cache[39] = ($event) => __props.configure.props.base.columnWidth = $event),
|
|
956
1177
|
precision: 1
|
|
957
1178
|
}, null, 8, ["modelValue"])
|
|
958
1179
|
]),
|
|
@@ -965,7 +1186,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
965
1186
|
default: withCtx(() => [
|
|
966
1187
|
createVNode(_component_el_radio_group, {
|
|
967
1188
|
modelValue: __props.configure.props.base.alignTittle,
|
|
968
|
-
"onUpdate:modelValue": _cache[
|
|
1189
|
+
"onUpdate:modelValue": _cache[40] || (_cache[40] = ($event) => __props.configure.props.base.alignTittle = $event),
|
|
969
1190
|
class: "ml-4"
|
|
970
1191
|
}, {
|
|
971
1192
|
default: withCtx(() => [
|
|
@@ -1000,7 +1221,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1000
1221
|
default: withCtx(() => [
|
|
1001
1222
|
createVNode(_component_el_radio_group, {
|
|
1002
1223
|
modelValue: __props.configure.props.base.alignContent,
|
|
1003
|
-
"onUpdate:modelValue": _cache[
|
|
1224
|
+
"onUpdate:modelValue": _cache[41] || (_cache[41] = ($event) => __props.configure.props.base.alignContent = $event),
|
|
1004
1225
|
class: "ml-4"
|
|
1005
1226
|
}, {
|
|
1006
1227
|
default: withCtx(() => [
|
|
@@ -1033,13 +1254,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1033
1254
|
_: 1
|
|
1034
1255
|
}),
|
|
1035
1256
|
!operationColumn.value && __props.configure.props.editLine.editable ? (openBlock(), createBlock(_component_el_collapse_item, {
|
|
1036
|
-
key:
|
|
1257
|
+
key: 4,
|
|
1037
1258
|
title: "校验",
|
|
1038
1259
|
name: "verification",
|
|
1039
1260
|
class: "amb-design-attr-group-header"
|
|
1040
1261
|
}, {
|
|
1041
1262
|
default: withCtx(() => [
|
|
1042
|
-
createElementVNode("div",
|
|
1263
|
+
createElementVNode("div", _hoisted_7, [
|
|
1043
1264
|
createVNode(_component_el_form_item, {
|
|
1044
1265
|
class: "amb-design-attr-item",
|
|
1045
1266
|
"label-width": "0"
|
|
@@ -1047,7 +1268,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1047
1268
|
default: withCtx(() => [
|
|
1048
1269
|
createVNode(_component_el_checkbox, {
|
|
1049
1270
|
modelValue: __props.configure.props.verification.required,
|
|
1050
|
-
"onUpdate:modelValue": _cache[
|
|
1271
|
+
"onUpdate:modelValue": _cache[42] || (_cache[42] = ($event) => __props.configure.props.verification.required = $event),
|
|
1051
1272
|
label: "必填"
|
|
1052
1273
|
}, null, 8, ["modelValue"])
|
|
1053
1274
|
]),
|
|
@@ -1055,7 +1276,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1055
1276
|
}),
|
|
1056
1277
|
createVNode(_component_el_checkbox_group, {
|
|
1057
1278
|
modelValue: __props.configure.props.verification.type,
|
|
1058
|
-
"onUpdate:modelValue": _cache[
|
|
1279
|
+
"onUpdate:modelValue": _cache[43] || (_cache[43] = ($event) => __props.configure.props.verification.type = $event)
|
|
1059
1280
|
}, {
|
|
1060
1281
|
default: withCtx(() => [
|
|
1061
1282
|
createVNode(_component_el_form_item, {
|
|
@@ -1126,7 +1347,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1126
1347
|
default: withCtx(() => [
|
|
1127
1348
|
createVNode(_component_el_checkbox, {
|
|
1128
1349
|
modelValue: __props.configure.props.verification.verifyRegex,
|
|
1129
|
-
"onUpdate:modelValue": _cache[
|
|
1350
|
+
"onUpdate:modelValue": _cache[44] || (_cache[44] = ($event) => __props.configure.props.verification.verifyRegex = $event),
|
|
1130
1351
|
label: "正则",
|
|
1131
1352
|
value: "regex"
|
|
1132
1353
|
}, null, 8, ["modelValue"])
|
|
@@ -1137,7 +1358,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1137
1358
|
default: withCtx(() => [
|
|
1138
1359
|
createVNode(_component_el_input, {
|
|
1139
1360
|
modelValue: __props.configure.props.verification.regex,
|
|
1140
|
-
"onUpdate:modelValue": _cache[
|
|
1361
|
+
"onUpdate:modelValue": _cache[45] || (_cache[45] = ($event) => __props.configure.props.verification.regex = $event),
|
|
1141
1362
|
class: "mx-4",
|
|
1142
1363
|
"controls-position": "right",
|
|
1143
1364
|
placeholder: "请输入"
|
|
@@ -1185,13 +1406,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1185
1406
|
_: 1
|
|
1186
1407
|
})) : createCommentVNode("", true),
|
|
1187
1408
|
!operationColumn.value ? (openBlock(), createBlock(_component_el_collapse_item, {
|
|
1188
|
-
key:
|
|
1409
|
+
key: 5,
|
|
1189
1410
|
title: "用户自定义",
|
|
1190
1411
|
name: "userDefined",
|
|
1191
1412
|
class: "amb-design-attr-group-header"
|
|
1192
1413
|
}, {
|
|
1193
1414
|
default: withCtx(() => [
|
|
1194
|
-
createElementVNode("div",
|
|
1415
|
+
createElementVNode("div", _hoisted_8, [
|
|
1195
1416
|
createVNode(_component_el_form_item, {
|
|
1196
1417
|
label: "可自定义",
|
|
1197
1418
|
class: "amb-design-attr-item"
|
|
@@ -1199,7 +1420,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1199
1420
|
default: withCtx(() => [
|
|
1200
1421
|
createVNode(_component_el_radio_group, {
|
|
1201
1422
|
modelValue: __props.configure.props.definition.defined,
|
|
1202
|
-
"onUpdate:modelValue": _cache[
|
|
1423
|
+
"onUpdate:modelValue": _cache[46] || (_cache[46] = ($event) => __props.configure.props.definition.defined = $event),
|
|
1203
1424
|
class: "ml-4"
|
|
1204
1425
|
}, {
|
|
1205
1426
|
default: withCtx(() => [
|
|
@@ -1228,7 +1449,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1228
1449
|
default: withCtx(() => [
|
|
1229
1450
|
createVNode(_component_el_radio_group, {
|
|
1230
1451
|
modelValue: __props.configure.props.definition.definedExport,
|
|
1231
|
-
"onUpdate:modelValue": _cache[
|
|
1452
|
+
"onUpdate:modelValue": _cache[47] || (_cache[47] = ($event) => __props.configure.props.definition.definedExport = $event),
|
|
1232
1453
|
class: "ml-4"
|
|
1233
1454
|
}, {
|
|
1234
1455
|
default: withCtx(() => [
|
|
@@ -1257,7 +1478,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1257
1478
|
default: withCtx(() => [
|
|
1258
1479
|
createVNode(_component_el_radio_group, {
|
|
1259
1480
|
modelValue: __props.configure.props.definition.definedMerge,
|
|
1260
|
-
"onUpdate:modelValue": _cache[
|
|
1481
|
+
"onUpdate:modelValue": _cache[48] || (_cache[48] = ($event) => __props.configure.props.definition.definedMerge = $event),
|
|
1261
1482
|
class: "ml-4"
|
|
1262
1483
|
}, {
|
|
1263
1484
|
default: withCtx(() => [
|
|
@@ -1286,7 +1507,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1286
1507
|
default: withCtx(() => [
|
|
1287
1508
|
createVNode(_component_el_radio_group, {
|
|
1288
1509
|
modelValue: __props.configure.props.definition.definedPosition,
|
|
1289
|
-
"onUpdate:modelValue": _cache[
|
|
1510
|
+
"onUpdate:modelValue": _cache[49] || (_cache[49] = ($event) => __props.configure.props.definition.definedPosition = $event),
|
|
1290
1511
|
class: "ml-4"
|
|
1291
1512
|
}, {
|
|
1292
1513
|
default: withCtx(() => [
|
|
@@ -1315,7 +1536,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1315
1536
|
default: withCtx(() => [
|
|
1316
1537
|
createVNode(_component_el_radio_group, {
|
|
1317
1538
|
modelValue: __props.configure.props.definition.definedFixed,
|
|
1318
|
-
"onUpdate:modelValue": _cache[
|
|
1539
|
+
"onUpdate:modelValue": _cache[50] || (_cache[50] = ($event) => __props.configure.props.definition.definedFixed = $event),
|
|
1319
1540
|
class: "ml-4"
|
|
1320
1541
|
}, {
|
|
1321
1542
|
default: withCtx(() => [
|
|
@@ -1341,17 +1562,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1341
1562
|
]),
|
|
1342
1563
|
_: 1
|
|
1343
1564
|
})) : createCommentVNode("", true),
|
|
1344
|
-
querySettingVisible.value ? (openBlock(), createBlock(_sfc_main$
|
|
1345
|
-
key:
|
|
1565
|
+
querySettingVisible.value ? (openBlock(), createBlock(_sfc_main$6, {
|
|
1566
|
+
key: 6,
|
|
1346
1567
|
querySetting: __props.configure.props.querySetting,
|
|
1347
1568
|
onAdd: querySettingAdd,
|
|
1348
1569
|
onClose: closeFuerySettingValue
|
|
1349
1570
|
}, null, 8, ["querySetting"])) : createCommentVNode("", true),
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1571
|
+
createVNode(_sfc_main$7, {
|
|
1572
|
+
ref_key: "selectTableDialog",
|
|
1573
|
+
ref: selectTableDialog,
|
|
1574
|
+
onSelectTable,
|
|
1575
|
+
systemCode: __props.configure.systemCode,
|
|
1576
|
+
systemVersion: __props.configure.systemVersion
|
|
1577
|
+
}, null, 8, ["systemCode", "systemVersion"])
|
|
1355
1578
|
]),
|
|
1356
1579
|
_: 1
|
|
1357
1580
|
}, 8, ["modelValue"])
|