act-plus 1.1.44 → 1.1.46

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