act-plus 1.1.45 → 1.1.47

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 h, reactive as se, ref as A, watch as ie, resolveComponent as _, resolveDirective as me, openBlock as d, 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 C, renderList as g, createCommentVNode as U, toDisplayString as fe } from "vue";
2
- import { _ as be, U as M, F as ce, k as Ce, l as _e, m as I, T as ge, A as ye, C as ve } from "./index-b75b11aa.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-56bc95ef.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,8 +12,8 @@ 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(K, { emit: W }) {
16
- const Q = re(() => import("./dialogSiteComponentsParams-35632c53.js")), D = W, N = K, P = h("pageKey")(), O = h("conditionList")(), Y = h("configData")();
15
+ setup(I, { emit: K }) {
16
+ const W = de(() => import("./dialogSiteComponentsParams-680354b0.js")), h = K, N = I, P = E("pageKey")(), O = E("conditionList")(), Y = E("configData")();
17
17
  let k = se((() => ({
18
18
  btnLoading: !1,
19
19
  showSiteComponentsParamsDialog: !1
@@ -37,33 +37,34 @@ 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 = M, w = A(null), o = A(x()), $ = () => ["select", "selectIcon", "multipleSelect", "treeSelect", "provinceCascade", "switch", "virtualizedSelect", "virtualizedMultipleSelect"].includes(
47
- o.value.fieldType
48
- ), B = () => o.value.useScenes.includes("tableSearch") && o.value.fieldType !== "time", j = () => o.value.useScenes.includes("tableShow"), H = () => o.value.fieldType && o.value.fieldType !== "implicit" && o.value.useScenes.some((p) => !["tableSearch", "tableShow"].some((t) => t == p));
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 (p, t) => {
52
- if (p) {
53
- const f = (Y.value.buttons || []).filter((u) => u.permissionCode != 1001).map((u) => ({ key: u.btnName, value: u.permissionCode }));
54
- R.some((u) => {
55
- if (u.label === "表单配置")
56
- return u.options = f, !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
59
  const { data: n } = N;
59
60
  if (!n.fieldName)
60
61
  return;
61
- Object.keys(o.value).forEach((u) => {
62
- if (u == "permissionCode")
63
- o.value[u] = n.unique;
64
- else if (u == "formCustomComponentes") {
65
- const y = f.filter((b) => n.useScenes.includes(b.value)).map((b) => {
66
- const V = n[u].find((T) => T.permissionCode == b.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
69
  btnName: b.key,
69
70
  permissionCode: b.value,
@@ -71,10 +72,10 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
71
72
  customComponentName: void 0,
72
73
  customComponentUrl: void 0,
73
74
  isFieldCustom: !1,
74
- ...V
75
+ ...v
75
76
  };
76
- }), v = M[0].options.map((b) => {
77
- const V = n[u].find((T) => T.permissionCode == b.value) || {};
77
+ }), _ = Q[0].options.map((b) => {
78
+ const v = n[o].find((T) => T.permissionCode == b.value) || {};
78
79
  return {
79
80
  btnName: b.key,
80
81
  permissionCode: b.value,
@@ -82,25 +83,25 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
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] = [...v, ...y];
89
+ u.value[o] = [..._, ...V];
89
90
  } else
90
- ["postRequestParams", "useScenes"].includes(u) ? o.value[u] = [...n[u] || []] : o.value[u] = n[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 = (p) => {
98
- o.value.postRequestParams.splice(p, 1);
99
- }, J = (p) => {
100
- o.value.postRequestParams = [];
101
- }, X = (p) => {
102
- const t = R.find((n) => n.label === "表格配置").options, f = R.find((n) => n.label === "表单配置").options;
103
- o.value.formCustomComponentes = [...t, ...f].filter((n) => p.includes(n.value)).map((n) => ({
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) => ({
104
105
  btnName: n.key,
105
106
  permissionCode: n.value,
106
107
  pageKey: P,
@@ -108,24 +109,24 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
108
109
  customComponentUrl: void 0,
109
110
  isFieldCustom: !1
110
111
  }));
111
- }, Z = (p, t) => {
112
+ }, Z = (f, t) => {
112
113
  t.customComponentName = void 0, t.customComponentUrl = void 0;
113
- }, ee = (p) => {
114
- E(), p();
115
- }, E = () => {
116
- o.value = x(), w.value.resetFields(), D("update:visible", !1);
117
- }, le = (p) => {
118
- p && p.validate((t) => {
119
- t && (k.btnLoading = !0, o.value.formCustomComponentes.forEach((f) => {
120
- delete f.isFiledCustom;
121
- }), D("refresh", JSON.parse(JSON.stringify(o.value)), () => {
122
- E();
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 (p, t) => {
127
- const f = _("el-input"), n = _("el-form-item"), u = _("el-col"), y = _("el-option"), v = _("el-select"), b = _("el-button"), V = _("el-row"), T = _("el-divider"), ae = _("el-option-group"), q = _("el-switch"), te = _("el-input-number"), oe = _("el-form"), ue = _("el-scrollbar"), ne = _("el-dialog"), de = me("debounce");
128
- return d(), 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",
@@ -138,45 +139,45 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
138
139
  footer: a(() => [
139
140
  L("span", Te, [
140
141
  l(b, {
141
- onClick: E,
142
+ onClick: D,
142
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((d(), i(b, {
150
+ pe((r(), i(b, {
150
151
  type: "primary",
151
152
  loading: m(k).btnLoading,
152
- onClick: t[21] || (t[21] = (e) => le(w.value))
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
- [de]
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
182
  l(n, {
182
183
  label: "字段名称",
@@ -184,9 +185,9 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
184
185
  prop: "fieldName"
185
186
  }, {
186
187
  default: a(() => [
187
- l(f, {
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,7 +197,7 @@ 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
202
  l(n, {
202
203
  label: "字段key",
@@ -204,9 +205,9 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
204
205
  prop: "fieldKey"
205
206
  }, {
206
207
  default: a(() => [
207
- l(f, {
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,7 +217,7 @@ 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
222
  l(n, {
222
223
  label: "字段类型",
@@ -224,15 +225,15 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
224
225
  prop: "fieldType"
225
226
  }, {
226
227
  default: a(() => [
227
- l(v, {
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
- (d(!0), c(C, null, g(m(ce), (e) => (d(), i(y, {
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,7 +247,7 @@ 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
252
  l(n, {
252
253
  label: "组件参数",
@@ -258,14 +259,14 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
258
259
  type: "primary",
259
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(m(Q), {
267
- modelValue: o.value.fieldUiProps,
268
- "onUpdate:modelValue": t[4] || (t[4] = (e) => o.value.fieldUiProps = e),
267
+ l(m(W), {
268
+ modelValue: u.value.fieldUiProps,
269
+ "onUpdate:modelValue": t[4] || (t[4] = (e) => u.value.fieldUiProps = e),
269
270
  visible: m(k).showSiteComponentsParamsDialog,
270
271
  "onUpdate:visible": t[5] || (t[5] = (e) => m(k).showSiteComponentsParamsDialog = e),
271
272
  title: "设置组件参数"
@@ -279,31 +280,31 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
279
280
  ]),
280
281
  _: 1
281
282
  }),
282
- $() ? (d(), 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
287
  l(n, {
287
288
  label: "数据源",
288
289
  prop: "fieldRequestUrl"
289
290
  }, {
290
291
  default: a(() => [
291
- l(f, {
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(v, {
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
- (d(!0), c(C, null, g(m(Ce), (e) => (d(), i(y, {
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,10 +324,10 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
323
324
  ]),
324
325
  _: 1
325
326
  })) : U("", !0),
326
- o.value.fieldRequestType == "POST" ? (d(), c(C, { 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
+ t[24] || (t[24] = S(" POST参数配置 ")),
330
331
  l(b, {
331
332
  class: "add-icon-btn",
332
333
  type: "primary",
@@ -337,9 +338,9 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
337
338
  ]),
338
339
  _: 1
339
340
  }),
340
- (d(!0), c(C, null, g(o.value.postRequestParams, (e, s) => (d(), i(V, { key: s }, {
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
345
  l(n, {
345
346
  label: "提交字段名",
@@ -347,9 +348,9 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
347
348
  prop: "postRequestParams." + s + ".submitName"
348
349
  }, {
349
350
  default: a(() => [
350
- l(f, {
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,7 +360,7 @@ 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
365
  l(n, {
365
366
  label: "方式",
@@ -367,24 +368,24 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
367
368
  prop: "postRequestParams." + s + ".submitValue"
368
369
  }, {
369
370
  default: a(() => [
370
- l(f, {
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(v, {
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
- (d(!0), c(C, null, g(m(_e), (r, F) => (d(), i(y, {
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,7 +399,7 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
398
399
  ]),
399
400
  _: 2
400
401
  }, 1024),
401
- e.submitType === "dynamic" ? (d(), i(u, {
402
+ e.submitType === "dynamic" ? (r(), i(o, {
402
403
  key: 0,
403
404
  span: 5
404
405
  }, {
@@ -409,19 +410,19 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
409
410
  prop: "postRequestParams." + s + ".submitMatchType"
410
411
  }, {
411
412
  default: a(() => [
412
- l(v, {
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
- (d(!0), c(C, null, g(m(O), (r, F) => (d(), i(y, {
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,7 +433,7 @@ 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
438
  l(n, {
438
439
  label: "提交类型",
@@ -440,18 +441,18 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
440
441
  prop: "postRequestParams." + s + ".paramsType"
441
442
  }, {
442
443
  default: a(() => [
443
- l(v, {
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
- (d(!0), c(C, null, g(m(I), (r, F) => (d(), i(y, {
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,7 +463,7 @@ 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
  }, {
@@ -472,7 +473,7 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
472
473
  type: "danger",
473
474
  icon: "Minus",
474
475
  circle: "",
475
- onClick: (r) => G(s)
476
+ onClick: (d) => G(s)
476
477
  }, null, 8, ["onClick"])
477
478
  ]),
478
479
  _: 2
@@ -481,9 +482,9 @@ 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
489
  l(n, {
489
490
  label: "使用场景",
@@ -491,9 +492,9 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
491
492
  prop: "useScenes"
492
493
  }, {
493
494
  default: a(() => [
494
- l(v, {
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,12 +502,12 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
501
502
  onChange: X
502
503
  }, {
503
504
  default: a(() => [
504
- (d(!0), c(C, null, g(m(R), (e) => (d(), 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
- (d(!0), c(C, null, g(e.options, (s) => (d(), i(y, {
510
+ (r(!0), c(y, null, g(e.options, (s) => (r(), i(V, {
510
511
  key: s.key,
511
512
  label: s.key,
512
513
  value: s.value
@@ -526,15 +527,15 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
526
527
  ]),
527
528
  _: 1
528
529
  }),
529
- B() ? (d(), 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
540
  l(n, {
540
541
  label: "查询条件",
@@ -542,15 +543,15 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
542
543
  prop: "tableQueryCondition"
543
544
  }, {
544
545
  default: a(() => [
545
- l(v, {
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
- (d(!0), c(C, null, g(m(O), (e, s) => (d(), i(y, {
554
+ (r(!0), c(y, null, g(m(O), (e, s) => (r(), i(V, {
554
555
  key: s,
555
556
  label: e.key,
556
557
  value: e.value
@@ -563,19 +564,39 @@ 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
- j() ? (d(), 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
601
  l(n, {
581
602
  label: "列宽",
@@ -583,20 +604,20 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
583
604
  prop: "tableCellWidth"
584
605
  }, {
585
606
  default: a(() => [
586
- l(f, {
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(v, {
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
- (d(!0), c(C, null, g(m(ge), (e, s) => (d(), i(y, {
620
+ (r(!0), c(y, null, g(m(ge), (e, s) => (r(), i(V, {
600
621
  key: s,
601
622
  label: e.key,
602
623
  value: e.value
@@ -613,7 +634,7 @@ 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
639
  l(n, {
619
640
  label: "对齐方式",
@@ -621,15 +642,15 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
621
642
  prop: "tableCellAlignType"
622
643
  }, {
623
644
  default: a(() => [
624
- l(v, {
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
- (d(!0), c(C, null, g(m(ye), (e, s) => (d(), i(y, {
653
+ (r(!0), c(y, null, g(m(Ve), (e, s) => (r(), i(V, {
633
654
  key: s,
634
655
  label: e.key,
635
656
  value: e.value
@@ -643,7 +664,7 @@ 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
669
  l(n, {
649
670
  label: "内容类型",
@@ -651,15 +672,15 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
651
672
  prop: "tableCellContentType"
652
673
  }, {
653
674
  default: a(() => [
654
- l(v, {
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
- (d(!0), c(C, null, g(m(ve), (e, s) => (d(), i(y, {
683
+ (r(!0), c(y, null, g(m(_e), (e, s) => (r(), i(V, {
663
684
  key: s,
664
685
  label: e.key,
665
686
  value: e.value
@@ -673,7 +694,7 @@ 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
699
  l(n, {
679
700
  label: "溢出隐藏",
@@ -681,8 +702,8 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
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,7 +711,7 @@ 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
716
  l(n, {
696
717
  label: "排序",
@@ -698,8 +719,8 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
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,15 +731,15 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
710
731
  ]),
711
732
  _: 1
712
733
  })) : U("", !0),
713
- H() ? (d(), 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
744
  l(n, {
724
745
  label: "是否必填",
@@ -726,8 +747,8 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
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,7 +756,7 @@ 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
761
  l(n, {
741
762
  label: "是否回显",
@@ -743,8 +764,8 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
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,7 +773,7 @@ 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
778
  l(n, {
758
779
  label: "是否禁用",
@@ -760,8 +781,8 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
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,7 +790,7 @@ 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
795
  l(n, {
775
796
  label: "提交类型",
@@ -777,15 +798,15 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
777
798
  prop: "fieldSubmitType"
778
799
  }, {
779
800
  default: a(() => [
780
- l(v, {
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
- (d(!0), c(C, null, g(m(I), (e, s) => (d(), i(y, {
809
+ (r(!0), c(y, null, g(m(M), (e, s) => (r(), i(V, {
789
810
  key: s,
790
811
  label: e.key,
791
812
  value: e.value
@@ -799,7 +820,7 @@ 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
825
  l(n, {
805
826
  label: "栅格数",
@@ -807,8 +828,8 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
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
  ]),
@@ -821,14 +842,14 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
821
842
  _: 1
822
843
  })) : U("", !0),
823
844
  l(T, { "content-position": "left" }, {
824
- default: a(() => t[27] || (t[27] = [
845
+ default: a(() => t[28] || (t[28] = [
825
846
  S("不同场景自定义字段组件")
826
847
  ])),
827
848
  _: 1
828
849
  }),
829
- (d(!0), c(C, null, g(o.value.formCustomComponentes, (e, s) => (d(), i(V, { key: s }, {
850
+ (r(!0), c(y, null, g(u.value.formCustomComponentes, (e, s) => (r(), i(v, { key: s }, {
830
851
  default: a(() => [
831
- l(u, { span: 2 }, {
852
+ l(o, { span: 2 }, {
832
853
  default: a(() => [
833
854
  l(n, {
834
855
  label: `${e.btnName}`,
@@ -837,8 +858,8 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
837
858
  default: a(() => [
838
859
  l(q, {
839
860
  modelValue: e.isFieldCustom,
840
- "onUpdate:modelValue": (r) => e.isFieldCustom = r,
841
- onChange: (r) => Z(r, e)
861
+ "onUpdate:modelValue": (d) => e.isFieldCustom = d,
862
+ onChange: (d) => Z(d, e)
842
863
  }, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])
843
864
  ]),
844
865
  _: 2
@@ -846,7 +867,7 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
846
867
  ]),
847
868
  _: 2
848
869
  }, 1024),
849
- e.isFieldCustom ? (d(), i(u, {
870
+ e.isFieldCustom ? (r(), i(o, {
850
871
  key: 0,
851
872
  span: 8
852
873
  }, {
@@ -858,14 +879,14 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
858
879
  prop: `formCustomComponentes.${s}.customComponentName`
859
880
  }, {
860
881
  default: a(() => [
861
- l(f, {
882
+ l(p, {
862
883
  modelValue: e.customComponentName,
863
- "onUpdate:modelValue": (r) => e.customComponentName = r,
884
+ "onUpdate:modelValue": (d) => e.customComponentName = d,
864
885
  placeholder: "请输入",
865
886
  clearable: ""
866
887
  }, {
867
888
  default: a(() => [
868
- L("template", Ve, [
889
+ L("template", ve, [
869
890
  S(fe(m(P)), 1)
870
891
  ])
871
892
  ]),
@@ -877,7 +898,7 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
877
898
  ]),
878
899
  _: 2
879
900
  }, 1024)) : U("", !0),
880
- e.isFieldCustom ? (d(), i(u, {
901
+ e.isFieldCustom ? (r(), i(o, {
881
902
  key: 1,
882
903
  span: 14
883
904
  }, {
@@ -888,9 +909,9 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
888
909
  prop: `formCustomComponentes.${s}.customComponentUrl`
889
910
  }, {
890
911
  default: a(() => [
891
- l(f, {
912
+ l(p, {
892
913
  modelValue: e.customComponentUrl,
893
- "onUpdate:modelValue": (r) => e.customComponentUrl = r,
914
+ "onUpdate:modelValue": (d) => e.customComponentUrl = d,
894
915
  placeholder: "请输入",
895
916
  clearable: ""
896
917
  }, null, 8, ["modelValue", "onUpdate:modelValue"])
@@ -914,7 +935,7 @@ const Ve = { slot: "prepend" }, Te = { class: "dialog-footer" }, Se = {
914
935
  }, 8, ["model-value", "title"]);
915
936
  };
916
937
  }
917
- }, we = /* @__PURE__ */ be(Se, [["__scopeId", "data-v-f404c3c2"]]);
938
+ }, we = /* @__PURE__ */ be(Se, [["__scopeId", "data-v-3da504a4"]]);
918
939
  export {
919
940
  we as default
920
941
  };