act-plus 1.1.19 → 1.1.21
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 +440 -440
- package/lib/{configBtns-3772e689.js → configBtns-9d56fe1b.js} +2 -2
- package/lib/{configFileds-d0911c87.js → configFileds-df2b6e7d.js} +3 -3
- package/lib/{configForm-ae4b725e.js → configForm-2212ebfa.js} +1 -1
- package/lib/{configTable-879063d4.js → configTable-8b2a4509.js} +92 -61
- package/lib/{cssMode-6d02ab39.js → cssMode-60916414.js} +1 -1
- package/lib/{dialogAddField-d6b18048.js → dialogAddField-9157d3b5.js} +246 -245
- package/lib/{dialogConfigBtn-75e37dc9.js → dialogConfigBtn-72c02278.js} +3 -3
- package/lib/dialogSiteComponentsParams-63d9dc34.js +71 -0
- package/lib/{enum-cc58b8fe.js → enum-ab7125f9.js} +2 -2
- package/lib/{freemarker2-205877bf.js → freemarker2-7d1ec253.js} +1 -1
- package/lib/{handlebars-2d920faa.js → handlebars-adf29031.js} +1 -1
- package/lib/{html-6b99359b.js → html-58c53b1f.js} +1 -1
- package/lib/{htmlMode-498c17d9.js → htmlMode-9eeb9724.js} +1 -1
- package/lib/{index-aff95ab9.js → index-06fc5662.js} +1 -1
- package/lib/{index-fb2754ee.js → index-0a69613f.js} +1 -1
- package/lib/{index-68063c4c.js → index-3777f35c.js} +1 -1
- package/lib/{index-da0a0bfe.js → index-4ad7a283.js} +40523 -40179
- package/lib/index-58369e5d.js +205 -0
- package/lib/index-d459ee4c.js +327 -0
- package/lib/{javascript-5e40fe11.js → javascript-0b7b04d0.js} +2 -2
- package/lib/{jsonMode-2a821e9e.js → jsonMode-9f14ee23.js} +1 -1
- package/lib/{liquid-dc78aaf7.js → liquid-4f7d6527.js} +1 -1
- package/lib/{python-e55144b2.js → python-009ef2aa.js} +1 -1
- package/lib/{razor-1fb88f53.js → razor-3094e84e.js} +1 -1
- package/lib/{tsMode-8d12d976.js → tsMode-90da8eb5.js} +1 -1
- package/lib/{typescript-97ed77ae.js → typescript-bb20f7ba.js} +1 -1
- package/lib/{xml-e843c667.js → xml-9f4bbbf1.js} +1 -1
- package/lib/{yaml-62bcf3fa.js → yaml-df4caa74.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/lib/index-7c264775.js +0 -192
- package/lib/index-a36b2284.js +0 -304
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { inject as E, reactive as
|
|
2
|
-
import { a as
|
|
3
|
-
import { _ as Ve } from "./index-
|
|
1
|
+
import { defineAsyncComponent as de, inject as E, reactive as se, ref as x, watch as ie, resolveComponent as g, openBlock as r, createBlock as m, withCtx as a, createElementVNode as A, createVNode as l, unref as o, createTextVNode as S, createElementBlock as c, Fragment as _, renderList as C, createCommentVNode as y, toDisplayString as me } from "vue";
|
|
2
|
+
import { a as pe, j as fe, P as be, k as H, T as ce, A as _e, C as ge, U as Ce } from "./enum-ab7125f9.js";
|
|
3
|
+
import { _ as Ve } from "./index-4ad7a283.js";
|
|
4
4
|
import "vue-router";
|
|
5
5
|
import "element-plus";
|
|
6
|
-
const
|
|
6
|
+
const ye = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
|
|
7
7
|
__name: "dialogAddField",
|
|
8
8
|
props: {
|
|
9
9
|
visible: { type: Boolean, default: !1 },
|
|
@@ -12,16 +12,17 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
12
12
|
},
|
|
13
13
|
emits: ["update:visible", "refresh"],
|
|
14
14
|
setup(L, { emit: K }) {
|
|
15
|
-
const
|
|
16
|
-
let
|
|
17
|
-
btnLoading: !1
|
|
15
|
+
const W = de(() => import("./dialogSiteComponentsParams-63d9dc34.js")), D = K, F = L, $ = E("configData")();
|
|
16
|
+
let U = se((() => ({
|
|
17
|
+
btnLoading: !1,
|
|
18
|
+
showSiteComponentsParamsDialog: !1
|
|
18
19
|
}))());
|
|
19
20
|
const O = () => ({
|
|
20
21
|
sort: 0,
|
|
21
22
|
fieldName: void 0,
|
|
22
23
|
fieldKey: void 0,
|
|
23
24
|
fieldType: void 0,
|
|
24
|
-
|
|
25
|
+
fieldUiProps: "",
|
|
25
26
|
fieldSubmitType: "string",
|
|
26
27
|
fieldRequestType: "GET",
|
|
27
28
|
fieldRequestUrl: void 0,
|
|
@@ -33,7 +34,6 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
33
34
|
customTableHeaderUrl: "",
|
|
34
35
|
isFormFieldRequired: !0,
|
|
35
36
|
isFormSetValue: !0,
|
|
36
|
-
isFormMultipleUpload: !0,
|
|
37
37
|
isFormDisabled: !1,
|
|
38
38
|
tableQueryCondition: void 0,
|
|
39
39
|
tableCellWidthType: "min",
|
|
@@ -43,120 +43,122 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
43
43
|
isTableCellOverflowTooltip: !0,
|
|
44
44
|
isTableCellSort: !0
|
|
45
45
|
});
|
|
46
|
-
let N =
|
|
47
|
-
const
|
|
48
|
-
|
|
49
|
-
|
|
46
|
+
let N = Ce, P = x(null), t = x(O());
|
|
47
|
+
const h = E("pageKey")(), I = E("conditionList")(), Q = () => ["select", "multipleSelect", "treeSelect", "provinceCascade", "switch", "virtualizedSelect", "virtualizedMultipleSelect"].includes(
|
|
48
|
+
t.value.fieldType
|
|
49
|
+
), Y = () => t.value.useScenes.includes("tableSearch") && t.value.fieldType !== "time", B = () => t.value.useScenes.includes("tableShow"), M = () => !t.value.fieldKey.includes("&"), j = () => t.value.useScenes.includes("tableCustomHeader"), z = () => t.value.useScenes.filter((b) => !["tableSearch", "tableShow"].includes(b)).length;
|
|
50
|
+
ie(
|
|
51
|
+
() => F.visible,
|
|
50
52
|
async (b, u) => {
|
|
51
53
|
if (b) {
|
|
52
|
-
const p = (
|
|
53
|
-
N.some((
|
|
54
|
-
if (
|
|
55
|
-
return
|
|
54
|
+
const p = ($.value.buttons || []).filter((n) => n.permissionCode != 1001).map((n) => ({ key: n.btnName, value: n.permissionCode }));
|
|
55
|
+
N.some((n) => {
|
|
56
|
+
if (n.label === "表单配置")
|
|
57
|
+
return n.options = p, !0;
|
|
56
58
|
});
|
|
57
|
-
const { data:
|
|
58
|
-
if (!
|
|
59
|
+
const { data: d } = F;
|
|
60
|
+
if (!d.fieldName)
|
|
59
61
|
return;
|
|
60
|
-
Object.keys(t.value).forEach((
|
|
61
|
-
|
|
62
|
-
const
|
|
62
|
+
Object.keys(t.value).forEach((n) => {
|
|
63
|
+
n == "permissionCode" ? t.value[n] = d.unique : n == "formCustomComponentes" ? t.value[n] = p.filter((f) => d.useScenes.includes(f.value)).map((f) => {
|
|
64
|
+
const V = d[n].find((v) => v.permissionCode == f.value) || {};
|
|
63
65
|
return {
|
|
64
66
|
btnName: f.key,
|
|
65
67
|
permissionCode: f.value,
|
|
66
|
-
pageKey:
|
|
68
|
+
pageKey: h.value,
|
|
67
69
|
customComponentName: void 0,
|
|
68
70
|
customComponentUrl: void 0,
|
|
69
71
|
isFiledCustom: !1,
|
|
70
|
-
...
|
|
72
|
+
...V
|
|
71
73
|
};
|
|
72
|
-
}) : ["postRequestParams", "useScenes"].includes(
|
|
73
|
-
})
|
|
74
|
+
}) : ["postRequestParams", "useScenes"].includes(n) ? t.value[n] = [...d[n] || []] : t.value[n] = d[n];
|
|
75
|
+
});
|
|
74
76
|
}
|
|
75
77
|
}
|
|
76
78
|
);
|
|
77
|
-
const
|
|
79
|
+
const G = () => {
|
|
78
80
|
t.value.postRequestParams.push({ submitName: "", submitValue: "", submitType: "default", paramsType: "" });
|
|
79
|
-
}, G = (b) => {
|
|
80
|
-
t.value.postRequestParams.splice(b, 1);
|
|
81
81
|
}, J = (b) => {
|
|
82
|
-
t.value.postRequestParams
|
|
82
|
+
t.value.postRequestParams.splice(b, 1);
|
|
83
83
|
}, X = (b) => {
|
|
84
|
+
t.value.postRequestParams = [];
|
|
85
|
+
}, Z = (b) => {
|
|
84
86
|
const u = N.find((p) => p.label === "表单配置").options;
|
|
85
87
|
t.value.formCustomComponentes = u.filter((p) => b.includes(p.value)).map((p) => ({
|
|
86
88
|
btnName: p.key,
|
|
87
89
|
permissionCode: p.value,
|
|
88
|
-
pageKey:
|
|
90
|
+
pageKey: h,
|
|
89
91
|
customComponentName: void 0,
|
|
90
92
|
customComponentUrl: void 0,
|
|
91
93
|
isFiledCustom: !1
|
|
92
94
|
})), t.value.useScenes.includes("tableCustomHeader") || (t.value.customTableHeaderName = "", t.value.customTableHeaderUrl = "");
|
|
93
|
-
},
|
|
95
|
+
}, ee = (b, u) => {
|
|
94
96
|
u.customComponentName = void 0, u.customComponentUrl = void 0;
|
|
95
|
-
}, ee = (b) => {
|
|
96
|
-
w(), b();
|
|
97
|
-
}, w = () => {
|
|
98
|
-
t.value = O(), h.value.resetFields(), x("update:visible", !1);
|
|
99
97
|
}, le = (b) => {
|
|
98
|
+
R(), b();
|
|
99
|
+
}, R = () => {
|
|
100
|
+
t.value = O(), P.value.resetFields(), D("update:visible", !1);
|
|
101
|
+
}, ae = (b) => {
|
|
100
102
|
b && b.validate((u) => {
|
|
101
|
-
u && (
|
|
102
|
-
|
|
103
|
-
}),
|
|
103
|
+
u && (U.btnLoading = !0, D("refresh", JSON.parse(JSON.stringify(t.value)), () => {
|
|
104
|
+
R();
|
|
105
|
+
}), U.btnLoading = !1);
|
|
104
106
|
});
|
|
105
107
|
};
|
|
106
108
|
return (b, u) => {
|
|
107
|
-
const p =
|
|
108
|
-
return r(),
|
|
109
|
-
"model-value":
|
|
110
|
-
title:
|
|
109
|
+
const p = g("el-input"), d = g("el-form-item"), n = g("el-col"), f = g("el-option"), V = g("el-select"), v = g("el-button"), T = g("el-row"), q = g("el-divider"), te = g("el-option-group"), k = g("el-switch"), oe = g("el-input-number"), ue = g("el-form"), ne = g("el-scrollbar"), re = g("el-dialog");
|
|
110
|
+
return r(), m(re, {
|
|
111
|
+
"model-value": F.visible,
|
|
112
|
+
title: F.title,
|
|
111
113
|
top: "5vh",
|
|
112
114
|
width: "1200",
|
|
113
115
|
draggable: "",
|
|
114
116
|
overflow: "",
|
|
115
117
|
"close-on-click-modal": !1,
|
|
116
|
-
"before-close":
|
|
118
|
+
"before-close": le
|
|
117
119
|
}, {
|
|
118
120
|
footer: a(() => [
|
|
119
|
-
|
|
120
|
-
l(
|
|
121
|
-
onClick:
|
|
122
|
-
loading: o(
|
|
121
|
+
A("span", Te, [
|
|
122
|
+
l(v, {
|
|
123
|
+
onClick: R,
|
|
124
|
+
loading: o(U).btnLoading
|
|
123
125
|
}, {
|
|
124
126
|
default: a(() => [
|
|
125
|
-
|
|
127
|
+
S("取消")
|
|
126
128
|
]),
|
|
127
129
|
_: 1
|
|
128
130
|
}, 8, ["loading"]),
|
|
129
|
-
l(
|
|
131
|
+
l(v, {
|
|
130
132
|
type: "primary",
|
|
131
|
-
loading: o(
|
|
132
|
-
onClick: u[
|
|
133
|
+
loading: o(U).btnLoading,
|
|
134
|
+
onClick: u[23] || (u[23] = (e) => ae(o(P)))
|
|
133
135
|
}, {
|
|
134
136
|
default: a(() => [
|
|
135
|
-
|
|
137
|
+
S("保存")
|
|
136
138
|
]),
|
|
137
139
|
_: 1
|
|
138
140
|
}, 8, ["loading"])
|
|
139
141
|
])
|
|
140
142
|
]),
|
|
141
143
|
default: a(() => [
|
|
142
|
-
l(
|
|
144
|
+
l(ne, {
|
|
143
145
|
ref: "configFieldsScroll",
|
|
144
146
|
"max-height": "800px"
|
|
145
147
|
}, {
|
|
146
148
|
default: a(() => [
|
|
147
|
-
l(
|
|
149
|
+
l(ue, {
|
|
148
150
|
ref_key: "formRef",
|
|
149
|
-
ref:
|
|
151
|
+
ref: P,
|
|
150
152
|
model: o(t),
|
|
151
153
|
"label-suffix": ":",
|
|
152
154
|
"label-width": "120px"
|
|
153
155
|
}, {
|
|
154
156
|
default: a(() => [
|
|
155
|
-
l(
|
|
157
|
+
l(T, null, {
|
|
156
158
|
default: a(() => [
|
|
157
|
-
l(
|
|
159
|
+
l(n, { span: 6 }, {
|
|
158
160
|
default: a(() => [
|
|
159
|
-
l(
|
|
161
|
+
l(d, {
|
|
160
162
|
label: "字段名称",
|
|
161
163
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
162
164
|
prop: "fieldName"
|
|
@@ -174,9 +176,9 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
174
176
|
]),
|
|
175
177
|
_: 1
|
|
176
178
|
}),
|
|
177
|
-
l(
|
|
179
|
+
l(n, { span: 6 }, {
|
|
178
180
|
default: a(() => [
|
|
179
|
-
l(
|
|
181
|
+
l(d, {
|
|
180
182
|
label: "字段key",
|
|
181
183
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
182
184
|
prop: "fieldKey"
|
|
@@ -194,38 +196,27 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
194
196
|
]),
|
|
195
197
|
_: 1
|
|
196
198
|
}),
|
|
197
|
-
l(
|
|
199
|
+
l(n, { span: 6 }, {
|
|
198
200
|
default: a(() => [
|
|
199
|
-
l(
|
|
201
|
+
l(d, {
|
|
200
202
|
label: "字段类型",
|
|
201
203
|
rules: [{ required: !0, message: "必填项", trigger: ["change"] }],
|
|
202
204
|
prop: "fieldType"
|
|
203
205
|
}, {
|
|
204
206
|
default: a(() => [
|
|
205
|
-
l(
|
|
206
|
-
|
|
207
|
-
modelValue: o(t).
|
|
208
|
-
|
|
209
|
-
clearable: ""
|
|
207
|
+
l(V, {
|
|
208
|
+
modelValue: o(t).fieldType,
|
|
209
|
+
"onUpdate:modelValue": u[2] || (u[2] = (e) => o(t).fieldType = e),
|
|
210
|
+
placeholder: "请选择",
|
|
211
|
+
clearable: "",
|
|
212
|
+
filterable: ""
|
|
210
213
|
}, {
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
filterable: "",
|
|
218
|
-
style: { width: "200px" }
|
|
219
|
-
}, {
|
|
220
|
-
default: a(() => [
|
|
221
|
-
(r(!0), c(_, null, g(o(ie), (e) => (r(), i(f, {
|
|
222
|
-
key: e.value,
|
|
223
|
-
label: e.key,
|
|
224
|
-
value: e.value
|
|
225
|
-
}, null, 8, ["label", "value"]))), 128))
|
|
226
|
-
]),
|
|
227
|
-
_: 1
|
|
228
|
-
}, 8, ["modelValue"])
|
|
214
|
+
default: a(() => [
|
|
215
|
+
(r(!0), c(_, null, C(o(pe), (e) => (r(), m(f, {
|
|
216
|
+
key: e.value,
|
|
217
|
+
label: e.key,
|
|
218
|
+
value: e.value
|
|
219
|
+
}, null, 8, ["label", "value"]))), 128))
|
|
229
220
|
]),
|
|
230
221
|
_: 1
|
|
231
222
|
}, 8, ["modelValue"])
|
|
@@ -234,15 +225,45 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
234
225
|
})
|
|
235
226
|
]),
|
|
236
227
|
_: 1
|
|
228
|
+
}),
|
|
229
|
+
l(n, { span: 4 }, {
|
|
230
|
+
default: a(() => [
|
|
231
|
+
l(d, {
|
|
232
|
+
label: "组件参数",
|
|
233
|
+
rules: [{ required: !0, message: "必填项", trigger: ["change"] }],
|
|
234
|
+
prop: "fieldType"
|
|
235
|
+
}, {
|
|
236
|
+
default: a(() => [
|
|
237
|
+
l(v, {
|
|
238
|
+
type: "primary",
|
|
239
|
+
onClick: u[3] || (u[3] = (e) => o(U).showSiteComponentsParamsDialog = !0)
|
|
240
|
+
}, {
|
|
241
|
+
default: a(() => [
|
|
242
|
+
S("设置props")
|
|
243
|
+
]),
|
|
244
|
+
_: 1
|
|
245
|
+
}),
|
|
246
|
+
l(o(W), {
|
|
247
|
+
modelValue: o(t).fieldUiProps,
|
|
248
|
+
"onUpdate:modelValue": u[4] || (u[4] = (e) => o(t).fieldUiProps = e),
|
|
249
|
+
visible: o(U).showSiteComponentsParamsDialog,
|
|
250
|
+
"onUpdate:visible": u[5] || (u[5] = (e) => o(U).showSiteComponentsParamsDialog = e),
|
|
251
|
+
title: "设置组件参数"
|
|
252
|
+
}, null, 8, ["modelValue", "visible"])
|
|
253
|
+
]),
|
|
254
|
+
_: 1
|
|
255
|
+
})
|
|
256
|
+
]),
|
|
257
|
+
_: 1
|
|
237
258
|
})
|
|
238
259
|
]),
|
|
239
260
|
_: 1
|
|
240
261
|
}),
|
|
241
|
-
|
|
262
|
+
Q() ? (r(), m(T, { key: 0 }, {
|
|
242
263
|
default: a(() => [
|
|
243
|
-
l(
|
|
264
|
+
l(n, { span: 24 }, {
|
|
244
265
|
default: a(() => [
|
|
245
|
-
l(
|
|
266
|
+
l(d, {
|
|
246
267
|
label: "数据源",
|
|
247
268
|
prop: "fieldRequestUrl"
|
|
248
269
|
}, {
|
|
@@ -250,19 +271,19 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
250
271
|
l(p, {
|
|
251
272
|
placeholder: "请输入",
|
|
252
273
|
modelValue: o(t).fieldRequestUrl,
|
|
253
|
-
"onUpdate:modelValue": u[
|
|
274
|
+
"onUpdate:modelValue": u[7] || (u[7] = (e) => o(t).fieldRequestUrl = e),
|
|
254
275
|
clearable: ""
|
|
255
276
|
}, {
|
|
256
277
|
prepend: a(() => [
|
|
257
|
-
l(
|
|
278
|
+
l(V, {
|
|
258
279
|
modelValue: o(t).fieldRequestType,
|
|
259
|
-
"onUpdate:modelValue": u[
|
|
280
|
+
"onUpdate:modelValue": u[6] || (u[6] = (e) => o(t).fieldRequestType = e),
|
|
260
281
|
placeholder: "请选择",
|
|
261
282
|
style: { width: "150px" },
|
|
262
|
-
onChange:
|
|
283
|
+
onChange: X
|
|
263
284
|
}, {
|
|
264
285
|
default: a(() => [
|
|
265
|
-
(r(!0), c(_, null,
|
|
286
|
+
(r(!0), c(_, null, C(o(fe), (e) => (r(), m(f, {
|
|
266
287
|
key: e.value,
|
|
267
288
|
label: e.key,
|
|
268
289
|
value: e.value
|
|
@@ -281,26 +302,26 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
281
302
|
})
|
|
282
303
|
]),
|
|
283
304
|
_: 1
|
|
284
|
-
})) :
|
|
305
|
+
})) : y("", !0),
|
|
285
306
|
o(t).fieldRequestType == "POST" ? (r(), c(_, { key: 1 }, [
|
|
286
|
-
l(
|
|
307
|
+
l(q, { "content-position": "left" }, {
|
|
287
308
|
default: a(() => [
|
|
288
|
-
|
|
289
|
-
l(
|
|
309
|
+
S(" POST参数配置 "),
|
|
310
|
+
l(v, {
|
|
290
311
|
class: "add-icon-btn",
|
|
291
312
|
type: "primary",
|
|
292
313
|
icon: "Plus",
|
|
293
314
|
circle: "",
|
|
294
|
-
onClick:
|
|
315
|
+
onClick: G
|
|
295
316
|
})
|
|
296
317
|
]),
|
|
297
318
|
_: 1
|
|
298
319
|
}),
|
|
299
|
-
(r(!0), c(_, null,
|
|
320
|
+
(r(!0), c(_, null, C(o(t).postRequestParams, (e, s) => (r(), m(T, { key: s }, {
|
|
300
321
|
default: a(() => [
|
|
301
|
-
l(
|
|
322
|
+
l(n, { span: 6 }, {
|
|
302
323
|
default: a(() => [
|
|
303
|
-
l(
|
|
324
|
+
l(d, {
|
|
304
325
|
label: "提交字段名",
|
|
305
326
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
306
327
|
prop: "postRequestParams." + s + ".submitName"
|
|
@@ -308,7 +329,7 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
308
329
|
default: a(() => [
|
|
309
330
|
l(p, {
|
|
310
331
|
modelValue: e.submitName,
|
|
311
|
-
"onUpdate:modelValue": (
|
|
332
|
+
"onUpdate:modelValue": (i) => e.submitName = i,
|
|
312
333
|
placeholder: "请输入提交字段名",
|
|
313
334
|
clearable: ""
|
|
314
335
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -318,9 +339,9 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
318
339
|
]),
|
|
319
340
|
_: 2
|
|
320
341
|
}, 1024),
|
|
321
|
-
l(
|
|
342
|
+
l(n, { span: 8 }, {
|
|
322
343
|
default: a(() => [
|
|
323
|
-
l(
|
|
344
|
+
l(d, {
|
|
324
345
|
label: "方式",
|
|
325
346
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
326
347
|
prop: "postRequestParams." + s + ".submitValue"
|
|
@@ -329,21 +350,21 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
329
350
|
l(p, {
|
|
330
351
|
placeholder: "请输入值",
|
|
331
352
|
modelValue: e.submitValue,
|
|
332
|
-
"onUpdate:modelValue": (
|
|
353
|
+
"onUpdate:modelValue": (i) => e.submitValue = i,
|
|
333
354
|
clearable: ""
|
|
334
355
|
}, {
|
|
335
356
|
prepend: a(() => [
|
|
336
|
-
l(
|
|
357
|
+
l(V, {
|
|
337
358
|
modelValue: e.submitType,
|
|
338
|
-
"onUpdate:modelValue": (
|
|
359
|
+
"onUpdate:modelValue": (i) => e.submitType = i,
|
|
339
360
|
placeholder: "请选择方式",
|
|
340
361
|
style: { width: "120px" }
|
|
341
362
|
}, {
|
|
342
363
|
default: a(() => [
|
|
343
|
-
(r(!0), c(_, null,
|
|
344
|
-
key:
|
|
345
|
-
label:
|
|
346
|
-
value:
|
|
364
|
+
(r(!0), c(_, null, C(o(be), (i, w) => (r(), m(f, {
|
|
365
|
+
key: w,
|
|
366
|
+
label: i.key,
|
|
367
|
+
value: i.value
|
|
347
368
|
}, null, 8, ["label", "value"]))), 128))
|
|
348
369
|
]),
|
|
349
370
|
_: 2
|
|
@@ -357,26 +378,26 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
357
378
|
]),
|
|
358
379
|
_: 2
|
|
359
380
|
}, 1024),
|
|
360
|
-
l(
|
|
381
|
+
l(n, { span: 6 }, {
|
|
361
382
|
default: a(() => [
|
|
362
|
-
l(
|
|
383
|
+
l(d, {
|
|
363
384
|
label: "提交类型",
|
|
364
385
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
365
386
|
prop: "postRequestParams." + s + ".paramsType"
|
|
366
387
|
}, {
|
|
367
388
|
default: a(() => [
|
|
368
|
-
l(
|
|
389
|
+
l(V, {
|
|
369
390
|
modelValue: e.paramsType,
|
|
370
|
-
"onUpdate:modelValue": (
|
|
391
|
+
"onUpdate:modelValue": (i) => e.paramsType = i,
|
|
371
392
|
placeholder: "请选择",
|
|
372
393
|
filterable: "",
|
|
373
394
|
clearable: ""
|
|
374
395
|
}, {
|
|
375
396
|
default: a(() => [
|
|
376
|
-
(r(!0), c(_, null,
|
|
377
|
-
key:
|
|
378
|
-
label:
|
|
379
|
-
value:
|
|
397
|
+
(r(!0), c(_, null, C(o(H), (i, w) => (r(), m(f, {
|
|
398
|
+
key: w,
|
|
399
|
+
label: i.key,
|
|
400
|
+
value: i.value
|
|
380
401
|
}, null, 8, ["label", "value"]))), 128))
|
|
381
402
|
]),
|
|
382
403
|
_: 2
|
|
@@ -387,17 +408,17 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
387
408
|
]),
|
|
388
409
|
_: 2
|
|
389
410
|
}, 1024),
|
|
390
|
-
l(
|
|
411
|
+
l(n, {
|
|
391
412
|
class: "submit-operate",
|
|
392
413
|
span: 2
|
|
393
414
|
}, {
|
|
394
415
|
default: a(() => [
|
|
395
|
-
l(
|
|
416
|
+
l(v, {
|
|
396
417
|
class: "match-opreate",
|
|
397
418
|
type: "danger",
|
|
398
419
|
icon: "Minus",
|
|
399
420
|
circle: "",
|
|
400
|
-
onClick: (
|
|
421
|
+
onClick: (i) => J(s)
|
|
401
422
|
}, null, 8, ["onClick"])
|
|
402
423
|
]),
|
|
403
424
|
_: 2
|
|
@@ -405,33 +426,33 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
405
426
|
]),
|
|
406
427
|
_: 2
|
|
407
428
|
}, 1024))), 128))
|
|
408
|
-
], 64)) :
|
|
409
|
-
l(
|
|
429
|
+
], 64)) : y("", !0),
|
|
430
|
+
l(T, null, {
|
|
410
431
|
default: a(() => [
|
|
411
|
-
l(
|
|
432
|
+
l(n, { span: 24 }, {
|
|
412
433
|
default: a(() => [
|
|
413
|
-
l(
|
|
434
|
+
l(d, {
|
|
414
435
|
label: "使用场景",
|
|
415
436
|
rules: [{ required: !0, message: "必填项", trigger: ["change"] }],
|
|
416
437
|
prop: "useScenes"
|
|
417
438
|
}, {
|
|
418
439
|
default: a(() => [
|
|
419
|
-
l(
|
|
440
|
+
l(V, {
|
|
420
441
|
modelValue: o(t).useScenes,
|
|
421
|
-
"onUpdate:modelValue": u[
|
|
442
|
+
"onUpdate:modelValue": u[8] || (u[8] = (e) => o(t).useScenes = e),
|
|
422
443
|
placeholder: "请选择",
|
|
423
444
|
multiple: "",
|
|
424
445
|
clearable: "",
|
|
425
446
|
filterable: "",
|
|
426
|
-
onChange:
|
|
447
|
+
onChange: Z
|
|
427
448
|
}, {
|
|
428
449
|
default: a(() => [
|
|
429
|
-
(r(!0), c(_, null,
|
|
450
|
+
(r(!0), c(_, null, C(o(N), (e) => (r(), m(te, {
|
|
430
451
|
key: e.label,
|
|
431
452
|
label: e.label
|
|
432
453
|
}, {
|
|
433
454
|
default: a(() => [
|
|
434
|
-
(r(!0), c(_, null,
|
|
455
|
+
(r(!0), c(_, null, C(e.options, (s) => (r(), m(f, {
|
|
435
456
|
key: s.key,
|
|
436
457
|
label: s.key,
|
|
437
458
|
value: s.value
|
|
@@ -451,31 +472,31 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
451
472
|
]),
|
|
452
473
|
_: 1
|
|
453
474
|
}),
|
|
454
|
-
|
|
475
|
+
Y() ? (r(), m(T, { key: 2 }, {
|
|
455
476
|
default: a(() => [
|
|
456
|
-
l(
|
|
477
|
+
l(q, { "content-position": "left" }, {
|
|
457
478
|
default: a(() => [
|
|
458
|
-
|
|
479
|
+
S("查询模块")
|
|
459
480
|
]),
|
|
460
481
|
_: 1
|
|
461
482
|
}),
|
|
462
|
-
l(
|
|
483
|
+
l(n, { span: 6 }, {
|
|
463
484
|
default: a(() => [
|
|
464
|
-
l(
|
|
485
|
+
l(d, {
|
|
465
486
|
label: "查询条件",
|
|
466
487
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
467
488
|
prop: "tableQueryCondition"
|
|
468
489
|
}, {
|
|
469
490
|
default: a(() => [
|
|
470
|
-
l(
|
|
491
|
+
l(V, {
|
|
471
492
|
modelValue: o(t).tableQueryCondition,
|
|
472
|
-
"onUpdate:modelValue": u[
|
|
493
|
+
"onUpdate:modelValue": u[9] || (u[9] = (e) => o(t).tableQueryCondition = e),
|
|
473
494
|
placeholder: "请选择查询条件",
|
|
474
495
|
clearable: "",
|
|
475
496
|
filterable: ""
|
|
476
497
|
}, {
|
|
477
498
|
default: a(() => [
|
|
478
|
-
(r(!0), c(_, null,
|
|
499
|
+
(r(!0), c(_, null, C(o(I), (e, s) => (r(), m(f, {
|
|
479
500
|
key: s,
|
|
480
501
|
label: e.key,
|
|
481
502
|
value: e.value
|
|
@@ -491,18 +512,18 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
491
512
|
})
|
|
492
513
|
]),
|
|
493
514
|
_: 1
|
|
494
|
-
})) :
|
|
495
|
-
|
|
515
|
+
})) : y("", !0),
|
|
516
|
+
B() ? (r(), m(T, { key: 3 }, {
|
|
496
517
|
default: a(() => [
|
|
497
|
-
l(
|
|
518
|
+
l(q, { "content-position": "left" }, {
|
|
498
519
|
default: a(() => [
|
|
499
|
-
|
|
520
|
+
S("表格模块")
|
|
500
521
|
]),
|
|
501
522
|
_: 1
|
|
502
523
|
}),
|
|
503
|
-
l(
|
|
524
|
+
l(n, { span: 6 }, {
|
|
504
525
|
default: a(() => [
|
|
505
|
-
l(
|
|
526
|
+
l(d, {
|
|
506
527
|
label: "列宽",
|
|
507
528
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
508
529
|
prop: "tableCellWidth"
|
|
@@ -511,17 +532,17 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
511
532
|
l(p, {
|
|
512
533
|
placeholder: "请输入",
|
|
513
534
|
modelValue: o(t).tableCellWidth,
|
|
514
|
-
"onUpdate:modelValue": u[
|
|
535
|
+
"onUpdate:modelValue": u[11] || (u[11] = (e) => o(t).tableCellWidth = e)
|
|
515
536
|
}, {
|
|
516
537
|
prepend: a(() => [
|
|
517
|
-
l(
|
|
538
|
+
l(V, {
|
|
518
539
|
modelValue: o(t).tableCellWidthType,
|
|
519
|
-
"onUpdate:modelValue": u[
|
|
540
|
+
"onUpdate:modelValue": u[10] || (u[10] = (e) => o(t).tableCellWidthType = e),
|
|
520
541
|
placeholder: "请选择",
|
|
521
542
|
style: { width: "100px" }
|
|
522
543
|
}, {
|
|
523
544
|
default: a(() => [
|
|
524
|
-
(r(!0), c(_, null,
|
|
545
|
+
(r(!0), c(_, null, C(o(ce), (e, s) => (r(), m(f, {
|
|
525
546
|
key: s,
|
|
526
547
|
label: e.key,
|
|
527
548
|
value: e.value
|
|
@@ -538,23 +559,23 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
538
559
|
]),
|
|
539
560
|
_: 1
|
|
540
561
|
}),
|
|
541
|
-
l(
|
|
562
|
+
l(n, { span: 6 }, {
|
|
542
563
|
default: a(() => [
|
|
543
|
-
l(
|
|
564
|
+
l(d, {
|
|
544
565
|
label: "对齐方式",
|
|
545
566
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
546
567
|
prop: "tableCellAlignType"
|
|
547
568
|
}, {
|
|
548
569
|
default: a(() => [
|
|
549
|
-
l(
|
|
570
|
+
l(V, {
|
|
550
571
|
modelValue: o(t).tableCellAlignType,
|
|
551
|
-
"onUpdate:modelValue": u[
|
|
572
|
+
"onUpdate:modelValue": u[12] || (u[12] = (e) => o(t).tableCellAlignType = e),
|
|
552
573
|
placeholder: "请选择对齐方式",
|
|
553
574
|
clearable: "",
|
|
554
575
|
filterable: ""
|
|
555
576
|
}, {
|
|
556
577
|
default: a(() => [
|
|
557
|
-
(r(!0), c(_, null,
|
|
578
|
+
(r(!0), c(_, null, C(o(_e), (e, s) => (r(), m(f, {
|
|
558
579
|
key: s,
|
|
559
580
|
label: e.key,
|
|
560
581
|
value: e.value
|
|
@@ -568,23 +589,23 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
568
589
|
]),
|
|
569
590
|
_: 1
|
|
570
591
|
}),
|
|
571
|
-
l(
|
|
592
|
+
l(n, { span: 6 }, {
|
|
572
593
|
default: a(() => [
|
|
573
|
-
l(
|
|
594
|
+
l(d, {
|
|
574
595
|
label: "内容类型",
|
|
575
596
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
576
597
|
prop: "tableCellContentType"
|
|
577
598
|
}, {
|
|
578
599
|
default: a(() => [
|
|
579
|
-
l(
|
|
600
|
+
l(V, {
|
|
580
601
|
modelValue: o(t).tableCellContentType,
|
|
581
|
-
"onUpdate:modelValue": u[
|
|
602
|
+
"onUpdate:modelValue": u[13] || (u[13] = (e) => o(t).tableCellContentType = e),
|
|
582
603
|
placeholder: "请选择内容类型",
|
|
583
604
|
clearable: "",
|
|
584
605
|
filterable: ""
|
|
585
606
|
}, {
|
|
586
607
|
default: a(() => [
|
|
587
|
-
(r(!0), c(_, null,
|
|
608
|
+
(r(!0), c(_, null, C(o(ge), (e, s) => (r(), m(f, {
|
|
588
609
|
key: s,
|
|
589
610
|
label: e.key,
|
|
590
611
|
value: e.value
|
|
@@ -598,16 +619,16 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
598
619
|
]),
|
|
599
620
|
_: 1
|
|
600
621
|
}),
|
|
601
|
-
l(
|
|
622
|
+
l(n, { span: 2 }, {
|
|
602
623
|
default: a(() => [
|
|
603
|
-
l(
|
|
624
|
+
l(d, {
|
|
604
625
|
label: "溢出隐藏",
|
|
605
626
|
prop: "isTableCellOverflowTooltip"
|
|
606
627
|
}, {
|
|
607
628
|
default: a(() => [
|
|
608
|
-
l(
|
|
629
|
+
l(k, {
|
|
609
630
|
modelValue: o(t).isTableCellOverflowTooltip,
|
|
610
|
-
"onUpdate:modelValue": u[
|
|
631
|
+
"onUpdate:modelValue": u[14] || (u[14] = (e) => o(t).isTableCellOverflowTooltip = e)
|
|
611
632
|
}, null, 8, ["modelValue"])
|
|
612
633
|
]),
|
|
613
634
|
_: 1
|
|
@@ -615,16 +636,16 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
615
636
|
]),
|
|
616
637
|
_: 1
|
|
617
638
|
}),
|
|
618
|
-
l(
|
|
639
|
+
l(n, { span: 2 }, {
|
|
619
640
|
default: a(() => [
|
|
620
|
-
l(
|
|
641
|
+
l(d, {
|
|
621
642
|
label: "排序",
|
|
622
643
|
prop: "isTableCellSort"
|
|
623
644
|
}, {
|
|
624
645
|
default: a(() => [
|
|
625
|
-
l(
|
|
646
|
+
l(k, {
|
|
626
647
|
modelValue: o(t).isTableCellSort,
|
|
627
|
-
"onUpdate:modelValue": u[
|
|
648
|
+
"onUpdate:modelValue": u[15] || (u[15] = (e) => o(t).isTableCellSort = e)
|
|
628
649
|
}, null, 8, ["modelValue"])
|
|
629
650
|
]),
|
|
630
651
|
_: 1
|
|
@@ -634,12 +655,12 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
634
655
|
})
|
|
635
656
|
]),
|
|
636
657
|
_: 1
|
|
637
|
-
})) :
|
|
638
|
-
|
|
658
|
+
})) : y("", !0),
|
|
659
|
+
j() ? (r(), m(T, { key: 4 }, {
|
|
639
660
|
default: a(() => [
|
|
640
|
-
l(
|
|
661
|
+
l(n, { span: 12 }, {
|
|
641
662
|
default: a(() => [
|
|
642
|
-
l(
|
|
663
|
+
l(d, {
|
|
643
664
|
label: "表头组件名",
|
|
644
665
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
645
666
|
prop: "customTableHeaderName"
|
|
@@ -647,7 +668,7 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
647
668
|
default: a(() => [
|
|
648
669
|
l(p, {
|
|
649
670
|
modelValue: o(t).customTableHeaderName,
|
|
650
|
-
"onUpdate:modelValue": u[
|
|
671
|
+
"onUpdate:modelValue": u[16] || (u[16] = (e) => o(t).customTableHeaderName = e),
|
|
651
672
|
placeholder: "请输入组件名",
|
|
652
673
|
clearable: ""
|
|
653
674
|
}, null, 8, ["modelValue"])
|
|
@@ -657,9 +678,9 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
657
678
|
]),
|
|
658
679
|
_: 1
|
|
659
680
|
}),
|
|
660
|
-
l(
|
|
681
|
+
l(n, { span: 12 }, {
|
|
661
682
|
default: a(() => [
|
|
662
|
-
l(
|
|
683
|
+
l(d, {
|
|
663
684
|
label: "表头组件url",
|
|
664
685
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
665
686
|
prop: "customTableHeaderUrl"
|
|
@@ -667,7 +688,7 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
667
688
|
default: a(() => [
|
|
668
689
|
l(p, {
|
|
669
690
|
modelValue: o(t).customTableHeaderUrl,
|
|
670
|
-
"onUpdate:modelValue": u[
|
|
691
|
+
"onUpdate:modelValue": u[17] || (u[17] = (e) => o(t).customTableHeaderUrl = e),
|
|
671
692
|
placeholder: "请输入表头组件url",
|
|
672
693
|
clearable: ""
|
|
673
694
|
}, null, 8, ["modelValue"])
|
|
@@ -679,25 +700,25 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
679
700
|
})
|
|
680
701
|
]),
|
|
681
702
|
_: 1
|
|
682
|
-
})) :
|
|
683
|
-
o(t).formCustomComponentes.length ? (r(),
|
|
703
|
+
})) : y("", !0),
|
|
704
|
+
o(t).formCustomComponentes.length ? (r(), m(T, { key: 5 }, {
|
|
684
705
|
default: a(() => [
|
|
685
|
-
l(
|
|
706
|
+
l(q, { "content-position": "left" }, {
|
|
686
707
|
default: a(() => [
|
|
687
|
-
|
|
708
|
+
S("表单模块")
|
|
688
709
|
]),
|
|
689
710
|
_: 1
|
|
690
711
|
}),
|
|
691
|
-
l(
|
|
712
|
+
l(n, { span: 3 }, {
|
|
692
713
|
default: a(() => [
|
|
693
|
-
l(
|
|
714
|
+
l(d, {
|
|
694
715
|
label: "是否必填",
|
|
695
716
|
prop: "isFormFieldRequired"
|
|
696
717
|
}, {
|
|
697
718
|
default: a(() => [
|
|
698
|
-
l(
|
|
719
|
+
l(k, {
|
|
699
720
|
modelValue: o(t).isFormFieldRequired,
|
|
700
|
-
"onUpdate:modelValue": u[
|
|
721
|
+
"onUpdate:modelValue": u[18] || (u[18] = (e) => o(t).isFormFieldRequired = e)
|
|
701
722
|
}, null, 8, ["modelValue"])
|
|
702
723
|
]),
|
|
703
724
|
_: 1
|
|
@@ -705,16 +726,16 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
705
726
|
]),
|
|
706
727
|
_: 1
|
|
707
728
|
}),
|
|
708
|
-
l(
|
|
729
|
+
l(n, { span: 3 }, {
|
|
709
730
|
default: a(() => [
|
|
710
|
-
l(
|
|
731
|
+
l(d, {
|
|
711
732
|
label: "是否回显",
|
|
712
733
|
prop: "isFormSetValue"
|
|
713
734
|
}, {
|
|
714
735
|
default: a(() => [
|
|
715
|
-
l(
|
|
736
|
+
l(k, {
|
|
716
737
|
modelValue: o(t).isFormSetValue,
|
|
717
|
-
"onUpdate:modelValue": u[
|
|
738
|
+
"onUpdate:modelValue": u[19] || (u[19] = (e) => o(t).isFormSetValue = e)
|
|
718
739
|
}, null, 8, ["modelValue"])
|
|
719
740
|
]),
|
|
720
741
|
_: 1
|
|
@@ -722,16 +743,16 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
722
743
|
]),
|
|
723
744
|
_: 1
|
|
724
745
|
}),
|
|
725
|
-
l(
|
|
746
|
+
l(n, { span: 3 }, {
|
|
726
747
|
default: a(() => [
|
|
727
|
-
l(
|
|
748
|
+
l(d, {
|
|
728
749
|
label: "是否禁用",
|
|
729
750
|
prop: "isFormDisabled"
|
|
730
751
|
}, {
|
|
731
752
|
default: a(() => [
|
|
732
|
-
l(
|
|
753
|
+
l(k, {
|
|
733
754
|
modelValue: o(t).isFormDisabled,
|
|
734
|
-
"onUpdate:modelValue": u[
|
|
755
|
+
"onUpdate:modelValue": u[20] || (u[20] = (e) => o(t).isFormDisabled = e)
|
|
735
756
|
}, null, 8, ["modelValue"])
|
|
736
757
|
]),
|
|
737
758
|
_: 1
|
|
@@ -739,26 +760,26 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
739
760
|
]),
|
|
740
761
|
_: 1
|
|
741
762
|
}),
|
|
742
|
-
|
|
763
|
+
M() ? (r(), m(n, {
|
|
743
764
|
key: 0,
|
|
744
765
|
span: 6
|
|
745
766
|
}, {
|
|
746
767
|
default: a(() => [
|
|
747
|
-
l(
|
|
768
|
+
l(d, {
|
|
748
769
|
label: "提交类型",
|
|
749
770
|
rules: [{ required: !0, message: "必填项", trigger: "change" }],
|
|
750
771
|
prop: "fieldSubmitType"
|
|
751
772
|
}, {
|
|
752
773
|
default: a(() => [
|
|
753
|
-
l(
|
|
774
|
+
l(V, {
|
|
754
775
|
modelValue: o(t).fieldSubmitType,
|
|
755
|
-
"onUpdate:modelValue": u[
|
|
776
|
+
"onUpdate:modelValue": u[21] || (u[21] = (e) => o(t).fieldSubmitType = e),
|
|
756
777
|
placeholder: "请选择提交类型",
|
|
757
778
|
filterable: "",
|
|
758
779
|
clearable: ""
|
|
759
780
|
}, {
|
|
760
781
|
default: a(() => [
|
|
761
|
-
(r(!0), c(_, null,
|
|
782
|
+
(r(!0), c(_, null, C(o(H), (e, s) => (r(), m(f, {
|
|
762
783
|
key: s,
|
|
763
784
|
label: e.key,
|
|
764
785
|
value: e.value
|
|
@@ -771,37 +792,17 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
771
792
|
})
|
|
772
793
|
]),
|
|
773
794
|
_: 1
|
|
774
|
-
})) :
|
|
775
|
-
|
|
776
|
-
key: 1,
|
|
777
|
-
span: 6
|
|
778
|
-
}, {
|
|
779
|
-
default: a(() => [
|
|
780
|
-
l(n, {
|
|
781
|
-
label: "批量上传",
|
|
782
|
-
prop: "isFormMultipleUpload"
|
|
783
|
-
}, {
|
|
784
|
-
default: a(() => [
|
|
785
|
-
l(S, {
|
|
786
|
-
modelValue: o(t).isFormMultipleUpload,
|
|
787
|
-
"onUpdate:modelValue": u[20] || (u[20] = (e) => o(t).isFormMultipleUpload = e)
|
|
788
|
-
}, null, 8, ["modelValue"])
|
|
789
|
-
]),
|
|
790
|
-
_: 1
|
|
791
|
-
})
|
|
792
|
-
]),
|
|
793
|
-
_: 1
|
|
794
|
-
})) : T("", !0),
|
|
795
|
-
l(d, { span: 6 }, {
|
|
795
|
+
})) : y("", !0),
|
|
796
|
+
l(n, { span: 6 }, {
|
|
796
797
|
default: a(() => [
|
|
797
|
-
l(
|
|
798
|
+
l(d, {
|
|
798
799
|
label: "栅格数",
|
|
799
800
|
prop: "formColumnCol"
|
|
800
801
|
}, {
|
|
801
802
|
default: a(() => [
|
|
802
|
-
l(
|
|
803
|
+
l(oe, {
|
|
803
804
|
modelValue: o(t).formColumnCol,
|
|
804
|
-
"onUpdate:modelValue": u[
|
|
805
|
+
"onUpdate:modelValue": u[22] || (u[22] = (e) => o(t).formColumnCol = e),
|
|
805
806
|
max: 24
|
|
806
807
|
}, null, 8, ["modelValue"])
|
|
807
808
|
]),
|
|
@@ -812,27 +813,27 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
812
813
|
})
|
|
813
814
|
]),
|
|
814
815
|
_: 1
|
|
815
|
-
})) :
|
|
816
|
-
|
|
817
|
-
l(
|
|
816
|
+
})) : y("", !0),
|
|
817
|
+
z() ? (r(), c(_, { key: 6 }, [
|
|
818
|
+
l(q, { "content-position": "left" }, {
|
|
818
819
|
default: a(() => [
|
|
819
|
-
|
|
820
|
+
S("不同场景自定义字段组件")
|
|
820
821
|
]),
|
|
821
822
|
_: 1
|
|
822
823
|
}),
|
|
823
|
-
(r(!0), c(_, null,
|
|
824
|
+
(r(!0), c(_, null, C(o(t).formCustomComponentes, (e, s) => (r(), m(T, { key: s }, {
|
|
824
825
|
default: a(() => [
|
|
825
|
-
l(
|
|
826
|
+
l(n, { span: 4 }, {
|
|
826
827
|
default: a(() => [
|
|
827
|
-
l(
|
|
828
|
+
l(d, {
|
|
828
829
|
label: `自定义${e.btnName}`,
|
|
829
830
|
prop: `formCustomComponentes.${s}.isFiledCustom`
|
|
830
831
|
}, {
|
|
831
832
|
default: a(() => [
|
|
832
|
-
l(
|
|
833
|
+
l(k, {
|
|
833
834
|
modelValue: e.isFiledCustom,
|
|
834
|
-
"onUpdate:modelValue": (
|
|
835
|
-
onChange: (
|
|
835
|
+
"onUpdate:modelValue": (i) => e.isFiledCustom = i,
|
|
836
|
+
onChange: (i) => ee(i, e)
|
|
836
837
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])
|
|
837
838
|
]),
|
|
838
839
|
_: 2
|
|
@@ -840,12 +841,12 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
840
841
|
]),
|
|
841
842
|
_: 2
|
|
842
843
|
}, 1024),
|
|
843
|
-
e.isFiledCustom ? (r(),
|
|
844
|
+
e.isFiledCustom ? (r(), m(n, {
|
|
844
845
|
key: 0,
|
|
845
846
|
span: 10
|
|
846
847
|
}, {
|
|
847
848
|
default: a(() => [
|
|
848
|
-
l(
|
|
849
|
+
l(d, {
|
|
849
850
|
label: `${e.btnName}组件名称`,
|
|
850
851
|
"label-width": "220",
|
|
851
852
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
@@ -854,13 +855,13 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
854
855
|
default: a(() => [
|
|
855
856
|
l(p, {
|
|
856
857
|
modelValue: e.customComponentName,
|
|
857
|
-
"onUpdate:modelValue": (
|
|
858
|
+
"onUpdate:modelValue": (i) => e.customComponentName = i,
|
|
858
859
|
placeholder: "请输入",
|
|
859
860
|
clearable: ""
|
|
860
861
|
}, {
|
|
861
862
|
default: a(() => [
|
|
862
|
-
|
|
863
|
-
|
|
863
|
+
A("template", ye, [
|
|
864
|
+
S(me(o(h)), 1)
|
|
864
865
|
])
|
|
865
866
|
]),
|
|
866
867
|
_: 2
|
|
@@ -870,13 +871,13 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
870
871
|
}, 1032, ["label", "prop"])
|
|
871
872
|
]),
|
|
872
873
|
_: 2
|
|
873
|
-
}, 1024)) :
|
|
874
|
-
e.isFiledCustom ? (r(),
|
|
874
|
+
}, 1024)) : y("", !0),
|
|
875
|
+
e.isFiledCustom ? (r(), m(n, {
|
|
875
876
|
key: 1,
|
|
876
877
|
span: 10
|
|
877
878
|
}, {
|
|
878
879
|
default: a(() => [
|
|
879
|
-
l(
|
|
880
|
+
l(d, {
|
|
880
881
|
label: "组件地址",
|
|
881
882
|
rules: [{ required: !0, message: "必填项", trigger: "blur" }],
|
|
882
883
|
prop: `formCustomComponentes.${s}.customComponentUrl`
|
|
@@ -884,7 +885,7 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
884
885
|
default: a(() => [
|
|
885
886
|
l(p, {
|
|
886
887
|
modelValue: e.customComponentUrl,
|
|
887
|
-
"onUpdate:modelValue": (
|
|
888
|
+
"onUpdate:modelValue": (i) => e.customComponentUrl = i,
|
|
888
889
|
placeholder: "请输入",
|
|
889
890
|
clearable: ""
|
|
890
891
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -893,11 +894,11 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
893
894
|
}, 1032, ["prop"])
|
|
894
895
|
]),
|
|
895
896
|
_: 2
|
|
896
|
-
}, 1024)) :
|
|
897
|
+
}, 1024)) : y("", !0)
|
|
897
898
|
]),
|
|
898
899
|
_: 2
|
|
899
900
|
}, 1024))), 128))
|
|
900
|
-
], 64)) :
|
|
901
|
+
], 64)) : y("", !0)
|
|
901
902
|
]),
|
|
902
903
|
_: 1
|
|
903
904
|
}, 8, ["model"])
|
|
@@ -909,7 +910,7 @@ const ge = { slot: "prepend" }, Ce = { class: "dialog-footer" }, ye = {
|
|
|
909
910
|
}, 8, ["model-value", "title"]);
|
|
910
911
|
};
|
|
911
912
|
}
|
|
912
|
-
},
|
|
913
|
+
}, Pe = /* @__PURE__ */ Ve(Se, [["__scopeId", "data-v-987b559b"]]);
|
|
913
914
|
export {
|
|
914
|
-
|
|
915
|
+
Pe as default
|
|
915
916
|
};
|