act-plus 1.1.57 → 1.1.59
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 +43 -43
- package/lib/{dialogAddField-60cfebf1.js → dialogAddField-64698c8b.js} +134 -153
- package/lib/{dialogConfigBtn-cd2bc45e.js → dialogConfigBtn-d24ef522.js} +2 -2
- package/lib/{dialogSiteComponentsParams-93e56ef4.js → dialogSiteComponentsParams-919aa886.js} +1 -1
- package/lib/{index-05ace06d.js → index-28e420a3.js} +1 -1
- package/lib/{index-9761529e.js → index-3ffd8e97.js} +1 -1
- package/lib/{index-61ed059b.js → index-4b578a5a.js} +83 -75
- package/lib/{index-b4e44c7a.js → index-54147896.js} +1 -1
- package/lib/{index-5fa8f416.js → index-60458519.js} +2078 -2063
- package/lib/{index-3795bacd.js → index-6a952fcf.js} +2 -2
- package/lib/{index-ee1ece16.js → index-7a420913.js} +4 -4
- package/lib/{index-1a086cf9.js → index-a182cf2c.js} +1 -1
- package/lib/{index-9fcf56d6.js → index-bd8a14bf.js} +36 -34
- package/lib/{index-7c778ce0.js → index-d847c9df.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineAsyncComponent as
|
|
2
|
-
import { _ as
|
|
1
|
+
import { defineAsyncComponent as ne, inject as D, reactive as re, ref as A, watch as de, resolveComponent as V, resolveDirective as se, openBlock as r, createBlock as i, withCtx as a, createElementVNode as L, createVNode as l, unref as p, createTextVNode as v, withDirectives as ie, createElementBlock as c, Fragment as _, renderList as g, createCommentVNode as T, toDisplayString as pe } from "vue";
|
|
2
|
+
import { _ as me, F as fe, k as be, l as ce, S as _e, T as Ve, A as ge, C as ye, m as Ce, U as ve } from "./index-60458519.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
@@ -10,9 +10,9 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
10
10
|
data: { type: Object, default: () => ({}) }
|
|
11
11
|
},
|
|
12
12
|
emits: ["update:visible", "refresh"],
|
|
13
|
-
setup(
|
|
14
|
-
const
|
|
15
|
-
let
|
|
13
|
+
setup(M, { emit: Q }) {
|
|
14
|
+
const W = ne(() => import("./dialogSiteComponentsParams-919aa886.js")), E = Q, P = M, h = D("pageKey")(), O = D("conditionList")(), Y = D("configData")();
|
|
15
|
+
let S = re((() => ({
|
|
16
16
|
btnLoading: !1,
|
|
17
17
|
showSiteComponentsParamsDialog: !1
|
|
18
18
|
}))());
|
|
@@ -42,17 +42,17 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
42
42
|
tableCellContentType: "default",
|
|
43
43
|
isTableCellOverflowTooltip: !0,
|
|
44
44
|
isTableCellSort: !0
|
|
45
|
-
}), R =
|
|
45
|
+
}), R = ve, w = A(null), u = A(x()), K = () => ["select", "selectIcon", "multipleSelect", "treeSelect", "provinceCascade", "switch", "virtualizedSelect", "virtualizedMultipleSelect"].includes(
|
|
46
46
|
u.value.fieldType
|
|
47
|
-
), $ = () => u.value.useScenes.includes("tableSearch") && u.value.fieldType !== "time", B = () => u.value.useScenes.includes("tableShow"),
|
|
48
|
-
|
|
47
|
+
), $ = () => u.value.useScenes.includes("tableSearch") && u.value.fieldType !== "time", B = () => u.value.useScenes.includes("tableShow"), I = () => u.value.fieldType && u.value.fieldType !== "implicit" && u.value.useScenes.some((m) => !["tableSearch", "tableShow"].some((t) => t == m));
|
|
48
|
+
de(
|
|
49
49
|
() => P.visible,
|
|
50
|
-
async (
|
|
51
|
-
if (
|
|
52
|
-
const
|
|
50
|
+
async (m, t) => {
|
|
51
|
+
if (m) {
|
|
52
|
+
const f = (Y.value.buttons || []).filter((o) => o.permissionCode != 1001).map((o) => ({ key: o.btnName, value: o.permissionCode }));
|
|
53
53
|
R.some((o) => {
|
|
54
54
|
if (o.label === "表单配置")
|
|
55
|
-
return o.options =
|
|
55
|
+
return o.options = f, !0;
|
|
56
56
|
});
|
|
57
57
|
const { data: n } = P;
|
|
58
58
|
if (!n.fieldName)
|
|
@@ -61,70 +61,51 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
61
61
|
if (o == "permissionCode")
|
|
62
62
|
u.value[o] = n.unique;
|
|
63
63
|
else if (o == "formCustomComponentes") {
|
|
64
|
-
const
|
|
65
|
-
|
|
66
|
-
return {
|
|
67
|
-
btnName: b.key,
|
|
68
|
-
permissionCode: b.value,
|
|
69
|
-
pageKey: N.value,
|
|
70
|
-
customComponentName: void 0,
|
|
71
|
-
customComponentUrl: void 0,
|
|
72
|
-
isFieldCustom: !1,
|
|
73
|
-
...v
|
|
74
|
-
};
|
|
75
|
-
}), V = M[0].options.map((b) => {
|
|
76
|
-
const v = n[o].find((T) => T.permissionCode == b.value) || {};
|
|
77
|
-
return {
|
|
78
|
-
btnName: b.key,
|
|
79
|
-
permissionCode: b.value,
|
|
80
|
-
pageKey: N.value,
|
|
81
|
-
customComponentName: void 0,
|
|
82
|
-
customComponentUrl: void 0,
|
|
83
|
-
isFieldCustom: !1,
|
|
84
|
-
...v
|
|
85
|
-
};
|
|
86
|
-
});
|
|
87
|
-
u.value[o] = [...V, ..._];
|
|
64
|
+
const b = n.useScenes.map((y) => n[o].find((C) => C.permissionCode == y) || {});
|
|
65
|
+
u.value[o] = [...b];
|
|
88
66
|
} else
|
|
89
67
|
["postRequestParams", "useScenes"].includes(o) ? u.value[o] = [...n[o] || []] : u.value[o] = n[o];
|
|
90
68
|
});
|
|
91
69
|
}
|
|
92
70
|
}
|
|
93
71
|
);
|
|
94
|
-
const
|
|
72
|
+
const j = () => {
|
|
95
73
|
u.value.postRequestParams.push({ submitName: "", submitValue: "", submitType: "default", submitMatchType: "", paramsType: "" });
|
|
96
|
-
},
|
|
97
|
-
u.value.postRequestParams.splice(
|
|
98
|
-
},
|
|
74
|
+
}, H = (m) => {
|
|
75
|
+
u.value.postRequestParams.splice(m, 1);
|
|
76
|
+
}, z = (m) => {
|
|
99
77
|
u.value.postRequestParams = [];
|
|
100
|
-
},
|
|
101
|
-
const t = R.find((n) => n.label === "表格配置").options,
|
|
102
|
-
u.value.formCustomComponentes = [...t, ...
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
78
|
+
}, G = (m) => {
|
|
79
|
+
const t = R.find((n) => n.label === "表格配置").options, f = R.find((n) => n.label === "表单配置").options;
|
|
80
|
+
u.value.formCustomComponentes = [...t, ...f].filter((n) => m.includes(n.value)).map((n) => {
|
|
81
|
+
const o = u.value.formCustomComponentes.find((b) => b.permissionCode == n.value);
|
|
82
|
+
return {
|
|
83
|
+
btnName: n.key,
|
|
84
|
+
permissionCode: n.value,
|
|
85
|
+
pageKey: h,
|
|
86
|
+
customComponentName: (o == null ? void 0 : o.customComponentName) || void 0,
|
|
87
|
+
customComponentUrl: (o == null ? void 0 : o.customComponentUrl) || void 0,
|
|
88
|
+
isFieldCustom: (o == null ? void 0 : o.isFieldCustom) || !1
|
|
89
|
+
};
|
|
90
|
+
});
|
|
91
|
+
}, J = (m, t) => {
|
|
111
92
|
t.customComponentName = void 0, t.customComponentUrl = void 0;
|
|
112
|
-
},
|
|
113
|
-
|
|
114
|
-
},
|
|
115
|
-
u.value = x(), w.value.resetFields(),
|
|
116
|
-
},
|
|
117
|
-
|
|
118
|
-
t && (
|
|
119
|
-
delete
|
|
120
|
-
}),
|
|
121
|
-
|
|
122
|
-
}),
|
|
93
|
+
}, X = (m) => {
|
|
94
|
+
N(), m();
|
|
95
|
+
}, N = () => {
|
|
96
|
+
u.value = x(), w.value.resetFields(), E("update:visible", !1);
|
|
97
|
+
}, Z = (m) => {
|
|
98
|
+
m && m.validate((t) => {
|
|
99
|
+
t && (S.btnLoading = !0, u.value.formCustomComponentes.forEach((f) => {
|
|
100
|
+
delete f.isFiledCustom;
|
|
101
|
+
}), E("refresh", JSON.parse(JSON.stringify(u.value)), () => {
|
|
102
|
+
N();
|
|
103
|
+
}), S.btnLoading = !1);
|
|
123
104
|
});
|
|
124
105
|
};
|
|
125
|
-
return (
|
|
126
|
-
const
|
|
127
|
-
return r(), i(
|
|
106
|
+
return (m, t) => {
|
|
107
|
+
const f = V("el-input"), n = V("el-form-item"), o = V("el-col"), b = V("el-option"), y = V("el-select"), U = V("el-button"), C = V("el-row"), k = V("el-divider"), ee = V("el-option-group"), q = V("el-switch"), le = V("el-input-number"), ae = V("el-form"), te = V("el-scrollbar"), ue = V("el-dialog"), oe = se("debounce");
|
|
108
|
+
return r(), i(ue, {
|
|
128
109
|
"model-value": P.visible,
|
|
129
110
|
title: P.title,
|
|
130
111
|
top: "5vh",
|
|
@@ -132,40 +113,40 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
132
113
|
draggable: "",
|
|
133
114
|
overflow: "",
|
|
134
115
|
"close-on-click-modal": !1,
|
|
135
|
-
"before-close":
|
|
116
|
+
"before-close": X
|
|
136
117
|
}, {
|
|
137
118
|
footer: a(() => [
|
|
138
119
|
L("span", Se, [
|
|
139
|
-
l(
|
|
140
|
-
onClick:
|
|
141
|
-
loading:
|
|
120
|
+
l(U, {
|
|
121
|
+
onClick: N,
|
|
122
|
+
loading: p(S).btnLoading
|
|
142
123
|
}, {
|
|
143
124
|
default: a(() => t[29] || (t[29] = [
|
|
144
|
-
|
|
125
|
+
v("取消")
|
|
145
126
|
])),
|
|
146
127
|
_: 1
|
|
147
128
|
}, 8, ["loading"]),
|
|
148
|
-
|
|
129
|
+
ie((r(), i(U, {
|
|
149
130
|
type: "primary",
|
|
150
|
-
loading:
|
|
151
|
-
onClick: t[22] || (t[22] = (e) =>
|
|
131
|
+
loading: p(S).btnLoading,
|
|
132
|
+
onClick: t[22] || (t[22] = (e) => Z(w.value))
|
|
152
133
|
}, {
|
|
153
134
|
default: a(() => t[30] || (t[30] = [
|
|
154
|
-
|
|
135
|
+
v("保存")
|
|
155
136
|
])),
|
|
156
137
|
_: 1
|
|
157
138
|
}, 8, ["loading"])), [
|
|
158
|
-
[
|
|
139
|
+
[oe]
|
|
159
140
|
])
|
|
160
141
|
])
|
|
161
142
|
]),
|
|
162
143
|
default: a(() => [
|
|
163
|
-
l(
|
|
144
|
+
l(te, {
|
|
164
145
|
ref: "configFieldsScroll",
|
|
165
146
|
"max-height": "800px"
|
|
166
147
|
}, {
|
|
167
148
|
default: a(() => [
|
|
168
|
-
l(
|
|
149
|
+
l(ae, {
|
|
169
150
|
ref_key: "formRef",
|
|
170
151
|
ref: w,
|
|
171
152
|
model: u.value,
|
|
@@ -173,7 +154,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
173
154
|
"label-width": "120px"
|
|
174
155
|
}, {
|
|
175
156
|
default: a(() => [
|
|
176
|
-
l(
|
|
157
|
+
l(C, null, {
|
|
177
158
|
default: a(() => [
|
|
178
159
|
l(o, { span: 6 }, {
|
|
179
160
|
default: a(() => [
|
|
@@ -183,7 +164,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
183
164
|
prop: "fieldName"
|
|
184
165
|
}, {
|
|
185
166
|
default: a(() => [
|
|
186
|
-
l(
|
|
167
|
+
l(f, {
|
|
187
168
|
modelValue: u.value.fieldName,
|
|
188
169
|
"onUpdate:modelValue": t[0] || (t[0] = (e) => u.value.fieldName = e),
|
|
189
170
|
placeholder: "请输入",
|
|
@@ -203,7 +184,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
203
184
|
prop: "fieldKey"
|
|
204
185
|
}, {
|
|
205
186
|
default: a(() => [
|
|
206
|
-
l(
|
|
187
|
+
l(f, {
|
|
207
188
|
modelValue: u.value.fieldKey,
|
|
208
189
|
"onUpdate:modelValue": t[1] || (t[1] = (e) => u.value.fieldKey = e),
|
|
209
190
|
placeholder: "请输入",
|
|
@@ -223,7 +204,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
223
204
|
prop: "fieldType"
|
|
224
205
|
}, {
|
|
225
206
|
default: a(() => [
|
|
226
|
-
l(
|
|
207
|
+
l(y, {
|
|
227
208
|
modelValue: u.value.fieldType,
|
|
228
209
|
"onUpdate:modelValue": t[2] || (t[2] = (e) => u.value.fieldType = e),
|
|
229
210
|
placeholder: "请选择",
|
|
@@ -231,7 +212,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
231
212
|
filterable: ""
|
|
232
213
|
}, {
|
|
233
214
|
default: a(() => [
|
|
234
|
-
(r(!0), c(
|
|
215
|
+
(r(!0), c(_, null, g(p(fe), (e) => (r(), i(b, {
|
|
235
216
|
key: e.value,
|
|
236
217
|
label: e.key,
|
|
237
218
|
value: e.value
|
|
@@ -253,20 +234,20 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
253
234
|
prop: "fieldType"
|
|
254
235
|
}, {
|
|
255
236
|
default: a(() => [
|
|
256
|
-
l(
|
|
237
|
+
l(U, {
|
|
257
238
|
type: "primary",
|
|
258
|
-
onClick: t[3] || (t[3] = (e) =>
|
|
239
|
+
onClick: t[3] || (t[3] = (e) => p(S).showSiteComponentsParamsDialog = !0)
|
|
259
240
|
}, {
|
|
260
241
|
default: a(() => t[23] || (t[23] = [
|
|
261
|
-
|
|
242
|
+
v("设置props")
|
|
262
243
|
])),
|
|
263
244
|
_: 1
|
|
264
245
|
}),
|
|
265
|
-
l(
|
|
246
|
+
l(p(W), {
|
|
266
247
|
modelValue: u.value.fieldUiProps,
|
|
267
248
|
"onUpdate:modelValue": t[4] || (t[4] = (e) => u.value.fieldUiProps = e),
|
|
268
|
-
visible:
|
|
269
|
-
"onUpdate:visible": t[5] || (t[5] = (e) =>
|
|
249
|
+
visible: p(S).showSiteComponentsParamsDialog,
|
|
250
|
+
"onUpdate:visible": t[5] || (t[5] = (e) => p(S).showSiteComponentsParamsDialog = e),
|
|
270
251
|
title: "设置组件参数"
|
|
271
252
|
}, null, 8, ["modelValue", "visible"])
|
|
272
253
|
]),
|
|
@@ -278,7 +259,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
278
259
|
]),
|
|
279
260
|
_: 1
|
|
280
261
|
}),
|
|
281
|
-
|
|
262
|
+
K() ? (r(), i(C, { key: 0 }, {
|
|
282
263
|
default: a(() => [
|
|
283
264
|
l(o, { span: 24 }, {
|
|
284
265
|
default: a(() => [
|
|
@@ -287,22 +268,22 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
287
268
|
prop: "fieldRequestUrl"
|
|
288
269
|
}, {
|
|
289
270
|
default: a(() => [
|
|
290
|
-
l(
|
|
271
|
+
l(f, {
|
|
291
272
|
placeholder: "请输入",
|
|
292
273
|
modelValue: u.value.fieldRequestUrl,
|
|
293
274
|
"onUpdate:modelValue": t[7] || (t[7] = (e) => u.value.fieldRequestUrl = e),
|
|
294
275
|
clearable: ""
|
|
295
276
|
}, {
|
|
296
277
|
prepend: a(() => [
|
|
297
|
-
l(
|
|
278
|
+
l(y, {
|
|
298
279
|
modelValue: u.value.fieldRequestType,
|
|
299
280
|
"onUpdate:modelValue": t[6] || (t[6] = (e) => u.value.fieldRequestType = e),
|
|
300
281
|
placeholder: "请选择",
|
|
301
282
|
style: { width: "150px" },
|
|
302
|
-
onChange:
|
|
283
|
+
onChange: z
|
|
303
284
|
}, {
|
|
304
285
|
default: a(() => [
|
|
305
|
-
(r(!0), c(
|
|
286
|
+
(r(!0), c(_, null, g(p(be), (e) => (r(), i(b, {
|
|
306
287
|
key: e.value,
|
|
307
288
|
label: e.key,
|
|
308
289
|
value: e.value
|
|
@@ -321,22 +302,22 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
321
302
|
})
|
|
322
303
|
]),
|
|
323
304
|
_: 1
|
|
324
|
-
})) :
|
|
325
|
-
u.value.fieldRequestType == "POST" ? (r(), c(
|
|
326
|
-
l(
|
|
305
|
+
})) : T("", !0),
|
|
306
|
+
u.value.fieldRequestType == "POST" ? (r(), c(_, { key: 1 }, [
|
|
307
|
+
l(k, { "content-position": "left" }, {
|
|
327
308
|
default: a(() => [
|
|
328
|
-
t[24] || (t[24] =
|
|
329
|
-
l(
|
|
309
|
+
t[24] || (t[24] = v(" POST参数配置 ")),
|
|
310
|
+
l(U, {
|
|
330
311
|
class: "add-icon-btn",
|
|
331
312
|
type: "primary",
|
|
332
313
|
icon: "Plus",
|
|
333
314
|
circle: "",
|
|
334
|
-
onClick:
|
|
315
|
+
onClick: j
|
|
335
316
|
})
|
|
336
317
|
]),
|
|
337
318
|
_: 1
|
|
338
319
|
}),
|
|
339
|
-
(r(!0), c(
|
|
320
|
+
(r(!0), c(_, null, g(u.value.postRequestParams, (e, s) => (r(), i(C, { key: s }, {
|
|
340
321
|
default: a(() => [
|
|
341
322
|
l(o, { span: 5 }, {
|
|
342
323
|
default: a(() => [
|
|
@@ -346,7 +327,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
346
327
|
prop: "postRequestParams." + s + ".submitName"
|
|
347
328
|
}, {
|
|
348
329
|
default: a(() => [
|
|
349
|
-
l(
|
|
330
|
+
l(f, {
|
|
350
331
|
modelValue: e.submitName,
|
|
351
332
|
"onUpdate:modelValue": (d) => e.submitName = d,
|
|
352
333
|
placeholder: "请输入提交字段名",
|
|
@@ -366,21 +347,21 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
366
347
|
prop: "postRequestParams." + s + ".submitValue"
|
|
367
348
|
}, {
|
|
368
349
|
default: a(() => [
|
|
369
|
-
l(
|
|
350
|
+
l(f, {
|
|
370
351
|
placeholder: "请输入值",
|
|
371
352
|
modelValue: e.submitValue,
|
|
372
353
|
"onUpdate:modelValue": (d) => e.submitValue = d,
|
|
373
354
|
clearable: ""
|
|
374
355
|
}, {
|
|
375
356
|
prepend: a(() => [
|
|
376
|
-
l(
|
|
357
|
+
l(y, {
|
|
377
358
|
modelValue: e.submitType,
|
|
378
359
|
"onUpdate:modelValue": (d) => e.submitType = d,
|
|
379
360
|
placeholder: "请选择方式",
|
|
380
361
|
style: { width: "120px" }
|
|
381
362
|
}, {
|
|
382
363
|
default: a(() => [
|
|
383
|
-
(r(!0), c(
|
|
364
|
+
(r(!0), c(_, null, g(p(ce), (d, F) => (r(), i(b, {
|
|
384
365
|
key: F,
|
|
385
366
|
label: d.key,
|
|
386
367
|
value: d.value
|
|
@@ -408,7 +389,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
408
389
|
prop: "postRequestParams." + s + ".submitMatchType"
|
|
409
390
|
}, {
|
|
410
391
|
default: a(() => [
|
|
411
|
-
l(
|
|
392
|
+
l(y, {
|
|
412
393
|
modelValue: e.submitMatchType,
|
|
413
394
|
"onUpdate:modelValue": (d) => e.submitMatchType = d,
|
|
414
395
|
placeholder: "请选择方式",
|
|
@@ -417,7 +398,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
417
398
|
style: { width: "120px" }
|
|
418
399
|
}, {
|
|
419
400
|
default: a(() => [
|
|
420
|
-
(r(!0), c(
|
|
401
|
+
(r(!0), c(_, null, g(p(O), (d, F) => (r(), i(b, {
|
|
421
402
|
key: F,
|
|
422
403
|
label: d.key,
|
|
423
404
|
value: d.value
|
|
@@ -430,7 +411,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
430
411
|
}, 1032, ["prop"])
|
|
431
412
|
]),
|
|
432
413
|
_: 2
|
|
433
|
-
}, 1024)) :
|
|
414
|
+
}, 1024)) : T("", !0),
|
|
434
415
|
l(o, { span: 5 }, {
|
|
435
416
|
default: a(() => [
|
|
436
417
|
l(n, {
|
|
@@ -439,7 +420,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
439
420
|
prop: "postRequestParams." + s + ".paramsType"
|
|
440
421
|
}, {
|
|
441
422
|
default: a(() => [
|
|
442
|
-
l(
|
|
423
|
+
l(y, {
|
|
443
424
|
modelValue: e.paramsType,
|
|
444
425
|
"onUpdate:modelValue": (d) => e.paramsType = d,
|
|
445
426
|
placeholder: "请选择",
|
|
@@ -447,7 +428,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
447
428
|
clearable: ""
|
|
448
429
|
}, {
|
|
449
430
|
default: a(() => [
|
|
450
|
-
(r(!0), c(
|
|
431
|
+
(r(!0), c(_, null, g(p(_e), (d, F) => (r(), i(b, {
|
|
451
432
|
key: F,
|
|
452
433
|
label: d.key,
|
|
453
434
|
value: d.value
|
|
@@ -466,12 +447,12 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
466
447
|
span: 1
|
|
467
448
|
}, {
|
|
468
449
|
default: a(() => [
|
|
469
|
-
l(
|
|
450
|
+
l(U, {
|
|
470
451
|
class: "match-opreate",
|
|
471
452
|
type: "danger",
|
|
472
453
|
icon: "Minus",
|
|
473
454
|
circle: "",
|
|
474
|
-
onClick: (d) =>
|
|
455
|
+
onClick: (d) => H(s)
|
|
475
456
|
}, null, 8, ["onClick"])
|
|
476
457
|
]),
|
|
477
458
|
_: 2
|
|
@@ -479,8 +460,8 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
479
460
|
]),
|
|
480
461
|
_: 2
|
|
481
462
|
}, 1024))), 128))
|
|
482
|
-
], 64)) :
|
|
483
|
-
l(
|
|
463
|
+
], 64)) : T("", !0),
|
|
464
|
+
l(C, null, {
|
|
484
465
|
default: a(() => [
|
|
485
466
|
l(o, { span: 24 }, {
|
|
486
467
|
default: a(() => [
|
|
@@ -490,22 +471,22 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
490
471
|
prop: "useScenes"
|
|
491
472
|
}, {
|
|
492
473
|
default: a(() => [
|
|
493
|
-
l(
|
|
474
|
+
l(y, {
|
|
494
475
|
modelValue: u.value.useScenes,
|
|
495
476
|
"onUpdate:modelValue": t[8] || (t[8] = (e) => u.value.useScenes = e),
|
|
496
477
|
placeholder: "请选择",
|
|
497
478
|
multiple: "",
|
|
498
479
|
clearable: "",
|
|
499
480
|
filterable: "",
|
|
500
|
-
onChange:
|
|
481
|
+
onChange: G
|
|
501
482
|
}, {
|
|
502
483
|
default: a(() => [
|
|
503
|
-
(r(!0), c(
|
|
484
|
+
(r(!0), c(_, null, g(p(R), (e) => (r(), i(ee, {
|
|
504
485
|
key: e.label,
|
|
505
486
|
label: e.label
|
|
506
487
|
}, {
|
|
507
488
|
default: a(() => [
|
|
508
|
-
(r(!0), c(
|
|
489
|
+
(r(!0), c(_, null, g(e.options, (s) => (r(), i(b, {
|
|
509
490
|
key: s.key,
|
|
510
491
|
label: s.key,
|
|
511
492
|
value: s.value
|
|
@@ -525,11 +506,11 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
525
506
|
]),
|
|
526
507
|
_: 1
|
|
527
508
|
}),
|
|
528
|
-
$() ? (r(), i(
|
|
509
|
+
$() ? (r(), i(C, { key: 2 }, {
|
|
529
510
|
default: a(() => [
|
|
530
|
-
l(
|
|
511
|
+
l(k, { "content-position": "left" }, {
|
|
531
512
|
default: a(() => t[25] || (t[25] = [
|
|
532
|
-
|
|
513
|
+
v("查询模块")
|
|
533
514
|
])),
|
|
534
515
|
_: 1
|
|
535
516
|
}),
|
|
@@ -541,7 +522,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
541
522
|
prop: "tableQueryCondition"
|
|
542
523
|
}, {
|
|
543
524
|
default: a(() => [
|
|
544
|
-
l(
|
|
525
|
+
l(y, {
|
|
545
526
|
modelValue: u.value.tableQueryCondition,
|
|
546
527
|
"onUpdate:modelValue": t[9] || (t[9] = (e) => u.value.tableQueryCondition = e),
|
|
547
528
|
placeholder: "请选择查询条件",
|
|
@@ -549,7 +530,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
549
530
|
filterable: ""
|
|
550
531
|
}, {
|
|
551
532
|
default: a(() => [
|
|
552
|
-
(r(!0), c(
|
|
533
|
+
(r(!0), c(_, null, g(p(O), (e, s) => (r(), i(b, {
|
|
553
534
|
key: s,
|
|
554
535
|
label: e.key,
|
|
555
536
|
value: e.value
|
|
@@ -571,7 +552,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
571
552
|
prop: "tableQueryDefaultValue"
|
|
572
553
|
}, {
|
|
573
554
|
default: a(() => [
|
|
574
|
-
l(
|
|
555
|
+
l(f, {
|
|
575
556
|
modelValue: u.value.tableQueryDefaultValue,
|
|
576
557
|
"onUpdate:modelValue": t[10] || (t[10] = (e) => u.value.tableQueryDefaultValue = e),
|
|
577
558
|
placeholder: "请输入",
|
|
@@ -585,12 +566,12 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
585
566
|
})
|
|
586
567
|
]),
|
|
587
568
|
_: 1
|
|
588
|
-
})) :
|
|
589
|
-
B() ? (r(), i(
|
|
569
|
+
})) : T("", !0),
|
|
570
|
+
B() ? (r(), i(C, { key: 3 }, {
|
|
590
571
|
default: a(() => [
|
|
591
|
-
l(
|
|
572
|
+
l(k, { "content-position": "left" }, {
|
|
592
573
|
default: a(() => t[26] || (t[26] = [
|
|
593
|
-
|
|
574
|
+
v("表格模块")
|
|
594
575
|
])),
|
|
595
576
|
_: 1
|
|
596
577
|
}),
|
|
@@ -602,20 +583,20 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
602
583
|
prop: "tableCellWidth"
|
|
603
584
|
}, {
|
|
604
585
|
default: a(() => [
|
|
605
|
-
l(
|
|
586
|
+
l(f, {
|
|
606
587
|
placeholder: "请输入",
|
|
607
588
|
modelValue: u.value.tableCellWidth,
|
|
608
589
|
"onUpdate:modelValue": t[12] || (t[12] = (e) => u.value.tableCellWidth = e)
|
|
609
590
|
}, {
|
|
610
591
|
prepend: a(() => [
|
|
611
|
-
l(
|
|
592
|
+
l(y, {
|
|
612
593
|
modelValue: u.value.tableCellWidthType,
|
|
613
594
|
"onUpdate:modelValue": t[11] || (t[11] = (e) => u.value.tableCellWidthType = e),
|
|
614
595
|
placeholder: "请选择",
|
|
615
596
|
style: { width: "100px" }
|
|
616
597
|
}, {
|
|
617
598
|
default: a(() => [
|
|
618
|
-
(r(!0), c(
|
|
599
|
+
(r(!0), c(_, null, g(p(Ve), (e, s) => (r(), i(b, {
|
|
619
600
|
key: s,
|
|
620
601
|
label: e.key,
|
|
621
602
|
value: e.value
|
|
@@ -640,7 +621,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
640
621
|
prop: "tableCellAlignType"
|
|
641
622
|
}, {
|
|
642
623
|
default: a(() => [
|
|
643
|
-
l(
|
|
624
|
+
l(y, {
|
|
644
625
|
modelValue: u.value.tableCellAlignType,
|
|
645
626
|
"onUpdate:modelValue": t[13] || (t[13] = (e) => u.value.tableCellAlignType = e),
|
|
646
627
|
placeholder: "请选择对齐方式",
|
|
@@ -648,7 +629,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
648
629
|
filterable: ""
|
|
649
630
|
}, {
|
|
650
631
|
default: a(() => [
|
|
651
|
-
(r(!0), c(
|
|
632
|
+
(r(!0), c(_, null, g(p(ge), (e, s) => (r(), i(b, {
|
|
652
633
|
key: s,
|
|
653
634
|
label: e.key,
|
|
654
635
|
value: e.value
|
|
@@ -670,7 +651,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
670
651
|
prop: "tableCellContentType"
|
|
671
652
|
}, {
|
|
672
653
|
default: a(() => [
|
|
673
|
-
l(
|
|
654
|
+
l(y, {
|
|
674
655
|
modelValue: u.value.tableCellContentType,
|
|
675
656
|
"onUpdate:modelValue": t[14] || (t[14] = (e) => u.value.tableCellContentType = e),
|
|
676
657
|
placeholder: "请选择内容类型",
|
|
@@ -678,7 +659,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
678
659
|
filterable: ""
|
|
679
660
|
}, {
|
|
680
661
|
default: a(() => [
|
|
681
|
-
(r(!0), c(
|
|
662
|
+
(r(!0), c(_, null, g(p(ye), (e, s) => (r(), i(b, {
|
|
682
663
|
key: s,
|
|
683
664
|
label: e.key,
|
|
684
665
|
value: e.value
|
|
@@ -728,12 +709,12 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
728
709
|
})
|
|
729
710
|
]),
|
|
730
711
|
_: 1
|
|
731
|
-
})) :
|
|
732
|
-
|
|
712
|
+
})) : T("", !0),
|
|
713
|
+
I() ? (r(), i(C, { key: 4 }, {
|
|
733
714
|
default: a(() => [
|
|
734
|
-
l(
|
|
715
|
+
l(k, { "content-position": "left" }, {
|
|
735
716
|
default: a(() => t[27] || (t[27] = [
|
|
736
|
-
|
|
717
|
+
v("表单模块")
|
|
737
718
|
])),
|
|
738
719
|
_: 1
|
|
739
720
|
}),
|
|
@@ -796,7 +777,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
796
777
|
prop: "fieldSubmitType"
|
|
797
778
|
}, {
|
|
798
779
|
default: a(() => [
|
|
799
|
-
l(
|
|
780
|
+
l(y, {
|
|
800
781
|
modelValue: u.value.fieldSubmitType,
|
|
801
782
|
"onUpdate:modelValue": t[20] || (t[20] = (e) => u.value.fieldSubmitType = e),
|
|
802
783
|
placeholder: "请选择提交类型",
|
|
@@ -804,7 +785,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
804
785
|
clearable: ""
|
|
805
786
|
}, {
|
|
806
787
|
default: a(() => [
|
|
807
|
-
(r(!0), c(
|
|
788
|
+
(r(!0), c(_, null, g(p(Ce), (e, s) => (r(), i(b, {
|
|
808
789
|
key: s,
|
|
809
790
|
label: e.key,
|
|
810
791
|
value: e.value
|
|
@@ -825,7 +806,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
825
806
|
prop: "formColumnCol"
|
|
826
807
|
}, {
|
|
827
808
|
default: a(() => [
|
|
828
|
-
l(
|
|
809
|
+
l(le, {
|
|
829
810
|
modelValue: u.value.formColumnCol,
|
|
830
811
|
"onUpdate:modelValue": t[21] || (t[21] = (e) => u.value.formColumnCol = e),
|
|
831
812
|
max: 24
|
|
@@ -838,14 +819,14 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
838
819
|
})
|
|
839
820
|
]),
|
|
840
821
|
_: 1
|
|
841
|
-
})) :
|
|
842
|
-
l(
|
|
822
|
+
})) : T("", !0),
|
|
823
|
+
l(k, { "content-position": "left" }, {
|
|
843
824
|
default: a(() => t[28] || (t[28] = [
|
|
844
|
-
|
|
825
|
+
v("不同场景自定义字段组件")
|
|
845
826
|
])),
|
|
846
827
|
_: 1
|
|
847
828
|
}),
|
|
848
|
-
(r(!0), c(
|
|
829
|
+
(r(!0), c(_, null, g(u.value.formCustomComponentes, (e, s) => (r(), i(C, { key: s }, {
|
|
849
830
|
default: a(() => [
|
|
850
831
|
l(o, { span: 2 }, {
|
|
851
832
|
default: a(() => [
|
|
@@ -857,7 +838,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
857
838
|
l(q, {
|
|
858
839
|
modelValue: e.isFieldCustom,
|
|
859
840
|
"onUpdate:modelValue": (d) => e.isFieldCustom = d,
|
|
860
|
-
onChange: (d) =>
|
|
841
|
+
onChange: (d) => J(d, e)
|
|
861
842
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])
|
|
862
843
|
]),
|
|
863
844
|
_: 2
|
|
@@ -877,7 +858,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
877
858
|
prop: `formCustomComponentes.${s}.customComponentName`
|
|
878
859
|
}, {
|
|
879
860
|
default: a(() => [
|
|
880
|
-
l(
|
|
861
|
+
l(f, {
|
|
881
862
|
modelValue: e.customComponentName,
|
|
882
863
|
"onUpdate:modelValue": (d) => e.customComponentName = d,
|
|
883
864
|
placeholder: "请输入",
|
|
@@ -885,7 +866,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
885
866
|
}, {
|
|
886
867
|
default: a(() => [
|
|
887
868
|
L("template", Te, [
|
|
888
|
-
|
|
869
|
+
v(pe(p(h)), 1)
|
|
889
870
|
])
|
|
890
871
|
]),
|
|
891
872
|
_: 2
|
|
@@ -895,7 +876,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
895
876
|
}, 1032, ["prop"])
|
|
896
877
|
]),
|
|
897
878
|
_: 2
|
|
898
|
-
}, 1024)) :
|
|
879
|
+
}, 1024)) : T("", !0),
|
|
899
880
|
e.isFieldCustom ? (r(), i(o, {
|
|
900
881
|
key: 1,
|
|
901
882
|
span: 14
|
|
@@ -907,7 +888,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
907
888
|
prop: `formCustomComponentes.${s}.customComponentUrl`
|
|
908
889
|
}, {
|
|
909
890
|
default: a(() => [
|
|
910
|
-
l(
|
|
891
|
+
l(f, {
|
|
911
892
|
modelValue: e.customComponentUrl,
|
|
912
893
|
"onUpdate:modelValue": (d) => e.customComponentUrl = d,
|
|
913
894
|
placeholder: "请输入",
|
|
@@ -918,7 +899,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
918
899
|
}, 1032, ["prop"])
|
|
919
900
|
]),
|
|
920
901
|
_: 2
|
|
921
|
-
}, 1024)) :
|
|
902
|
+
}, 1024)) : T("", !0)
|
|
922
903
|
]),
|
|
923
904
|
_: 2
|
|
924
905
|
}, 1024))), 128))
|
|
@@ -933,7 +914,7 @@ const Te = { slot: "prepend" }, Se = { class: "dialog-footer" }, Ue = {
|
|
|
933
914
|
}, 8, ["model-value", "title"]);
|
|
934
915
|
};
|
|
935
916
|
}
|
|
936
|
-
},
|
|
917
|
+
}, we = /* @__PURE__ */ me(Ue, [["__scopeId", "data-v-6b2ebaa8"]]);
|
|
937
918
|
export {
|
|
938
|
-
|
|
919
|
+
we as default
|
|
939
920
|
};
|