act-plus 1.1.60 → 1.1.62
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 +48 -48
- package/lib/{dialogAddField-64698c8b.js → dialogAddField-9ac93e9f.js} +2 -2
- package/lib/{dialogConfigBtn-d24ef522.js → dialogConfigBtn-1105556d.js} +180 -183
- package/lib/{dialogSiteComponentsParams-919aa886.js → dialogSiteComponentsParams-0b80e8c7.js} +1 -1
- package/lib/{index-3ffd8e97.js → index-01326cc4.js} +1 -1
- package/lib/{index-bd8a14bf.js → index-14ee3023.js} +119 -115
- package/lib/{index-54147896.js → index-50252244.js} +1 -1
- package/lib/{index-4b578a5a.js → index-51f69643.js} +1 -1
- package/lib/{index-60458519.js → index-5fe49eff.js} +1369 -1356
- package/lib/{index-a182cf2c.js → index-63393c02.js} +1 -1
- package/lib/{index-28e420a3.js → index-cee35c8d.js} +1 -1
- package/lib/{index-d847c9df.js → index-dfaf0041.js} +1 -1
- package/lib/{index-6a952fcf.js → index-fd46d4a1.js} +2 -2
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineAsyncComponent as O, inject as N, computed as ue, reactive as ne, ref as q, watch as de, resolveComponent as y, resolveDirective as re, openBlock as d, createBlock as m, withCtx as
|
|
2
|
-
import { _ as me, B as pe, c as ce, d as be, e as fe, f as _e, g as ge, h as Ve, i as ye, j as he } from "./index-
|
|
3
|
-
import { useRoute as
|
|
1
|
+
import { defineAsyncComponent as O, inject as N, computed as ue, reactive as ne, ref as q, watch as de, resolveComponent as y, resolveDirective as re, openBlock as d, createBlock as m, withCtx as l, createElementVNode as se, createVNode as e, unref as o, createTextVNode as U, withDirectives as ie, toDisplayString as A, createElementBlock as b, Fragment as f, renderList as _, createCommentVNode as v } from "vue";
|
|
2
|
+
import { _ as me, B as pe, c as ce, d as be, e as fe, f as _e, g as ge, h as Ve, i as ye, j as he } from "./index-5fe49eff.js";
|
|
3
|
+
import { useRoute as ve } from "vue-router";
|
|
4
4
|
import "element-plus";
|
|
5
|
-
const
|
|
5
|
+
const Ce = { class: "dialog-footer" }, Fe = {
|
|
6
6
|
__name: "dialogConfigBtn",
|
|
7
7
|
props: {
|
|
8
8
|
visible: { type: Boolean, default: !1 },
|
|
@@ -11,8 +11,8 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
11
11
|
},
|
|
12
12
|
emits: ["update:visible", "refresh"],
|
|
13
13
|
setup(x, { emit: D }) {
|
|
14
|
-
const P = O(() => import("./index-
|
|
15
|
-
let
|
|
14
|
+
const P = O(() => import("./index-63393c02.js")), E = O(() => import("./index-51f69643.js")), W = ve(), R = N("request"), I = D, k = x, Y = ue(() => W.params.key);
|
|
15
|
+
let T = ne((() => ({
|
|
16
16
|
btnLoading: !1
|
|
17
17
|
}))());
|
|
18
18
|
const M = N("createDefaultButtonItem"), j = N("associationMenuList"), $ = N("conditionList")();
|
|
@@ -26,11 +26,11 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
de(
|
|
29
|
-
() =>
|
|
29
|
+
() => k.visible,
|
|
30
30
|
async (p, u) => {
|
|
31
31
|
if (p) {
|
|
32
32
|
await H();
|
|
33
|
-
const c = { ...
|
|
33
|
+
const c = { ...k.data };
|
|
34
34
|
Object.keys(t.value).forEach((r) => {
|
|
35
35
|
r == "submitFields" || r == "matchFields" ? t.value[r] = [...c[r] || []] : t.value[r] = c[r];
|
|
36
36
|
});
|
|
@@ -55,19 +55,19 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
55
55
|
p && p.validate((u) => {
|
|
56
56
|
if (u)
|
|
57
57
|
try {
|
|
58
|
-
|
|
58
|
+
T.btnLoading = !0, I("refresh", { ...t.value, submitFields: [...t.value.submitFields], matchFields: [...t.value.matchFields] }, () => {
|
|
59
59
|
S();
|
|
60
|
-
}),
|
|
60
|
+
}), T.btnLoading = !1;
|
|
61
61
|
} catch (c) {
|
|
62
|
-
console.error(c),
|
|
62
|
+
console.error(c), T.btnLoading = !1;
|
|
63
63
|
}
|
|
64
64
|
});
|
|
65
65
|
};
|
|
66
66
|
return (p, u) => {
|
|
67
|
-
const c = y("el-input"), r = y("el-form-item"), i = y("el-col"), g = y("el-option"), V = y("el-select"),
|
|
67
|
+
const c = y("el-input"), r = y("el-form-item"), i = y("el-col"), g = y("el-option"), V = y("el-select"), C = y("el-row"), F = y("el-button"), L = y("el-divider"), le = y("el-switch"), ae = y("el-form"), te = y("el-dialog"), oe = re("debounce");
|
|
68
68
|
return d(), m(te, {
|
|
69
|
-
"model-value":
|
|
70
|
-
title:
|
|
69
|
+
"model-value": k.visible,
|
|
70
|
+
title: k.title,
|
|
71
71
|
top: "5vh",
|
|
72
72
|
width: "1200",
|
|
73
73
|
draggable: "",
|
|
@@ -77,23 +77,23 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
77
77
|
"close-on-click-modal": !1,
|
|
78
78
|
"before-close": Z
|
|
79
79
|
}, {
|
|
80
|
-
footer:
|
|
81
|
-
se("span",
|
|
82
|
-
|
|
83
|
-
loading: o(
|
|
80
|
+
footer: l(() => [
|
|
81
|
+
se("span", Ce, [
|
|
82
|
+
e(F, {
|
|
83
|
+
loading: o(T).btnLoading,
|
|
84
84
|
onClick: S
|
|
85
85
|
}, {
|
|
86
|
-
default:
|
|
86
|
+
default: l(() => u[17] || (u[17] = [
|
|
87
87
|
U("取消")
|
|
88
88
|
])),
|
|
89
89
|
_: 1
|
|
90
90
|
}, 8, ["loading"]),
|
|
91
91
|
ie((d(), m(F, {
|
|
92
92
|
type: "primary",
|
|
93
|
-
loading: o(
|
|
93
|
+
loading: o(T).btnLoading,
|
|
94
94
|
onClick: u[14] || (u[14] = (a) => ee(o(B)))
|
|
95
95
|
}, {
|
|
96
|
-
default:
|
|
96
|
+
default: l(() => u[18] || (u[18] = [
|
|
97
97
|
U("保存")
|
|
98
98
|
])),
|
|
99
99
|
_: 1
|
|
@@ -102,31 +102,31 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
102
102
|
])
|
|
103
103
|
])
|
|
104
104
|
]),
|
|
105
|
-
default:
|
|
106
|
-
|
|
105
|
+
default: l(() => [
|
|
106
|
+
e(ae, {
|
|
107
107
|
ref_key: "formRef",
|
|
108
108
|
ref: B,
|
|
109
109
|
model: o(t),
|
|
110
110
|
"label-suffix": ":",
|
|
111
111
|
"label-position": "top"
|
|
112
112
|
}, {
|
|
113
|
-
default:
|
|
114
|
-
|
|
115
|
-
default:
|
|
116
|
-
|
|
117
|
-
default:
|
|
118
|
-
|
|
113
|
+
default: l(() => [
|
|
114
|
+
e(C, { gutter: 24 }, {
|
|
115
|
+
default: l(() => [
|
|
116
|
+
e(i, { span: 6 }, {
|
|
117
|
+
default: l(() => [
|
|
118
|
+
e(r, {
|
|
119
119
|
label: "按钮",
|
|
120
120
|
prop: "btnName"
|
|
121
121
|
}, {
|
|
122
|
-
default:
|
|
123
|
-
|
|
122
|
+
default: l(() => [
|
|
123
|
+
e(c, {
|
|
124
124
|
modelValue: o(t).btnName,
|
|
125
125
|
"onUpdate:modelValue": u[0] || (u[0] = (a) => o(t).btnName = a),
|
|
126
126
|
disabled: "",
|
|
127
127
|
placeholder: "请输入按钮名称"
|
|
128
128
|
}, {
|
|
129
|
-
prepend:
|
|
129
|
+
prepend: l(() => [
|
|
130
130
|
U(A(o(t).permissionCode), 1)
|
|
131
131
|
]),
|
|
132
132
|
_: 1
|
|
@@ -137,14 +137,14 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
137
137
|
]),
|
|
138
138
|
_: 1
|
|
139
139
|
}),
|
|
140
|
-
|
|
141
|
-
default:
|
|
142
|
-
|
|
140
|
+
e(i, { span: 6 }, {
|
|
141
|
+
default: l(() => [
|
|
142
|
+
e(r, {
|
|
143
143
|
label: "按钮图标",
|
|
144
144
|
prop: "btnIcon"
|
|
145
145
|
}, {
|
|
146
|
-
default:
|
|
147
|
-
|
|
146
|
+
default: l(() => [
|
|
147
|
+
e(o(P), {
|
|
148
148
|
modelValue: o(t).btnIcon,
|
|
149
149
|
"onUpdate:modelValue": u[1] || (u[1] = (a) => o(t).btnIcon = a),
|
|
150
150
|
icons: o(w),
|
|
@@ -156,18 +156,15 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
156
156
|
]),
|
|
157
157
|
_: 1
|
|
158
158
|
}),
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
}, {
|
|
163
|
-
default: e(() => [
|
|
164
|
-
l(r, {
|
|
159
|
+
e(i, { span: 24 }, {
|
|
160
|
+
default: l(() => [
|
|
161
|
+
e(r, {
|
|
165
162
|
label: "接口地址",
|
|
166
163
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
167
164
|
prop: "requestUrl"
|
|
168
165
|
}, {
|
|
169
|
-
default:
|
|
170
|
-
|
|
166
|
+
default: l(() => [
|
|
167
|
+
e(c, {
|
|
171
168
|
modelValue: o(t).requestUrl,
|
|
172
169
|
"onUpdate:modelValue": u[2] || (u[2] = (a) => o(t).requestUrl = a),
|
|
173
170
|
placeholder: "请输入接口地址",
|
|
@@ -178,23 +175,23 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
178
175
|
})
|
|
179
176
|
]),
|
|
180
177
|
_: 1
|
|
181
|
-
})
|
|
182
|
-
|
|
183
|
-
default:
|
|
184
|
-
|
|
178
|
+
}),
|
|
179
|
+
e(i, { span: 12 }, {
|
|
180
|
+
default: l(() => [
|
|
181
|
+
e(r, {
|
|
185
182
|
label: "按钮位置",
|
|
186
183
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
187
184
|
prop: "btnPostion"
|
|
188
185
|
}, {
|
|
189
|
-
default:
|
|
190
|
-
|
|
186
|
+
default: l(() => [
|
|
187
|
+
e(V, {
|
|
191
188
|
modelValue: o(t).btnPostion,
|
|
192
189
|
"onUpdate:modelValue": u[3] || (u[3] = (a) => o(t).btnPostion = a),
|
|
193
190
|
placeholder: "请选择按钮位置",
|
|
194
191
|
filterable: "",
|
|
195
192
|
clearable: ""
|
|
196
193
|
}, {
|
|
197
|
-
default:
|
|
194
|
+
default: l(() => [
|
|
198
195
|
(d(!0), b(f, null, _(o(pe), (a, s) => (d(), m(g, {
|
|
199
196
|
key: s,
|
|
200
197
|
label: a.key,
|
|
@@ -209,22 +206,22 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
209
206
|
]),
|
|
210
207
|
_: 1
|
|
211
208
|
}),
|
|
212
|
-
|
|
213
|
-
default:
|
|
214
|
-
|
|
209
|
+
e(i, { span: 12 }, {
|
|
210
|
+
default: l(() => [
|
|
211
|
+
e(r, {
|
|
215
212
|
label: "按钮类型",
|
|
216
213
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
217
214
|
prop: "btnType"
|
|
218
215
|
}, {
|
|
219
|
-
default:
|
|
220
|
-
|
|
216
|
+
default: l(() => [
|
|
217
|
+
e(V, {
|
|
221
218
|
modelValue: o(t).btnType,
|
|
222
219
|
"onUpdate:modelValue": u[4] || (u[4] = (a) => o(t).btnType = a),
|
|
223
220
|
placeholder: "请选择按钮类型",
|
|
224
221
|
filterable: "",
|
|
225
222
|
clearable: ""
|
|
226
223
|
}, {
|
|
227
|
-
default:
|
|
224
|
+
default: l(() => [
|
|
228
225
|
(d(!0), b(f, null, _(o(ce), (a, s) => (d(), m(g, {
|
|
229
226
|
key: s,
|
|
230
227
|
label: a.key,
|
|
@@ -239,14 +236,14 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
239
236
|
]),
|
|
240
237
|
_: 1
|
|
241
238
|
}),
|
|
242
|
-
|
|
243
|
-
default:
|
|
244
|
-
|
|
239
|
+
e(i, { span: 12 }, {
|
|
240
|
+
default: l(() => [
|
|
241
|
+
e(r, {
|
|
245
242
|
label: "按钮别名",
|
|
246
243
|
prop: "btnAlias"
|
|
247
244
|
}, {
|
|
248
|
-
default:
|
|
249
|
-
|
|
245
|
+
default: l(() => [
|
|
246
|
+
e(c, {
|
|
250
247
|
modelValue: o(t).btnAlias,
|
|
251
248
|
"onUpdate:modelValue": u[5] || (u[5] = (a) => o(t).btnAlias = a),
|
|
252
249
|
placeholder: "请输入按钮别名",
|
|
@@ -258,22 +255,22 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
258
255
|
]),
|
|
259
256
|
_: 1
|
|
260
257
|
}),
|
|
261
|
-
|
|
262
|
-
default:
|
|
263
|
-
|
|
258
|
+
e(i, { span: 12 }, {
|
|
259
|
+
default: l(() => [
|
|
260
|
+
e(r, {
|
|
264
261
|
label: "按钮颜色",
|
|
265
262
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
266
263
|
prop: "btnColor"
|
|
267
264
|
}, {
|
|
268
|
-
default:
|
|
269
|
-
|
|
265
|
+
default: l(() => [
|
|
266
|
+
e(V, {
|
|
270
267
|
modelValue: o(t).btnColor,
|
|
271
268
|
"onUpdate:modelValue": u[6] || (u[6] = (a) => o(t).btnColor = a),
|
|
272
269
|
placeholder: "请选择按钮颜色",
|
|
273
270
|
filterable: "",
|
|
274
271
|
clearable: ""
|
|
275
272
|
}, {
|
|
276
|
-
default:
|
|
273
|
+
default: l(() => [
|
|
277
274
|
(d(!0), b(f, null, _(o(be), (a, s) => (d(), m(g, {
|
|
278
275
|
key: s,
|
|
279
276
|
label: a.key,
|
|
@@ -289,25 +286,25 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
289
286
|
_: 1
|
|
290
287
|
}),
|
|
291
288
|
!o(t).isCustomBtn && o(t).permissionCode != "1001" ? (d(), m(i, {
|
|
292
|
-
key:
|
|
289
|
+
key: 0,
|
|
293
290
|
span: 12
|
|
294
291
|
}, {
|
|
295
|
-
default:
|
|
292
|
+
default: l(() => [
|
|
296
293
|
!o(t).isCustomBtn && o(t).permissionCode != "1001" ? (d(), m(r, {
|
|
297
294
|
key: 0,
|
|
298
295
|
label: "提交方式",
|
|
299
296
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
300
297
|
prop: "submitWay"
|
|
301
298
|
}, {
|
|
302
|
-
default:
|
|
303
|
-
|
|
299
|
+
default: l(() => [
|
|
300
|
+
e(V, {
|
|
304
301
|
modelValue: o(t).submitWay,
|
|
305
302
|
"onUpdate:modelValue": u[7] || (u[7] = (a) => o(t).submitWay = a),
|
|
306
303
|
placeholder: "请选择提交方式",
|
|
307
304
|
filterable: "",
|
|
308
305
|
clearable: ""
|
|
309
306
|
}, {
|
|
310
|
-
default:
|
|
307
|
+
default: l(() => [
|
|
311
308
|
(d(!0), b(f, null, _(o(fe), (a, s) => (d(), m(g, {
|
|
312
309
|
key: s,
|
|
313
310
|
label: a.key,
|
|
@@ -318,17 +315,17 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
318
315
|
}, 8, ["modelValue"])
|
|
319
316
|
]),
|
|
320
317
|
_: 1
|
|
321
|
-
})) :
|
|
318
|
+
})) : v("", !0)
|
|
322
319
|
]),
|
|
323
320
|
_: 1
|
|
324
|
-
})) :
|
|
321
|
+
})) : v("", !0)
|
|
325
322
|
]),
|
|
326
323
|
_: 1
|
|
327
324
|
}),
|
|
328
|
-
|
|
329
|
-
default:
|
|
325
|
+
e(L, { "content-position": "left" }, {
|
|
326
|
+
default: l(() => [
|
|
330
327
|
u[15] || (u[15] = U(" 提交字段配置 ")),
|
|
331
|
-
|
|
328
|
+
e(F, {
|
|
332
329
|
class: "add-icon-btn",
|
|
333
330
|
type: "primary",
|
|
334
331
|
icon: "Plus",
|
|
@@ -338,20 +335,20 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
338
335
|
]),
|
|
339
336
|
_: 1
|
|
340
337
|
}),
|
|
341
|
-
(d(!0), b(f, null, _(o(t).submitFields, (a, s) => (d(), m(
|
|
338
|
+
(d(!0), b(f, null, _(o(t).submitFields, (a, s) => (d(), m(C, {
|
|
342
339
|
gutter: 24,
|
|
343
340
|
key: s
|
|
344
341
|
}, {
|
|
345
|
-
default:
|
|
346
|
-
|
|
347
|
-
default:
|
|
348
|
-
|
|
342
|
+
default: l(() => [
|
|
343
|
+
e(i, { span: 6 }, {
|
|
344
|
+
default: l(() => [
|
|
345
|
+
e(r, {
|
|
349
346
|
label: "提交字段名",
|
|
350
347
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
351
348
|
prop: "submitFields." + s + ".submitFieldName"
|
|
352
349
|
}, {
|
|
353
|
-
default:
|
|
354
|
-
|
|
350
|
+
default: l(() => [
|
|
351
|
+
e(c, {
|
|
355
352
|
modelValue: a.submitFieldName,
|
|
356
353
|
"onUpdate:modelValue": (n) => a.submitFieldName = n,
|
|
357
354
|
placeholder: "请输入提交字段名",
|
|
@@ -363,30 +360,30 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
363
360
|
]),
|
|
364
361
|
_: 2
|
|
365
362
|
}, 1024),
|
|
366
|
-
|
|
367
|
-
default:
|
|
368
|
-
|
|
363
|
+
e(i, { span: 8 }, {
|
|
364
|
+
default: l(() => [
|
|
365
|
+
e(r, {
|
|
369
366
|
label: "方式",
|
|
370
367
|
"label-width": "80px",
|
|
371
368
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
372
369
|
prop: "submitFields." + s + ".matchFieldName"
|
|
373
370
|
}, {
|
|
374
|
-
default:
|
|
375
|
-
|
|
371
|
+
default: l(() => [
|
|
372
|
+
e(c, {
|
|
376
373
|
placeholder: "请输入",
|
|
377
374
|
modelValue: a.matchFieldName,
|
|
378
375
|
"onUpdate:modelValue": (n) => a.matchFieldName = n,
|
|
379
376
|
clearable: ""
|
|
380
377
|
}, {
|
|
381
|
-
prepend:
|
|
382
|
-
|
|
378
|
+
prepend: l(() => [
|
|
379
|
+
e(V, {
|
|
383
380
|
modelValue: a.matchType,
|
|
384
381
|
"onUpdate:modelValue": (n) => a.matchType = n,
|
|
385
382
|
placeholder: "请选择",
|
|
386
383
|
style: { width: "120px" },
|
|
387
384
|
onChange: (n) => a.submitFieldMatchOrigin = "rowData"
|
|
388
385
|
}, {
|
|
389
|
-
default:
|
|
386
|
+
default: l(() => [
|
|
390
387
|
(d(!0), b(f, null, _(o(_e), (n, h) => (d(), m(g, {
|
|
391
388
|
key: h,
|
|
392
389
|
label: n.key,
|
|
@@ -408,14 +405,14 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
408
405
|
key: 0,
|
|
409
406
|
span: 5
|
|
410
407
|
}, {
|
|
411
|
-
default:
|
|
412
|
-
|
|
408
|
+
default: l(() => [
|
|
409
|
+
e(r, {
|
|
413
410
|
label: "匹配源",
|
|
414
411
|
rules: [{ required: !1, message: "必填项", trigger: "blur" }],
|
|
415
412
|
prop: "submitFields." + s + ".submitFieldMatchOrigin"
|
|
416
413
|
}, {
|
|
417
|
-
default:
|
|
418
|
-
|
|
414
|
+
default: l(() => [
|
|
415
|
+
e(c, {
|
|
419
416
|
modelValue: a.submitFieldMatchOrigin,
|
|
420
417
|
"onUpdate:modelValue": (n) => a.submitFieldMatchOrigin = n,
|
|
421
418
|
placeholder: "请输入匹配源",
|
|
@@ -426,23 +423,23 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
426
423
|
}, 1032, ["prop"])
|
|
427
424
|
]),
|
|
428
425
|
_: 2
|
|
429
|
-
}, 1024)) :
|
|
430
|
-
|
|
431
|
-
default:
|
|
432
|
-
|
|
426
|
+
}, 1024)) : v("", !0),
|
|
427
|
+
e(i, { span: 4 }, {
|
|
428
|
+
default: l(() => [
|
|
429
|
+
e(r, {
|
|
433
430
|
label: "提交类型",
|
|
434
431
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
435
432
|
prop: "submitFields." + s + ".submitFieldType"
|
|
436
433
|
}, {
|
|
437
|
-
default:
|
|
438
|
-
|
|
434
|
+
default: l(() => [
|
|
435
|
+
e(V, {
|
|
439
436
|
modelValue: a.submitFieldType,
|
|
440
437
|
"onUpdate:modelValue": (n) => a.submitFieldType = n,
|
|
441
438
|
placeholder: "请选择提交类型",
|
|
442
439
|
filterable: "",
|
|
443
440
|
clearable: ""
|
|
444
441
|
}, {
|
|
445
|
-
default:
|
|
442
|
+
default: l(() => [
|
|
446
443
|
(d(!0), b(f, null, _(o(ge), (n, h) => (d(), m(g, {
|
|
447
444
|
key: h,
|
|
448
445
|
label: n.key,
|
|
@@ -457,12 +454,12 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
457
454
|
]),
|
|
458
455
|
_: 2
|
|
459
456
|
}, 1024),
|
|
460
|
-
|
|
457
|
+
e(i, {
|
|
461
458
|
class: "submit-operate",
|
|
462
459
|
span: 1
|
|
463
460
|
}, {
|
|
464
|
-
default:
|
|
465
|
-
|
|
461
|
+
default: l(() => [
|
|
462
|
+
e(F, {
|
|
466
463
|
class: "match-opreate",
|
|
467
464
|
type: "danger",
|
|
468
465
|
icon: "Minus",
|
|
@@ -475,10 +472,10 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
475
472
|
]),
|
|
476
473
|
_: 2
|
|
477
474
|
}, 1024))), 128)),
|
|
478
|
-
|
|
479
|
-
default:
|
|
475
|
+
e(L, { "content-position": "left" }, {
|
|
476
|
+
default: l(() => [
|
|
480
477
|
u[16] || (u[16] = U(" 匹配字段配置(表格操作列按钮显示/隐藏) ")),
|
|
481
|
-
|
|
478
|
+
e(F, {
|
|
482
479
|
class: "add-icon-btn",
|
|
483
480
|
type: "primary",
|
|
484
481
|
icon: "Plus",
|
|
@@ -488,33 +485,33 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
488
485
|
]),
|
|
489
486
|
_: 1
|
|
490
487
|
}),
|
|
491
|
-
(d(!0), b(f, null, _(o(t).matchFields, (a, s) => (d(), m(
|
|
488
|
+
(d(!0), b(f, null, _(o(t).matchFields, (a, s) => (d(), m(C, {
|
|
492
489
|
gutter: 24,
|
|
493
490
|
key: s
|
|
494
491
|
}, {
|
|
495
|
-
default:
|
|
496
|
-
|
|
497
|
-
default:
|
|
498
|
-
|
|
492
|
+
default: l(() => [
|
|
493
|
+
e(i, { span: 10 }, {
|
|
494
|
+
default: l(() => [
|
|
495
|
+
e(r, {
|
|
499
496
|
label: "匹配字段名",
|
|
500
497
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
501
498
|
prop: "matchFields." + s + ".matchFieldName"
|
|
502
499
|
}, {
|
|
503
|
-
default:
|
|
504
|
-
|
|
500
|
+
default: l(() => [
|
|
501
|
+
e(c, {
|
|
505
502
|
placeholder: "请输入",
|
|
506
503
|
modelValue: a.matchFieldName,
|
|
507
504
|
"onUpdate:modelValue": (n) => a.matchFieldName = n,
|
|
508
505
|
clearable: ""
|
|
509
506
|
}, {
|
|
510
|
-
prepend:
|
|
511
|
-
|
|
507
|
+
prepend: l(() => [
|
|
508
|
+
e(V, {
|
|
512
509
|
modelValue: a.matchType,
|
|
513
510
|
"onUpdate:modelValue": (n) => a.matchType = n,
|
|
514
511
|
placeholder: "请选择",
|
|
515
512
|
style: { width: "180px" }
|
|
516
513
|
}, {
|
|
517
|
-
default:
|
|
514
|
+
default: l(() => [
|
|
518
515
|
(d(!0), b(f, null, _(o(Ve), (n, h) => (d(), m(g, {
|
|
519
516
|
key: h,
|
|
520
517
|
label: n.key,
|
|
@@ -532,22 +529,22 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
532
529
|
]),
|
|
533
530
|
_: 2
|
|
534
531
|
}, 1024),
|
|
535
|
-
|
|
536
|
-
default:
|
|
537
|
-
|
|
532
|
+
e(i, { span: 6 }, {
|
|
533
|
+
default: l(() => [
|
|
534
|
+
e(r, {
|
|
538
535
|
label: "匹配条件",
|
|
539
536
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
540
537
|
prop: "matchFields." + s + ".matchCondition"
|
|
541
538
|
}, {
|
|
542
|
-
default:
|
|
543
|
-
|
|
539
|
+
default: l(() => [
|
|
540
|
+
e(V, {
|
|
544
541
|
modelValue: a.matchCondition,
|
|
545
542
|
"onUpdate:modelValue": (n) => a.matchCondition = n,
|
|
546
543
|
placeholder: "请选择匹配条件",
|
|
547
544
|
clearable: "",
|
|
548
545
|
filterable: ""
|
|
549
546
|
}, {
|
|
550
|
-
default:
|
|
547
|
+
default: l(() => [
|
|
551
548
|
(d(!0), b(f, null, _(o($), (n, h) => (d(), m(g, {
|
|
552
549
|
key: h,
|
|
553
550
|
label: n.key,
|
|
@@ -562,14 +559,14 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
562
559
|
]),
|
|
563
560
|
_: 2
|
|
564
561
|
}, 1024),
|
|
565
|
-
|
|
566
|
-
default:
|
|
567
|
-
|
|
562
|
+
e(i, { span: 6 }, {
|
|
563
|
+
default: l(() => [
|
|
564
|
+
e(r, {
|
|
568
565
|
label: "字段值",
|
|
569
566
|
prop: "matchFields." + s + ".fieldValue"
|
|
570
567
|
}, {
|
|
571
|
-
default:
|
|
572
|
-
|
|
568
|
+
default: l(() => [
|
|
569
|
+
e(c, {
|
|
573
570
|
modelValue: a.fieldValue,
|
|
574
571
|
"onUpdate:modelValue": (n) => a.fieldValue = n,
|
|
575
572
|
placeholder: "请输入字段值",
|
|
@@ -581,12 +578,12 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
581
578
|
]),
|
|
582
579
|
_: 2
|
|
583
580
|
}, 1024),
|
|
584
|
-
|
|
581
|
+
e(i, {
|
|
585
582
|
class: "submit-operate",
|
|
586
583
|
span: 2
|
|
587
584
|
}, {
|
|
588
|
-
default:
|
|
589
|
-
|
|
585
|
+
default: l(() => [
|
|
586
|
+
e(F, {
|
|
590
587
|
class: "match-opreate",
|
|
591
588
|
type: "danger",
|
|
592
589
|
icon: "Minus",
|
|
@@ -600,22 +597,22 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
600
597
|
key: 0,
|
|
601
598
|
span: 24
|
|
602
599
|
}, {
|
|
603
|
-
default:
|
|
604
|
-
|
|
600
|
+
default: l(() => [
|
|
601
|
+
e(r, {
|
|
605
602
|
class: "condition-box",
|
|
606
603
|
label: "",
|
|
607
604
|
"label-width": "0",
|
|
608
605
|
prop: "matchFields." + s + ".spliceCondition"
|
|
609
606
|
}, {
|
|
610
|
-
default:
|
|
611
|
-
|
|
607
|
+
default: l(() => [
|
|
608
|
+
e(V, {
|
|
612
609
|
modelValue: a.spliceCondition,
|
|
613
610
|
"onUpdate:modelValue": (n) => a.spliceCondition = n,
|
|
614
611
|
placeholder: "请选择拼接条件",
|
|
615
612
|
clearable: "",
|
|
616
613
|
filterable: ""
|
|
617
614
|
}, {
|
|
618
|
-
default:
|
|
615
|
+
default: l(() => [
|
|
619
616
|
(d(!0), b(f, null, _(o(ye), (n, h) => (d(), m(g, {
|
|
620
617
|
key: h,
|
|
621
618
|
label: n.key,
|
|
@@ -629,20 +626,20 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
629
626
|
}, 1032, ["prop"])
|
|
630
627
|
]),
|
|
631
628
|
_: 2
|
|
632
|
-
}, 1024)) :
|
|
629
|
+
}, 1024)) : v("", !0)
|
|
633
630
|
]),
|
|
634
631
|
_: 2
|
|
635
632
|
}, 1024))), 128)),
|
|
636
|
-
|
|
637
|
-
default:
|
|
638
|
-
|
|
639
|
-
default:
|
|
640
|
-
|
|
633
|
+
e(C, { gutter: 24 }, {
|
|
634
|
+
default: l(() => [
|
|
635
|
+
e(i, { span: 4 }, {
|
|
636
|
+
default: l(() => [
|
|
637
|
+
e(r, {
|
|
641
638
|
label: "自定义按钮",
|
|
642
639
|
prop: "isCustomBtn"
|
|
643
640
|
}, {
|
|
644
|
-
default:
|
|
645
|
-
|
|
641
|
+
default: l(() => [
|
|
642
|
+
e(le, {
|
|
646
643
|
modelValue: o(t).isCustomBtn,
|
|
647
644
|
"onUpdate:modelValue": u[8] || (u[8] = (a) => o(t).isCustomBtn = a),
|
|
648
645
|
onChange: K
|
|
@@ -657,21 +654,21 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
657
654
|
key: 0,
|
|
658
655
|
span: 6
|
|
659
656
|
}, {
|
|
660
|
-
default:
|
|
661
|
-
|
|
657
|
+
default: l(() => [
|
|
658
|
+
e(r, {
|
|
662
659
|
label: "自定义类型",
|
|
663
660
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
664
661
|
prop: "customType"
|
|
665
662
|
}, {
|
|
666
|
-
default:
|
|
667
|
-
|
|
663
|
+
default: l(() => [
|
|
664
|
+
e(V, {
|
|
668
665
|
modelValue: o(t).customType,
|
|
669
666
|
"onUpdate:modelValue": u[9] || (u[9] = (a) => o(t).customType = a),
|
|
670
667
|
placeholder: "请选择关联菜单",
|
|
671
668
|
filterable: "",
|
|
672
669
|
clearable: ""
|
|
673
670
|
}, {
|
|
674
|
-
default:
|
|
671
|
+
default: l(() => [
|
|
675
672
|
(d(!0), b(f, null, _(o(he), (a, s) => (d(), m(g, {
|
|
676
673
|
key: s,
|
|
677
674
|
label: a.key,
|
|
@@ -685,19 +682,19 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
685
682
|
})
|
|
686
683
|
]),
|
|
687
684
|
_: 1
|
|
688
|
-
})) :
|
|
689
|
-
|
|
690
|
-
default:
|
|
691
|
-
|
|
692
|
-
default:
|
|
693
|
-
|
|
685
|
+
})) : v("", !0),
|
|
686
|
+
e(i, { span: 6 }, {
|
|
687
|
+
default: l(() => [
|
|
688
|
+
e(r, { label: "关联菜单" }, {
|
|
689
|
+
default: l(() => [
|
|
690
|
+
e(V, {
|
|
694
691
|
modelValue: o(t).associationMenuId,
|
|
695
692
|
"onUpdate:modelValue": u[10] || (u[10] = (a) => o(t).associationMenuId = a),
|
|
696
693
|
placeholder: "请选择关联菜单",
|
|
697
694
|
filterable: "",
|
|
698
695
|
clearable: ""
|
|
699
696
|
}, {
|
|
700
|
-
default:
|
|
697
|
+
default: l(() => [
|
|
701
698
|
(d(!0), b(f, null, _(o(j), (a, s) => (d(), m(g, {
|
|
702
699
|
key: s,
|
|
703
700
|
label: a.name,
|
|
@@ -715,20 +712,20 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
715
712
|
]),
|
|
716
713
|
_: 1
|
|
717
714
|
}),
|
|
718
|
-
o(t).customType === "code" ? (d(), m(
|
|
715
|
+
o(t).customType === "code" ? (d(), m(C, {
|
|
719
716
|
key: 0,
|
|
720
717
|
gutter: 24
|
|
721
718
|
}, {
|
|
722
|
-
default:
|
|
723
|
-
|
|
724
|
-
default:
|
|
725
|
-
|
|
719
|
+
default: l(() => [
|
|
720
|
+
e(i, { span: 24 }, {
|
|
721
|
+
default: l(() => [
|
|
722
|
+
e(r, {
|
|
726
723
|
label: "代码片段",
|
|
727
724
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
728
725
|
prop: "codeStr"
|
|
729
726
|
}, {
|
|
730
|
-
default:
|
|
731
|
-
|
|
727
|
+
default: l(() => [
|
|
728
|
+
e(o(E), {
|
|
732
729
|
modelValue: o(t).codeStr,
|
|
733
730
|
"onUpdate:modelValue": u[11] || (u[11] = (a) => o(t).codeStr = a)
|
|
734
731
|
}, null, 8, ["modelValue"])
|
|
@@ -740,27 +737,27 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
740
737
|
})
|
|
741
738
|
]),
|
|
742
739
|
_: 1
|
|
743
|
-
})) :
|
|
744
|
-
o(t).customType === "component" ? (d(), m(
|
|
740
|
+
})) : v("", !0),
|
|
741
|
+
o(t).customType === "component" ? (d(), m(C, {
|
|
745
742
|
key: 1,
|
|
746
743
|
gutter: 24
|
|
747
744
|
}, {
|
|
748
|
-
default:
|
|
749
|
-
|
|
750
|
-
default:
|
|
751
|
-
|
|
745
|
+
default: l(() => [
|
|
746
|
+
e(i, { span: 10 }, {
|
|
747
|
+
default: l(() => [
|
|
748
|
+
e(r, {
|
|
752
749
|
label: "组件名称",
|
|
753
750
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
754
751
|
prop: "customComponentName"
|
|
755
752
|
}, {
|
|
756
|
-
default:
|
|
757
|
-
|
|
753
|
+
default: l(() => [
|
|
754
|
+
e(c, {
|
|
758
755
|
modelValue: o(t).customComponentName,
|
|
759
756
|
"onUpdate:modelValue": u[12] || (u[12] = (a) => o(t).customComponentName = a),
|
|
760
757
|
placeholder: "请输入组件名称",
|
|
761
758
|
clearable: ""
|
|
762
759
|
}, {
|
|
763
|
-
prepend:
|
|
760
|
+
prepend: l(() => [
|
|
764
761
|
U(A(Y.value), 1)
|
|
765
762
|
]),
|
|
766
763
|
_: 1
|
|
@@ -771,15 +768,15 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
771
768
|
]),
|
|
772
769
|
_: 1
|
|
773
770
|
}),
|
|
774
|
-
|
|
775
|
-
default:
|
|
776
|
-
|
|
771
|
+
e(i, { span: 14 }, {
|
|
772
|
+
default: l(() => [
|
|
773
|
+
e(r, {
|
|
777
774
|
label: "组件地址",
|
|
778
775
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
779
776
|
prop: "customComponentUrl"
|
|
780
777
|
}, {
|
|
781
|
-
default:
|
|
782
|
-
|
|
778
|
+
default: l(() => [
|
|
779
|
+
e(c, {
|
|
783
780
|
modelValue: o(t).customComponentUrl,
|
|
784
781
|
"onUpdate:modelValue": u[13] || (u[13] = (a) => o(t).customComponentUrl = a),
|
|
785
782
|
placeholder: "请输入组件地址",
|
|
@@ -793,7 +790,7 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
793
790
|
})
|
|
794
791
|
]),
|
|
795
792
|
_: 1
|
|
796
|
-
})) :
|
|
793
|
+
})) : v("", !0)
|
|
797
794
|
]),
|
|
798
795
|
_: 1
|
|
799
796
|
}, 8, ["model"])
|
|
@@ -802,7 +799,7 @@ const ve = { class: "dialog-footer" }, Fe = {
|
|
|
802
799
|
}, 8, ["model-value", "title"]);
|
|
803
800
|
};
|
|
804
801
|
}
|
|
805
|
-
}, Se = /* @__PURE__ */ me(Fe, [["__scopeId", "data-v-
|
|
802
|
+
}, Se = /* @__PURE__ */ me(Fe, [["__scopeId", "data-v-8ca8aad5"]]);
|
|
806
803
|
export {
|
|
807
804
|
Se as default
|
|
808
805
|
};
|