act-plus 1.1.71 → 1.1.73
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 +46 -46
- package/lib/{dialogAddField-3113ef2b.js → dialogAddField-01e88a97.js} +2 -2
- package/lib/{dialogConfigBtn-ae0556a8.js → dialogConfigBtn-8dd263f0.js} +270 -235
- package/lib/{dialogSiteComponentsParams-926ea5a5.js → dialogSiteComponentsParams-a23bf357.js} +1 -1
- package/lib/{index-1ea9e204.js → index-247b916c.js} +1 -1
- package/lib/{index-e5bc549f.js → index-3fbc771b.js} +63 -63
- package/lib/{index-a3454395.js → index-401e66f5.js} +1 -1
- package/lib/{index-75524990.js → index-4d3f0b19.js} +1 -1
- package/lib/{index-cfb9a451.js → index-79f3b449.js} +2 -2
- package/lib/{index-a0830ef7.js → index-9651fda7.js} +1 -1
- package/lib/{index-f1e46dab.js → index-9fa5dd39.js} +1 -1
- package/lib/{index-5fa7a339.js → index-af897a17.js} +2067 -2020
- package/lib/{index-462d5df6.js → index-b5ccb862.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineAsyncComponent as
|
|
2
|
-
import { _ as
|
|
3
|
-
import { useRoute as
|
|
1
|
+
import { defineAsyncComponent as L, inject as k, computed as de, reactive as re, ref as q, watch as ie, resolveComponent as y, resolveDirective as se, openBlock as n, createBlock as m, withCtx as e, createElementVNode as me, createVNode as l, unref as o, createTextVNode as U, withDirectives as pe, toDisplayString as O, createElementBlock as b, Fragment as f, renderList as _, createCommentVNode as C } from "vue";
|
|
2
|
+
import { _ as ce, B as be, d as fe, e as _e, f as ge, Y as Ve, g as ye, h as he, i as Ce, j as Fe, k as ve } from "./index-af897a17.js";
|
|
3
|
+
import { useRoute as Ue } from "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
|
-
const
|
|
5
|
+
const Te = { class: "dialog-footer" }, ke = {
|
|
6
6
|
__name: "dialogConfigBtn",
|
|
7
7
|
props: {
|
|
8
8
|
visible: { type: Boolean, default: !1 },
|
|
@@ -10,14 +10,14 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
10
10
|
data: { type: Object, default: () => ({}) }
|
|
11
11
|
},
|
|
12
12
|
emits: ["update:visible", "refresh"],
|
|
13
|
-
setup(
|
|
14
|
-
const D =
|
|
15
|
-
let
|
|
13
|
+
setup(x, { emit: A }) {
|
|
14
|
+
const D = L(() => import("./index-9fa5dd39.js")), E = L(() => import("./index-401e66f5.js")), W = Ue(), Y = k("apiPrefix"), R = k("request"), I = A, N = x, j = de(() => W.params.key);
|
|
15
|
+
let T = re((() => ({
|
|
16
16
|
btnLoading: !1
|
|
17
17
|
}))());
|
|
18
|
-
const M =
|
|
18
|
+
const M = k("createDefaultButtonItem"), $ = k("associationMenuList"), z = k("conditionList")();
|
|
19
19
|
let w = q([]), B = q(null), t = q(M());
|
|
20
|
-
const H = (p) =>
|
|
20
|
+
const H = (p) => R({ url: `${Y}/icons/getAllList`, method: "post", data: p }), K = async () => {
|
|
21
21
|
try {
|
|
22
22
|
const { data: p } = await H({ dynamicFilters: [{ field: "type", operate: "Equal", value: "2" }] });
|
|
23
23
|
w.value = p || [];
|
|
@@ -25,14 +25,14 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
25
25
|
console.error(p);
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
|
-
|
|
28
|
+
ie(
|
|
29
29
|
() => N.visible,
|
|
30
30
|
async (p, u) => {
|
|
31
31
|
if (p) {
|
|
32
32
|
await K();
|
|
33
33
|
const c = { ...N.data };
|
|
34
34
|
Object.keys(t.value).forEach((r) => {
|
|
35
|
-
r == "submitFields" || r == "matchFields" ? t.value[r] = [...c[r] || []] : t.value[r] = c[r];
|
|
35
|
+
r == "submitFields" || r == "matchFields" ? t.value[r] = [...c[r] || []] : r == "isPromptVerificationSelectTable" ? t.value[r] = c[r] ?? "1" : t.value[r] = c[r];
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -47,25 +47,27 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
47
47
|
t.value.matchFields.push({ matchType: "default", matchFieldName: "", matchCondition: "", fieldValue: "", spliceCondition: "" });
|
|
48
48
|
}, Z = (p) => {
|
|
49
49
|
t.value.matchFields.splice(p, 1), t.value.matchFields.length === 1 && (t.value.matchFields[0].spliceCondition = "");
|
|
50
|
-
}, ee = (p) => {
|
|
50
|
+
}, ee = (p, u) => {
|
|
51
|
+
p.submitFieldMatchOrigin = u === "match" ? "rowData" : "";
|
|
52
|
+
}, le = (p) => {
|
|
51
53
|
S(), p();
|
|
52
54
|
}, S = () => {
|
|
53
55
|
t.value = Object.assign(t.value, M()), B.value.resetFields(), I("update:visible", !1);
|
|
54
|
-
},
|
|
56
|
+
}, ae = (p) => {
|
|
55
57
|
p && p.validate((u) => {
|
|
56
58
|
if (u)
|
|
57
59
|
try {
|
|
58
|
-
|
|
60
|
+
T.btnLoading = !0, I("refresh", { ...t.value, submitFields: [...t.value.submitFields], matchFields: [...t.value.matchFields] }, () => {
|
|
59
61
|
S();
|
|
60
|
-
}),
|
|
62
|
+
}), T.btnLoading = !1;
|
|
61
63
|
} catch (c) {
|
|
62
|
-
console.error(c),
|
|
64
|
+
console.error(c), T.btnLoading = !1;
|
|
63
65
|
}
|
|
64
66
|
});
|
|
65
67
|
};
|
|
66
68
|
return (p, u) => {
|
|
67
|
-
const c = y("el-input"), r = y("el-form-item"), s = y("el-col"), g = y("el-option"), V = y("el-select"), F = y("el-row"), v = y("el-button"),
|
|
68
|
-
return
|
|
69
|
+
const c = y("el-input"), r = y("el-form-item"), s = y("el-col"), g = y("el-option"), V = y("el-select"), F = y("el-row"), v = y("el-button"), P = y("el-divider"), te = y("el-switch"), oe = y("el-form"), ue = y("el-dialog"), ne = se("debounce");
|
|
70
|
+
return n(), m(ue, {
|
|
69
71
|
"model-value": N.visible,
|
|
70
72
|
title: N.title,
|
|
71
73
|
top: "5vh",
|
|
@@ -75,59 +77,59 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
75
77
|
"append-to-body": "",
|
|
76
78
|
"append-to": "body",
|
|
77
79
|
"close-on-click-modal": !1,
|
|
78
|
-
"before-close":
|
|
80
|
+
"before-close": le
|
|
79
81
|
}, {
|
|
80
|
-
footer:
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
loading: o(
|
|
82
|
+
footer: e(() => [
|
|
83
|
+
me("span", Te, [
|
|
84
|
+
l(v, {
|
|
85
|
+
loading: o(T).btnLoading,
|
|
84
86
|
onClick: S
|
|
85
87
|
}, {
|
|
86
|
-
default:
|
|
88
|
+
default: e(() => u[19] || (u[19] = [
|
|
87
89
|
U("取消")
|
|
88
90
|
])),
|
|
89
91
|
_: 1
|
|
90
92
|
}, 8, ["loading"]),
|
|
91
|
-
|
|
93
|
+
pe((n(), m(v, {
|
|
92
94
|
type: "primary",
|
|
93
|
-
loading: o(
|
|
94
|
-
onClick: u[
|
|
95
|
+
loading: o(T).btnLoading,
|
|
96
|
+
onClick: u[16] || (u[16] = (a) => ae(o(B)))
|
|
95
97
|
}, {
|
|
96
|
-
default:
|
|
98
|
+
default: e(() => u[20] || (u[20] = [
|
|
97
99
|
U("保存")
|
|
98
100
|
])),
|
|
99
101
|
_: 1
|
|
100
102
|
}, 8, ["loading"])), [
|
|
101
|
-
[
|
|
103
|
+
[ne]
|
|
102
104
|
])
|
|
103
105
|
])
|
|
104
106
|
]),
|
|
105
|
-
default:
|
|
106
|
-
|
|
107
|
+
default: e(() => [
|
|
108
|
+
l(oe, {
|
|
107
109
|
ref_key: "formRef",
|
|
108
110
|
ref: B,
|
|
109
111
|
model: o(t),
|
|
110
112
|
"label-suffix": ":",
|
|
111
113
|
"label-position": "top"
|
|
112
114
|
}, {
|
|
113
|
-
default:
|
|
114
|
-
|
|
115
|
-
default:
|
|
116
|
-
|
|
117
|
-
default:
|
|
118
|
-
|
|
115
|
+
default: e(() => [
|
|
116
|
+
l(F, { gutter: 24 }, {
|
|
117
|
+
default: e(() => [
|
|
118
|
+
l(s, { span: 6 }, {
|
|
119
|
+
default: e(() => [
|
|
120
|
+
l(r, {
|
|
119
121
|
label: "按钮",
|
|
120
122
|
prop: "btnName"
|
|
121
123
|
}, {
|
|
122
|
-
default:
|
|
123
|
-
|
|
124
|
+
default: e(() => [
|
|
125
|
+
l(c, {
|
|
124
126
|
modelValue: o(t).btnName,
|
|
125
127
|
"onUpdate:modelValue": u[0] || (u[0] = (a) => o(t).btnName = a),
|
|
126
128
|
disabled: "",
|
|
127
129
|
placeholder: "请输入按钮名称"
|
|
128
130
|
}, {
|
|
129
|
-
prepend:
|
|
130
|
-
U(
|
|
131
|
+
prepend: e(() => [
|
|
132
|
+
U(O(o(t).permissionCode), 1)
|
|
131
133
|
]),
|
|
132
134
|
_: 1
|
|
133
135
|
}, 8, ["modelValue"])
|
|
@@ -137,14 +139,14 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
137
139
|
]),
|
|
138
140
|
_: 1
|
|
139
141
|
}),
|
|
140
|
-
|
|
141
|
-
default:
|
|
142
|
-
|
|
142
|
+
l(s, { span: 6 }, {
|
|
143
|
+
default: e(() => [
|
|
144
|
+
l(r, {
|
|
143
145
|
label: "按钮图标",
|
|
144
146
|
prop: "btnIcon"
|
|
145
147
|
}, {
|
|
146
|
-
default:
|
|
147
|
-
|
|
148
|
+
default: e(() => [
|
|
149
|
+
l(o(D), {
|
|
148
150
|
modelValue: o(t).btnIcon,
|
|
149
151
|
"onUpdate:modelValue": u[1] || (u[1] = (a) => o(t).btnIcon = a),
|
|
150
152
|
icons: o(w),
|
|
@@ -156,15 +158,15 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
156
158
|
]),
|
|
157
159
|
_: 1
|
|
158
160
|
}),
|
|
159
|
-
|
|
160
|
-
default:
|
|
161
|
-
|
|
161
|
+
l(s, { span: 24 }, {
|
|
162
|
+
default: e(() => [
|
|
163
|
+
l(r, {
|
|
162
164
|
label: "接口地址",
|
|
163
165
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
164
166
|
prop: "requestUrl"
|
|
165
167
|
}, {
|
|
166
|
-
default:
|
|
167
|
-
|
|
168
|
+
default: e(() => [
|
|
169
|
+
l(c, {
|
|
168
170
|
modelValue: o(t).requestUrl,
|
|
169
171
|
"onUpdate:modelValue": u[2] || (u[2] = (a) => o(t).requestUrl = a),
|
|
170
172
|
placeholder: "请输入接口地址",
|
|
@@ -176,23 +178,23 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
176
178
|
]),
|
|
177
179
|
_: 1
|
|
178
180
|
}),
|
|
179
|
-
|
|
180
|
-
default:
|
|
181
|
-
|
|
181
|
+
l(s, { span: 12 }, {
|
|
182
|
+
default: e(() => [
|
|
183
|
+
l(r, {
|
|
182
184
|
label: "按钮位置",
|
|
183
185
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
184
186
|
prop: "btnPostion"
|
|
185
187
|
}, {
|
|
186
|
-
default:
|
|
187
|
-
|
|
188
|
+
default: e(() => [
|
|
189
|
+
l(V, {
|
|
188
190
|
modelValue: o(t).btnPostion,
|
|
189
191
|
"onUpdate:modelValue": u[3] || (u[3] = (a) => o(t).btnPostion = a),
|
|
190
192
|
placeholder: "请选择按钮位置",
|
|
191
193
|
filterable: "",
|
|
192
194
|
clearable: ""
|
|
193
195
|
}, {
|
|
194
|
-
default:
|
|
195
|
-
(
|
|
196
|
+
default: e(() => [
|
|
197
|
+
(n(!0), b(f, null, _(o(be), (a, i) => (n(), m(g, {
|
|
196
198
|
key: i,
|
|
197
199
|
label: a.key,
|
|
198
200
|
value: a.value
|
|
@@ -206,23 +208,23 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
206
208
|
]),
|
|
207
209
|
_: 1
|
|
208
210
|
}),
|
|
209
|
-
|
|
210
|
-
default:
|
|
211
|
-
|
|
211
|
+
l(s, { span: 12 }, {
|
|
212
|
+
default: e(() => [
|
|
213
|
+
l(r, {
|
|
212
214
|
label: "按钮类型",
|
|
213
215
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
214
216
|
prop: "btnType"
|
|
215
217
|
}, {
|
|
216
|
-
default:
|
|
217
|
-
|
|
218
|
+
default: e(() => [
|
|
219
|
+
l(V, {
|
|
218
220
|
modelValue: o(t).btnType,
|
|
219
221
|
"onUpdate:modelValue": u[4] || (u[4] = (a) => o(t).btnType = a),
|
|
220
222
|
placeholder: "请选择按钮类型",
|
|
221
223
|
filterable: "",
|
|
222
224
|
clearable: ""
|
|
223
225
|
}, {
|
|
224
|
-
default:
|
|
225
|
-
(
|
|
226
|
+
default: e(() => [
|
|
227
|
+
(n(!0), b(f, null, _(o(fe), (a, i) => (n(), m(g, {
|
|
226
228
|
key: i,
|
|
227
229
|
label: a.key,
|
|
228
230
|
value: a.value
|
|
@@ -236,14 +238,14 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
236
238
|
]),
|
|
237
239
|
_: 1
|
|
238
240
|
}),
|
|
239
|
-
|
|
240
|
-
default:
|
|
241
|
-
|
|
241
|
+
l(s, { span: 12 }, {
|
|
242
|
+
default: e(() => [
|
|
243
|
+
l(r, {
|
|
242
244
|
label: "按钮别名",
|
|
243
245
|
prop: "btnAlias"
|
|
244
246
|
}, {
|
|
245
|
-
default:
|
|
246
|
-
|
|
247
|
+
default: e(() => [
|
|
248
|
+
l(c, {
|
|
247
249
|
modelValue: o(t).btnAlias,
|
|
248
250
|
"onUpdate:modelValue": u[5] || (u[5] = (a) => o(t).btnAlias = a),
|
|
249
251
|
placeholder: "请输入按钮别名",
|
|
@@ -255,23 +257,23 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
255
257
|
]),
|
|
256
258
|
_: 1
|
|
257
259
|
}),
|
|
258
|
-
|
|
259
|
-
default:
|
|
260
|
-
|
|
260
|
+
l(s, { span: 12 }, {
|
|
261
|
+
default: e(() => [
|
|
262
|
+
l(r, {
|
|
261
263
|
label: "按钮颜色",
|
|
262
264
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
263
265
|
prop: "btnColor"
|
|
264
266
|
}, {
|
|
265
|
-
default:
|
|
266
|
-
|
|
267
|
+
default: e(() => [
|
|
268
|
+
l(V, {
|
|
267
269
|
modelValue: o(t).btnColor,
|
|
268
270
|
"onUpdate:modelValue": u[6] || (u[6] = (a) => o(t).btnColor = a),
|
|
269
271
|
placeholder: "请选择按钮颜色",
|
|
270
272
|
filterable: "",
|
|
271
273
|
clearable: ""
|
|
272
274
|
}, {
|
|
273
|
-
default:
|
|
274
|
-
(
|
|
275
|
+
default: e(() => [
|
|
276
|
+
(n(!0), b(f, null, _(o(_e), (a, i) => (n(), m(g, {
|
|
275
277
|
key: i,
|
|
276
278
|
label: a.key,
|
|
277
279
|
value: a.value
|
|
@@ -285,27 +287,27 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
285
287
|
]),
|
|
286
288
|
_: 1
|
|
287
289
|
}),
|
|
288
|
-
!o(t).isCustomBtn && o(t).permissionCode != "1001" ? (
|
|
290
|
+
!o(t).isCustomBtn && o(t).permissionCode != "1001" ? (n(), m(s, {
|
|
289
291
|
key: 0,
|
|
290
292
|
span: 12
|
|
291
293
|
}, {
|
|
292
|
-
default:
|
|
293
|
-
!o(t).isCustomBtn && o(t).permissionCode != "1001" ? (
|
|
294
|
+
default: e(() => [
|
|
295
|
+
!o(t).isCustomBtn && o(t).permissionCode != "1001" ? (n(), m(r, {
|
|
294
296
|
key: 0,
|
|
295
297
|
label: "提交方式",
|
|
296
298
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
297
299
|
prop: "submitWay"
|
|
298
300
|
}, {
|
|
299
|
-
default:
|
|
300
|
-
|
|
301
|
+
default: e(() => [
|
|
302
|
+
l(V, {
|
|
301
303
|
modelValue: o(t).submitWay,
|
|
302
304
|
"onUpdate:modelValue": u[7] || (u[7] = (a) => o(t).submitWay = a),
|
|
303
305
|
placeholder: "请选择提交方式",
|
|
304
306
|
filterable: "",
|
|
305
307
|
clearable: ""
|
|
306
308
|
}, {
|
|
307
|
-
default:
|
|
308
|
-
(
|
|
309
|
+
default: e(() => [
|
|
310
|
+
(n(!0), b(f, null, _(o(ge), (a, i) => (n(), m(g, {
|
|
309
311
|
key: i,
|
|
310
312
|
label: a.key,
|
|
311
313
|
value: a.value
|
|
@@ -319,18 +321,18 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
319
321
|
]),
|
|
320
322
|
_: 1
|
|
321
323
|
})) : C("", !0),
|
|
322
|
-
!o(t).isCustomBtn && o(t).permissionCode != "1001" && ["import", "batchImport"].includes(o(t).submitWay) ? (
|
|
324
|
+
!o(t).isCustomBtn && o(t).permissionCode != "1001" && ["import", "batchImport"].includes(o(t).submitWay) ? (n(), m(s, {
|
|
323
325
|
key: 1,
|
|
324
326
|
span: 12
|
|
325
327
|
}, {
|
|
326
|
-
default:
|
|
327
|
-
|
|
328
|
+
default: e(() => [
|
|
329
|
+
l(r, {
|
|
328
330
|
label: "导入提交文件字段",
|
|
329
|
-
rules: [{ required: !1, message: "必填项", trigger: "
|
|
331
|
+
rules: [{ required: !1, message: "必填项", trigger: "blur" }],
|
|
330
332
|
prop: "importFileName"
|
|
331
333
|
}, {
|
|
332
|
-
default:
|
|
333
|
-
|
|
334
|
+
default: e(() => [
|
|
335
|
+
l(c, {
|
|
334
336
|
modelValue: o(t).importFileName,
|
|
335
337
|
"onUpdate:modelValue": u[8] || (u[8] = (a) => o(t).importFileName = a),
|
|
336
338
|
placeholder: "请输入导入提交文件字段",
|
|
@@ -341,14 +343,47 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
341
343
|
})
|
|
342
344
|
]),
|
|
343
345
|
_: 1
|
|
346
|
+
})) : C("", !0),
|
|
347
|
+
!o(t).isCustomBtn && o(t).permissionCode != "1001" && ["messageBox", "executeApi"].includes(o(t).submitWay) ? (n(), m(s, {
|
|
348
|
+
key: 2,
|
|
349
|
+
span: 12
|
|
350
|
+
}, {
|
|
351
|
+
default: e(() => [
|
|
352
|
+
l(r, {
|
|
353
|
+
label: "是否提示校验选择表格",
|
|
354
|
+
rules: [{ required: !1, message: "必填项", trigger: "change" }],
|
|
355
|
+
prop: "isPromptVerificationSelectTable"
|
|
356
|
+
}, {
|
|
357
|
+
default: e(() => [
|
|
358
|
+
l(V, {
|
|
359
|
+
modelValue: o(t).isPromptVerificationSelectTable,
|
|
360
|
+
"onUpdate:modelValue": u[9] || (u[9] = (a) => o(t).isPromptVerificationSelectTable = a),
|
|
361
|
+
placeholder: "请选择",
|
|
362
|
+
filterable: "",
|
|
363
|
+
clearable: ""
|
|
364
|
+
}, {
|
|
365
|
+
default: e(() => [
|
|
366
|
+
(n(!0), b(f, null, _(o(Ve), (a, i) => (n(), m(g, {
|
|
367
|
+
key: i,
|
|
368
|
+
label: a.key,
|
|
369
|
+
value: a.value
|
|
370
|
+
}, null, 8, ["label", "value"]))), 128))
|
|
371
|
+
]),
|
|
372
|
+
_: 1
|
|
373
|
+
}, 8, ["modelValue"])
|
|
374
|
+
]),
|
|
375
|
+
_: 1
|
|
376
|
+
})
|
|
377
|
+
]),
|
|
378
|
+
_: 1
|
|
344
379
|
})) : C("", !0)
|
|
345
380
|
]),
|
|
346
381
|
_: 1
|
|
347
382
|
}),
|
|
348
|
-
|
|
349
|
-
default:
|
|
350
|
-
u[
|
|
351
|
-
|
|
383
|
+
l(P, { "content-position": "left" }, {
|
|
384
|
+
default: e(() => [
|
|
385
|
+
u[17] || (u[17] = U(" 提交字段配置 ")),
|
|
386
|
+
l(v, {
|
|
352
387
|
class: "add-icon-btn",
|
|
353
388
|
type: "primary",
|
|
354
389
|
icon: "Plus",
|
|
@@ -358,22 +393,22 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
358
393
|
]),
|
|
359
394
|
_: 1
|
|
360
395
|
}),
|
|
361
|
-
(
|
|
396
|
+
(n(!0), b(f, null, _(o(t).submitFields, (a, i) => (n(), m(F, {
|
|
362
397
|
gutter: 24,
|
|
363
398
|
key: i
|
|
364
399
|
}, {
|
|
365
|
-
default:
|
|
366
|
-
|
|
367
|
-
default:
|
|
368
|
-
|
|
400
|
+
default: e(() => [
|
|
401
|
+
l(s, { span: 6 }, {
|
|
402
|
+
default: e(() => [
|
|
403
|
+
l(r, {
|
|
369
404
|
label: "提交字段名",
|
|
370
405
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
371
406
|
prop: "submitFields." + i + ".submitFieldName"
|
|
372
407
|
}, {
|
|
373
|
-
default:
|
|
374
|
-
|
|
408
|
+
default: e(() => [
|
|
409
|
+
l(c, {
|
|
375
410
|
modelValue: a.submitFieldName,
|
|
376
|
-
"onUpdate:modelValue": (
|
|
411
|
+
"onUpdate:modelValue": (d) => a.submitFieldName = d,
|
|
377
412
|
placeholder: "请输入提交字段名",
|
|
378
413
|
clearable: ""
|
|
379
414
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -383,34 +418,34 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
383
418
|
]),
|
|
384
419
|
_: 2
|
|
385
420
|
}, 1024),
|
|
386
|
-
|
|
387
|
-
default:
|
|
388
|
-
|
|
421
|
+
l(s, { span: 8 }, {
|
|
422
|
+
default: e(() => [
|
|
423
|
+
l(r, {
|
|
389
424
|
label: "方式",
|
|
390
425
|
"label-width": "80px",
|
|
391
426
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
392
427
|
prop: "submitFields." + i + ".matchFieldName"
|
|
393
428
|
}, {
|
|
394
|
-
default:
|
|
395
|
-
|
|
429
|
+
default: e(() => [
|
|
430
|
+
l(c, {
|
|
396
431
|
placeholder: "请输入",
|
|
397
432
|
modelValue: a.matchFieldName,
|
|
398
|
-
"onUpdate:modelValue": (
|
|
433
|
+
"onUpdate:modelValue": (d) => a.matchFieldName = d,
|
|
399
434
|
clearable: ""
|
|
400
435
|
}, {
|
|
401
|
-
prepend:
|
|
402
|
-
|
|
436
|
+
prepend: e(() => [
|
|
437
|
+
l(V, {
|
|
403
438
|
modelValue: a.matchType,
|
|
404
|
-
"onUpdate:modelValue": (
|
|
439
|
+
"onUpdate:modelValue": (d) => a.matchType = d,
|
|
405
440
|
placeholder: "请选择",
|
|
406
441
|
style: { width: "120px" },
|
|
407
|
-
onChange: (
|
|
442
|
+
onChange: (d) => ee(a, d)
|
|
408
443
|
}, {
|
|
409
|
-
default:
|
|
410
|
-
(
|
|
444
|
+
default: e(() => [
|
|
445
|
+
(n(!0), b(f, null, _(o(ye), (d, h) => (n(), m(g, {
|
|
411
446
|
key: h,
|
|
412
|
-
label:
|
|
413
|
-
value:
|
|
447
|
+
label: d.key,
|
|
448
|
+
value: d.value
|
|
414
449
|
}, null, 8, ["label", "value"]))), 128))
|
|
415
450
|
]),
|
|
416
451
|
_: 2
|
|
@@ -424,20 +459,20 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
424
459
|
]),
|
|
425
460
|
_: 2
|
|
426
461
|
}, 1024),
|
|
427
|
-
a.matchType === "match" ? (
|
|
462
|
+
a.matchType === "match" ? (n(), m(s, {
|
|
428
463
|
key: 0,
|
|
429
464
|
span: 5
|
|
430
465
|
}, {
|
|
431
|
-
default:
|
|
432
|
-
|
|
466
|
+
default: e(() => [
|
|
467
|
+
l(r, {
|
|
433
468
|
label: "匹配源",
|
|
434
469
|
rules: [{ required: !1, message: "必填项", trigger: "blur" }],
|
|
435
470
|
prop: "submitFields." + i + ".submitFieldMatchOrigin"
|
|
436
471
|
}, {
|
|
437
|
-
default:
|
|
438
|
-
|
|
472
|
+
default: e(() => [
|
|
473
|
+
l(c, {
|
|
439
474
|
modelValue: a.submitFieldMatchOrigin,
|
|
440
|
-
"onUpdate:modelValue": (
|
|
475
|
+
"onUpdate:modelValue": (d) => a.submitFieldMatchOrigin = d,
|
|
441
476
|
placeholder: "请输入匹配源",
|
|
442
477
|
clearable: ""
|
|
443
478
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -447,26 +482,26 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
447
482
|
]),
|
|
448
483
|
_: 2
|
|
449
484
|
}, 1024)) : C("", !0),
|
|
450
|
-
|
|
451
|
-
default:
|
|
452
|
-
|
|
485
|
+
l(s, { span: 4 }, {
|
|
486
|
+
default: e(() => [
|
|
487
|
+
l(r, {
|
|
453
488
|
label: "提交类型",
|
|
454
489
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
455
490
|
prop: "submitFields." + i + ".submitFieldType"
|
|
456
491
|
}, {
|
|
457
|
-
default:
|
|
458
|
-
|
|
492
|
+
default: e(() => [
|
|
493
|
+
l(V, {
|
|
459
494
|
modelValue: a.submitFieldType,
|
|
460
|
-
"onUpdate:modelValue": (
|
|
495
|
+
"onUpdate:modelValue": (d) => a.submitFieldType = d,
|
|
461
496
|
placeholder: "请选择提交类型",
|
|
462
497
|
filterable: "",
|
|
463
498
|
clearable: ""
|
|
464
499
|
}, {
|
|
465
|
-
default:
|
|
466
|
-
(
|
|
500
|
+
default: e(() => [
|
|
501
|
+
(n(!0), b(f, null, _(o(he), (d, h) => (n(), m(g, {
|
|
467
502
|
key: h,
|
|
468
|
-
label:
|
|
469
|
-
value:
|
|
503
|
+
label: d.key,
|
|
504
|
+
value: d.value
|
|
470
505
|
}, null, 8, ["label", "value"]))), 128))
|
|
471
506
|
]),
|
|
472
507
|
_: 2
|
|
@@ -477,17 +512,17 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
477
512
|
]),
|
|
478
513
|
_: 2
|
|
479
514
|
}, 1024),
|
|
480
|
-
|
|
515
|
+
l(s, {
|
|
481
516
|
class: "submit-operate",
|
|
482
517
|
span: 1
|
|
483
518
|
}, {
|
|
484
|
-
default:
|
|
485
|
-
|
|
519
|
+
default: e(() => [
|
|
520
|
+
l(v, {
|
|
486
521
|
class: "match-opreate",
|
|
487
522
|
type: "danger",
|
|
488
523
|
icon: "Minus",
|
|
489
524
|
circle: "",
|
|
490
|
-
onClick: (
|
|
525
|
+
onClick: (d) => Q(i)
|
|
491
526
|
}, null, 8, ["onClick"])
|
|
492
527
|
]),
|
|
493
528
|
_: 2
|
|
@@ -495,10 +530,10 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
495
530
|
]),
|
|
496
531
|
_: 2
|
|
497
532
|
}, 1024))), 128)),
|
|
498
|
-
|
|
499
|
-
default:
|
|
500
|
-
u[
|
|
501
|
-
|
|
533
|
+
l(P, { "content-position": "left" }, {
|
|
534
|
+
default: e(() => [
|
|
535
|
+
u[18] || (u[18] = U(" 匹配字段配置(表格操作列按钮显示/隐藏) ")),
|
|
536
|
+
l(v, {
|
|
502
537
|
class: "add-icon-btn",
|
|
503
538
|
type: "primary",
|
|
504
539
|
icon: "Plus",
|
|
@@ -508,37 +543,37 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
508
543
|
]),
|
|
509
544
|
_: 1
|
|
510
545
|
}),
|
|
511
|
-
(
|
|
546
|
+
(n(!0), b(f, null, _(o(t).matchFields, (a, i) => (n(), m(F, {
|
|
512
547
|
gutter: 24,
|
|
513
548
|
key: i
|
|
514
549
|
}, {
|
|
515
|
-
default:
|
|
516
|
-
|
|
517
|
-
default:
|
|
518
|
-
|
|
550
|
+
default: e(() => [
|
|
551
|
+
l(s, { span: 10 }, {
|
|
552
|
+
default: e(() => [
|
|
553
|
+
l(r, {
|
|
519
554
|
label: "匹配字段名",
|
|
520
555
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
521
556
|
prop: "matchFields." + i + ".matchFieldName"
|
|
522
557
|
}, {
|
|
523
|
-
default:
|
|
524
|
-
|
|
558
|
+
default: e(() => [
|
|
559
|
+
l(c, {
|
|
525
560
|
placeholder: "请输入",
|
|
526
561
|
modelValue: a.matchFieldName,
|
|
527
|
-
"onUpdate:modelValue": (
|
|
562
|
+
"onUpdate:modelValue": (d) => a.matchFieldName = d,
|
|
528
563
|
clearable: ""
|
|
529
564
|
}, {
|
|
530
|
-
prepend:
|
|
531
|
-
|
|
565
|
+
prepend: e(() => [
|
|
566
|
+
l(V, {
|
|
532
567
|
modelValue: a.matchType,
|
|
533
|
-
"onUpdate:modelValue": (
|
|
568
|
+
"onUpdate:modelValue": (d) => a.matchType = d,
|
|
534
569
|
placeholder: "请选择",
|
|
535
570
|
style: { width: "180px" }
|
|
536
571
|
}, {
|
|
537
|
-
default:
|
|
538
|
-
(
|
|
572
|
+
default: e(() => [
|
|
573
|
+
(n(!0), b(f, null, _(o(Ce), (d, h) => (n(), m(g, {
|
|
539
574
|
key: h,
|
|
540
|
-
label:
|
|
541
|
-
value:
|
|
575
|
+
label: d.key,
|
|
576
|
+
value: d.value
|
|
542
577
|
}, null, 8, ["label", "value"]))), 128))
|
|
543
578
|
]),
|
|
544
579
|
_: 2
|
|
@@ -552,26 +587,26 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
552
587
|
]),
|
|
553
588
|
_: 2
|
|
554
589
|
}, 1024),
|
|
555
|
-
|
|
556
|
-
default:
|
|
557
|
-
|
|
590
|
+
l(s, { span: 6 }, {
|
|
591
|
+
default: e(() => [
|
|
592
|
+
l(r, {
|
|
558
593
|
label: "匹配条件",
|
|
559
594
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
560
595
|
prop: "matchFields." + i + ".matchCondition"
|
|
561
596
|
}, {
|
|
562
|
-
default:
|
|
563
|
-
|
|
597
|
+
default: e(() => [
|
|
598
|
+
l(V, {
|
|
564
599
|
modelValue: a.matchCondition,
|
|
565
|
-
"onUpdate:modelValue": (
|
|
600
|
+
"onUpdate:modelValue": (d) => a.matchCondition = d,
|
|
566
601
|
placeholder: "请选择匹配条件",
|
|
567
602
|
clearable: "",
|
|
568
603
|
filterable: ""
|
|
569
604
|
}, {
|
|
570
|
-
default:
|
|
571
|
-
(
|
|
605
|
+
default: e(() => [
|
|
606
|
+
(n(!0), b(f, null, _(o(z), (d, h) => (n(), m(g, {
|
|
572
607
|
key: h,
|
|
573
|
-
label:
|
|
574
|
-
value:
|
|
608
|
+
label: d.key,
|
|
609
|
+
value: d.value
|
|
575
610
|
}, null, 8, ["label", "value"]))), 128))
|
|
576
611
|
]),
|
|
577
612
|
_: 2
|
|
@@ -582,16 +617,16 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
582
617
|
]),
|
|
583
618
|
_: 2
|
|
584
619
|
}, 1024),
|
|
585
|
-
|
|
586
|
-
default:
|
|
587
|
-
|
|
620
|
+
l(s, { span: 6 }, {
|
|
621
|
+
default: e(() => [
|
|
622
|
+
l(r, {
|
|
588
623
|
label: "字段值",
|
|
589
624
|
prop: "matchFields." + i + ".fieldValue"
|
|
590
625
|
}, {
|
|
591
|
-
default:
|
|
592
|
-
|
|
626
|
+
default: e(() => [
|
|
627
|
+
l(c, {
|
|
593
628
|
modelValue: a.fieldValue,
|
|
594
|
-
"onUpdate:modelValue": (
|
|
629
|
+
"onUpdate:modelValue": (d) => a.fieldValue = d,
|
|
595
630
|
placeholder: "请输入字段值",
|
|
596
631
|
clearable: ""
|
|
597
632
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -601,45 +636,45 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
601
636
|
]),
|
|
602
637
|
_: 2
|
|
603
638
|
}, 1024),
|
|
604
|
-
|
|
639
|
+
l(s, {
|
|
605
640
|
class: "submit-operate",
|
|
606
641
|
span: 2
|
|
607
642
|
}, {
|
|
608
|
-
default:
|
|
609
|
-
|
|
643
|
+
default: e(() => [
|
|
644
|
+
l(v, {
|
|
610
645
|
class: "match-opreate",
|
|
611
646
|
type: "danger",
|
|
612
647
|
icon: "Minus",
|
|
613
648
|
circle: "",
|
|
614
|
-
onClick: (
|
|
649
|
+
onClick: (d) => Z(i)
|
|
615
650
|
}, null, 8, ["onClick"])
|
|
616
651
|
]),
|
|
617
652
|
_: 2
|
|
618
653
|
}, 1024),
|
|
619
|
-
i + 1 !== o(t).matchFields.length ? (
|
|
654
|
+
i + 1 !== o(t).matchFields.length ? (n(), m(s, {
|
|
620
655
|
key: 0,
|
|
621
656
|
span: 24
|
|
622
657
|
}, {
|
|
623
|
-
default:
|
|
624
|
-
|
|
658
|
+
default: e(() => [
|
|
659
|
+
l(r, {
|
|
625
660
|
class: "condition-box",
|
|
626
661
|
label: "",
|
|
627
662
|
"label-width": "0",
|
|
628
663
|
prop: "matchFields." + i + ".spliceCondition"
|
|
629
664
|
}, {
|
|
630
|
-
default:
|
|
631
|
-
|
|
665
|
+
default: e(() => [
|
|
666
|
+
l(V, {
|
|
632
667
|
modelValue: a.spliceCondition,
|
|
633
|
-
"onUpdate:modelValue": (
|
|
668
|
+
"onUpdate:modelValue": (d) => a.spliceCondition = d,
|
|
634
669
|
placeholder: "请选择拼接条件",
|
|
635
670
|
clearable: "",
|
|
636
671
|
filterable: ""
|
|
637
672
|
}, {
|
|
638
|
-
default:
|
|
639
|
-
(
|
|
673
|
+
default: e(() => [
|
|
674
|
+
(n(!0), b(f, null, _(o(Fe), (d, h) => (n(), m(g, {
|
|
640
675
|
key: h,
|
|
641
|
-
label:
|
|
642
|
-
value:
|
|
676
|
+
label: d.key,
|
|
677
|
+
value: d.value
|
|
643
678
|
}, null, 8, ["label", "value"]))), 128))
|
|
644
679
|
]),
|
|
645
680
|
_: 2
|
|
@@ -653,18 +688,18 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
653
688
|
]),
|
|
654
689
|
_: 2
|
|
655
690
|
}, 1024))), 128)),
|
|
656
|
-
|
|
657
|
-
default:
|
|
658
|
-
|
|
659
|
-
default:
|
|
660
|
-
|
|
691
|
+
l(F, { gutter: 24 }, {
|
|
692
|
+
default: e(() => [
|
|
693
|
+
l(s, { span: 4 }, {
|
|
694
|
+
default: e(() => [
|
|
695
|
+
l(r, {
|
|
661
696
|
label: "自定义按钮",
|
|
662
697
|
prop: "isCustomBtn"
|
|
663
698
|
}, {
|
|
664
|
-
default:
|
|
665
|
-
|
|
699
|
+
default: e(() => [
|
|
700
|
+
l(te, {
|
|
666
701
|
modelValue: o(t).isCustomBtn,
|
|
667
|
-
"onUpdate:modelValue": u[
|
|
702
|
+
"onUpdate:modelValue": u[10] || (u[10] = (a) => o(t).isCustomBtn = a),
|
|
668
703
|
onChange: G
|
|
669
704
|
}, null, 8, ["modelValue"])
|
|
670
705
|
]),
|
|
@@ -673,26 +708,26 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
673
708
|
]),
|
|
674
709
|
_: 1
|
|
675
710
|
}),
|
|
676
|
-
o(t).isCustomBtn ? (
|
|
711
|
+
o(t).isCustomBtn ? (n(), m(s, {
|
|
677
712
|
key: 0,
|
|
678
713
|
span: 6
|
|
679
714
|
}, {
|
|
680
|
-
default:
|
|
681
|
-
|
|
715
|
+
default: e(() => [
|
|
716
|
+
l(r, {
|
|
682
717
|
label: "自定义类型",
|
|
683
718
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
684
719
|
prop: "customType"
|
|
685
720
|
}, {
|
|
686
|
-
default:
|
|
687
|
-
|
|
721
|
+
default: e(() => [
|
|
722
|
+
l(V, {
|
|
688
723
|
modelValue: o(t).customType,
|
|
689
|
-
"onUpdate:modelValue": u[
|
|
724
|
+
"onUpdate:modelValue": u[11] || (u[11] = (a) => o(t).customType = a),
|
|
690
725
|
placeholder: "请选择关联菜单",
|
|
691
726
|
filterable: "",
|
|
692
727
|
clearable: ""
|
|
693
728
|
}, {
|
|
694
|
-
default:
|
|
695
|
-
(
|
|
729
|
+
default: e(() => [
|
|
730
|
+
(n(!0), b(f, null, _(o(ve), (a, i) => (n(), m(g, {
|
|
696
731
|
key: i,
|
|
697
732
|
label: a.key,
|
|
698
733
|
value: a.value
|
|
@@ -706,19 +741,19 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
706
741
|
]),
|
|
707
742
|
_: 1
|
|
708
743
|
})) : C("", !0),
|
|
709
|
-
|
|
710
|
-
default:
|
|
711
|
-
|
|
712
|
-
default:
|
|
713
|
-
|
|
744
|
+
l(s, { span: 6 }, {
|
|
745
|
+
default: e(() => [
|
|
746
|
+
l(r, { label: "关联菜单" }, {
|
|
747
|
+
default: e(() => [
|
|
748
|
+
l(V, {
|
|
714
749
|
modelValue: o(t).associationMenuId,
|
|
715
|
-
"onUpdate:modelValue": u[
|
|
750
|
+
"onUpdate:modelValue": u[12] || (u[12] = (a) => o(t).associationMenuId = a),
|
|
716
751
|
placeholder: "请选择关联菜单",
|
|
717
752
|
filterable: "",
|
|
718
753
|
clearable: ""
|
|
719
754
|
}, {
|
|
720
|
-
default:
|
|
721
|
-
(
|
|
755
|
+
default: e(() => [
|
|
756
|
+
(n(!0), b(f, null, _(o($), (a, i) => (n(), m(g, {
|
|
722
757
|
key: i,
|
|
723
758
|
label: a.name,
|
|
724
759
|
value: a.id
|
|
@@ -735,22 +770,22 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
735
770
|
]),
|
|
736
771
|
_: 1
|
|
737
772
|
}),
|
|
738
|
-
o(t).customType === "code" ? (
|
|
773
|
+
o(t).customType === "code" ? (n(), m(F, {
|
|
739
774
|
key: 0,
|
|
740
775
|
gutter: 24
|
|
741
776
|
}, {
|
|
742
|
-
default:
|
|
743
|
-
|
|
744
|
-
default:
|
|
745
|
-
|
|
777
|
+
default: e(() => [
|
|
778
|
+
l(s, { span: 24 }, {
|
|
779
|
+
default: e(() => [
|
|
780
|
+
l(r, {
|
|
746
781
|
label: "代码片段",
|
|
747
782
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
748
783
|
prop: "codeStr"
|
|
749
784
|
}, {
|
|
750
|
-
default:
|
|
751
|
-
|
|
785
|
+
default: e(() => [
|
|
786
|
+
l(o(E), {
|
|
752
787
|
modelValue: o(t).codeStr,
|
|
753
|
-
"onUpdate:modelValue": u[
|
|
788
|
+
"onUpdate:modelValue": u[13] || (u[13] = (a) => o(t).codeStr = a)
|
|
754
789
|
}, null, 8, ["modelValue"])
|
|
755
790
|
]),
|
|
756
791
|
_: 1
|
|
@@ -761,27 +796,27 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
761
796
|
]),
|
|
762
797
|
_: 1
|
|
763
798
|
})) : C("", !0),
|
|
764
|
-
o(t).customType === "component" ? (
|
|
799
|
+
o(t).customType === "component" ? (n(), m(F, {
|
|
765
800
|
key: 1,
|
|
766
801
|
gutter: 24
|
|
767
802
|
}, {
|
|
768
|
-
default:
|
|
769
|
-
|
|
770
|
-
default:
|
|
771
|
-
|
|
803
|
+
default: e(() => [
|
|
804
|
+
l(s, { span: 10 }, {
|
|
805
|
+
default: e(() => [
|
|
806
|
+
l(r, {
|
|
772
807
|
label: "组件名称",
|
|
773
808
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
774
809
|
prop: "customComponentName"
|
|
775
810
|
}, {
|
|
776
|
-
default:
|
|
777
|
-
|
|
811
|
+
default: e(() => [
|
|
812
|
+
l(c, {
|
|
778
813
|
modelValue: o(t).customComponentName,
|
|
779
|
-
"onUpdate:modelValue": u[
|
|
814
|
+
"onUpdate:modelValue": u[14] || (u[14] = (a) => o(t).customComponentName = a),
|
|
780
815
|
placeholder: "请输入组件名称",
|
|
781
816
|
clearable: ""
|
|
782
817
|
}, {
|
|
783
|
-
prepend:
|
|
784
|
-
U(
|
|
818
|
+
prepend: e(() => [
|
|
819
|
+
U(O(j.value), 1)
|
|
785
820
|
]),
|
|
786
821
|
_: 1
|
|
787
822
|
}, 8, ["modelValue"])
|
|
@@ -791,17 +826,17 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
791
826
|
]),
|
|
792
827
|
_: 1
|
|
793
828
|
}),
|
|
794
|
-
|
|
795
|
-
default:
|
|
796
|
-
|
|
829
|
+
l(s, { span: 14 }, {
|
|
830
|
+
default: e(() => [
|
|
831
|
+
l(r, {
|
|
797
832
|
label: "组件地址",
|
|
798
833
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
799
834
|
prop: "customComponentUrl"
|
|
800
835
|
}, {
|
|
801
|
-
default:
|
|
802
|
-
|
|
836
|
+
default: e(() => [
|
|
837
|
+
l(c, {
|
|
803
838
|
modelValue: o(t).customComponentUrl,
|
|
804
|
-
"onUpdate:modelValue": u[
|
|
839
|
+
"onUpdate:modelValue": u[15] || (u[15] = (a) => o(t).customComponentUrl = a),
|
|
805
840
|
placeholder: "请输入组件地址",
|
|
806
841
|
clearable: ""
|
|
807
842
|
}, null, 8, ["modelValue"])
|
|
@@ -822,7 +857,7 @@ const ve = { class: "dialog-footer" }, Ue = {
|
|
|
822
857
|
}, 8, ["model-value", "title"]);
|
|
823
858
|
};
|
|
824
859
|
}
|
|
825
|
-
},
|
|
860
|
+
}, Me = /* @__PURE__ */ ce(ke, [["__scopeId", "data-v-325d2233"]]);
|
|
826
861
|
export {
|
|
827
|
-
|
|
862
|
+
Me as default
|
|
828
863
|
};
|