act-plus 1.1.43 → 1.1.44

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