super-page-designer 2.3.12-rc1-design1 → 2.3.12-rc2-design1
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/page-table-util.js +82 -54
- package/dist/es/components/design/views/assemblys/button/button/button-attr-advanced.vue.js +32 -31
- package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue.js +3 -3
- package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue2.js +23 -30
- package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-advanced.vue.js +21 -20
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +5 -91
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue2.js +99 -2
- package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue2.js +5 -5
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-watermark.vue.js +24 -0
- package/dist/es/components/design/views/assemblys/common/common-watermark.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/data/component/configuration-value.vue.js +11 -76
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/dynamic-column.vue.js +44 -42
- package/dist/es/components/design/views/assemblys/data/component/formatting.vue.js +23 -20
- package/dist/es/components/design/views/assemblys/data/component/table-column-format.vue.js +19 -0
- package/dist/es/components/design/views/assemblys/data/component/table-column-format.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +3 -3
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +72 -75
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-dynamic-column.vue.js +10 -10
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +26 -2
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +2 -26
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-advanced.vue.js +9 -8
- package/dist/es/components/design/views/assemblys/object-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/object-design.vue3.js +1 -1
- package/dist/es/components/design/views/design/page-event/{config.vue2.js → config.vue.js} +1 -1
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +16 -12
- package/package.json +2 -2
- /package/dist/es/components/design/views/assemblys/common/{common-variable-bind.vue3.js → common-variable-bind.vue2.js} +0 -0
|
@@ -3,58 +3,59 @@ import { getFormPropName as t } from "./page-helper-util.js";
|
|
|
3
3
|
import { getDesignEvents as r } from "./assemblys-config.js";
|
|
4
4
|
import { addI18nKey as a } from "./page-i18n-util.js";
|
|
5
5
|
import { findDesignItemByUuid as o } from "./common-util.js";
|
|
6
|
-
import { getComponentOptionConfigsBase as
|
|
7
|
-
function
|
|
6
|
+
import { getComponentOptionConfigsBase as i } from "super-page-runtime";
|
|
7
|
+
function n(t2, r2, a2) {
|
|
8
8
|
let o2 = window.$vueApp.config.globalProperties.baseAPI + "/mms/data-tables/table-columns";
|
|
9
9
|
return o2 += "?systemCode=" + (t2 || ""), o2 += "&publishVersion=" + (r2 || ""), o2 += "&tableName=" + (a2 || ""), e.get(o2);
|
|
10
10
|
}
|
|
11
|
-
function
|
|
11
|
+
function s(t2, r2, a2) {
|
|
12
12
|
const o2 = { systemCode: t2, formVersion: r2, publishVersion: a2 };
|
|
13
13
|
return e.get(window.$vueApp.config.globalProperties.baseAPI + "/mms/list-view-children/forms", o2);
|
|
14
14
|
}
|
|
15
15
|
function p(e2, r2) {
|
|
16
|
-
const o2 = JSON.stringify(e2),
|
|
17
|
-
r2.tableRuntimes || (r2.tableRuntimes = {}), r2.tableRuntimes[
|
|
16
|
+
const o2 = JSON.stringify(e2), i2 = JSON.parse(o2);
|
|
17
|
+
r2.tableRuntimes || (r2.tableRuntimes = {}), r2.tableRuntimes[i2.uuid] = function(e3, r3, o3) {
|
|
18
18
|
var _a;
|
|
19
|
-
const
|
|
20
|
-
return
|
|
19
|
+
const i3 = "V" + r3.version + "__" + r3.code + "__" + e3.uuid, n3 = { configure: o3, code: i3, name: e3.title, totalType: e3.props.base ? e3.props.base.totalType : null, remark: e3.props.base ? e3.props.base.remark : null, pagination: e3.props.base ? e3.props.base.subPaging : null, rowNum: e3.props.base ? e3.props.base.pageSize : null, optionalRows: e3.props.base ? e3.props.base.pageSizes : null, layout: e3.props.base ? JSON.stringify(e3.props.base.layout) : null, startQuery: e3.props.base ? e3.props.base.startQuery : null, popUp: e3.props.base ? e3.props.base.popUp : null, isInitializationQuery: e3.props.dataOrigin.initializationQuery, defaultQueryCriteria: e3.props.dataOrigin.defaultQueryCriteria ? JSON.stringify(e3.props.dataOrigin.defaultQueryCriteria) : "", queryLabelPosition: e3.props.base ? e3.props.base.queryLabelPosition : null, editable: e3.props.base ? e3.props.base.editable : null, urlToListData: e3.props.base ? e3.props.base.urlToListData : null, customConfig: e3.props.base ? e3.props.base.customConfig : null, tableName: e3.props.dataOrigin.tableName, totalable: e3.props.title.totalable, defaultSortField: JSON.stringify(e3.props.dataOrigin.sortField), titleAlign: e3.props.base ? e3.props.base.alignTitle : null, contAlign: e3.props.base ? e3.props.base.alignContent : null, displayEffect: e3.props.base ? e3.props.base.displayEffect : null, textOverflow: (_a = e3.props.base) == null ? void 0 : _a.textOverflow, isDragColumn: e3.props.base ? e3.props.base.isDragColumn : null, border: e3.props.base ? e3.props.base.border : null, customImportColumns: e3.props.importSetting.importFields };
|
|
20
|
+
return n3.items = function(e4, r4) {
|
|
21
21
|
var _a2;
|
|
22
22
|
const o4 = [];
|
|
23
23
|
return (_a2 = e4.items) == null ? void 0 : _a2.forEach((e5) => {
|
|
24
|
-
const
|
|
25
|
-
let
|
|
26
|
-
r4.i18nKeys && a(e5.props.base.name, r4), e5.functionCodes && e5.functionCodes.length > 0 && (
|
|
24
|
+
const i4 = { controlName: m(e5) };
|
|
25
|
+
let n4 = { headerName: e5.props.base.name, prop: t(e5.props.base.prop), width: e5.props.base.columnWidth, listColumnSort: e5.props.base.sortable, filterable: e5.props.base.filterable, visible: e5.props.base.visible, exportable: e5.props.base.exportable, total: e5.props.base.total, listColumnFixed: e5.props.base.listColumnFixed, format: b(e5), valueSet: l(e5), querySettingName: e5.props.base.querySettingName ? e5.props.base.querySettingName : "no", queryMatching: e5.props.base.queryMatching, querySetting: e5.props.querySetting ? JSON.stringify(e5.props.querySetting) : null, editable: e5.props.editLine.editable, defaultValue: e5.props.base.defaultValue, controlName: i4.controlName, controlConfig: g(e5), eventType: S(e5), displayOrder: e5.props.base.displayOrder, fileSet: d(e5), orgTreeSet: f(e5), dynamicColumnJson: C(e5), valueSetOptions: u(e5, r4.systemCode, r4.systemVersion), required: e5.props.verification.required, pattern: e5.props.verification.verifyRegex, checkType: T(e5.props.verification.type), contAlign: e5.props.base ? e5.props.base.alignContent : null, titleAlign: e5.props.base ? e5.props.base.alignTitle : null, i18nKey: e5.props.base.name };
|
|
26
|
+
r4.i18nKeys && a(e5.props.base.name, r4), e5.functionCodes && e5.functionCodes.length > 0 && (n4.functionCode = e5.functionCodes.join(",")), o4.push(n4);
|
|
27
27
|
}), o4;
|
|
28
|
-
}(e3, r3),
|
|
28
|
+
}(e3, r3), n3.groupHeaders = function(e4) {
|
|
29
29
|
const t2 = [];
|
|
30
30
|
e4.props.base.isEnableGroupHeader && e4.props.groupHeaders && e4.props.groupHeaders.forEach((e5) => {
|
|
31
31
|
const r4 = { titleText: e5.titleText, parentCode: e5.parentUuid, displayOrder: e5.displayOrder, prop: e5.prop, uuid: e5.uuid };
|
|
32
32
|
t2.push(r4);
|
|
33
33
|
});
|
|
34
34
|
return t2.sort((e5, t3) => e5.displayOrder - t3.displayOrder), t2;
|
|
35
|
-
}(e3),
|
|
36
|
-
}(
|
|
37
|
-
const
|
|
38
|
-
if (
|
|
39
|
-
const { events: t2, common: r3 } =
|
|
35
|
+
}(e3), n3;
|
|
36
|
+
}(i2, r2, o2), delete e2.btnList, delete e2.items, delete e2.modelFields;
|
|
37
|
+
const n2 = i2.runtime;
|
|
38
|
+
if (n2 && (n2.events || n2.common)) {
|
|
39
|
+
const { events: t2, common: r3 } = n2;
|
|
40
40
|
e2.runtime = { events: t2, common: r3 };
|
|
41
41
|
} else delete e2.runtime;
|
|
42
42
|
}
|
|
43
|
-
function l(e2
|
|
44
|
-
const
|
|
43
|
+
function l(e2) {
|
|
44
|
+
const t2 = e2.props;
|
|
45
45
|
if ("inputNumber" === e2.name) return null;
|
|
46
|
-
if (
|
|
47
|
-
const e3 =
|
|
46
|
+
if (t2.dataOrigin && t2.dataOrigin.optionValueSetType && "none" !== t2.dataOrigin.optionValueSetType) {
|
|
47
|
+
const e3 = t2.dataOrigin.optionValueSetType;
|
|
48
48
|
if ("static" === e3) {
|
|
49
|
-
return
|
|
49
|
+
return t2.dataOrigin.staticStates.map((e4) => `${e4.value}:${e4.label}`).join(",");
|
|
50
50
|
}
|
|
51
|
-
if ("optionGroup" === e3) return `${e3}:${
|
|
52
|
-
if ("dynamicData" === e3) return `dynamicDataSource:${
|
|
53
|
-
if ("dataTable" === e3) return `${e3}:${
|
|
54
|
-
if ("service" === e3) return `${e3}:${
|
|
51
|
+
if ("optionGroup" === e3) return `${e3}:${t2.dataOrigin.optionGroup}`;
|
|
52
|
+
if ("dynamicData" === e3) return `dynamicDataSource:${t2.dataOrigin.dynamicDataSourceCode}`;
|
|
53
|
+
if ("dataTable" === e3) return `${e3}:${t2.dataOrigin.tableName}`;
|
|
54
|
+
if ("service" === e3) return `${e3}:${t2.dataOrigin.serveName}`;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
function u(e2, t2, r2) {
|
|
58
|
+
if (!e2) return;
|
|
58
59
|
const a2 = e2.props;
|
|
59
60
|
if ("inputNumber" === e2.name) {
|
|
60
61
|
const e3 = { step: a2.base.step, precision: a2.base.precision };
|
|
@@ -62,22 +63,22 @@ function u(e2, t2, r2) {
|
|
|
62
63
|
}
|
|
63
64
|
if ("switch" === e2.name) return JSON.stringify({ activeText: a2.base.activeText, activeValue: a2.base.activeValue, inactiveText: a2.base.inactiveText, inactiveValue: a2.base.inactiveValue, offColor: a2.base.offColor, onColor: a2.base.onColor });
|
|
64
65
|
if (a2.dataOrigin && a2.dataOrigin.optionValueSetType) {
|
|
65
|
-
const o2 = a2.dataOrigin.optionValueSetType,
|
|
66
|
-
if ("dynamicData" === o2) return JSON.stringify({ type: "dynamicData", dynamicDataSourceCode:
|
|
66
|
+
const o2 = a2.dataOrigin.optionValueSetType, n2 = a2.dataOrigin;
|
|
67
|
+
if ("dynamicData" === o2) return JSON.stringify({ type: "dynamicData", dynamicDataSourceCode: n2.dynamicDataSourceCode, filterType: n2.filterType, valueSetOptions: c(n2), valueLabelSwitch: !!n2.valueLabelSwitch });
|
|
67
68
|
{
|
|
68
|
-
const a3 =
|
|
69
|
-
return a3 ? (a3.valueSetOptions =
|
|
69
|
+
const a3 = i(e2, t2, r2);
|
|
70
|
+
return a3 ? (a3.valueSetOptions = c(n2), JSON.stringify(a3)) : null;
|
|
70
71
|
}
|
|
71
72
|
}
|
|
72
73
|
}
|
|
73
|
-
function
|
|
74
|
+
function c(e2) {
|
|
74
75
|
const t2 = [];
|
|
75
76
|
return e2.autoSets.forEach((e3) => {
|
|
76
77
|
const r2 = y(e3.target);
|
|
77
78
|
t2.push({ columnName: y(e3.source), valueField: r2, valueColumn: { name: r2, dbColumnName: r2.toUpperCase() } });
|
|
78
79
|
}), t2;
|
|
79
80
|
}
|
|
80
|
-
function
|
|
81
|
+
function m(e2) {
|
|
81
82
|
if (!e2.name) return null;
|
|
82
83
|
switch (e2.name) {
|
|
83
84
|
case "input-text":
|
|
@@ -144,7 +145,7 @@ function c(e2) {
|
|
|
144
145
|
return "custom:" + e2.props.base.customComponent;
|
|
145
146
|
}
|
|
146
147
|
}
|
|
147
|
-
function
|
|
148
|
+
function f(e2) {
|
|
148
149
|
if ("dept-tree" === e2.name) {
|
|
149
150
|
const t2 = [];
|
|
150
151
|
return e2.props.base.otherFieldSets && e2.props.base.otherFieldSets.length > 0 && e2.props.base.otherFieldSets.forEach((e3) => {
|
|
@@ -153,7 +154,7 @@ function d(e2) {
|
|
|
153
154
|
}
|
|
154
155
|
return null;
|
|
155
156
|
}
|
|
156
|
-
function
|
|
157
|
+
function d(e2) {
|
|
157
158
|
if ("file-upload" === e2.name) {
|
|
158
159
|
const t2 = y(e2.props.base.prop), r2 = y(e2.props.format ? e2.props.format.fileUuid : null);
|
|
159
160
|
let a2 = {};
|
|
@@ -161,20 +162,20 @@ function f(e2) {
|
|
|
161
162
|
}
|
|
162
163
|
return null;
|
|
163
164
|
}
|
|
164
|
-
function
|
|
165
|
+
function g(e2) {
|
|
165
166
|
var _a, _b, _c, _d, _e, _f;
|
|
166
167
|
let t2 = {};
|
|
167
168
|
if ("select" === e2.name) {
|
|
168
169
|
const r2 = e2.props.base, a2 = r2.allowCreate, o2 = r2.clearable;
|
|
169
|
-
let
|
|
170
|
-
("normal" === e2.props.dataOrigin.filterType || a2) && (
|
|
170
|
+
let i2 = false;
|
|
171
|
+
("normal" === e2.props.dataOrigin.filterType || a2) && (i2 = true), t2.automaticDropdown = false, t2.clearable = o2, t2.filterable = i2, t2.allowCreate = a2;
|
|
171
172
|
} else if ("input-text" === e2.name) {
|
|
172
173
|
const r2 = !!((_a = e2.props.scan) == null ? void 0 : _a.enable), a2 = (_b = e2.props.scan) == null ? void 0 : _b.ruleList;
|
|
173
174
|
t2.scanEnable = r2, t2.scanRuleList = a2;
|
|
174
175
|
} else "custom" === e2.name ? t2.customParams = e2.props.parameter : "datePicker" === e2.name ? (t2.format = e2.props.base.format, t2.valueFormat = e2.props.base.valueFormat) : "dept-tree" === e2.name && (t2.limitFilterColumn = e2.props.base.limitFilterColumn, t2.deptScope = e2.props.base.deptScope, t2.deptScopeField = e2.props.base.deptScopeField, t2.deptScopeDepts = e2.props.base.deptScopeDepts);
|
|
175
176
|
return ((_c = e2.style) == null ? void 0 : _c.cellStyle) && (t2.cellStyle = e2.style.cellStyle), ((_d = e2.style) == null ? void 0 : _d.titleStyle) && (t2.titleStyle = e2.style.titleStyle), ((_f = (_e = e2.props) == null ? void 0 : _e.base) == null ? void 0 : _f.editConditions) && e2.props.base.editConditions.length > 0 && (t2.editConditions = e2.props.base.editConditions), t2 ? JSON.stringify(t2) : null;
|
|
176
177
|
}
|
|
177
|
-
function
|
|
178
|
+
function b(e2) {
|
|
178
179
|
var _a, _b, _c;
|
|
179
180
|
if (e2.props.format) {
|
|
180
181
|
if ("hyperlinks" === e2.props.format.type && ((_a = e2.props.linkPage) == null ? void 0 : _a.length) > 0) {
|
|
@@ -214,10 +215,37 @@ function S(e2, t2) {
|
|
|
214
215
|
e3.jsContent && e3.jsContent.trim() && (r2 || (r2 = {}), r2[e3.name] = e3.componentUuid + "_" + e3.name);
|
|
215
216
|
}), r2) ? JSON.stringify(r2) : r2;
|
|
216
217
|
}
|
|
217
|
-
function C(e2) {
|
|
218
|
-
return e2.props.base.prop && "dynamicColumnSelect" === e2.props.base.prop ?
|
|
218
|
+
function C(e2, t2) {
|
|
219
|
+
return e2.props.base.prop && "dynamicColumnSelect" === e2.props.base.prop ? (function(e3) {
|
|
220
|
+
if (!e3 || !e3.columnModelTable) return;
|
|
221
|
+
e3.columnModelTable.forEach((e4) => {
|
|
222
|
+
var _a, _b, _c, _d, _e, _f;
|
|
223
|
+
const t4 = e4.componentConfig;
|
|
224
|
+
if (t4) {
|
|
225
|
+
e4.format = b(t4), e4.defaultValue = (_b = (_a = t4.props) == null ? void 0 : _a.base) == null ? void 0 : _b.defaultValue, e4.controlName = m(t4), e4.controlConfig = g(t4), e4.eventType = S(t4), e4.fileSet = d(t4), e4.orgTreeSet = f(t4), e4.required = (_d = (_c = t4.props) == null ? void 0 : _c.verification) == null ? void 0 : _d.required, e4.pattern = (_f = (_e = t4.props) == null ? void 0 : _e.verification) == null ? void 0 : _f.verifyRegex, e4.checkType = T(t4.props.verification.type);
|
|
226
|
+
const r3 = l(t4);
|
|
227
|
+
e4.valueSet = r3, e4.functionCodes && e4.functionCodes.length > 0 ? e4.functionCode = e4.functionCodes.join(",") : e4.functionCode = "";
|
|
228
|
+
} else e4.format = null, e4.defaultValue = null, e4.controlName = null, e4.controlConfig = null, e4.eventType = null, e4.fileSet = null, e4.orgTreeSet = null, e4.required = null, e4.pattern = null, e4.checkType = null, e4.valueSet = null;
|
|
229
|
+
let r2 = u(t4, null, null);
|
|
230
|
+
r2 || (r2 = e4.valueSetOptions), e4.valueSetOptions = r2;
|
|
231
|
+
const a2 = e4.titleValueSetComponentConfig;
|
|
232
|
+
if (a2) {
|
|
233
|
+
const t5 = l(a2);
|
|
234
|
+
e4.titleValueSet = t5;
|
|
235
|
+
let r3 = u(a2, null, null);
|
|
236
|
+
e4.titleValueSetOptions = r3;
|
|
237
|
+
} else e4.titleValueSet = null, e4.titleValueSetOptions = null;
|
|
238
|
+
});
|
|
239
|
+
const t3 = e3.groupTitleDynamicConfigure;
|
|
240
|
+
if (t3) {
|
|
241
|
+
const r2 = l(t3);
|
|
242
|
+
r2 ? (e3.groupTitleValueSet || (e3.groupTitleValueSet = {}), e3.groupTitleValueSet.valueSet = r2) : e3.groupTitleValueSet && e3.groupTitleValueSet.valueSet && (e3.groupTitleValueSet.valueSet = null);
|
|
243
|
+
let a2 = u(t3, null, null);
|
|
244
|
+
a2 ? (e3.groupTitleValueSet || (e3.groupTitleValueSet = {}), e3.groupTitleValueSet.valueSetOptions = a2) : e3.groupTitleValueSet && e3.groupTitleValueSet.valueSetOptions && (e3.groupTitleValueSet.valueSetOptions = null);
|
|
245
|
+
} else e3.groupTitleValueSet = null;
|
|
246
|
+
}(e2.props.dynamicColumnData), JSON.stringify(e2.props.dynamicColumnData)) : null;
|
|
219
247
|
}
|
|
220
|
-
function
|
|
248
|
+
function T(e2) {
|
|
221
249
|
if (Array.isArray(e2) && e2.length > 0) {
|
|
222
250
|
const t2 = [];
|
|
223
251
|
return e2.forEach((e3) => {
|
|
@@ -226,38 +254,38 @@ function O(e2) {
|
|
|
226
254
|
}
|
|
227
255
|
return Array.isArray(e2) && 0 === e2.length ? null : e2;
|
|
228
256
|
}
|
|
229
|
-
function
|
|
257
|
+
function O(e2, t2) {
|
|
230
258
|
let a2 = { uuid: e2.uuid, base: e2.props.base, dataOrigin: e2.props.dataOrigin, dynamicColumnData: e2.props.dynamicColumnData, editLine: e2.props.editLine, format: e2.props.format, verification: e2.props.verification, definition: e2.props.definition, size: e2.props.size };
|
|
231
259
|
e2.props = {}, e2.uuid = a2.uuid, e2.props.base = a2.base, e2.props.dataOrigin = a2.dataOrigin, e2.props.dynamicColumnData = a2.dynamicColumnData, e2.props.editLine = a2.editLine, e2.props.format = a2.format, e2.props.verification = a2.verification, e2.props.definition = a2.definition, e2.props.size = a2.size, e2.events = r(t2), e2.name = t2;
|
|
232
260
|
}
|
|
233
|
-
function
|
|
261
|
+
function h(e2, t2) {
|
|
234
262
|
return e2 = {}, t2.forEach((t3) => {
|
|
235
263
|
e2[t3.dbColumnName] = t3;
|
|
236
264
|
}), e2;
|
|
237
265
|
}
|
|
238
|
-
function
|
|
266
|
+
function v(e2, t2) {
|
|
239
267
|
let r2, a2 = e2.tableName;
|
|
240
268
|
return a2 || (e2.tableRuntimes && t2 && e2.tableRuntimes[t2] && e2.pageType && "list" === e2.pageType && (r2 = JSON.parse(e2.tableRuntimes[t2].configure)), r2 && r2.props && r2.props.dataOrigin ? r2.props.dataOrigin.tableName : null);
|
|
241
269
|
}
|
|
242
|
-
function
|
|
270
|
+
function N(e2) {
|
|
243
271
|
let t2 = [];
|
|
244
272
|
return e2 && e2.forEach((e3) => {
|
|
245
273
|
t2.push({ value: e3.dbColumnName, label: e3.alias, alias: e3.alias, dataType: e3.dataType });
|
|
246
274
|
}), t2;
|
|
247
275
|
}
|
|
248
|
-
function
|
|
276
|
+
function V(e2, t2, r2) {
|
|
249
277
|
var _a;
|
|
250
278
|
const a2 = e2 ? e2.pageType : null;
|
|
251
|
-
let
|
|
252
|
-
return r2 ?
|
|
279
|
+
let i2, n2;
|
|
280
|
+
return r2 ? i2 = r2 : (t2 == null ? void 0 : t2.props.base.tableUuid) ? (n2 = t2.props.base.tableUuid, i2 = o(e2, n2)) : a2 && "list" === a2 && ((_a = e2 == null ? void 0 : e2.tableUuids) == null ? void 0 : _a.length) > 0 ? (n2 = e2 == null ? void 0 : e2.tableUuids[0], i2 = o(e2, n2)) : (e2 == null ? void 0 : e2.currentTableConfig) && (i2 = e2.currentTableConfig), i2;
|
|
253
281
|
}
|
|
254
282
|
export {
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
283
|
+
h as changeFeieldToMap,
|
|
284
|
+
N as getModelOptionsByFields,
|
|
285
|
+
V as getTableConfigByTableUuid,
|
|
286
|
+
v as getTableNameByTableUuid,
|
|
287
|
+
s as querySublist,
|
|
288
|
+
n as queryTableFields,
|
|
261
289
|
p as setTableRuntimesFromConfigure,
|
|
262
|
-
|
|
290
|
+
O as tableResetConfigIndo
|
|
263
291
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as o, watch as l, resolveComponent as a, createBlock as i, openBlock as n, withCtx as t, createVNode as
|
|
1
|
+
import { defineComponent as e, ref as o, watch as l, resolveComponent as a, createBlock as i, openBlock as n, withCtx as t, createVNode as u, createCommentVNode as s, createElementVNode as r, createElementBlock as f, Fragment as c, renderList as p, createTextVNode as g, withDirectives as m, vShow as d } from "vue";
|
|
2
2
|
import b from "../component/condition-dialog.vue.js";
|
|
3
3
|
import v from "../component/set-dialog.vue.js";
|
|
4
4
|
import y from "../component/combination.vue.js";
|
|
@@ -6,56 +6,57 @@ import C from "../component/journal-set-dialog.vue.js";
|
|
|
6
6
|
import _ from "../../common/common-advanced-basic-showcondition.vue.js";
|
|
7
7
|
import { isShowOpinionSetting as k } from "../../../../utils/form-design-util.js";
|
|
8
8
|
import V from "agilebuilder-ui/src/utils/request";
|
|
9
|
-
import { getTableConfigByTableUuid as
|
|
10
|
-
|
|
9
|
+
import { getTableConfigByTableUuid as w } from "../../../../utils/page-table-util.js";
|
|
10
|
+
import h from "../../common/common-watermark.vue.js";
|
|
11
|
+
const D = { style: { padding: "8px 0px 0px 0px" } }, j = e({ __name: "button-attr-advanced", props: { configure: { type: Object, default: () => {
|
|
11
12
|
} }, pageDesign: { type: Object, default: () => {
|
|
12
13
|
} } }, setup(e2) {
|
|
13
14
|
var _a;
|
|
14
|
-
const
|
|
15
|
-
function
|
|
16
|
-
|
|
15
|
+
const j2 = e2, O = o(["base"]), M = o(false), x = o([]), L = (_a = j2.pageDesign) == null ? void 0 : _a.systemVersion, R = o(w(j2.pageDesign, j2.configure));
|
|
16
|
+
function S() {
|
|
17
|
+
M.value = false;
|
|
17
18
|
}
|
|
18
|
-
function
|
|
19
|
-
|
|
19
|
+
function N(e3) {
|
|
20
|
+
j2.configure.props.base.logSetting = e3, S();
|
|
20
21
|
}
|
|
21
|
-
V.post(window.$vueApp.config.globalProperties.baseAPI + `/mms/setting-transformations/option/${
|
|
22
|
-
|
|
22
|
+
V.post(window.$vueApp.config.globalProperties.baseAPI + `/mms/setting-transformations/option/${j2.pageDesign.systemCode}/${L}`).then((e3) => {
|
|
23
|
+
x.value = e3;
|
|
23
24
|
});
|
|
24
|
-
const
|
|
25
|
-
function
|
|
26
|
-
|
|
25
|
+
const U = o(false);
|
|
26
|
+
function z() {
|
|
27
|
+
U.value = false;
|
|
27
28
|
}
|
|
28
|
-
const
|
|
29
|
-
function
|
|
30
|
-
|
|
29
|
+
const A = o(false);
|
|
30
|
+
function $() {
|
|
31
|
+
A.value = false;
|
|
31
32
|
}
|
|
32
|
-
function
|
|
33
|
-
|
|
33
|
+
function F(e3) {
|
|
34
|
+
j2.configure.props.setValueList = e3, j2.configure.props.setValueList;
|
|
34
35
|
}
|
|
35
|
-
const
|
|
36
|
-
function
|
|
37
|
-
|
|
36
|
+
const P = o(false);
|
|
37
|
+
function W() {
|
|
38
|
+
P.value = false;
|
|
38
39
|
}
|
|
39
|
-
function
|
|
40
|
-
|
|
40
|
+
function q(e3) {
|
|
41
|
+
j2.configure.props.base.showConditions = JSON.stringify(e3);
|
|
41
42
|
}
|
|
42
|
-
const
|
|
43
|
-
function
|
|
43
|
+
const I = o(B("opinion")), J = o(B("wfRemark"));
|
|
44
|
+
function B(e3) {
|
|
44
45
|
let o2 = false;
|
|
45
|
-
const l2 =
|
|
46
|
+
const l2 = j2.configure.events.filter((e4) => "click" === e4.name && e4.eventName);
|
|
46
47
|
if (l2 && l2.length > 0) {
|
|
47
48
|
const a2 = l2[0].eventName;
|
|
48
49
|
o2 = k(a2, e3);
|
|
49
50
|
}
|
|
50
51
|
return o2;
|
|
51
52
|
}
|
|
52
|
-
return l(
|
|
53
|
-
|
|
53
|
+
return l(j2.configure.events, (e3) => {
|
|
54
|
+
I.value = B("opinion"), J.value = B("wfRemark"), I.value || (j2.configure.props.base.isMustOpinion = false);
|
|
54
55
|
}, { immediate: true }), (o2, l2) => {
|
|
55
|
-
const k2 = a("el-option"), V2 = a("el-select"),
|
|
56
|
-
return n(), i(
|
|
56
|
+
const k2 = a("el-option"), V2 = a("el-select"), w2 = a("el-form-item"), j3 = a("el-button"), L2 = a("el-text"), B2 = a("el-switch"), E = a("el-collapse-item"), G = a("el-collapse"), H = a("el-form");
|
|
57
|
+
return n(), i(H, { "label-width": "80px", size: "small" }, { default: t(() => [u(G, { modelValue: O.value, "onUpdate:modelValue": l2[7] || (l2[7] = (e3) => O.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [u(E, { title: "高级设置", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [r("div", D, [u(w2, { label: "成功后", class: "amb-design-attr-item" }, { default: t(() => [u(V2, { modelValue: e2.configure.props.base.successOperation, "onUpdate:modelValue": l2[0] || (l2[0] = (o3) => e2.configure.props.base.successOperation = o3), class: "ml-4" }, { default: t(() => [u(k2, { label: "无操作", value: "noOperation" }), u(k2, { label: "刷新", value: "refresh" }), u(k2, { label: "关闭窗口", value: "closeWindow" }), u(k2, { label: "关闭窗口并刷新列表", value: "closeWindowAndRefresh" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), u(w2, { label: "转换规则", class: "amb-design-attr-item" }, { default: t(() => [u(V2, { modelValue: e2.configure.props.base.conversionCodes, "onUpdate:modelValue": l2[1] || (l2[1] = (o3) => e2.configure.props.base.conversionCodes = o3), multiple: "", class: "ml-4" }, { default: t(() => [(n(true), f(c, null, p(x.value, (e3) => (n(), i(k2, { key: e3.code, label: e3.name, value: e3.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), u(w2, { label: "执行条件", class: "amb-design-attr-item" }, { default: t(() => [u(j3, { type: "primary", onClick: l2[2] || (l2[2] = (e3) => U.value = true) }, { default: t(() => l2[8] || (l2[8] = [g("编辑")])), _: 1 })]), _: 1 }), u(w2, { label: "启用条件", class: "amb-design-attr-item" }, { default: t(() => [(n(), i(_, { key: e2.configure.uuid + "_edit", configure: e2.configure, title: "启用条件", tableConfigure: R.value, type: "editConditions" }, null, 8, ["configure", "tableConfigure"]))]), _: 1 }), u(w2, { label: "自动设值", class: "amb-design-attr-item" }, { default: t(() => [u(j3, { type: "primary", onClick: l2[3] || (l2[3] = (e3) => A.value = true) }, { default: t(() => l2[9] || (l2[9] = [g("编辑")])), _: 1 }), m(u(L2, { type: "success" }, { default: t(() => l2[10] || (l2[10] = [g(" 已设置条件. ")])), _: 1 }, 512), [[d, e2.configure.props && e2.configure.props.setValueList && e2.configure.props.setValueList.length > 0]])]), _: 1 }), u(w2, { label: "显示条件", class: "amb-design-attr-item" }, { default: t(() => [(n(), i(_, { key: e2.configure.uuid + "_show", configure: e2.configure, type: "showConditions", tableConfigure: R.value }, null, 8, ["configure", "tableConfigure"]))]), _: 1 }), u(w2, { label: "日志设置", class: "amb-design-attr-item" }, { default: t(() => [u(j3, { type: "primary", onClick: l2[4] || (l2[4] = (e3) => M.value = true) }, { default: t(() => l2[11] || (l2[11] = [g("编辑")])), _: 1 })]), _: 1 }), I.value ? (n(), i(w2, { key: 0, label: "意见必填", class: "amb-design-attr-item" }, { default: t(() => [u(B2, { modelValue: e2.configure.props.base.isMustOpinion, "onUpdate:modelValue": l2[5] || (l2[5] = (o3) => e2.configure.props.base.isMustOpinion = o3), size: "default" }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), e2.configure.props.base.isMustOpinion ? (n(), i(w2, { key: 1, label: "意见必填条件", class: "amb-design-attr-item" }, { default: t(() => [(n(), i(_, { key: e2.configure.uuid + "_opinion", configure: e2.configure, type: "mustOpinionConditions", tableConfigure: R.value, title: "意见必填条件" }, null, 8, ["configure", "tableConfigure"]))]), _: 1 })) : s("", true), J.value ? (n(), i(w2, { key: 2, label: "备注必填", class: "amb-design-attr-item" }, { default: t(() => [u(B2, { modelValue: e2.configure.props.base.isMustRemark, "onUpdate:modelValue": l2[6] || (l2[6] = (o3) => e2.configure.props.base.isMustRemark = o3), size: "default" }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), e2.configure.props.base.isMustRemark ? (n(), i(w2, { key: 3, label: "备注必填条件", class: "amb-design-attr-item" }, { default: t(() => [(n(), i(_, { key: e2.configure.uuid + "_remark", configure: e2.configure, type: "mustRemarkConditions", tableConfigure: R.value, title: "办理备注必填条件" }, null, 8, ["configure", "tableConfigure"]))]), _: 1 })) : s("", true)])]), _: 1 }), u(E, { title: "水印设置", name: "watermark", class: "amb-design-attr-group-header" }, { default: t(() => [u(h, { configure: e2.configure }, null, 8, ["configure"])]), _: 1 }), U.value ? (n(), i(b, { key: 0, pageDesign: e2.pageDesign, configure: e2.configure, tableConfigure: R.value, onClose: z }, null, 8, ["pageDesign", "configure", "tableConfigure"])) : s("", true), A.value ? (n(), i(v, { key: 1, pageDesign: e2.pageDesign, configure: e2.configure, tableConfigure: R.value, onSave: F, onClose: $ }, null, 8, ["pageDesign", "configure", "tableConfigure"])) : s("", true), P.value ? (n(), i(y, { key: 2, conditionList: e2.configure.props.base.showConditions, fieldNameList: e2.pageDesign.modelFields, fieldMap: e2.pageDesign.modelFieldsMap, tableConfigure: R.value, onSave: q, onClose: W }, null, 8, ["conditionList", "fieldNameList", "fieldMap", "tableConfigure"])) : s("", true), M.value ? (n(), i(C, { key: 3, modelValue: e2.configure.props.base.logSetting, onClose: S, onSave: N }, null, 8, ["modelValue"])) : s("", true)]), _: 1 }, 8, ["modelValue"])]), _: 1 });
|
|
57
58
|
};
|
|
58
59
|
} });
|
|
59
60
|
export {
|
|
60
|
-
|
|
61
|
+
j as default
|
|
61
62
|
};
|
package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./journal-set-dialog.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import a from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const e = a(o, [["__scopeId", "data-v-d630afac"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue2.js
CHANGED
|
@@ -1,36 +1,29 @@
|
|
|
1
|
-
import { defineComponent as e, ref as l, onMounted as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { defineComponent as e, ref as l, onMounted as t, resolveComponent as o, createBlock as a, openBlock as u, withCtx as n, createVNode as r, createElementBlock as d, Fragment as i, renderList as s, createTextVNode as m, toDisplayString as p, createElementVNode as v } from "vue";
|
|
2
|
+
import "@element-plus/icons-vue";
|
|
3
|
+
import f from "../../common/common-variable-bind.vue.js";
|
|
4
|
+
const c = { class: "dialog-footer" }, y = e({ __name: "journal-set-dialog", props: { modelValue: { type: Array, default: () => [] }, title: { type: String, default: () => "日志设置" } }, emits: ["save"], setup(e2, { emit: y2 }) {
|
|
5
|
+
const _ = e2, g = y2, b = l([]);
|
|
6
|
+
l(false), l("");
|
|
7
|
+
const V = l(false), C = l("");
|
|
8
|
+
function x() {
|
|
9
|
+
g("save", b.value);
|
|
8
10
|
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
function $() {
|
|
16
|
-
x.value = true, z.value = "";
|
|
17
|
-
}
|
|
18
|
-
return a(() => {
|
|
19
|
-
C.modelValue && (h.value = C.modelValue);
|
|
20
|
-
}), (e3, l2) => {
|
|
21
|
-
const a2 = t("el-tag"), k3 = t("el-input"), C2 = t("el-button"), b2 = t("el-icon"), A = t("el-button-group"), K = t("el-dialog");
|
|
22
|
-
return o(), u(K, { "model-value": "", title: "日志设置", "append-to-body": "", width: "40%", onBeforeClose: l2[4] || (l2[4] = (l3) => e3.$emit("close")) }, { footer: n(() => [c("div", V, [v(C2, { type: "default", onClick: l2[3] || (l2[3] = (l3) => e3.$emit("close")) }, { default: n(() => l2[7] || (l2[7] = [m("取消")])), _: 1 }), v(C2, { type: "primary", onClick: B }, { default: n(() => l2[8] || (l2[8] = [m(" 确定 ")])), _: 1 })])]), default: n(() => [(o(true), i(r, null, d(h.value, (e4, l3) => {
|
|
23
|
-
return o(), u(a2, { key: l3, closable: "", size: "large", type: (t2 = e4, "2" === t2.type ? "success" : null), onClose: (l4) => {
|
|
24
|
-
return a3 = e4, void (h.value = h.value.filter((e5) => e5 != a3));
|
|
25
|
-
var a3;
|
|
26
|
-
} }, { default: n(() => [m(p(e4.name), 1)]), _: 2 }, 1032, ["type", "onClose"]);
|
|
27
|
-
var t2;
|
|
28
|
-
}), 128)), x.value ? (o(), u(k3, { key: 0, size: "default", style: { width: "200px", "margin-left": "10px" }, modelValue: z.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => z.value = e4), onBlur: U, onKeyup: s(U, ["enter"]) }, null, 8, ["modelValue"])) : w.value ? (o(), u(_, { key: 1, style: { width: "200px", "margin-left": "10px" }, modelValue: j.value, paramTypes: "['data','page']", "onUpdate:modelValue": l2[1] || (l2[1] = (e4) => {
|
|
29
|
-
return l3 = e4, h.value.push({ name: l3 }), void (w.value = false);
|
|
11
|
+
return t(() => {
|
|
12
|
+
_.modelValue && (b.value = _.modelValue);
|
|
13
|
+
}), (l2, t2) => {
|
|
14
|
+
const y3 = o("el-col"), _2 = o("el-tag"), g2 = o("el-row"), h = o("el-button"), k = o("el-dialog");
|
|
15
|
+
return u(), a(k, { "model-value": "", title: e2.title, "append-to-body": "", width: "40%", onBeforeClose: t2[2] || (t2[2] = (e3) => l2.$emit("close")) }, { footer: n(() => [v("div", c, [r(h, { type: "primary", onClick: x }, { default: n(() => t2[3] || (t2[3] = [m(" 确定 ")])), _: 1 }), r(h, { type: "default", onClick: t2[1] || (t2[1] = (e3) => l2.$emit("close")) }, { default: n(() => t2[4] || (t2[4] = [m("取消")])), _: 1 })])]), default: n(() => [r(g2, null, { default: n(() => [r(y3, { span: 18, style: { "padding-bottom": "10px" } }, { default: n(() => [r(f, { style: { width: "200px", "margin-left": "10px" }, modelValue: C.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e3) => {
|
|
16
|
+
return l3 = e3, b.value.push(l3), void (V.value = false);
|
|
30
17
|
var l3;
|
|
31
|
-
}) }, null, 8, ["modelValue"]))
|
|
18
|
+
}) }, null, 8, ["modelValue"])]), _: 1 }), r(y3, null, { default: n(() => [(u(true), d(i, null, s(b.value, (e3, l3) => {
|
|
19
|
+
return u(), a(_2, { key: l3, closable: "", size: "large", type: (t3 = e3, "2" === t3.type ? "success" : null), onClose: (l4) => {
|
|
20
|
+
return t4 = e3, void (b.value = b.value.filter((e4) => e4 != t4));
|
|
21
|
+
var t4;
|
|
22
|
+
} }, { default: n(() => [m(p(e3), 1)]), _: 2 }, 1032, ["type", "onClose"]);
|
|
23
|
+
var t3;
|
|
24
|
+
}), 128))]), _: 1 })]), _: 1 })]), _: 1 }, 8, ["title"]);
|
|
32
25
|
};
|
|
33
26
|
} });
|
|
34
27
|
export {
|
|
35
|
-
|
|
28
|
+
y as default
|
|
36
29
|
};
|
package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-advanced.vue.js
CHANGED
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
import { defineComponent as e, ref as l, resolveComponent as o, createBlock as a, openBlock as n, withCtx as t, createVNode as i, createCommentVNode as u, createElementVNode as s, createTextVNode as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import { defineComponent as e, ref as l, resolveComponent as o, createBlock as a, openBlock as n, withCtx as t, createVNode as i, createCommentVNode as u, createElementVNode as s, createTextVNode as r } from "vue";
|
|
2
|
+
import m from "../component/condition-dialog.vue.js";
|
|
3
|
+
import d from "../component/set-dialog.vue.js";
|
|
4
4
|
import c from "../component/combination.vue.js";
|
|
5
5
|
import p from "../component/journal-set-dialog.vue.js";
|
|
6
6
|
import f from "../../common/common-advanced-basic-showcondition.vue.js";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
import b from "../../common/common-watermark.vue.js";
|
|
8
|
+
const g = { style: { padding: "8px 0px 0px 0px" } }, v = e({ __name: "exportpdf-attr-advanced", props: { configure: Object, default: () => ({ props: {} }) }, setup(e2) {
|
|
9
|
+
const v2 = e2, _ = l(["base"]), T = l([{ dbColumnName: "FIRST_TASK_ID", label: "该流程的第一个任务的id", type: "TEXT", value: "FIRST_TASK_ID" }, { dbColumnName: "ID", label: "id", type: "LONG", value: "ID" }, { dbColumnName: "AUDIT_REPORT_NO", label: "审核报告编号", type: "TEXT", value: "AUDIT_REPORT_NO" }]), y = l({ FIRST_TASK_ID: { dbColumnName: "FIRST_TASK_ID", label: "该流程的第一个任务的id", type: "TEXT", value: "FIRST_TASK_ID" }, ID: { dbColumnName: "ID", label: "id", type: "LONG", value: "ID" }, AUDIT_REPORT_NO: { dbColumnName: "AUDIT_REPORT_NO", label: "审核报告编号", type: "TEXT", value: "AUDIT_REPORT_NO" } }), I = l(false);
|
|
10
|
+
function O() {
|
|
11
|
+
I.value = false;
|
|
11
12
|
}
|
|
12
|
-
function
|
|
13
|
-
v2.configure.props.base.logSetting = e3,
|
|
13
|
+
function C(e3) {
|
|
14
|
+
v2.configure.props.base.logSetting = e3, O();
|
|
14
15
|
}
|
|
15
|
-
const
|
|
16
|
-
function
|
|
17
|
-
|
|
16
|
+
const N = l(false);
|
|
17
|
+
function R() {
|
|
18
|
+
N.value = false;
|
|
18
19
|
}
|
|
19
|
-
const
|
|
20
|
-
function
|
|
21
|
-
|
|
20
|
+
const D = l(false);
|
|
21
|
+
function S() {
|
|
22
|
+
D.value = false;
|
|
22
23
|
}
|
|
23
|
-
const
|
|
24
|
-
function
|
|
25
|
-
|
|
24
|
+
const A = l(false);
|
|
25
|
+
function k() {
|
|
26
|
+
A.value = false;
|
|
26
27
|
}
|
|
27
28
|
function E(e3) {
|
|
28
29
|
v2.configure.props.base.showConditions = JSON.stringify(e3);
|
|
29
30
|
}
|
|
30
31
|
return (l2, v3) => {
|
|
31
|
-
const
|
|
32
|
-
return n(), a(
|
|
32
|
+
const h = o("el-option"), j = o("el-select"), w = o("el-form-item"), x = o("el-button"), V = o("el-collapse-item"), U = o("el-collapse"), L = o("el-form");
|
|
33
|
+
return n(), a(L, { "label-width": "80px", size: "small" }, { default: t(() => [i(U, { modelValue: _.value, "onUpdate:modelValue": v3[4] || (v3[4] = (e3) => _.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [i(V, { title: "高级设置", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [s("div", g, [i(w, { label: "成功后", class: "amb-design-attr-item" }, { default: t(() => [i(j, { modelValue: e2.configure.props.base.successOperation, "onUpdate:modelValue": v3[0] || (v3[0] = (l3) => e2.configure.props.base.successOperation = l3), class: "ml-4" }, { default: t(() => [i(h, { label: "无操作", value: "noOperation" }), i(h, { label: "刷新", value: "refresh" }), i(h, { label: "关闭窗口", value: "closeWindow" }), i(h, { label: "关闭窗口并刷新列表", value: "closeWindowAndRefresh" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(w, { label: "执行条件", class: "amb-design-attr-item" }, { default: t(() => [i(x, { type: "primary", onClick: v3[1] || (v3[1] = (e3) => N.value = true) }, { default: t(() => v3[5] || (v3[5] = [r("编辑")])), _: 1 })]), _: 1 }), i(w, { label: "启用条件", class: "amb-design-attr-item" }, { default: t(() => [(n(), a(f, { key: e2.configure.uuid + "_edit", configure: e2.configure, type: "editConditions" }, null, 8, ["configure"]))]), _: 1 }), i(w, { label: "显示条件", class: "amb-design-attr-item" }, { default: t(() => [i(x, { type: "primary", onClick: v3[2] || (v3[2] = (e3) => A.value = true) }, { default: t(() => v3[6] || (v3[6] = [r("编辑")])), _: 1 })]), _: 1 }), i(w, { label: "日志设置", class: "amb-design-attr-item" }, { default: t(() => [i(x, { type: "primary", onClick: v3[3] || (v3[3] = (e3) => I.value = true) }, { default: t(() => v3[7] || (v3[7] = [r("编辑")])), _: 1 })]), _: 1 })])]), _: 1 }), i(V, { title: "水印设置", name: "watermark", class: "amb-design-attr-group-header" }, { default: t(() => [i(b, { configure: e2.configure }, null, 8, ["configure"])]), _: 1 }), N.value ? (n(), a(m, { key: 0, configure: e2.configure, onClose: R }, null, 8, ["configure"])) : u("", true), D.value ? (n(), a(d, { key: 1, configure: e2.configure, onClose: S }, null, 8, ["configure"])) : u("", true), A.value ? (n(), a(c, { key: 2, conditionList: e2.configure.props.base.showConditions, fieldNameList: T.value, fieldMap: y.value, onSave: E, onClose: k }, null, 8, ["conditionList", "fieldNameList", "fieldMap"])) : u("", true), I.value ? (n(), a(p, { key: 3, modelValue: e2.configure.props.base.logSetting, onClose: O, onSave: C }, null, 8, ["modelValue"])) : u("", true)]), _: 1 }, 8, ["modelValue"])]), _: 1 });
|
|
33
34
|
};
|
|
34
35
|
} });
|
|
35
36
|
export {
|