act-plus 1.1.44 → 1.1.46
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/act-plus.js +1 -1
- package/act-plus.umd.cjs +68 -68
- package/lib/{dialogAddField-7f034dbc.js → dialogAddField-43f3a8b3.js} +330 -311
- package/lib/{dialogConfigBtn-8d068d2d.js → dialogConfigBtn-298b9b5c.js} +2 -2
- package/lib/{dialogSiteComponentsParams-a46b4c82.js → dialogSiteComponentsParams-fab326d2.js} +1 -1
- package/lib/{index-4e6030dd.js → index-1a957d2f.js} +31556 -31523
- package/lib/{index-43425404.js → index-37ff46df.js} +151 -153
- package/lib/{index-d4f84e7d.js → index-738cbb81.js} +15 -15
- package/lib/{index-ae4aa026.js → index-81b16d7b.js} +1 -1
- package/lib/index-c91a3357.js +291 -0
- package/lib/{index-8c31400c.js → index-ce00842d.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/lib/index-16e2c7e5.js +0 -283
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineAsyncComponent as
|
|
2
|
-
import { _ as be, U as
|
|
1
|
+
import { defineAsyncComponent as de, inject as E, reactive as se, ref as A, watch as ie, resolveComponent as C, resolveDirective as me, openBlock as r, createBlock as i, withCtx as a, createElementVNode as L, createVNode as l, unref as m, createTextVNode as S, withDirectives as pe, createElementBlock as c, Fragment as y, renderList as g, createCommentVNode as U, toDisplayString as fe } from "vue";
|
|
2
|
+
import { _ as be, U as Q, F as ce, k as ye, l as Ce, m as M, T as ge, A as Ve, C as _e } from "./index-1a957d2f.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "js-base64";
|
|
5
5
|
import "element-plus";
|
|
6
6
|
import "monaco-editor";
|
|
7
|
-
const
|
|
7
|
+
const ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
8
8
|
__name: "dialogAddField",
|
|
9
9
|
props: {
|
|
10
10
|
visible: { type: Boolean, default: !1 },
|
|
@@ -12,13 +12,13 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
12
12
|
data: { type: Object, default: () => ({}) }
|
|
13
13
|
},
|
|
14
14
|
emits: ["update:visible", "refresh"],
|
|
15
|
-
setup(
|
|
16
|
-
const
|
|
17
|
-
let k =
|
|
15
|
+
setup(I, { emit: K }) {
|
|
16
|
+
const W = de(() => import("./dialogSiteComponentsParams-fab326d2.js")), h = K, N = I, P = E("pageKey")(), O = E("conditionList")(), Y = E("configData")();
|
|
17
|
+
let k = se((() => ({
|
|
18
18
|
btnLoading: !1,
|
|
19
19
|
showSiteComponentsParamsDialog: !1
|
|
20
20
|
}))());
|
|
21
|
-
const
|
|
21
|
+
const x = () => ({
|
|
22
22
|
sort: 0,
|
|
23
23
|
fieldName: void 0,
|
|
24
24
|
fieldKey: void 0,
|
|
@@ -37,95 +37,96 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
37
37
|
isFormSetValue: !0,
|
|
38
38
|
isFormDisabled: !1,
|
|
39
39
|
tableQueryCondition: void 0,
|
|
40
|
+
tableQueryDefaultValue: void 0,
|
|
40
41
|
tableCellWidthType: "min",
|
|
41
42
|
tableCellWidth: "120",
|
|
42
43
|
tableCellAlignType: "center",
|
|
43
44
|
tableCellContentType: "default",
|
|
44
45
|
isTableCellOverflowTooltip: !0,
|
|
45
46
|
isTableCellSort: !0
|
|
46
|
-
}), R =
|
|
47
|
-
|
|
48
|
-
),
|
|
47
|
+
}), R = Q, w = A(null), u = A(x()), $ = () => ["select", "selectIcon", "multipleSelect", "treeSelect", "provinceCascade", "switch", "virtualizedSelect", "virtualizedMultipleSelect"].includes(
|
|
48
|
+
u.value.fieldType
|
|
49
|
+
), B = () => u.value.useScenes.includes("tableSearch") && u.value.fieldType !== "time", j = () => u.value.useScenes.includes("tableShow"), H = () => u.value.fieldType && u.value.fieldType !== "implicit" && u.value.useScenes.some((f) => !["tableSearch", "tableShow"].some((t) => t == f));
|
|
49
50
|
ie(
|
|
50
51
|
() => N.visible,
|
|
51
|
-
async (
|
|
52
|
-
if (
|
|
53
|
-
const
|
|
54
|
-
R.some((
|
|
55
|
-
if (
|
|
56
|
-
return
|
|
52
|
+
async (f, t) => {
|
|
53
|
+
if (f) {
|
|
54
|
+
const p = (Y.value.buttons || []).filter((o) => o.permissionCode != 1001).map((o) => ({ key: o.btnName, value: o.permissionCode }));
|
|
55
|
+
R.some((o) => {
|
|
56
|
+
if (o.label === "表单配置")
|
|
57
|
+
return o.options = p, !0;
|
|
57
58
|
});
|
|
58
|
-
const { data:
|
|
59
|
-
if (!
|
|
59
|
+
const { data: n } = N;
|
|
60
|
+
if (!n.fieldName)
|
|
60
61
|
return;
|
|
61
|
-
Object.keys(
|
|
62
|
-
if (
|
|
63
|
-
|
|
64
|
-
else if (
|
|
65
|
-
const
|
|
66
|
-
const
|
|
62
|
+
Object.keys(u.value).forEach((o) => {
|
|
63
|
+
if (o == "permissionCode")
|
|
64
|
+
u.value[o] = n.unique;
|
|
65
|
+
else if (o == "formCustomComponentes") {
|
|
66
|
+
const V = p.filter((b) => n.useScenes.includes(b.value)).map((b) => {
|
|
67
|
+
const v = n[o].find((T) => T.permissionCode == b.value) || {};
|
|
67
68
|
return {
|
|
68
|
-
btnName:
|
|
69
|
-
permissionCode:
|
|
69
|
+
btnName: b.key,
|
|
70
|
+
permissionCode: b.value,
|
|
70
71
|
pageKey: P.value,
|
|
71
72
|
customComponentName: void 0,
|
|
72
73
|
customComponentUrl: void 0,
|
|
73
74
|
isFieldCustom: !1,
|
|
74
|
-
...
|
|
75
|
+
...v
|
|
75
76
|
};
|
|
76
|
-
}),
|
|
77
|
-
const
|
|
77
|
+
}), _ = Q[0].options.map((b) => {
|
|
78
|
+
const v = n[o].find((T) => T.permissionCode == b.value) || {};
|
|
78
79
|
return {
|
|
79
|
-
btnName:
|
|
80
|
-
permissionCode:
|
|
80
|
+
btnName: b.key,
|
|
81
|
+
permissionCode: b.value,
|
|
81
82
|
pageKey: P.value,
|
|
82
83
|
customComponentName: void 0,
|
|
83
84
|
customComponentUrl: void 0,
|
|
84
85
|
isFieldCustom: !1,
|
|
85
|
-
...
|
|
86
|
+
...v
|
|
86
87
|
};
|
|
87
88
|
});
|
|
88
|
-
|
|
89
|
+
u.value[o] = [..._, ...V];
|
|
89
90
|
} else
|
|
90
|
-
["postRequestParams", "useScenes"].includes(
|
|
91
|
+
["postRequestParams", "useScenes"].includes(o) ? u.value[o] = [...n[o] || []] : u.value[o] = n[o];
|
|
91
92
|
});
|
|
92
93
|
}
|
|
93
94
|
}
|
|
94
95
|
);
|
|
95
96
|
const z = () => {
|
|
96
|
-
|
|
97
|
-
}, G = (
|
|
98
|
-
|
|
99
|
-
}, J = (
|
|
100
|
-
|
|
101
|
-
}, X = (
|
|
102
|
-
const t = R.find((
|
|
103
|
-
|
|
104
|
-
btnName:
|
|
105
|
-
permissionCode:
|
|
97
|
+
u.value.postRequestParams.push({ submitName: "", submitValue: "", submitType: "default", submitMatchType: "", paramsType: "" });
|
|
98
|
+
}, G = (f) => {
|
|
99
|
+
u.value.postRequestParams.splice(f, 1);
|
|
100
|
+
}, J = (f) => {
|
|
101
|
+
u.value.postRequestParams = [];
|
|
102
|
+
}, X = (f) => {
|
|
103
|
+
const t = R.find((n) => n.label === "表格配置").options, p = R.find((n) => n.label === "表单配置").options;
|
|
104
|
+
u.value.formCustomComponentes = [...t, ...p].filter((n) => f.includes(n.value)).map((n) => ({
|
|
105
|
+
btnName: n.key,
|
|
106
|
+
permissionCode: n.value,
|
|
106
107
|
pageKey: P,
|
|
107
108
|
customComponentName: void 0,
|
|
108
109
|
customComponentUrl: void 0,
|
|
109
110
|
isFieldCustom: !1
|
|
110
|
-
}))
|
|
111
|
-
}, Z = (
|
|
111
|
+
}));
|
|
112
|
+
}, Z = (f, t) => {
|
|
112
113
|
t.customComponentName = void 0, t.customComponentUrl = void 0;
|
|
113
|
-
}, ee = (
|
|
114
|
-
|
|
115
|
-
},
|
|
116
|
-
|
|
117
|
-
}, le = (
|
|
118
|
-
|
|
119
|
-
t && (k.btnLoading = !0,
|
|
120
|
-
delete
|
|
121
|
-
}),
|
|
122
|
-
|
|
114
|
+
}, ee = (f) => {
|
|
115
|
+
D(), f();
|
|
116
|
+
}, D = () => {
|
|
117
|
+
u.value = x(), w.value.resetFields(), h("update:visible", !1);
|
|
118
|
+
}, le = (f) => {
|
|
119
|
+
f && f.validate((t) => {
|
|
120
|
+
t && (k.btnLoading = !0, u.value.formCustomComponentes.forEach((p) => {
|
|
121
|
+
delete p.isFiledCustom;
|
|
122
|
+
}), h("refresh", JSON.parse(JSON.stringify(u.value)), () => {
|
|
123
|
+
D();
|
|
123
124
|
}), k.btnLoading = !1);
|
|
124
125
|
});
|
|
125
126
|
};
|
|
126
|
-
return (
|
|
127
|
-
const
|
|
128
|
-
return
|
|
127
|
+
return (f, t) => {
|
|
128
|
+
const p = C("el-input"), n = C("el-form-item"), o = C("el-col"), V = C("el-option"), _ = C("el-select"), b = C("el-button"), v = C("el-row"), T = C("el-divider"), ae = C("el-option-group"), q = C("el-switch"), te = C("el-input-number"), ue = C("el-form"), oe = C("el-scrollbar"), ne = C("el-dialog"), re = me("debounce");
|
|
129
|
+
return r(), i(ne, {
|
|
129
130
|
"model-value": N.visible,
|
|
130
131
|
title: N.title,
|
|
131
132
|
top: "5vh",
|
|
@@ -137,56 +138,56 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
137
138
|
}, {
|
|
138
139
|
footer: a(() => [
|
|
139
140
|
L("span", Te, [
|
|
140
|
-
l(
|
|
141
|
-
onClick:
|
|
142
|
-
loading:
|
|
141
|
+
l(b, {
|
|
142
|
+
onClick: D,
|
|
143
|
+
loading: m(k).btnLoading
|
|
143
144
|
}, {
|
|
144
|
-
default: a(() => t[
|
|
145
|
+
default: a(() => t[29] || (t[29] = [
|
|
145
146
|
S("取消")
|
|
146
147
|
])),
|
|
147
148
|
_: 1
|
|
148
149
|
}, 8, ["loading"]),
|
|
149
|
-
pe((
|
|
150
|
+
pe((r(), i(b, {
|
|
150
151
|
type: "primary",
|
|
151
|
-
loading:
|
|
152
|
-
onClick: t[
|
|
152
|
+
loading: m(k).btnLoading,
|
|
153
|
+
onClick: t[22] || (t[22] = (e) => le(w.value))
|
|
153
154
|
}, {
|
|
154
|
-
default: a(() => t[
|
|
155
|
+
default: a(() => t[30] || (t[30] = [
|
|
155
156
|
S("保存")
|
|
156
157
|
])),
|
|
157
158
|
_: 1
|
|
158
159
|
}, 8, ["loading"])), [
|
|
159
|
-
[
|
|
160
|
+
[re]
|
|
160
161
|
])
|
|
161
162
|
])
|
|
162
163
|
]),
|
|
163
164
|
default: a(() => [
|
|
164
|
-
l(
|
|
165
|
+
l(oe, {
|
|
165
166
|
ref: "configFieldsScroll",
|
|
166
167
|
"max-height": "800px"
|
|
167
168
|
}, {
|
|
168
169
|
default: a(() => [
|
|
169
|
-
l(
|
|
170
|
+
l(ue, {
|
|
170
171
|
ref_key: "formRef",
|
|
171
172
|
ref: w,
|
|
172
|
-
model:
|
|
173
|
+
model: u.value,
|
|
173
174
|
"label-suffix": ":",
|
|
174
175
|
"label-width": "120px"
|
|
175
176
|
}, {
|
|
176
177
|
default: a(() => [
|
|
177
|
-
l(
|
|
178
|
+
l(v, null, {
|
|
178
179
|
default: a(() => [
|
|
179
|
-
l(
|
|
180
|
+
l(o, { span: 6 }, {
|
|
180
181
|
default: a(() => [
|
|
181
|
-
l(
|
|
182
|
+
l(n, {
|
|
182
183
|
label: "字段名称",
|
|
183
184
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
184
185
|
prop: "fieldName"
|
|
185
186
|
}, {
|
|
186
187
|
default: a(() => [
|
|
187
|
-
l(
|
|
188
|
-
modelValue:
|
|
189
|
-
"onUpdate:modelValue": t[0] || (t[0] = (e) =>
|
|
188
|
+
l(p, {
|
|
189
|
+
modelValue: u.value.fieldName,
|
|
190
|
+
"onUpdate:modelValue": t[0] || (t[0] = (e) => u.value.fieldName = e),
|
|
190
191
|
placeholder: "请输入",
|
|
191
192
|
clearable: ""
|
|
192
193
|
}, null, 8, ["modelValue"])
|
|
@@ -196,17 +197,17 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
196
197
|
]),
|
|
197
198
|
_: 1
|
|
198
199
|
}),
|
|
199
|
-
l(
|
|
200
|
+
l(o, { span: 6 }, {
|
|
200
201
|
default: a(() => [
|
|
201
|
-
l(
|
|
202
|
+
l(n, {
|
|
202
203
|
label: "字段key",
|
|
203
204
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
204
205
|
prop: "fieldKey"
|
|
205
206
|
}, {
|
|
206
207
|
default: a(() => [
|
|
207
|
-
l(
|
|
208
|
-
modelValue:
|
|
209
|
-
"onUpdate:modelValue": t[1] || (t[1] = (e) =>
|
|
208
|
+
l(p, {
|
|
209
|
+
modelValue: u.value.fieldKey,
|
|
210
|
+
"onUpdate:modelValue": t[1] || (t[1] = (e) => u.value.fieldKey = e),
|
|
210
211
|
placeholder: "请输入",
|
|
211
212
|
clearable: ""
|
|
212
213
|
}, null, 8, ["modelValue"])
|
|
@@ -216,23 +217,23 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
216
217
|
]),
|
|
217
218
|
_: 1
|
|
218
219
|
}),
|
|
219
|
-
l(
|
|
220
|
+
l(o, { span: 6 }, {
|
|
220
221
|
default: a(() => [
|
|
221
|
-
l(
|
|
222
|
+
l(n, {
|
|
222
223
|
label: "字段类型",
|
|
223
224
|
rules: [{ required: !0, message: "必填项", trigger: ["change"] }],
|
|
224
225
|
prop: "fieldType"
|
|
225
226
|
}, {
|
|
226
227
|
default: a(() => [
|
|
227
|
-
l(
|
|
228
|
-
modelValue:
|
|
229
|
-
"onUpdate:modelValue": t[2] || (t[2] = (e) =>
|
|
228
|
+
l(_, {
|
|
229
|
+
modelValue: u.value.fieldType,
|
|
230
|
+
"onUpdate:modelValue": t[2] || (t[2] = (e) => u.value.fieldType = e),
|
|
230
231
|
placeholder: "请选择",
|
|
231
232
|
clearable: "",
|
|
232
233
|
filterable: ""
|
|
233
234
|
}, {
|
|
234
235
|
default: a(() => [
|
|
235
|
-
(
|
|
236
|
+
(r(!0), c(y, null, g(m(ce), (e) => (r(), i(V, {
|
|
236
237
|
key: e.value,
|
|
237
238
|
label: e.key,
|
|
238
239
|
value: e.value
|
|
@@ -246,28 +247,28 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
246
247
|
]),
|
|
247
248
|
_: 1
|
|
248
249
|
}),
|
|
249
|
-
l(
|
|
250
|
+
l(o, { span: 4 }, {
|
|
250
251
|
default: a(() => [
|
|
251
|
-
l(
|
|
252
|
+
l(n, {
|
|
252
253
|
label: "组件参数",
|
|
253
254
|
rules: [{ required: !1, message: "必填项", trigger: ["change"] }],
|
|
254
255
|
prop: "fieldType"
|
|
255
256
|
}, {
|
|
256
257
|
default: a(() => [
|
|
257
|
-
l(
|
|
258
|
+
l(b, {
|
|
258
259
|
type: "primary",
|
|
259
|
-
onClick: t[3] || (t[3] = (e) =>
|
|
260
|
+
onClick: t[3] || (t[3] = (e) => m(k).showSiteComponentsParamsDialog = !0)
|
|
260
261
|
}, {
|
|
261
|
-
default: a(() => t[
|
|
262
|
+
default: a(() => t[23] || (t[23] = [
|
|
262
263
|
S("设置props")
|
|
263
264
|
])),
|
|
264
265
|
_: 1
|
|
265
266
|
}),
|
|
266
|
-
l(
|
|
267
|
-
modelValue:
|
|
268
|
-
"onUpdate:modelValue": t[4] || (t[4] = (e) =>
|
|
269
|
-
visible:
|
|
270
|
-
"onUpdate:visible": t[5] || (t[5] = (e) =>
|
|
267
|
+
l(m(W), {
|
|
268
|
+
modelValue: u.value.fieldUiProps,
|
|
269
|
+
"onUpdate:modelValue": t[4] || (t[4] = (e) => u.value.fieldUiProps = e),
|
|
270
|
+
visible: m(k).showSiteComponentsParamsDialog,
|
|
271
|
+
"onUpdate:visible": t[5] || (t[5] = (e) => m(k).showSiteComponentsParamsDialog = e),
|
|
271
272
|
title: "设置组件参数"
|
|
272
273
|
}, null, 8, ["modelValue", "visible"])
|
|
273
274
|
]),
|
|
@@ -279,31 +280,31 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
279
280
|
]),
|
|
280
281
|
_: 1
|
|
281
282
|
}),
|
|
282
|
-
$() ? (
|
|
283
|
+
$() ? (r(), i(v, { key: 0 }, {
|
|
283
284
|
default: a(() => [
|
|
284
|
-
l(
|
|
285
|
+
l(o, { span: 24 }, {
|
|
285
286
|
default: a(() => [
|
|
286
|
-
l(
|
|
287
|
+
l(n, {
|
|
287
288
|
label: "数据源",
|
|
288
289
|
prop: "fieldRequestUrl"
|
|
289
290
|
}, {
|
|
290
291
|
default: a(() => [
|
|
291
|
-
l(
|
|
292
|
+
l(p, {
|
|
292
293
|
placeholder: "请输入",
|
|
293
|
-
modelValue:
|
|
294
|
-
"onUpdate:modelValue": t[7] || (t[7] = (e) =>
|
|
294
|
+
modelValue: u.value.fieldRequestUrl,
|
|
295
|
+
"onUpdate:modelValue": t[7] || (t[7] = (e) => u.value.fieldRequestUrl = e),
|
|
295
296
|
clearable: ""
|
|
296
297
|
}, {
|
|
297
298
|
prepend: a(() => [
|
|
298
|
-
l(
|
|
299
|
-
modelValue:
|
|
300
|
-
"onUpdate:modelValue": t[6] || (t[6] = (e) =>
|
|
299
|
+
l(_, {
|
|
300
|
+
modelValue: u.value.fieldRequestType,
|
|
301
|
+
"onUpdate:modelValue": t[6] || (t[6] = (e) => u.value.fieldRequestType = e),
|
|
301
302
|
placeholder: "请选择",
|
|
302
303
|
style: { width: "150px" },
|
|
303
304
|
onChange: J
|
|
304
305
|
}, {
|
|
305
306
|
default: a(() => [
|
|
306
|
-
(
|
|
307
|
+
(r(!0), c(y, null, g(m(ye), (e) => (r(), i(V, {
|
|
307
308
|
key: e.value,
|
|
308
309
|
label: e.key,
|
|
309
310
|
value: e.value
|
|
@@ -323,11 +324,11 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
323
324
|
]),
|
|
324
325
|
_: 1
|
|
325
326
|
})) : U("", !0),
|
|
326
|
-
|
|
327
|
+
u.value.fieldRequestType == "POST" ? (r(), c(y, { key: 1 }, [
|
|
327
328
|
l(T, { "content-position": "left" }, {
|
|
328
329
|
default: a(() => [
|
|
329
|
-
t[
|
|
330
|
-
l(
|
|
330
|
+
t[24] || (t[24] = S(" POST参数配置 ")),
|
|
331
|
+
l(b, {
|
|
331
332
|
class: "add-icon-btn",
|
|
332
333
|
type: "primary",
|
|
333
334
|
icon: "Plus",
|
|
@@ -337,19 +338,19 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
337
338
|
]),
|
|
338
339
|
_: 1
|
|
339
340
|
}),
|
|
340
|
-
(
|
|
341
|
+
(r(!0), c(y, null, g(u.value.postRequestParams, (e, s) => (r(), i(v, { key: s }, {
|
|
341
342
|
default: a(() => [
|
|
342
|
-
l(
|
|
343
|
+
l(o, { span: 5 }, {
|
|
343
344
|
default: a(() => [
|
|
344
|
-
l(
|
|
345
|
+
l(n, {
|
|
345
346
|
label: "提交字段名",
|
|
346
347
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
347
|
-
prop: "postRequestParams." +
|
|
348
|
+
prop: "postRequestParams." + s + ".submitName"
|
|
348
349
|
}, {
|
|
349
350
|
default: a(() => [
|
|
350
|
-
l(
|
|
351
|
+
l(p, {
|
|
351
352
|
modelValue: e.submitName,
|
|
352
|
-
"onUpdate:modelValue": (
|
|
353
|
+
"onUpdate:modelValue": (d) => e.submitName = d,
|
|
353
354
|
placeholder: "请输入提交字段名",
|
|
354
355
|
clearable: ""
|
|
355
356
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -359,32 +360,32 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
359
360
|
]),
|
|
360
361
|
_: 2
|
|
361
362
|
}, 1024),
|
|
362
|
-
l(
|
|
363
|
+
l(o, { span: 8 }, {
|
|
363
364
|
default: a(() => [
|
|
364
|
-
l(
|
|
365
|
+
l(n, {
|
|
365
366
|
label: "方式",
|
|
366
367
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
367
|
-
prop: "postRequestParams." +
|
|
368
|
+
prop: "postRequestParams." + s + ".submitValue"
|
|
368
369
|
}, {
|
|
369
370
|
default: a(() => [
|
|
370
|
-
l(
|
|
371
|
+
l(p, {
|
|
371
372
|
placeholder: "请输入值",
|
|
372
373
|
modelValue: e.submitValue,
|
|
373
|
-
"onUpdate:modelValue": (
|
|
374
|
+
"onUpdate:modelValue": (d) => e.submitValue = d,
|
|
374
375
|
clearable: ""
|
|
375
376
|
}, {
|
|
376
377
|
prepend: a(() => [
|
|
377
|
-
l(
|
|
378
|
+
l(_, {
|
|
378
379
|
modelValue: e.submitType,
|
|
379
|
-
"onUpdate:modelValue": (
|
|
380
|
+
"onUpdate:modelValue": (d) => e.submitType = d,
|
|
380
381
|
placeholder: "请选择方式",
|
|
381
382
|
style: { width: "120px" }
|
|
382
383
|
}, {
|
|
383
384
|
default: a(() => [
|
|
384
|
-
(
|
|
385
|
+
(r(!0), c(y, null, g(m(Ce), (d, F) => (r(), i(V, {
|
|
385
386
|
key: F,
|
|
386
|
-
label:
|
|
387
|
-
value:
|
|
387
|
+
label: d.key,
|
|
388
|
+
value: d.value
|
|
388
389
|
}, null, 8, ["label", "value"]))), 128))
|
|
389
390
|
]),
|
|
390
391
|
_: 2
|
|
@@ -398,30 +399,30 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
398
399
|
]),
|
|
399
400
|
_: 2
|
|
400
401
|
}, 1024),
|
|
401
|
-
e.submitType === "dynamic" ? (
|
|
402
|
+
e.submitType === "dynamic" ? (r(), i(o, {
|
|
402
403
|
key: 0,
|
|
403
404
|
span: 5
|
|
404
405
|
}, {
|
|
405
406
|
default: a(() => [
|
|
406
|
-
l(
|
|
407
|
+
l(n, {
|
|
407
408
|
label: "匹配条件",
|
|
408
409
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
409
|
-
prop: "postRequestParams." +
|
|
410
|
+
prop: "postRequestParams." + s + ".submitMatchType"
|
|
410
411
|
}, {
|
|
411
412
|
default: a(() => [
|
|
412
|
-
l(
|
|
413
|
+
l(_, {
|
|
413
414
|
modelValue: e.submitMatchType,
|
|
414
|
-
"onUpdate:modelValue": (
|
|
415
|
+
"onUpdate:modelValue": (d) => e.submitMatchType = d,
|
|
415
416
|
placeholder: "请选择方式",
|
|
416
417
|
clearable: "",
|
|
417
418
|
filterable: "",
|
|
418
419
|
style: { width: "120px" }
|
|
419
420
|
}, {
|
|
420
421
|
default: a(() => [
|
|
421
|
-
(
|
|
422
|
+
(r(!0), c(y, null, g(m(O), (d, F) => (r(), i(V, {
|
|
422
423
|
key: F,
|
|
423
|
-
label:
|
|
424
|
-
value:
|
|
424
|
+
label: d.key,
|
|
425
|
+
value: d.value
|
|
425
426
|
}, null, 8, ["label", "value"]))), 128))
|
|
426
427
|
]),
|
|
427
428
|
_: 2
|
|
@@ -432,26 +433,26 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
432
433
|
]),
|
|
433
434
|
_: 2
|
|
434
435
|
}, 1024)) : U("", !0),
|
|
435
|
-
l(
|
|
436
|
+
l(o, { span: 5 }, {
|
|
436
437
|
default: a(() => [
|
|
437
|
-
l(
|
|
438
|
+
l(n, {
|
|
438
439
|
label: "提交类型",
|
|
439
440
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
440
|
-
prop: "postRequestParams." +
|
|
441
|
+
prop: "postRequestParams." + s + ".paramsType"
|
|
441
442
|
}, {
|
|
442
443
|
default: a(() => [
|
|
443
|
-
l(
|
|
444
|
+
l(_, {
|
|
444
445
|
modelValue: e.paramsType,
|
|
445
|
-
"onUpdate:modelValue": (
|
|
446
|
+
"onUpdate:modelValue": (d) => e.paramsType = d,
|
|
446
447
|
placeholder: "请选择",
|
|
447
448
|
filterable: "",
|
|
448
449
|
clearable: ""
|
|
449
450
|
}, {
|
|
450
451
|
default: a(() => [
|
|
451
|
-
(
|
|
452
|
+
(r(!0), c(y, null, g(m(M), (d, F) => (r(), i(V, {
|
|
452
453
|
key: F,
|
|
453
|
-
label:
|
|
454
|
-
value:
|
|
454
|
+
label: d.key,
|
|
455
|
+
value: d.value
|
|
455
456
|
}, null, 8, ["label", "value"]))), 128))
|
|
456
457
|
]),
|
|
457
458
|
_: 2
|
|
@@ -462,17 +463,17 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
462
463
|
]),
|
|
463
464
|
_: 2
|
|
464
465
|
}, 1024),
|
|
465
|
-
l(
|
|
466
|
+
l(o, {
|
|
466
467
|
class: "submit-operate",
|
|
467
468
|
span: 1
|
|
468
469
|
}, {
|
|
469
470
|
default: a(() => [
|
|
470
|
-
l(
|
|
471
|
+
l(b, {
|
|
471
472
|
class: "match-opreate",
|
|
472
473
|
type: "danger",
|
|
473
474
|
icon: "Minus",
|
|
474
475
|
circle: "",
|
|
475
|
-
onClick: (
|
|
476
|
+
onClick: (d) => G(s)
|
|
476
477
|
}, null, 8, ["onClick"])
|
|
477
478
|
]),
|
|
478
479
|
_: 2
|
|
@@ -481,19 +482,19 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
481
482
|
_: 2
|
|
482
483
|
}, 1024))), 128))
|
|
483
484
|
], 64)) : U("", !0),
|
|
484
|
-
l(
|
|
485
|
+
l(v, null, {
|
|
485
486
|
default: a(() => [
|
|
486
|
-
l(
|
|
487
|
+
l(o, { span: 24 }, {
|
|
487
488
|
default: a(() => [
|
|
488
|
-
l(
|
|
489
|
+
l(n, {
|
|
489
490
|
label: "使用场景",
|
|
490
491
|
rules: [{ required: !1, message: "必填项", trigger: ["change"] }],
|
|
491
492
|
prop: "useScenes"
|
|
492
493
|
}, {
|
|
493
494
|
default: a(() => [
|
|
494
|
-
l(
|
|
495
|
-
modelValue:
|
|
496
|
-
"onUpdate:modelValue": t[8] || (t[8] = (e) =>
|
|
495
|
+
l(_, {
|
|
496
|
+
modelValue: u.value.useScenes,
|
|
497
|
+
"onUpdate:modelValue": t[8] || (t[8] = (e) => u.value.useScenes = e),
|
|
497
498
|
placeholder: "请选择",
|
|
498
499
|
multiple: "",
|
|
499
500
|
clearable: "",
|
|
@@ -501,15 +502,15 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
501
502
|
onChange: X
|
|
502
503
|
}, {
|
|
503
504
|
default: a(() => [
|
|
504
|
-
(
|
|
505
|
+
(r(!0), c(y, null, g(m(R), (e) => (r(), i(ae, {
|
|
505
506
|
key: e.label,
|
|
506
507
|
label: e.label
|
|
507
508
|
}, {
|
|
508
509
|
default: a(() => [
|
|
509
|
-
(
|
|
510
|
-
key:
|
|
511
|
-
label:
|
|
512
|
-
value:
|
|
510
|
+
(r(!0), c(y, null, g(e.options, (s) => (r(), i(V, {
|
|
511
|
+
key: s.key,
|
|
512
|
+
label: s.key,
|
|
513
|
+
value: s.value
|
|
513
514
|
}, null, 8, ["label", "value"]))), 128))
|
|
514
515
|
]),
|
|
515
516
|
_: 2
|
|
@@ -526,32 +527,32 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
526
527
|
]),
|
|
527
528
|
_: 1
|
|
528
529
|
}),
|
|
529
|
-
|
|
530
|
+
B() ? (r(), i(v, { key: 2 }, {
|
|
530
531
|
default: a(() => [
|
|
531
532
|
l(T, { "content-position": "left" }, {
|
|
532
|
-
default: a(() => t[
|
|
533
|
+
default: a(() => t[25] || (t[25] = [
|
|
533
534
|
S("查询模块")
|
|
534
535
|
])),
|
|
535
536
|
_: 1
|
|
536
537
|
}),
|
|
537
|
-
l(
|
|
538
|
+
l(o, { span: 6 }, {
|
|
538
539
|
default: a(() => [
|
|
539
|
-
l(
|
|
540
|
+
l(n, {
|
|
540
541
|
label: "查询条件",
|
|
541
542
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
542
543
|
prop: "tableQueryCondition"
|
|
543
544
|
}, {
|
|
544
545
|
default: a(() => [
|
|
545
|
-
l(
|
|
546
|
-
modelValue:
|
|
547
|
-
"onUpdate:modelValue": t[9] || (t[9] = (e) =>
|
|
546
|
+
l(_, {
|
|
547
|
+
modelValue: u.value.tableQueryCondition,
|
|
548
|
+
"onUpdate:modelValue": t[9] || (t[9] = (e) => u.value.tableQueryCondition = e),
|
|
548
549
|
placeholder: "请选择查询条件",
|
|
549
550
|
clearable: "",
|
|
550
551
|
filterable: ""
|
|
551
552
|
}, {
|
|
552
553
|
default: a(() => [
|
|
553
|
-
(
|
|
554
|
-
key:
|
|
554
|
+
(r(!0), c(y, null, g(m(O), (e, s) => (r(), i(V, {
|
|
555
|
+
key: s,
|
|
555
556
|
label: e.key,
|
|
556
557
|
value: e.value
|
|
557
558
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -563,41 +564,61 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
563
564
|
})
|
|
564
565
|
]),
|
|
565
566
|
_: 1
|
|
567
|
+
}),
|
|
568
|
+
l(o, { span: 6 }, {
|
|
569
|
+
default: a(() => [
|
|
570
|
+
l(n, {
|
|
571
|
+
label: "默认值",
|
|
572
|
+
rules: [{ required: !1, message: "必填项", trigger: "blur" }],
|
|
573
|
+
prop: "tableQueryDefaultValue"
|
|
574
|
+
}, {
|
|
575
|
+
default: a(() => [
|
|
576
|
+
l(p, {
|
|
577
|
+
modelValue: u.value.tableQueryDefaultValue,
|
|
578
|
+
"onUpdate:modelValue": t[10] || (t[10] = (e) => u.value.tableQueryDefaultValue = e),
|
|
579
|
+
placeholder: "请输入",
|
|
580
|
+
clearable: ""
|
|
581
|
+
}, null, 8, ["modelValue"])
|
|
582
|
+
]),
|
|
583
|
+
_: 1
|
|
584
|
+
})
|
|
585
|
+
]),
|
|
586
|
+
_: 1
|
|
566
587
|
})
|
|
567
588
|
]),
|
|
568
589
|
_: 1
|
|
569
590
|
})) : U("", !0),
|
|
570
|
-
|
|
591
|
+
j() ? (r(), i(v, { key: 3 }, {
|
|
571
592
|
default: a(() => [
|
|
572
593
|
l(T, { "content-position": "left" }, {
|
|
573
|
-
default: a(() => t[
|
|
594
|
+
default: a(() => t[26] || (t[26] = [
|
|
574
595
|
S("表格模块")
|
|
575
596
|
])),
|
|
576
597
|
_: 1
|
|
577
598
|
}),
|
|
578
|
-
l(
|
|
599
|
+
l(o, { span: 6 }, {
|
|
579
600
|
default: a(() => [
|
|
580
|
-
l(
|
|
601
|
+
l(n, {
|
|
581
602
|
label: "列宽",
|
|
582
603
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
583
604
|
prop: "tableCellWidth"
|
|
584
605
|
}, {
|
|
585
606
|
default: a(() => [
|
|
586
|
-
l(
|
|
607
|
+
l(p, {
|
|
587
608
|
placeholder: "请输入",
|
|
588
|
-
modelValue:
|
|
589
|
-
"onUpdate:modelValue": t[
|
|
609
|
+
modelValue: u.value.tableCellWidth,
|
|
610
|
+
"onUpdate:modelValue": t[12] || (t[12] = (e) => u.value.tableCellWidth = e)
|
|
590
611
|
}, {
|
|
591
612
|
prepend: a(() => [
|
|
592
|
-
l(
|
|
593
|
-
modelValue:
|
|
594
|
-
"onUpdate:modelValue": t[
|
|
613
|
+
l(_, {
|
|
614
|
+
modelValue: u.value.tableCellWidthType,
|
|
615
|
+
"onUpdate:modelValue": t[11] || (t[11] = (e) => u.value.tableCellWidthType = e),
|
|
595
616
|
placeholder: "请选择",
|
|
596
617
|
style: { width: "100px" }
|
|
597
618
|
}, {
|
|
598
619
|
default: a(() => [
|
|
599
|
-
(
|
|
600
|
-
key:
|
|
620
|
+
(r(!0), c(y, null, g(m(ge), (e, s) => (r(), i(V, {
|
|
621
|
+
key: s,
|
|
601
622
|
label: e.key,
|
|
602
623
|
value: e.value
|
|
603
624
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -613,24 +634,24 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
613
634
|
]),
|
|
614
635
|
_: 1
|
|
615
636
|
}),
|
|
616
|
-
l(
|
|
637
|
+
l(o, { span: 6 }, {
|
|
617
638
|
default: a(() => [
|
|
618
|
-
l(
|
|
639
|
+
l(n, {
|
|
619
640
|
label: "对齐方式",
|
|
620
641
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
621
642
|
prop: "tableCellAlignType"
|
|
622
643
|
}, {
|
|
623
644
|
default: a(() => [
|
|
624
|
-
l(
|
|
625
|
-
modelValue:
|
|
626
|
-
"onUpdate:modelValue": t[
|
|
645
|
+
l(_, {
|
|
646
|
+
modelValue: u.value.tableCellAlignType,
|
|
647
|
+
"onUpdate:modelValue": t[13] || (t[13] = (e) => u.value.tableCellAlignType = e),
|
|
627
648
|
placeholder: "请选择对齐方式",
|
|
628
649
|
clearable: "",
|
|
629
650
|
filterable: ""
|
|
630
651
|
}, {
|
|
631
652
|
default: a(() => [
|
|
632
|
-
(
|
|
633
|
-
key:
|
|
653
|
+
(r(!0), c(y, null, g(m(Ve), (e, s) => (r(), i(V, {
|
|
654
|
+
key: s,
|
|
634
655
|
label: e.key,
|
|
635
656
|
value: e.value
|
|
636
657
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -643,24 +664,24 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
643
664
|
]),
|
|
644
665
|
_: 1
|
|
645
666
|
}),
|
|
646
|
-
l(
|
|
667
|
+
l(o, { span: 6 }, {
|
|
647
668
|
default: a(() => [
|
|
648
|
-
l(
|
|
669
|
+
l(n, {
|
|
649
670
|
label: "内容类型",
|
|
650
671
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
651
672
|
prop: "tableCellContentType"
|
|
652
673
|
}, {
|
|
653
674
|
default: a(() => [
|
|
654
|
-
l(
|
|
655
|
-
modelValue:
|
|
656
|
-
"onUpdate:modelValue": t[
|
|
675
|
+
l(_, {
|
|
676
|
+
modelValue: u.value.tableCellContentType,
|
|
677
|
+
"onUpdate:modelValue": t[14] || (t[14] = (e) => u.value.tableCellContentType = e),
|
|
657
678
|
placeholder: "请选择内容类型",
|
|
658
679
|
clearable: "",
|
|
659
680
|
filterable: ""
|
|
660
681
|
}, {
|
|
661
682
|
default: a(() => [
|
|
662
|
-
(
|
|
663
|
-
key:
|
|
683
|
+
(r(!0), c(y, null, g(m(_e), (e, s) => (r(), i(V, {
|
|
684
|
+
key: s,
|
|
664
685
|
label: e.key,
|
|
665
686
|
value: e.value
|
|
666
687
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -673,16 +694,16 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
673
694
|
]),
|
|
674
695
|
_: 1
|
|
675
696
|
}),
|
|
676
|
-
l(
|
|
697
|
+
l(o, { span: 2 }, {
|
|
677
698
|
default: a(() => [
|
|
678
|
-
l(
|
|
699
|
+
l(n, {
|
|
679
700
|
label: "溢出隐藏",
|
|
680
701
|
prop: "isTableCellOverflowTooltip"
|
|
681
702
|
}, {
|
|
682
703
|
default: a(() => [
|
|
683
704
|
l(q, {
|
|
684
|
-
modelValue:
|
|
685
|
-
"onUpdate:modelValue": t[
|
|
705
|
+
modelValue: u.value.isTableCellOverflowTooltip,
|
|
706
|
+
"onUpdate:modelValue": t[15] || (t[15] = (e) => u.value.isTableCellOverflowTooltip = e)
|
|
686
707
|
}, null, 8, ["modelValue"])
|
|
687
708
|
]),
|
|
688
709
|
_: 1
|
|
@@ -690,16 +711,16 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
690
711
|
]),
|
|
691
712
|
_: 1
|
|
692
713
|
}),
|
|
693
|
-
l(
|
|
714
|
+
l(o, { span: 2 }, {
|
|
694
715
|
default: a(() => [
|
|
695
|
-
l(
|
|
716
|
+
l(n, {
|
|
696
717
|
label: "排序",
|
|
697
718
|
prop: "isTableCellSort"
|
|
698
719
|
}, {
|
|
699
720
|
default: a(() => [
|
|
700
721
|
l(q, {
|
|
701
|
-
modelValue:
|
|
702
|
-
"onUpdate:modelValue": t[
|
|
722
|
+
modelValue: u.value.isTableCellSort,
|
|
723
|
+
"onUpdate:modelValue": t[16] || (t[16] = (e) => u.value.isTableCellSort = e)
|
|
703
724
|
}, null, 8, ["modelValue"])
|
|
704
725
|
]),
|
|
705
726
|
_: 1
|
|
@@ -710,24 +731,24 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
710
731
|
]),
|
|
711
732
|
_: 1
|
|
712
733
|
})) : U("", !0),
|
|
713
|
-
|
|
734
|
+
H() ? (r(), i(v, { key: 4 }, {
|
|
714
735
|
default: a(() => [
|
|
715
736
|
l(T, { "content-position": "left" }, {
|
|
716
|
-
default: a(() => t[
|
|
737
|
+
default: a(() => t[27] || (t[27] = [
|
|
717
738
|
S("表单模块")
|
|
718
739
|
])),
|
|
719
740
|
_: 1
|
|
720
741
|
}),
|
|
721
|
-
l(
|
|
742
|
+
l(o, { span: 3 }, {
|
|
722
743
|
default: a(() => [
|
|
723
|
-
l(
|
|
744
|
+
l(n, {
|
|
724
745
|
label: "是否必填",
|
|
725
746
|
prop: "isFormFieldRequired"
|
|
726
747
|
}, {
|
|
727
748
|
default: a(() => [
|
|
728
749
|
l(q, {
|
|
729
|
-
modelValue:
|
|
730
|
-
"onUpdate:modelValue": t[
|
|
750
|
+
modelValue: u.value.isFormFieldRequired,
|
|
751
|
+
"onUpdate:modelValue": t[17] || (t[17] = (e) => u.value.isFormFieldRequired = e)
|
|
731
752
|
}, null, 8, ["modelValue"])
|
|
732
753
|
]),
|
|
733
754
|
_: 1
|
|
@@ -735,16 +756,16 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
735
756
|
]),
|
|
736
757
|
_: 1
|
|
737
758
|
}),
|
|
738
|
-
l(
|
|
759
|
+
l(o, { span: 3 }, {
|
|
739
760
|
default: a(() => [
|
|
740
|
-
l(
|
|
761
|
+
l(n, {
|
|
741
762
|
label: "是否回显",
|
|
742
763
|
prop: "isFormSetValue"
|
|
743
764
|
}, {
|
|
744
765
|
default: a(() => [
|
|
745
766
|
l(q, {
|
|
746
|
-
modelValue:
|
|
747
|
-
"onUpdate:modelValue": t[
|
|
767
|
+
modelValue: u.value.isFormSetValue,
|
|
768
|
+
"onUpdate:modelValue": t[18] || (t[18] = (e) => u.value.isFormSetValue = e)
|
|
748
769
|
}, null, 8, ["modelValue"])
|
|
749
770
|
]),
|
|
750
771
|
_: 1
|
|
@@ -752,16 +773,16 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
752
773
|
]),
|
|
753
774
|
_: 1
|
|
754
775
|
}),
|
|
755
|
-
l(
|
|
776
|
+
l(o, { span: 3 }, {
|
|
756
777
|
default: a(() => [
|
|
757
|
-
l(
|
|
778
|
+
l(n, {
|
|
758
779
|
label: "是否禁用",
|
|
759
780
|
prop: "isFormDisabled"
|
|
760
781
|
}, {
|
|
761
782
|
default: a(() => [
|
|
762
783
|
l(q, {
|
|
763
|
-
modelValue:
|
|
764
|
-
"onUpdate:modelValue": t[
|
|
784
|
+
modelValue: u.value.isFormDisabled,
|
|
785
|
+
"onUpdate:modelValue": t[19] || (t[19] = (e) => u.value.isFormDisabled = e)
|
|
765
786
|
}, null, 8, ["modelValue"])
|
|
766
787
|
]),
|
|
767
788
|
_: 1
|
|
@@ -769,24 +790,24 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
769
790
|
]),
|
|
770
791
|
_: 1
|
|
771
792
|
}),
|
|
772
|
-
l(
|
|
793
|
+
l(o, { span: 6 }, {
|
|
773
794
|
default: a(() => [
|
|
774
|
-
l(
|
|
795
|
+
l(n, {
|
|
775
796
|
label: "提交类型",
|
|
776
797
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
777
798
|
prop: "fieldSubmitType"
|
|
778
799
|
}, {
|
|
779
800
|
default: a(() => [
|
|
780
|
-
l(
|
|
781
|
-
modelValue:
|
|
782
|
-
"onUpdate:modelValue": t[
|
|
801
|
+
l(_, {
|
|
802
|
+
modelValue: u.value.fieldSubmitType,
|
|
803
|
+
"onUpdate:modelValue": t[20] || (t[20] = (e) => u.value.fieldSubmitType = e),
|
|
783
804
|
placeholder: "请选择提交类型",
|
|
784
805
|
filterable: "",
|
|
785
806
|
clearable: ""
|
|
786
807
|
}, {
|
|
787
808
|
default: a(() => [
|
|
788
|
-
(
|
|
789
|
-
key:
|
|
809
|
+
(r(!0), c(y, null, g(m(M), (e, s) => (r(), i(V, {
|
|
810
|
+
key: s,
|
|
790
811
|
label: e.key,
|
|
791
812
|
value: e.value
|
|
792
813
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -799,16 +820,16 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
799
820
|
]),
|
|
800
821
|
_: 1
|
|
801
822
|
}),
|
|
802
|
-
l(
|
|
823
|
+
l(o, { span: 6 }, {
|
|
803
824
|
default: a(() => [
|
|
804
|
-
l(
|
|
825
|
+
l(n, {
|
|
805
826
|
label: "栅格数",
|
|
806
827
|
prop: "formColumnCol"
|
|
807
828
|
}, {
|
|
808
829
|
default: a(() => [
|
|
809
830
|
l(te, {
|
|
810
|
-
modelValue:
|
|
811
|
-
"onUpdate:modelValue": t[
|
|
831
|
+
modelValue: u.value.formColumnCol,
|
|
832
|
+
"onUpdate:modelValue": t[21] || (t[21] = (e) => u.value.formColumnCol = e),
|
|
812
833
|
max: 24
|
|
813
834
|
}, null, 8, ["modelValue"])
|
|
814
835
|
]),
|
|
@@ -820,91 +841,89 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
820
841
|
]),
|
|
821
842
|
_: 1
|
|
822
843
|
})) : U("", !0),
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
}, 1024))), 128))
|
|
907
|
-
], 64)) : U("", !0)
|
|
844
|
+
l(T, { "content-position": "left" }, {
|
|
845
|
+
default: a(() => t[28] || (t[28] = [
|
|
846
|
+
S("不同场景自定义字段组件")
|
|
847
|
+
])),
|
|
848
|
+
_: 1
|
|
849
|
+
}),
|
|
850
|
+
(r(!0), c(y, null, g(u.value.formCustomComponentes, (e, s) => (r(), i(v, { key: s }, {
|
|
851
|
+
default: a(() => [
|
|
852
|
+
l(o, { span: 2 }, {
|
|
853
|
+
default: a(() => [
|
|
854
|
+
l(n, {
|
|
855
|
+
label: `${e.btnName}`,
|
|
856
|
+
prop: `formCustomComponentes.${s}.isFieldCustom`
|
|
857
|
+
}, {
|
|
858
|
+
default: a(() => [
|
|
859
|
+
l(q, {
|
|
860
|
+
modelValue: e.isFieldCustom,
|
|
861
|
+
"onUpdate:modelValue": (d) => e.isFieldCustom = d,
|
|
862
|
+
onChange: (d) => Z(d, e)
|
|
863
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])
|
|
864
|
+
]),
|
|
865
|
+
_: 2
|
|
866
|
+
}, 1032, ["label", "prop"])
|
|
867
|
+
]),
|
|
868
|
+
_: 2
|
|
869
|
+
}, 1024),
|
|
870
|
+
e.isFieldCustom ? (r(), i(o, {
|
|
871
|
+
key: 0,
|
|
872
|
+
span: 8
|
|
873
|
+
}, {
|
|
874
|
+
default: a(() => [
|
|
875
|
+
l(n, {
|
|
876
|
+
label: "组件名称",
|
|
877
|
+
"label-width": "220",
|
|
878
|
+
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
879
|
+
prop: `formCustomComponentes.${s}.customComponentName`
|
|
880
|
+
}, {
|
|
881
|
+
default: a(() => [
|
|
882
|
+
l(p, {
|
|
883
|
+
modelValue: e.customComponentName,
|
|
884
|
+
"onUpdate:modelValue": (d) => e.customComponentName = d,
|
|
885
|
+
placeholder: "请输入",
|
|
886
|
+
clearable: ""
|
|
887
|
+
}, {
|
|
888
|
+
default: a(() => [
|
|
889
|
+
L("template", ve, [
|
|
890
|
+
S(fe(m(P)), 1)
|
|
891
|
+
])
|
|
892
|
+
]),
|
|
893
|
+
_: 2
|
|
894
|
+
}, 1032, ["modelValue", "onUpdate:modelValue"])
|
|
895
|
+
]),
|
|
896
|
+
_: 2
|
|
897
|
+
}, 1032, ["prop"])
|
|
898
|
+
]),
|
|
899
|
+
_: 2
|
|
900
|
+
}, 1024)) : U("", !0),
|
|
901
|
+
e.isFieldCustom ? (r(), i(o, {
|
|
902
|
+
key: 1,
|
|
903
|
+
span: 14
|
|
904
|
+
}, {
|
|
905
|
+
default: a(() => [
|
|
906
|
+
l(n, {
|
|
907
|
+
label: "组件地址",
|
|
908
|
+
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
909
|
+
prop: `formCustomComponentes.${s}.customComponentUrl`
|
|
910
|
+
}, {
|
|
911
|
+
default: a(() => [
|
|
912
|
+
l(p, {
|
|
913
|
+
modelValue: e.customComponentUrl,
|
|
914
|
+
"onUpdate:modelValue": (d) => e.customComponentUrl = d,
|
|
915
|
+
placeholder: "请输入",
|
|
916
|
+
clearable: ""
|
|
917
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
918
|
+
]),
|
|
919
|
+
_: 2
|
|
920
|
+
}, 1032, ["prop"])
|
|
921
|
+
]),
|
|
922
|
+
_: 2
|
|
923
|
+
}, 1024)) : U("", !0)
|
|
924
|
+
]),
|
|
925
|
+
_: 2
|
|
926
|
+
}, 1024))), 128))
|
|
908
927
|
]),
|
|
909
928
|
_: 1
|
|
910
929
|
}, 8, ["model"])
|
|
@@ -916,7 +935,7 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
|
916
935
|
}, 8, ["model-value", "title"]);
|
|
917
936
|
};
|
|
918
937
|
}
|
|
919
|
-
}, we = /* @__PURE__ */ be(Se, [["__scopeId", "data-v-
|
|
938
|
+
}, we = /* @__PURE__ */ be(Se, [["__scopeId", "data-v-3da504a4"]]);
|
|
920
939
|
export {
|
|
921
940
|
we as default
|
|
922
941
|
};
|