act-plus 1.1.70 → 1.1.72
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 +50 -50
- package/lib/{dialogAddField-d5464c68.js → dialogAddField-3cde424e.js} +2 -2
- package/lib/{dialogConfigBtn-a040c8a8.js → dialogConfigBtn-2b6e2118.js} +298 -240
- package/lib/{dialogSiteComponentsParams-4a1bc1cc.js → dialogSiteComponentsParams-f3ed924a.js} +1 -1
- package/lib/{index-307d804a.js → index-04c33054.js} +1 -1
- package/lib/{index-2a4b41ad.js → index-1366d1ab.js} +1 -1
- package/lib/{index-d473d428.js → index-a2206f8c.js} +1 -1
- package/lib/{index-fb59c468.js → index-a823b78b.js} +8 -8
- package/lib/{index-fe6488e8.js → index-d2f95f0a.js} +2 -2
- package/lib/{index-b4512e42.js → index-deb65003.js} +1 -1
- package/lib/{index-33623979.js → index-ec8c8fec.js} +2241 -2125
- package/lib/{index-566f70f9.js → index-ee1558c9.js} +1 -1
- package/lib/index-f9636631.js +214 -0
- package/package.json +1 -1
- package/style.css +1 -1
- package/lib/index-1eb62bcb.js +0 -106
|
@@ -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-ec8c8fec.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 Fe = { 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 T =
|
|
13
|
+
setup(x, { emit: A }) {
|
|
14
|
+
const D = L(() => import("./index-ee1558c9.js")), E = L(() => import("./index-a2206f8c.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
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,20 +25,20 @@ const Fe = { 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
|
}
|
|
39
39
|
);
|
|
40
40
|
const G = () => {
|
|
41
|
-
t.value.submitWay =
|
|
41
|
+
t.value.submitWay = void 0, t.value.customType = void 0, t.value.codeStr = void 0, t.value.customComponentName = void 0, t.value.customComponentUrl = void 0;
|
|
42
42
|
}, J = () => {
|
|
43
43
|
t.value.submitFields.push({ matchType: "match", submitFieldMatchOrigin: "rowData", submitFieldName: "", matchFieldName: "", submitFieldType: "" });
|
|
44
44
|
}, Q = (p) => {
|
|
@@ -47,11 +47,13 @@ const Fe = { 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 {
|
|
@@ -64,8 +66,8 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
64
66
|
});
|
|
65
67
|
};
|
|
66
68
|
return (p, u) => {
|
|
67
|
-
const c = y("el-input"), r = y("el-form-item"),
|
|
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 Fe = { 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
|
-
|
|
82
|
+
footer: e(() => [
|
|
83
|
+
me("span", Te, [
|
|
84
|
+
l(v, {
|
|
83
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
95
|
loading: o(T).btnLoading,
|
|
94
|
-
onClick: u[
|
|
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 Fe = { 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 Fe = { 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,24 +178,24 @@ const Fe = { 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
|
-
key:
|
|
196
|
+
default: e(() => [
|
|
197
|
+
(n(!0), b(f, null, _(o(be), (a, i) => (n(), m(g, {
|
|
198
|
+
key: i,
|
|
197
199
|
label: a.key,
|
|
198
200
|
value: a.value
|
|
199
201
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -206,24 +208,24 @@ const Fe = { 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
|
-
key:
|
|
226
|
+
default: e(() => [
|
|
227
|
+
(n(!0), b(f, null, _(o(fe), (a, i) => (n(), m(g, {
|
|
228
|
+
key: i,
|
|
227
229
|
label: a.key,
|
|
228
230
|
value: a.value
|
|
229
231
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -236,14 +238,14 @@ const Fe = { 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,24 +257,24 @@ const Fe = { 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
|
-
key:
|
|
275
|
+
default: e(() => [
|
|
276
|
+
(n(!0), b(f, null, _(o(_e), (a, i) => (n(), m(g, {
|
|
277
|
+
key: i,
|
|
276
278
|
label: a.key,
|
|
277
279
|
value: a.value
|
|
278
280
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -285,28 +287,28 @@ const Fe = { 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
|
-
key:
|
|
309
|
+
default: e(() => [
|
|
310
|
+
(n(!0), b(f, null, _(o(ge), (a, i) => (n(), m(g, {
|
|
311
|
+
key: i,
|
|
310
312
|
label: a.key,
|
|
311
313
|
value: a.value
|
|
312
314
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -318,14 +320,70 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
318
320
|
})) : C("", !0)
|
|
319
321
|
]),
|
|
320
322
|
_: 1
|
|
323
|
+
})) : C("", !0),
|
|
324
|
+
!o(t).isCustomBtn && o(t).permissionCode != "1001" && ["import", "batchImport"].includes(o(t).submitWay) ? (n(), m(s, {
|
|
325
|
+
key: 1,
|
|
326
|
+
span: 12
|
|
327
|
+
}, {
|
|
328
|
+
default: e(() => [
|
|
329
|
+
l(r, {
|
|
330
|
+
label: "导入提交文件字段",
|
|
331
|
+
rules: [{ required: !1, message: "必填项", trigger: "blur" }],
|
|
332
|
+
prop: "importFileName"
|
|
333
|
+
}, {
|
|
334
|
+
default: e(() => [
|
|
335
|
+
l(c, {
|
|
336
|
+
modelValue: o(t).importFileName,
|
|
337
|
+
"onUpdate:modelValue": u[8] || (u[8] = (a) => o(t).importFileName = a),
|
|
338
|
+
placeholder: "请输入导入提交文件字段",
|
|
339
|
+
clearable: ""
|
|
340
|
+
}, null, 8, ["modelValue"])
|
|
341
|
+
]),
|
|
342
|
+
_: 1
|
|
343
|
+
})
|
|
344
|
+
]),
|
|
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
|
|
321
379
|
})) : C("", !0)
|
|
322
380
|
]),
|
|
323
381
|
_: 1
|
|
324
382
|
}),
|
|
325
|
-
|
|
326
|
-
default:
|
|
327
|
-
u[
|
|
328
|
-
|
|
383
|
+
l(P, { "content-position": "left" }, {
|
|
384
|
+
default: e(() => [
|
|
385
|
+
u[17] || (u[17] = U(" 提交字段配置 ")),
|
|
386
|
+
l(v, {
|
|
329
387
|
class: "add-icon-btn",
|
|
330
388
|
type: "primary",
|
|
331
389
|
icon: "Plus",
|
|
@@ -335,22 +393,22 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
335
393
|
]),
|
|
336
394
|
_: 1
|
|
337
395
|
}),
|
|
338
|
-
(
|
|
396
|
+
(n(!0), b(f, null, _(o(t).submitFields, (a, i) => (n(), m(F, {
|
|
339
397
|
gutter: 24,
|
|
340
|
-
key:
|
|
398
|
+
key: i
|
|
341
399
|
}, {
|
|
342
|
-
default:
|
|
343
|
-
|
|
344
|
-
default:
|
|
345
|
-
|
|
400
|
+
default: e(() => [
|
|
401
|
+
l(s, { span: 6 }, {
|
|
402
|
+
default: e(() => [
|
|
403
|
+
l(r, {
|
|
346
404
|
label: "提交字段名",
|
|
347
405
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
348
|
-
prop: "submitFields." +
|
|
406
|
+
prop: "submitFields." + i + ".submitFieldName"
|
|
349
407
|
}, {
|
|
350
|
-
default:
|
|
351
|
-
|
|
408
|
+
default: e(() => [
|
|
409
|
+
l(c, {
|
|
352
410
|
modelValue: a.submitFieldName,
|
|
353
|
-
"onUpdate:modelValue": (
|
|
411
|
+
"onUpdate:modelValue": (d) => a.submitFieldName = d,
|
|
354
412
|
placeholder: "请输入提交字段名",
|
|
355
413
|
clearable: ""
|
|
356
414
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -360,34 +418,34 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
360
418
|
]),
|
|
361
419
|
_: 2
|
|
362
420
|
}, 1024),
|
|
363
|
-
|
|
364
|
-
default:
|
|
365
|
-
|
|
421
|
+
l(s, { span: 8 }, {
|
|
422
|
+
default: e(() => [
|
|
423
|
+
l(r, {
|
|
366
424
|
label: "方式",
|
|
367
425
|
"label-width": "80px",
|
|
368
426
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
369
|
-
prop: "submitFields." +
|
|
427
|
+
prop: "submitFields." + i + ".matchFieldName"
|
|
370
428
|
}, {
|
|
371
|
-
default:
|
|
372
|
-
|
|
429
|
+
default: e(() => [
|
|
430
|
+
l(c, {
|
|
373
431
|
placeholder: "请输入",
|
|
374
432
|
modelValue: a.matchFieldName,
|
|
375
|
-
"onUpdate:modelValue": (
|
|
433
|
+
"onUpdate:modelValue": (d) => a.matchFieldName = d,
|
|
376
434
|
clearable: ""
|
|
377
435
|
}, {
|
|
378
|
-
prepend:
|
|
379
|
-
|
|
436
|
+
prepend: e(() => [
|
|
437
|
+
l(V, {
|
|
380
438
|
modelValue: a.matchType,
|
|
381
|
-
"onUpdate:modelValue": (
|
|
439
|
+
"onUpdate:modelValue": (d) => a.matchType = d,
|
|
382
440
|
placeholder: "请选择",
|
|
383
441
|
style: { width: "120px" },
|
|
384
|
-
onChange: (
|
|
442
|
+
onChange: (d) => ee(a, d)
|
|
385
443
|
}, {
|
|
386
|
-
default:
|
|
387
|
-
(
|
|
444
|
+
default: e(() => [
|
|
445
|
+
(n(!0), b(f, null, _(o(ye), (d, h) => (n(), m(g, {
|
|
388
446
|
key: h,
|
|
389
|
-
label:
|
|
390
|
-
value:
|
|
447
|
+
label: d.key,
|
|
448
|
+
value: d.value
|
|
391
449
|
}, null, 8, ["label", "value"]))), 128))
|
|
392
450
|
]),
|
|
393
451
|
_: 2
|
|
@@ -401,20 +459,20 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
401
459
|
]),
|
|
402
460
|
_: 2
|
|
403
461
|
}, 1024),
|
|
404
|
-
a.matchType === "match" ? (
|
|
462
|
+
a.matchType === "match" ? (n(), m(s, {
|
|
405
463
|
key: 0,
|
|
406
464
|
span: 5
|
|
407
465
|
}, {
|
|
408
|
-
default:
|
|
409
|
-
|
|
466
|
+
default: e(() => [
|
|
467
|
+
l(r, {
|
|
410
468
|
label: "匹配源",
|
|
411
469
|
rules: [{ required: !1, message: "必填项", trigger: "blur" }],
|
|
412
|
-
prop: "submitFields." +
|
|
470
|
+
prop: "submitFields." + i + ".submitFieldMatchOrigin"
|
|
413
471
|
}, {
|
|
414
|
-
default:
|
|
415
|
-
|
|
472
|
+
default: e(() => [
|
|
473
|
+
l(c, {
|
|
416
474
|
modelValue: a.submitFieldMatchOrigin,
|
|
417
|
-
"onUpdate:modelValue": (
|
|
475
|
+
"onUpdate:modelValue": (d) => a.submitFieldMatchOrigin = d,
|
|
418
476
|
placeholder: "请输入匹配源",
|
|
419
477
|
clearable: ""
|
|
420
478
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -424,26 +482,26 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
424
482
|
]),
|
|
425
483
|
_: 2
|
|
426
484
|
}, 1024)) : C("", !0),
|
|
427
|
-
|
|
428
|
-
default:
|
|
429
|
-
|
|
485
|
+
l(s, { span: 4 }, {
|
|
486
|
+
default: e(() => [
|
|
487
|
+
l(r, {
|
|
430
488
|
label: "提交类型",
|
|
431
489
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
432
|
-
prop: "submitFields." +
|
|
490
|
+
prop: "submitFields." + i + ".submitFieldType"
|
|
433
491
|
}, {
|
|
434
|
-
default:
|
|
435
|
-
|
|
492
|
+
default: e(() => [
|
|
493
|
+
l(V, {
|
|
436
494
|
modelValue: a.submitFieldType,
|
|
437
|
-
"onUpdate:modelValue": (
|
|
495
|
+
"onUpdate:modelValue": (d) => a.submitFieldType = d,
|
|
438
496
|
placeholder: "请选择提交类型",
|
|
439
497
|
filterable: "",
|
|
440
498
|
clearable: ""
|
|
441
499
|
}, {
|
|
442
|
-
default:
|
|
443
|
-
(
|
|
500
|
+
default: e(() => [
|
|
501
|
+
(n(!0), b(f, null, _(o(he), (d, h) => (n(), m(g, {
|
|
444
502
|
key: h,
|
|
445
|
-
label:
|
|
446
|
-
value:
|
|
503
|
+
label: d.key,
|
|
504
|
+
value: d.value
|
|
447
505
|
}, null, 8, ["label", "value"]))), 128))
|
|
448
506
|
]),
|
|
449
507
|
_: 2
|
|
@@ -454,17 +512,17 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
454
512
|
]),
|
|
455
513
|
_: 2
|
|
456
514
|
}, 1024),
|
|
457
|
-
|
|
515
|
+
l(s, {
|
|
458
516
|
class: "submit-operate",
|
|
459
517
|
span: 1
|
|
460
518
|
}, {
|
|
461
|
-
default:
|
|
462
|
-
|
|
519
|
+
default: e(() => [
|
|
520
|
+
l(v, {
|
|
463
521
|
class: "match-opreate",
|
|
464
522
|
type: "danger",
|
|
465
523
|
icon: "Minus",
|
|
466
524
|
circle: "",
|
|
467
|
-
onClick: (
|
|
525
|
+
onClick: (d) => Q(i)
|
|
468
526
|
}, null, 8, ["onClick"])
|
|
469
527
|
]),
|
|
470
528
|
_: 2
|
|
@@ -472,10 +530,10 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
472
530
|
]),
|
|
473
531
|
_: 2
|
|
474
532
|
}, 1024))), 128)),
|
|
475
|
-
|
|
476
|
-
default:
|
|
477
|
-
u[
|
|
478
|
-
|
|
533
|
+
l(P, { "content-position": "left" }, {
|
|
534
|
+
default: e(() => [
|
|
535
|
+
u[18] || (u[18] = U(" 匹配字段配置(表格操作列按钮显示/隐藏) ")),
|
|
536
|
+
l(v, {
|
|
479
537
|
class: "add-icon-btn",
|
|
480
538
|
type: "primary",
|
|
481
539
|
icon: "Plus",
|
|
@@ -485,37 +543,37 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
485
543
|
]),
|
|
486
544
|
_: 1
|
|
487
545
|
}),
|
|
488
|
-
(
|
|
546
|
+
(n(!0), b(f, null, _(o(t).matchFields, (a, i) => (n(), m(F, {
|
|
489
547
|
gutter: 24,
|
|
490
|
-
key:
|
|
548
|
+
key: i
|
|
491
549
|
}, {
|
|
492
|
-
default:
|
|
493
|
-
|
|
494
|
-
default:
|
|
495
|
-
|
|
550
|
+
default: e(() => [
|
|
551
|
+
l(s, { span: 10 }, {
|
|
552
|
+
default: e(() => [
|
|
553
|
+
l(r, {
|
|
496
554
|
label: "匹配字段名",
|
|
497
555
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
498
|
-
prop: "matchFields." +
|
|
556
|
+
prop: "matchFields." + i + ".matchFieldName"
|
|
499
557
|
}, {
|
|
500
|
-
default:
|
|
501
|
-
|
|
558
|
+
default: e(() => [
|
|
559
|
+
l(c, {
|
|
502
560
|
placeholder: "请输入",
|
|
503
561
|
modelValue: a.matchFieldName,
|
|
504
|
-
"onUpdate:modelValue": (
|
|
562
|
+
"onUpdate:modelValue": (d) => a.matchFieldName = d,
|
|
505
563
|
clearable: ""
|
|
506
564
|
}, {
|
|
507
|
-
prepend:
|
|
508
|
-
|
|
565
|
+
prepend: e(() => [
|
|
566
|
+
l(V, {
|
|
509
567
|
modelValue: a.matchType,
|
|
510
|
-
"onUpdate:modelValue": (
|
|
568
|
+
"onUpdate:modelValue": (d) => a.matchType = d,
|
|
511
569
|
placeholder: "请选择",
|
|
512
570
|
style: { width: "180px" }
|
|
513
571
|
}, {
|
|
514
|
-
default:
|
|
515
|
-
(
|
|
572
|
+
default: e(() => [
|
|
573
|
+
(n(!0), b(f, null, _(o(Ce), (d, h) => (n(), m(g, {
|
|
516
574
|
key: h,
|
|
517
|
-
label:
|
|
518
|
-
value:
|
|
575
|
+
label: d.key,
|
|
576
|
+
value: d.value
|
|
519
577
|
}, null, 8, ["label", "value"]))), 128))
|
|
520
578
|
]),
|
|
521
579
|
_: 2
|
|
@@ -529,26 +587,26 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
529
587
|
]),
|
|
530
588
|
_: 2
|
|
531
589
|
}, 1024),
|
|
532
|
-
|
|
533
|
-
default:
|
|
534
|
-
|
|
590
|
+
l(s, { span: 6 }, {
|
|
591
|
+
default: e(() => [
|
|
592
|
+
l(r, {
|
|
535
593
|
label: "匹配条件",
|
|
536
594
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
537
|
-
prop: "matchFields." +
|
|
595
|
+
prop: "matchFields." + i + ".matchCondition"
|
|
538
596
|
}, {
|
|
539
|
-
default:
|
|
540
|
-
|
|
597
|
+
default: e(() => [
|
|
598
|
+
l(V, {
|
|
541
599
|
modelValue: a.matchCondition,
|
|
542
|
-
"onUpdate:modelValue": (
|
|
600
|
+
"onUpdate:modelValue": (d) => a.matchCondition = d,
|
|
543
601
|
placeholder: "请选择匹配条件",
|
|
544
602
|
clearable: "",
|
|
545
603
|
filterable: ""
|
|
546
604
|
}, {
|
|
547
|
-
default:
|
|
548
|
-
(
|
|
605
|
+
default: e(() => [
|
|
606
|
+
(n(!0), b(f, null, _(o(z), (d, h) => (n(), m(g, {
|
|
549
607
|
key: h,
|
|
550
|
-
label:
|
|
551
|
-
value:
|
|
608
|
+
label: d.key,
|
|
609
|
+
value: d.value
|
|
552
610
|
}, null, 8, ["label", "value"]))), 128))
|
|
553
611
|
]),
|
|
554
612
|
_: 2
|
|
@@ -559,16 +617,16 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
559
617
|
]),
|
|
560
618
|
_: 2
|
|
561
619
|
}, 1024),
|
|
562
|
-
|
|
563
|
-
default:
|
|
564
|
-
|
|
620
|
+
l(s, { span: 6 }, {
|
|
621
|
+
default: e(() => [
|
|
622
|
+
l(r, {
|
|
565
623
|
label: "字段值",
|
|
566
|
-
prop: "matchFields." +
|
|
624
|
+
prop: "matchFields." + i + ".fieldValue"
|
|
567
625
|
}, {
|
|
568
|
-
default:
|
|
569
|
-
|
|
626
|
+
default: e(() => [
|
|
627
|
+
l(c, {
|
|
570
628
|
modelValue: a.fieldValue,
|
|
571
|
-
"onUpdate:modelValue": (
|
|
629
|
+
"onUpdate:modelValue": (d) => a.fieldValue = d,
|
|
572
630
|
placeholder: "请输入字段值",
|
|
573
631
|
clearable: ""
|
|
574
632
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -578,45 +636,45 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
578
636
|
]),
|
|
579
637
|
_: 2
|
|
580
638
|
}, 1024),
|
|
581
|
-
|
|
639
|
+
l(s, {
|
|
582
640
|
class: "submit-operate",
|
|
583
641
|
span: 2
|
|
584
642
|
}, {
|
|
585
|
-
default:
|
|
586
|
-
|
|
643
|
+
default: e(() => [
|
|
644
|
+
l(v, {
|
|
587
645
|
class: "match-opreate",
|
|
588
646
|
type: "danger",
|
|
589
647
|
icon: "Minus",
|
|
590
648
|
circle: "",
|
|
591
|
-
onClick: (
|
|
649
|
+
onClick: (d) => Z(i)
|
|
592
650
|
}, null, 8, ["onClick"])
|
|
593
651
|
]),
|
|
594
652
|
_: 2
|
|
595
653
|
}, 1024),
|
|
596
|
-
|
|
654
|
+
i + 1 !== o(t).matchFields.length ? (n(), m(s, {
|
|
597
655
|
key: 0,
|
|
598
656
|
span: 24
|
|
599
657
|
}, {
|
|
600
|
-
default:
|
|
601
|
-
|
|
658
|
+
default: e(() => [
|
|
659
|
+
l(r, {
|
|
602
660
|
class: "condition-box",
|
|
603
661
|
label: "",
|
|
604
662
|
"label-width": "0",
|
|
605
|
-
prop: "matchFields." +
|
|
663
|
+
prop: "matchFields." + i + ".spliceCondition"
|
|
606
664
|
}, {
|
|
607
|
-
default:
|
|
608
|
-
|
|
665
|
+
default: e(() => [
|
|
666
|
+
l(V, {
|
|
609
667
|
modelValue: a.spliceCondition,
|
|
610
|
-
"onUpdate:modelValue": (
|
|
668
|
+
"onUpdate:modelValue": (d) => a.spliceCondition = d,
|
|
611
669
|
placeholder: "请选择拼接条件",
|
|
612
670
|
clearable: "",
|
|
613
671
|
filterable: ""
|
|
614
672
|
}, {
|
|
615
|
-
default:
|
|
616
|
-
(
|
|
673
|
+
default: e(() => [
|
|
674
|
+
(n(!0), b(f, null, _(o(Fe), (d, h) => (n(), m(g, {
|
|
617
675
|
key: h,
|
|
618
|
-
label:
|
|
619
|
-
value:
|
|
676
|
+
label: d.key,
|
|
677
|
+
value: d.value
|
|
620
678
|
}, null, 8, ["label", "value"]))), 128))
|
|
621
679
|
]),
|
|
622
680
|
_: 2
|
|
@@ -630,18 +688,18 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
630
688
|
]),
|
|
631
689
|
_: 2
|
|
632
690
|
}, 1024))), 128)),
|
|
633
|
-
|
|
634
|
-
default:
|
|
635
|
-
|
|
636
|
-
default:
|
|
637
|
-
|
|
691
|
+
l(F, { gutter: 24 }, {
|
|
692
|
+
default: e(() => [
|
|
693
|
+
l(s, { span: 4 }, {
|
|
694
|
+
default: e(() => [
|
|
695
|
+
l(r, {
|
|
638
696
|
label: "自定义按钮",
|
|
639
697
|
prop: "isCustomBtn"
|
|
640
698
|
}, {
|
|
641
|
-
default:
|
|
642
|
-
|
|
699
|
+
default: e(() => [
|
|
700
|
+
l(te, {
|
|
643
701
|
modelValue: o(t).isCustomBtn,
|
|
644
|
-
"onUpdate:modelValue": u[
|
|
702
|
+
"onUpdate:modelValue": u[10] || (u[10] = (a) => o(t).isCustomBtn = a),
|
|
645
703
|
onChange: G
|
|
646
704
|
}, null, 8, ["modelValue"])
|
|
647
705
|
]),
|
|
@@ -650,27 +708,27 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
650
708
|
]),
|
|
651
709
|
_: 1
|
|
652
710
|
}),
|
|
653
|
-
o(t).isCustomBtn ? (
|
|
711
|
+
o(t).isCustomBtn ? (n(), m(s, {
|
|
654
712
|
key: 0,
|
|
655
713
|
span: 6
|
|
656
714
|
}, {
|
|
657
|
-
default:
|
|
658
|
-
|
|
715
|
+
default: e(() => [
|
|
716
|
+
l(r, {
|
|
659
717
|
label: "自定义类型",
|
|
660
718
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
661
719
|
prop: "customType"
|
|
662
720
|
}, {
|
|
663
|
-
default:
|
|
664
|
-
|
|
721
|
+
default: e(() => [
|
|
722
|
+
l(V, {
|
|
665
723
|
modelValue: o(t).customType,
|
|
666
|
-
"onUpdate:modelValue": u[
|
|
724
|
+
"onUpdate:modelValue": u[11] || (u[11] = (a) => o(t).customType = a),
|
|
667
725
|
placeholder: "请选择关联菜单",
|
|
668
726
|
filterable: "",
|
|
669
727
|
clearable: ""
|
|
670
728
|
}, {
|
|
671
|
-
default:
|
|
672
|
-
(
|
|
673
|
-
key:
|
|
729
|
+
default: e(() => [
|
|
730
|
+
(n(!0), b(f, null, _(o(ve), (a, i) => (n(), m(g, {
|
|
731
|
+
key: i,
|
|
674
732
|
label: a.key,
|
|
675
733
|
value: a.value
|
|
676
734
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -683,20 +741,20 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
683
741
|
]),
|
|
684
742
|
_: 1
|
|
685
743
|
})) : C("", !0),
|
|
686
|
-
|
|
687
|
-
default:
|
|
688
|
-
|
|
689
|
-
default:
|
|
690
|
-
|
|
744
|
+
l(s, { span: 6 }, {
|
|
745
|
+
default: e(() => [
|
|
746
|
+
l(r, { label: "关联菜单" }, {
|
|
747
|
+
default: e(() => [
|
|
748
|
+
l(V, {
|
|
691
749
|
modelValue: o(t).associationMenuId,
|
|
692
|
-
"onUpdate:modelValue": u[
|
|
750
|
+
"onUpdate:modelValue": u[12] || (u[12] = (a) => o(t).associationMenuId = a),
|
|
693
751
|
placeholder: "请选择关联菜单",
|
|
694
752
|
filterable: "",
|
|
695
753
|
clearable: ""
|
|
696
754
|
}, {
|
|
697
|
-
default:
|
|
698
|
-
(
|
|
699
|
-
key:
|
|
755
|
+
default: e(() => [
|
|
756
|
+
(n(!0), b(f, null, _(o($), (a, i) => (n(), m(g, {
|
|
757
|
+
key: i,
|
|
700
758
|
label: a.name,
|
|
701
759
|
value: a.id
|
|
702
760
|
}, null, 8, ["label", "value"]))), 128))
|
|
@@ -712,22 +770,22 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
712
770
|
]),
|
|
713
771
|
_: 1
|
|
714
772
|
}),
|
|
715
|
-
o(t).customType === "code" ? (
|
|
773
|
+
o(t).customType === "code" ? (n(), m(F, {
|
|
716
774
|
key: 0,
|
|
717
775
|
gutter: 24
|
|
718
776
|
}, {
|
|
719
|
-
default:
|
|
720
|
-
|
|
721
|
-
default:
|
|
722
|
-
|
|
777
|
+
default: e(() => [
|
|
778
|
+
l(s, { span: 24 }, {
|
|
779
|
+
default: e(() => [
|
|
780
|
+
l(r, {
|
|
723
781
|
label: "代码片段",
|
|
724
782
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
725
783
|
prop: "codeStr"
|
|
726
784
|
}, {
|
|
727
|
-
default:
|
|
728
|
-
|
|
785
|
+
default: e(() => [
|
|
786
|
+
l(o(E), {
|
|
729
787
|
modelValue: o(t).codeStr,
|
|
730
|
-
"onUpdate:modelValue": u[
|
|
788
|
+
"onUpdate:modelValue": u[13] || (u[13] = (a) => o(t).codeStr = a)
|
|
731
789
|
}, null, 8, ["modelValue"])
|
|
732
790
|
]),
|
|
733
791
|
_: 1
|
|
@@ -738,27 +796,27 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
738
796
|
]),
|
|
739
797
|
_: 1
|
|
740
798
|
})) : C("", !0),
|
|
741
|
-
o(t).customType === "component" ? (
|
|
799
|
+
o(t).customType === "component" ? (n(), m(F, {
|
|
742
800
|
key: 1,
|
|
743
801
|
gutter: 24
|
|
744
802
|
}, {
|
|
745
|
-
default:
|
|
746
|
-
|
|
747
|
-
default:
|
|
748
|
-
|
|
803
|
+
default: e(() => [
|
|
804
|
+
l(s, { span: 10 }, {
|
|
805
|
+
default: e(() => [
|
|
806
|
+
l(r, {
|
|
749
807
|
label: "组件名称",
|
|
750
808
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
751
809
|
prop: "customComponentName"
|
|
752
810
|
}, {
|
|
753
|
-
default:
|
|
754
|
-
|
|
811
|
+
default: e(() => [
|
|
812
|
+
l(c, {
|
|
755
813
|
modelValue: o(t).customComponentName,
|
|
756
|
-
"onUpdate:modelValue": u[
|
|
814
|
+
"onUpdate:modelValue": u[14] || (u[14] = (a) => o(t).customComponentName = a),
|
|
757
815
|
placeholder: "请输入组件名称",
|
|
758
816
|
clearable: ""
|
|
759
817
|
}, {
|
|
760
|
-
prepend:
|
|
761
|
-
U(
|
|
818
|
+
prepend: e(() => [
|
|
819
|
+
U(O(j.value), 1)
|
|
762
820
|
]),
|
|
763
821
|
_: 1
|
|
764
822
|
}, 8, ["modelValue"])
|
|
@@ -768,17 +826,17 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
768
826
|
]),
|
|
769
827
|
_: 1
|
|
770
828
|
}),
|
|
771
|
-
|
|
772
|
-
default:
|
|
773
|
-
|
|
829
|
+
l(s, { span: 14 }, {
|
|
830
|
+
default: e(() => [
|
|
831
|
+
l(r, {
|
|
774
832
|
label: "组件地址",
|
|
775
833
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
776
834
|
prop: "customComponentUrl"
|
|
777
835
|
}, {
|
|
778
|
-
default:
|
|
779
|
-
|
|
836
|
+
default: e(() => [
|
|
837
|
+
l(c, {
|
|
780
838
|
modelValue: o(t).customComponentUrl,
|
|
781
|
-
"onUpdate:modelValue": u[
|
|
839
|
+
"onUpdate:modelValue": u[15] || (u[15] = (a) => o(t).customComponentUrl = a),
|
|
782
840
|
placeholder: "请输入组件地址",
|
|
783
841
|
clearable: ""
|
|
784
842
|
}, null, 8, ["modelValue"])
|
|
@@ -799,7 +857,7 @@ const Fe = { class: "dialog-footer" }, Ue = {
|
|
|
799
857
|
}, 8, ["model-value", "title"]);
|
|
800
858
|
};
|
|
801
859
|
}
|
|
802
|
-
},
|
|
860
|
+
}, Me = /* @__PURE__ */ ce(ke, [["__scopeId", "data-v-325d2233"]]);
|
|
803
861
|
export {
|
|
804
|
-
|
|
862
|
+
Me as default
|
|
805
863
|
};
|