vue-2024-ui 0.0.51 → 0.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1589 -1559
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import ht, { ElForm as
|
|
2
|
-
import { mergeModels as
|
|
3
|
-
import { FullScreen as
|
|
1
|
+
import ht, { ElForm as Ne, ElButtonGroup as Le, ElButton as be, ElPopover as We, ElMessage as we, ElMessageBox as ut, ElDialog as yt, ElDrawer as gt } from "element-plus";
|
|
2
|
+
import { mergeModels as Te, useModel as qe, ref as ye, onMounted as Ie, resolveComponent as j, openBlock as i, createElementBlock as I, unref as o, createBlock as C, mergeProps as M, withCtx as v, renderSlot as f, Fragment as G, renderList as A, createTextVNode as Ee, toDisplayString as ve, createSlots as ae, normalizeProps as Be, createVNode as J, createElementVNode as Q, useSlots as nt, inject as Je, useAttrs as Pe, onUnmounted as bt, computed as Oe, normalizeStyle as Me, withModifiers as rt, createCommentVNode as pe, guardReactiveProps as Ge, resolveDynamicComponent as De, Transition as $t, withDirectives as st, vShow as it, h as ke, onBeforeUnmount as Et, normalizeClass as dt, watchEffect as wt, watch as _t, createApp as kt } from "vue";
|
|
3
|
+
import { FullScreen as Ct, Remove as Vt } from "@element-plus/icons-vue";
|
|
4
4
|
import ct from "sortablejs";
|
|
5
|
-
import { Dexie as
|
|
6
|
-
var
|
|
5
|
+
import { Dexie as Dt } from "dexie";
|
|
6
|
+
var Ft = {
|
|
7
7
|
name: "zh-cn",
|
|
8
8
|
el: {
|
|
9
9
|
breadcrumb: {
|
|
@@ -180,389 +180,393 @@ var Dt = {
|
|
|
180
180
|
indicator: "幻灯片切换至索引 {index}"
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
|
-
},
|
|
184
|
-
function
|
|
185
|
-
return
|
|
183
|
+
}, Tt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
184
|
+
function qt(m) {
|
|
185
|
+
return m && m.__esModule && Object.prototype.hasOwnProperty.call(m, "default") ? m.default : m;
|
|
186
186
|
}
|
|
187
187
|
var ft = { exports: {} };
|
|
188
|
-
(function(
|
|
189
|
-
(function(
|
|
190
|
-
|
|
191
|
-
})(
|
|
192
|
-
var
|
|
193
|
-
var
|
|
194
|
-
return "[" +
|
|
195
|
-
} },
|
|
196
|
-
var
|
|
197
|
-
return !
|
|
198
|
-
},
|
|
199
|
-
var
|
|
200
|
-
return (
|
|
201
|
-
}, m: function
|
|
202
|
-
if (
|
|
203
|
-
var
|
|
204
|
-
return +(-(
|
|
205
|
-
}, a: function(
|
|
206
|
-
return
|
|
207
|
-
}, p: function(
|
|
208
|
-
return { M:
|
|
209
|
-
}, u: function(
|
|
210
|
-
return
|
|
211
|
-
} },
|
|
212
|
-
|
|
213
|
-
var
|
|
214
|
-
return
|
|
215
|
-
},
|
|
216
|
-
var
|
|
217
|
-
if (!
|
|
218
|
-
if (typeof
|
|
219
|
-
var
|
|
220
|
-
|
|
221
|
-
var
|
|
222
|
-
if (
|
|
188
|
+
(function(m, c) {
|
|
189
|
+
(function(t, e) {
|
|
190
|
+
m.exports = e();
|
|
191
|
+
})(Tt, function() {
|
|
192
|
+
var t = 1e3, e = 6e4, n = 36e5, p = "millisecond", $ = "second", N = "minute", w = "hour", g = "day", T = "week", Y = "month", q = "quarter", y = "year", _ = "date", F = "Invalid Date", re = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, ue = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, fe = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(O) {
|
|
193
|
+
var u = ["th", "st", "nd", "rd"], r = O % 100;
|
|
194
|
+
return "[" + O + (u[(r - 20) % 10] || u[r] || u[0]) + "]";
|
|
195
|
+
} }, me = function(O, u, r) {
|
|
196
|
+
var V = String(O);
|
|
197
|
+
return !V || V.length >= u ? O : "" + Array(u + 1 - V.length).join(r) + O;
|
|
198
|
+
}, d = { s: me, z: function(O) {
|
|
199
|
+
var u = -O.utcOffset(), r = Math.abs(u), V = Math.floor(r / 60), b = r % 60;
|
|
200
|
+
return (u <= 0 ? "+" : "-") + me(V, 2, "0") + ":" + me(b, 2, "0");
|
|
201
|
+
}, m: function O(u, r) {
|
|
202
|
+
if (u.date() < r.date()) return -O(r, u);
|
|
203
|
+
var V = 12 * (r.year() - u.year()) + (r.month() - u.month()), b = u.clone().add(V, Y), E = r - b < 0, k = u.clone().add(V + (E ? -1 : 1), Y);
|
|
204
|
+
return +(-(V + (r - b) / (E ? b - k : k - b)) || 0);
|
|
205
|
+
}, a: function(O) {
|
|
206
|
+
return O < 0 ? Math.ceil(O) || 0 : Math.floor(O);
|
|
207
|
+
}, p: function(O) {
|
|
208
|
+
return { M: Y, y, w: T, d: g, D: _, h: w, m: N, s: $, ms: p, Q: q }[O] || String(O || "").toLowerCase().replace(/s$/, "");
|
|
209
|
+
}, u: function(O) {
|
|
210
|
+
return O === void 0;
|
|
211
|
+
} }, x = "en", ee = {};
|
|
212
|
+
ee[x] = fe;
|
|
213
|
+
var D = "$isDayjsObject", ne = function(O) {
|
|
214
|
+
return O instanceof le || !(!O || !O[D]);
|
|
215
|
+
}, R = function O(u, r, V) {
|
|
216
|
+
var b;
|
|
217
|
+
if (!u) return x;
|
|
218
|
+
if (typeof u == "string") {
|
|
219
|
+
var E = u.toLowerCase();
|
|
220
|
+
ee[E] && (b = E), r && (ee[E] = r, b = E);
|
|
221
|
+
var k = u.split("-");
|
|
222
|
+
if (!b && k.length > 1) return O(k[0]);
|
|
223
223
|
} else {
|
|
224
|
-
var
|
|
225
|
-
|
|
224
|
+
var U = u.name;
|
|
225
|
+
ee[U] = u, b = U;
|
|
226
226
|
}
|
|
227
|
-
return !
|
|
228
|
-
},
|
|
229
|
-
if (
|
|
230
|
-
var
|
|
231
|
-
return
|
|
232
|
-
},
|
|
233
|
-
|
|
234
|
-
return
|
|
227
|
+
return !V && b && (x = b), b || !V && x;
|
|
228
|
+
}, P = function(O, u) {
|
|
229
|
+
if (ne(O)) return O.clone();
|
|
230
|
+
var r = typeof u == "object" ? u : {};
|
|
231
|
+
return r.date = O, r.args = arguments, new le(r);
|
|
232
|
+
}, K = d;
|
|
233
|
+
K.l = R, K.i = ne, K.w = function(O, u) {
|
|
234
|
+
return P(O, { locale: u.$L, utc: u.$u, x: u.$x, $offset: u.$offset });
|
|
235
235
|
};
|
|
236
|
-
var
|
|
237
|
-
function r
|
|
238
|
-
this.$L =
|
|
236
|
+
var le = function() {
|
|
237
|
+
function O(r) {
|
|
238
|
+
this.$L = R(r.locale, null, !0), this.parse(r), this.$x = this.$x || r.x || {}, this[D] = !0;
|
|
239
239
|
}
|
|
240
|
-
var
|
|
241
|
-
return
|
|
242
|
-
this.$d = function(
|
|
243
|
-
var
|
|
244
|
-
if (
|
|
245
|
-
if (
|
|
246
|
-
if (
|
|
247
|
-
if (typeof
|
|
248
|
-
var
|
|
249
|
-
if (
|
|
250
|
-
var
|
|
251
|
-
return
|
|
240
|
+
var u = O.prototype;
|
|
241
|
+
return u.parse = function(r) {
|
|
242
|
+
this.$d = function(V) {
|
|
243
|
+
var b = V.date, E = V.utc;
|
|
244
|
+
if (b === null) return /* @__PURE__ */ new Date(NaN);
|
|
245
|
+
if (K.u(b)) return /* @__PURE__ */ new Date();
|
|
246
|
+
if (b instanceof Date) return new Date(b);
|
|
247
|
+
if (typeof b == "string" && !/Z$/i.test(b)) {
|
|
248
|
+
var k = b.match(re);
|
|
249
|
+
if (k) {
|
|
250
|
+
var U = k[2] - 1 || 0, H = (k[7] || "0").substring(0, 3);
|
|
251
|
+
return E ? new Date(Date.UTC(k[1], U, k[3] || 1, k[4] || 0, k[5] || 0, k[6] || 0, H)) : new Date(k[1], U, k[3] || 1, k[4] || 0, k[5] || 0, k[6] || 0, H);
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
|
-
return new Date(
|
|
255
|
-
}(
|
|
256
|
-
},
|
|
257
|
-
var
|
|
258
|
-
this.$y =
|
|
259
|
-
},
|
|
260
|
-
return
|
|
261
|
-
},
|
|
262
|
-
return this.$d.toString() !==
|
|
263
|
-
},
|
|
264
|
-
var
|
|
265
|
-
return this.startOf(
|
|
266
|
-
},
|
|
267
|
-
return
|
|
268
|
-
},
|
|
269
|
-
return this.endOf(
|
|
270
|
-
},
|
|
271
|
-
return
|
|
272
|
-
},
|
|
254
|
+
return new Date(b);
|
|
255
|
+
}(r), this.init();
|
|
256
|
+
}, u.init = function() {
|
|
257
|
+
var r = this.$d;
|
|
258
|
+
this.$y = r.getFullYear(), this.$M = r.getMonth(), this.$D = r.getDate(), this.$W = r.getDay(), this.$H = r.getHours(), this.$m = r.getMinutes(), this.$s = r.getSeconds(), this.$ms = r.getMilliseconds();
|
|
259
|
+
}, u.$utils = function() {
|
|
260
|
+
return K;
|
|
261
|
+
}, u.isValid = function() {
|
|
262
|
+
return this.$d.toString() !== F;
|
|
263
|
+
}, u.isSame = function(r, V) {
|
|
264
|
+
var b = P(r);
|
|
265
|
+
return this.startOf(V) <= b && b <= this.endOf(V);
|
|
266
|
+
}, u.isAfter = function(r, V) {
|
|
267
|
+
return P(r) < this.startOf(V);
|
|
268
|
+
}, u.isBefore = function(r, V) {
|
|
269
|
+
return this.endOf(V) < P(r);
|
|
270
|
+
}, u.$g = function(r, V, b) {
|
|
271
|
+
return K.u(r) ? this[V] : this.set(b, r);
|
|
272
|
+
}, u.unix = function() {
|
|
273
273
|
return Math.floor(this.valueOf() / 1e3);
|
|
274
|
-
},
|
|
274
|
+
}, u.valueOf = function() {
|
|
275
275
|
return this.$d.getTime();
|
|
276
|
-
},
|
|
277
|
-
var
|
|
278
|
-
var
|
|
279
|
-
return
|
|
280
|
-
},
|
|
281
|
-
return
|
|
282
|
-
},
|
|
283
|
-
switch (
|
|
284
|
-
case
|
|
285
|
-
return
|
|
286
|
-
case
|
|
287
|
-
return
|
|
288
|
-
case
|
|
289
|
-
var l = this.$locale().weekStart || 0, a = (
|
|
290
|
-
return
|
|
291
|
-
case
|
|
292
|
-
case
|
|
293
|
-
return W
|
|
294
|
-
case D:
|
|
295
|
-
return W(I + "Minutes", 1);
|
|
296
|
-
case R:
|
|
297
|
-
return W(I + "Seconds", 2);
|
|
276
|
+
}, u.startOf = function(r, V) {
|
|
277
|
+
var b = this, E = !!K.u(V) || V, k = K.p(r), U = function(h, B) {
|
|
278
|
+
var X = K.w(b.$u ? Date.UTC(b.$y, B, h) : new Date(b.$y, B, h), b);
|
|
279
|
+
return E ? X : X.endOf(g);
|
|
280
|
+
}, H = function(h, B) {
|
|
281
|
+
return K.w(b.toDate()[h].apply(b.toDate("s"), (E ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(B)), b);
|
|
282
|
+
}, oe = this.$W, s = this.$M, z = this.$D, W = "set" + (this.$u ? "UTC" : "");
|
|
283
|
+
switch (k) {
|
|
284
|
+
case y:
|
|
285
|
+
return E ? U(1, 0) : U(31, 11);
|
|
286
|
+
case Y:
|
|
287
|
+
return E ? U(1, s) : U(0, s + 1);
|
|
288
|
+
case T:
|
|
289
|
+
var l = this.$locale().weekStart || 0, a = (oe < l ? oe + 7 : oe) - l;
|
|
290
|
+
return U(E ? z - a : z + (6 - a), s);
|
|
291
|
+
case g:
|
|
292
|
+
case _:
|
|
293
|
+
return H(W + "Hours", 0);
|
|
298
294
|
case w:
|
|
299
|
-
return W
|
|
295
|
+
return H(W + "Minutes", 1);
|
|
296
|
+
case N:
|
|
297
|
+
return H(W + "Seconds", 2);
|
|
298
|
+
case $:
|
|
299
|
+
return H(W + "Milliseconds", 3);
|
|
300
300
|
default:
|
|
301
301
|
return this.clone();
|
|
302
302
|
}
|
|
303
|
-
},
|
|
304
|
-
return this.startOf(
|
|
305
|
-
},
|
|
306
|
-
var
|
|
307
|
-
if (
|
|
308
|
-
var
|
|
309
|
-
|
|
310
|
-
} else
|
|
303
|
+
}, u.endOf = function(r) {
|
|
304
|
+
return this.startOf(r, !1);
|
|
305
|
+
}, u.$set = function(r, V) {
|
|
306
|
+
var b, E = K.p(r), k = "set" + (this.$u ? "UTC" : ""), U = (b = {}, b[g] = k + "Date", b[_] = k + "Date", b[Y] = k + "Month", b[y] = k + "FullYear", b[w] = k + "Hours", b[N] = k + "Minutes", b[$] = k + "Seconds", b[p] = k + "Milliseconds", b)[E], H = E === g ? this.$D + (V - this.$W) : V;
|
|
307
|
+
if (E === Y || E === y) {
|
|
308
|
+
var oe = this.clone().set(_, 1);
|
|
309
|
+
oe.$d[U](H), oe.init(), this.$d = oe.set(_, Math.min(this.$D, oe.daysInMonth())).$d;
|
|
310
|
+
} else U && this.$d[U](H);
|
|
311
311
|
return this.init(), this;
|
|
312
|
-
},
|
|
313
|
-
return this.clone().$set(
|
|
314
|
-
},
|
|
315
|
-
return this[
|
|
316
|
-
},
|
|
317
|
-
var
|
|
318
|
-
|
|
319
|
-
var
|
|
320
|
-
var
|
|
321
|
-
return
|
|
312
|
+
}, u.set = function(r, V) {
|
|
313
|
+
return this.clone().$set(r, V);
|
|
314
|
+
}, u.get = function(r) {
|
|
315
|
+
return this[K.p(r)]();
|
|
316
|
+
}, u.add = function(r, V) {
|
|
317
|
+
var b, E = this;
|
|
318
|
+
r = Number(r);
|
|
319
|
+
var k = K.p(V), U = function(s) {
|
|
320
|
+
var z = P(E);
|
|
321
|
+
return K.w(z.date(z.date() + Math.round(s * r)), E);
|
|
322
322
|
};
|
|
323
|
-
if (
|
|
324
|
-
if (
|
|
325
|
-
if (
|
|
326
|
-
if (
|
|
327
|
-
var
|
|
328
|
-
return
|
|
329
|
-
},
|
|
330
|
-
return this.add(-1 *
|
|
331
|
-
},
|
|
332
|
-
var
|
|
333
|
-
if (!this.isValid()) return
|
|
334
|
-
var
|
|
335
|
-
return
|
|
336
|
-
}, a = function(
|
|
337
|
-
return
|
|
338
|
-
},
|
|
339
|
-
var
|
|
340
|
-
return
|
|
323
|
+
if (k === Y) return this.set(Y, this.$M + r);
|
|
324
|
+
if (k === y) return this.set(y, this.$y + r);
|
|
325
|
+
if (k === g) return U(1);
|
|
326
|
+
if (k === T) return U(7);
|
|
327
|
+
var H = (b = {}, b[N] = e, b[w] = n, b[$] = t, b)[k] || 1, oe = this.$d.getTime() + r * H;
|
|
328
|
+
return K.w(oe, this);
|
|
329
|
+
}, u.subtract = function(r, V) {
|
|
330
|
+
return this.add(-1 * r, V);
|
|
331
|
+
}, u.format = function(r) {
|
|
332
|
+
var V = this, b = this.$locale();
|
|
333
|
+
if (!this.isValid()) return b.invalidDate || F;
|
|
334
|
+
var E = r || "YYYY-MM-DDTHH:mm:ssZ", k = K.z(this), U = this.$H, H = this.$m, oe = this.$M, s = b.weekdays, z = b.months, W = b.meridiem, l = function(B, X, te, he) {
|
|
335
|
+
return B && (B[X] || B(V, E)) || te[X].slice(0, he);
|
|
336
|
+
}, a = function(B) {
|
|
337
|
+
return K.s(U % 12 || 12, B, "0");
|
|
338
|
+
}, h = W || function(B, X, te) {
|
|
339
|
+
var he = B < 12 ? "AM" : "PM";
|
|
340
|
+
return te ? he.toLowerCase() : he;
|
|
341
341
|
};
|
|
342
|
-
return
|
|
343
|
-
return
|
|
344
|
-
switch (
|
|
342
|
+
return E.replace(ue, function(B, X) {
|
|
343
|
+
return X || function(te) {
|
|
344
|
+
switch (te) {
|
|
345
345
|
case "YY":
|
|
346
|
-
return String(
|
|
346
|
+
return String(V.$y).slice(-2);
|
|
347
347
|
case "YYYY":
|
|
348
|
-
return
|
|
348
|
+
return K.s(V.$y, 4, "0");
|
|
349
349
|
case "M":
|
|
350
|
-
return
|
|
350
|
+
return oe + 1;
|
|
351
351
|
case "MM":
|
|
352
|
-
return
|
|
352
|
+
return K.s(oe + 1, 2, "0");
|
|
353
353
|
case "MMM":
|
|
354
|
-
return l(
|
|
354
|
+
return l(b.monthsShort, oe, z, 3);
|
|
355
355
|
case "MMMM":
|
|
356
|
-
return l(
|
|
356
|
+
return l(z, oe);
|
|
357
357
|
case "D":
|
|
358
|
-
return
|
|
358
|
+
return V.$D;
|
|
359
359
|
case "DD":
|
|
360
|
-
return
|
|
360
|
+
return K.s(V.$D, 2, "0");
|
|
361
361
|
case "d":
|
|
362
|
-
return String(
|
|
362
|
+
return String(V.$W);
|
|
363
363
|
case "dd":
|
|
364
|
-
return l(
|
|
364
|
+
return l(b.weekdaysMin, V.$W, s, 2);
|
|
365
365
|
case "ddd":
|
|
366
|
-
return l(
|
|
366
|
+
return l(b.weekdaysShort, V.$W, s, 3);
|
|
367
367
|
case "dddd":
|
|
368
|
-
return
|
|
368
|
+
return s[V.$W];
|
|
369
369
|
case "H":
|
|
370
|
-
return String(
|
|
370
|
+
return String(U);
|
|
371
371
|
case "HH":
|
|
372
|
-
return
|
|
372
|
+
return K.s(U, 2, "0");
|
|
373
373
|
case "h":
|
|
374
374
|
return a(1);
|
|
375
375
|
case "hh":
|
|
376
376
|
return a(2);
|
|
377
377
|
case "a":
|
|
378
|
-
return
|
|
378
|
+
return h(U, H, !0);
|
|
379
379
|
case "A":
|
|
380
|
-
return
|
|
380
|
+
return h(U, H, !1);
|
|
381
381
|
case "m":
|
|
382
|
-
return String(
|
|
382
|
+
return String(H);
|
|
383
383
|
case "mm":
|
|
384
|
-
return
|
|
384
|
+
return K.s(H, 2, "0");
|
|
385
385
|
case "s":
|
|
386
|
-
return String(
|
|
386
|
+
return String(V.$s);
|
|
387
387
|
case "ss":
|
|
388
|
-
return
|
|
388
|
+
return K.s(V.$s, 2, "0");
|
|
389
389
|
case "SSS":
|
|
390
|
-
return
|
|
390
|
+
return K.s(V.$ms, 3, "0");
|
|
391
391
|
case "Z":
|
|
392
|
-
return
|
|
392
|
+
return k;
|
|
393
393
|
}
|
|
394
394
|
return null;
|
|
395
|
-
}(
|
|
395
|
+
}(B) || k.replace(":", "");
|
|
396
396
|
});
|
|
397
|
-
},
|
|
397
|
+
}, u.utcOffset = function() {
|
|
398
398
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
399
|
-
},
|
|
400
|
-
var
|
|
401
|
-
return
|
|
399
|
+
}, u.diff = function(r, V, b) {
|
|
400
|
+
var E, k = this, U = K.p(V), H = P(r), oe = (H.utcOffset() - this.utcOffset()) * e, s = this - H, z = function() {
|
|
401
|
+
return K.m(k, H);
|
|
402
402
|
};
|
|
403
|
-
switch (
|
|
404
|
-
case
|
|
405
|
-
|
|
403
|
+
switch (U) {
|
|
404
|
+
case y:
|
|
405
|
+
E = z() / 12;
|
|
406
406
|
break;
|
|
407
|
-
case
|
|
408
|
-
|
|
407
|
+
case Y:
|
|
408
|
+
E = z();
|
|
409
409
|
break;
|
|
410
|
-
case
|
|
411
|
-
|
|
410
|
+
case q:
|
|
411
|
+
E = z() / 3;
|
|
412
412
|
break;
|
|
413
|
-
case
|
|
414
|
-
|
|
413
|
+
case T:
|
|
414
|
+
E = (s - oe) / 6048e5;
|
|
415
415
|
break;
|
|
416
|
-
case
|
|
417
|
-
|
|
416
|
+
case g:
|
|
417
|
+
E = (s - oe) / 864e5;
|
|
418
418
|
break;
|
|
419
|
-
case
|
|
420
|
-
|
|
419
|
+
case w:
|
|
420
|
+
E = s / n;
|
|
421
421
|
break;
|
|
422
|
-
case
|
|
423
|
-
|
|
422
|
+
case N:
|
|
423
|
+
E = s / e;
|
|
424
424
|
break;
|
|
425
|
-
case
|
|
426
|
-
|
|
425
|
+
case $:
|
|
426
|
+
E = s / t;
|
|
427
427
|
break;
|
|
428
428
|
default:
|
|
429
|
-
|
|
429
|
+
E = s;
|
|
430
430
|
}
|
|
431
|
-
return
|
|
432
|
-
},
|
|
433
|
-
return this.endOf(
|
|
434
|
-
},
|
|
435
|
-
return
|
|
436
|
-
},
|
|
437
|
-
if (!
|
|
438
|
-
var
|
|
439
|
-
return
|
|
440
|
-
},
|
|
441
|
-
return
|
|
442
|
-
},
|
|
431
|
+
return b ? E : K.a(E);
|
|
432
|
+
}, u.daysInMonth = function() {
|
|
433
|
+
return this.endOf(Y).$D;
|
|
434
|
+
}, u.$locale = function() {
|
|
435
|
+
return ee[this.$L];
|
|
436
|
+
}, u.locale = function(r, V) {
|
|
437
|
+
if (!r) return this.$L;
|
|
438
|
+
var b = this.clone(), E = R(r, V, !0);
|
|
439
|
+
return E && (b.$L = E), b;
|
|
440
|
+
}, u.clone = function() {
|
|
441
|
+
return K.w(this.$d, this);
|
|
442
|
+
}, u.toDate = function() {
|
|
443
443
|
return new Date(this.valueOf());
|
|
444
|
-
},
|
|
444
|
+
}, u.toJSON = function() {
|
|
445
445
|
return this.isValid() ? this.toISOString() : null;
|
|
446
|
-
},
|
|
446
|
+
}, u.toISOString = function() {
|
|
447
447
|
return this.$d.toISOString();
|
|
448
|
-
},
|
|
448
|
+
}, u.toString = function() {
|
|
449
449
|
return this.$d.toUTCString();
|
|
450
|
-
},
|
|
451
|
-
}(),
|
|
452
|
-
return
|
|
453
|
-
|
|
454
|
-
return this.$g(
|
|
450
|
+
}, O;
|
|
451
|
+
}(), ge = le.prototype;
|
|
452
|
+
return P.prototype = ge, [["$ms", p], ["$s", $], ["$m", N], ["$H", w], ["$W", g], ["$M", Y], ["$y", y], ["$D", _]].forEach(function(O) {
|
|
453
|
+
ge[O[1]] = function(u) {
|
|
454
|
+
return this.$g(u, O[0], O[1]);
|
|
455
455
|
};
|
|
456
|
-
}),
|
|
457
|
-
return
|
|
458
|
-
},
|
|
459
|
-
return
|
|
460
|
-
},
|
|
456
|
+
}), P.extend = function(O, u) {
|
|
457
|
+
return O.$i || (O(u, le, P), O.$i = !0), P;
|
|
458
|
+
}, P.locale = R, P.isDayjs = ne, P.unix = function(O) {
|
|
459
|
+
return P(1e3 * O);
|
|
460
|
+
}, P.en = ee[x], P.Ls = ee, P.p = {}, P;
|
|
461
461
|
});
|
|
462
462
|
})(ft);
|
|
463
|
-
var
|
|
464
|
-
const
|
|
463
|
+
var Mt = ft.exports;
|
|
464
|
+
const Ye = /* @__PURE__ */ qt(Mt), Ot = {
|
|
465
465
|
style: { display: "flex", width: "100%" },
|
|
466
466
|
class: "g-ctrl-container"
|
|
467
|
-
},
|
|
467
|
+
}, St = {
|
|
468
468
|
key: 20,
|
|
469
469
|
style: { position: "relative" }
|
|
470
|
-
},
|
|
470
|
+
}, xt = ["title"], Fe = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
471
471
|
__name: "g-ctrl",
|
|
472
|
-
props: /* @__PURE__ */
|
|
472
|
+
props: /* @__PURE__ */ Te(["t", "ctrlKey", "item", "model", "ctrlType", "formInfo"], {
|
|
473
473
|
modelValue: { required: !0 },
|
|
474
474
|
modelModifiers: {}
|
|
475
475
|
}),
|
|
476
476
|
emits: ["update:modelValue"],
|
|
477
|
-
setup(
|
|
478
|
-
const
|
|
477
|
+
setup(m) {
|
|
478
|
+
const c = qe(m, "modelValue"), t = m, e = t.item || {}, n = t.ctrlKey, p = t.ctrlType, $ = t.model, N = ye([]), w = () => Object.keys(nt()).filter((q) => q.startsWith(`${t.t}-${n}-`)).map((q) => q.replace(`${t.t}-${n}-`, "")), g = {
|
|
479
479
|
filterable: !0,
|
|
480
|
-
remote: !!(
|
|
481
|
-
...
|
|
482
|
-
},
|
|
483
|
-
|
|
484
|
-
|
|
480
|
+
remote: !!(e && e["remote-method"]),
|
|
481
|
+
...e
|
|
482
|
+
}, T = (q) => {
|
|
483
|
+
e["remote-method"](q, (y) => {
|
|
484
|
+
$[n].options = y;
|
|
485
485
|
});
|
|
486
|
-
},
|
|
486
|
+
}, Y = async (q = "options") => {
|
|
487
487
|
try {
|
|
488
|
-
const
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
488
|
+
const y = await (e == null ? void 0 : e.getDicts(t.formInfo, c.value)), _ = y == null ? void 0 : y.map((F, re) => ({
|
|
489
|
+
...F,
|
|
490
|
+
value: F.value ?? F.label ?? re,
|
|
491
|
+
label: F.label || "未知选项"
|
|
492
|
+
}));
|
|
493
|
+
Object.assign($[n], { [q]: _ });
|
|
494
|
+
} catch (y) {
|
|
495
|
+
throw console.error("获取选项失败:", y), y;
|
|
492
496
|
}
|
|
493
497
|
};
|
|
494
|
-
return
|
|
495
|
-
|
|
496
|
-
const
|
|
497
|
-
typeof
|
|
498
|
-
console.error(`Failed to load ${
|
|
498
|
+
return Ie(async () => {
|
|
499
|
+
e && e["remote-method"] && (g["remote-method"] = T);
|
|
500
|
+
const q = (_, F = "options", re = $[n]) => {
|
|
501
|
+
typeof e.getDicts == "function" && Y(F).catch((ue) => {
|
|
502
|
+
console.error(`Failed to load ${F} for ${_}:`, ue);
|
|
499
503
|
});
|
|
500
504
|
};
|
|
501
|
-
["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(
|
|
505
|
+
["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(p) && q(p), p === "tree-select" && await (async () => {
|
|
502
506
|
try {
|
|
503
|
-
typeof
|
|
504
|
-
} catch (
|
|
505
|
-
console.error("Failed to load data for tree-select:",
|
|
507
|
+
typeof e.getDicts == "function" ? N.value = await e.getDicts(t.formInfo, c.value) : $[n].options && (N.value = $[n].options);
|
|
508
|
+
} catch (F) {
|
|
509
|
+
console.error("Failed to load data for tree-select:", F);
|
|
506
510
|
}
|
|
507
511
|
})();
|
|
508
|
-
}), (
|
|
509
|
-
var
|
|
510
|
-
const
|
|
511
|
-
return
|
|
512
|
-
o(
|
|
512
|
+
}), (q, y) => {
|
|
513
|
+
var H, oe;
|
|
514
|
+
const _ = j("el-radio"), F = j("el-radio-group"), re = j("el-radio-button"), ue = j("el-checkbox"), fe = j("el-checkbox-group"), me = j("el-checkbox-button"), d = j("el-option"), x = j("el-option-group"), ee = j("el-select"), D = j("el-tree-select"), ne = j("el-time-picker"), R = j("el-time-select"), P = j("el-date-picker"), K = j("el-color-picker"), le = j("el-rate"), ge = j("el-slider"), O = j("el-switch"), u = j("el-transfer"), r = j("el-cascader"), V = j("el-button"), b = j("el-upload"), E = j("el-autocomplete"), k = j("el-input-number"), U = j("el-input");
|
|
515
|
+
return i(), I("div", Ot, [
|
|
516
|
+
o(p) == o(ie).RADIO ? (i(), C(F, M({
|
|
513
517
|
key: 0,
|
|
514
|
-
modelValue:
|
|
515
|
-
"onUpdate:modelValue":
|
|
516
|
-
}, o(
|
|
517
|
-
default:
|
|
518
|
-
|
|
519
|
-
(
|
|
520
|
-
default:
|
|
521
|
-
|
|
518
|
+
modelValue: c.value,
|
|
519
|
+
"onUpdate:modelValue": y[0] || (y[0] = (s) => c.value = s)
|
|
520
|
+
}, o(e)), {
|
|
521
|
+
default: v(() => [
|
|
522
|
+
f(q.$slots, `${t.t}-${o(n)}`, { data: o(e) }, () => [
|
|
523
|
+
(i(!0), I(G, null, A(o($)[o(n)].options, (s) => (i(), C(_, M({ ref_for: !0 }, s), {
|
|
524
|
+
default: v(() => [
|
|
525
|
+
f(q.$slots, `${t.t}-${o(n)}-options`, { option: s })
|
|
522
526
|
]),
|
|
523
527
|
_: 2
|
|
524
528
|
}, 1040))), 256))
|
|
525
529
|
])
|
|
526
530
|
]),
|
|
527
531
|
_: 3
|
|
528
|
-
}, 16, ["modelValue"])) : o(
|
|
532
|
+
}, 16, ["modelValue"])) : o(p) == o(ie).RADIOBUTTON ? (i(), C(F, M({
|
|
529
533
|
key: 1,
|
|
530
|
-
modelValue:
|
|
531
|
-
"onUpdate:modelValue":
|
|
532
|
-
}, o(
|
|
533
|
-
default:
|
|
534
|
-
|
|
535
|
-
(
|
|
536
|
-
default:
|
|
537
|
-
|
|
534
|
+
modelValue: c.value,
|
|
535
|
+
"onUpdate:modelValue": y[1] || (y[1] = (s) => c.value = s)
|
|
536
|
+
}, o(e)), {
|
|
537
|
+
default: v(() => [
|
|
538
|
+
f(q.$slots, `${t.t}-${o(n)}`, { data: o(e) }, () => [
|
|
539
|
+
(i(!0), I(G, null, A(o($)[o(n)].options, (s) => (i(), C(re, M({ ref_for: !0 }, s), {
|
|
540
|
+
default: v(() => [
|
|
541
|
+
f(q.$slots, `${t.t}-${o(n)}-options`, { option: s })
|
|
538
542
|
]),
|
|
539
543
|
_: 2
|
|
540
544
|
}, 1040))), 256))
|
|
541
545
|
])
|
|
542
546
|
]),
|
|
543
547
|
_: 3
|
|
544
|
-
}, 16, ["modelValue"])) : o(
|
|
548
|
+
}, 16, ["modelValue"])) : o(p) == o(ie).CHECKBOX ? (i(), C(ue, M({
|
|
545
549
|
key: 2,
|
|
546
|
-
modelValue:
|
|
547
|
-
"onUpdate:modelValue":
|
|
548
|
-
}, o(
|
|
549
|
-
default:
|
|
550
|
-
|
|
551
|
-
|
|
550
|
+
modelValue: c.value,
|
|
551
|
+
"onUpdate:modelValue": y[2] || (y[2] = (s) => c.value = s)
|
|
552
|
+
}, o(e)), {
|
|
553
|
+
default: v(() => [
|
|
554
|
+
f(q.$slots, `${t.t}-${o(n)}`, { data: o(e) }, () => [
|
|
555
|
+
y[21] || (y[21] = Ee(ve(" ")))
|
|
552
556
|
])
|
|
553
557
|
]),
|
|
554
558
|
_: 3
|
|
555
|
-
}, 16, ["modelValue"])) : o(
|
|
559
|
+
}, 16, ["modelValue"])) : o(p) == o(ie).CHECKBOXGROUP ? (i(), C(fe, M({
|
|
556
560
|
key: 3,
|
|
557
|
-
modelValue:
|
|
558
|
-
"onUpdate:modelValue":
|
|
559
|
-
}, o(
|
|
560
|
-
default:
|
|
561
|
-
|
|
562
|
-
(
|
|
563
|
-
default:
|
|
564
|
-
|
|
565
|
-
|
|
561
|
+
modelValue: c.value,
|
|
562
|
+
"onUpdate:modelValue": y[3] || (y[3] = (s) => c.value = s)
|
|
563
|
+
}, o(e)), {
|
|
564
|
+
default: v(() => [
|
|
565
|
+
f(q.$slots, `${t.t}-${o(n)}`, { data: o(e) }, () => [
|
|
566
|
+
(i(!0), I(G, null, A(o($)[o(n)].options, (s) => (i(), C(ue, M({ ref_for: !0 }, s), {
|
|
567
|
+
default: v(() => [
|
|
568
|
+
f(q.$slots, `${t.t}-${o(n)}-options`, { option: s }, () => [
|
|
569
|
+
Ee(ve(s.label), 1)
|
|
566
570
|
])
|
|
567
571
|
]),
|
|
568
572
|
_: 2
|
|
@@ -570,56 +574,56 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
570
574
|
])
|
|
571
575
|
]),
|
|
572
576
|
_: 3
|
|
573
|
-
}, 16, ["modelValue"])) : o(
|
|
577
|
+
}, 16, ["modelValue"])) : o(p) == o(ie).CHECKBOXGROUPBUTTON ? (i(), C(fe, M({
|
|
574
578
|
key: 4,
|
|
575
|
-
modelValue:
|
|
576
|
-
"onUpdate:modelValue":
|
|
577
|
-
}, o(
|
|
578
|
-
default:
|
|
579
|
-
|
|
580
|
-
(
|
|
581
|
-
default:
|
|
582
|
-
|
|
579
|
+
modelValue: c.value,
|
|
580
|
+
"onUpdate:modelValue": y[4] || (y[4] = (s) => c.value = s)
|
|
581
|
+
}, o(e)), {
|
|
582
|
+
default: v(() => [
|
|
583
|
+
f(q.$slots, `${t.t}-${o(n)}`, { data: o(e) }, () => [
|
|
584
|
+
(i(!0), I(G, null, A(o($)[o(n)].options, (s) => (i(), C(me, M({ ref_for: !0 }, s), {
|
|
585
|
+
default: v(() => [
|
|
586
|
+
f(q.$slots, `${t.t}-${o(n)}-options`, { option: s })
|
|
583
587
|
]),
|
|
584
588
|
_: 2
|
|
585
589
|
}, 1040))), 256))
|
|
586
590
|
])
|
|
587
591
|
]),
|
|
588
592
|
_: 3
|
|
589
|
-
}, 16, ["modelValue"])) : o(
|
|
593
|
+
}, 16, ["modelValue"])) : o(p) === o(ie).SELECT ? (i(), C(ee, M({
|
|
590
594
|
key: 5,
|
|
591
|
-
modelValue:
|
|
592
|
-
"onUpdate:modelValue":
|
|
593
|
-
placeholder: o(
|
|
594
|
-
},
|
|
595
|
-
default:
|
|
596
|
-
|
|
597
|
-
options: o(
|
|
595
|
+
modelValue: c.value,
|
|
596
|
+
"onUpdate:modelValue": y[5] || (y[5] = (s) => c.value = s),
|
|
597
|
+
placeholder: o($)[o(n)].label
|
|
598
|
+
}, g), ae({
|
|
599
|
+
default: v(() => [
|
|
600
|
+
f(q.$slots, `${t.t}-${o(n)}`, {
|
|
601
|
+
options: o($)[o(n)].options
|
|
598
602
|
}, () => {
|
|
599
|
-
var
|
|
603
|
+
var s, z;
|
|
600
604
|
return [
|
|
601
|
-
(
|
|
602
|
-
key:
|
|
603
|
-
label:
|
|
605
|
+
(z = (s = o($)[o(n)]) == null ? void 0 : s.options) != null && z.some((W) => W.options) ? (i(!0), I(G, { key: 0 }, A(o($)[o(n)].options, (W) => (i(), C(x, {
|
|
606
|
+
key: W.label,
|
|
607
|
+
label: W.label
|
|
604
608
|
}, {
|
|
605
|
-
default:
|
|
606
|
-
(
|
|
607
|
-
key:
|
|
608
|
-
onClick: (
|
|
609
|
+
default: v(() => [
|
|
610
|
+
(i(!0), I(G, null, A(W.options, (l) => (i(), C(d, M({ ref_for: !0 }, l, {
|
|
611
|
+
key: l.value,
|
|
612
|
+
onClick: (a) => g.change && g.change(l)
|
|
609
613
|
}), {
|
|
610
|
-
default:
|
|
611
|
-
|
|
614
|
+
default: v(() => [
|
|
615
|
+
f(q.$slots, `${t.t}-${o(n)}-options`, { option: l })
|
|
612
616
|
]),
|
|
613
617
|
_: 2
|
|
614
618
|
}, 1040, ["onClick"]))), 128))
|
|
615
619
|
]),
|
|
616
620
|
_: 2
|
|
617
|
-
}, 1032, ["label"]))), 128)) : (
|
|
618
|
-
key:
|
|
619
|
-
onClick: (
|
|
621
|
+
}, 1032, ["label"]))), 128)) : (i(!0), I(G, { key: 1 }, A(o($)[o(n)].options, (W) => (i(), C(d, M({ ref_for: !0 }, W, {
|
|
622
|
+
key: W.value,
|
|
623
|
+
onClick: (l) => g.change && g.change(W)
|
|
620
624
|
}), {
|
|
621
|
-
default:
|
|
622
|
-
|
|
625
|
+
default: v(() => [
|
|
626
|
+
f(q.$slots, `${t.t}-${o(n)}-options`, { option: W })
|
|
623
627
|
]),
|
|
624
628
|
_: 2
|
|
625
629
|
}, 1040, ["onClick"]))), 128))
|
|
@@ -628,200 +632,200 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
628
632
|
]),
|
|
629
633
|
_: 2
|
|
630
634
|
}, [
|
|
631
|
-
|
|
632
|
-
name:
|
|
633
|
-
fn:
|
|
634
|
-
|
|
635
|
+
A(w(), (s) => ({
|
|
636
|
+
name: s,
|
|
637
|
+
fn: v((z) => [
|
|
638
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: z })
|
|
635
639
|
])
|
|
636
640
|
}))
|
|
637
|
-
]), 1040, ["modelValue", "placeholder"])) : o(
|
|
641
|
+
]), 1040, ["modelValue", "placeholder"])) : o(p) == o(ie).TREESELECT ? (i(), C(D, M({
|
|
638
642
|
key: 6,
|
|
639
|
-
modelValue:
|
|
640
|
-
"onUpdate:modelValue":
|
|
641
|
-
placeholder: o(
|
|
642
|
-
}, o(
|
|
643
|
-
|
|
644
|
-
name:
|
|
645
|
-
fn:
|
|
646
|
-
|
|
643
|
+
modelValue: c.value,
|
|
644
|
+
"onUpdate:modelValue": y[6] || (y[6] = (s) => c.value = s),
|
|
645
|
+
placeholder: o($)[o(n)].label
|
|
646
|
+
}, o(e), { data: N.value }), ae({ _: 2 }, [
|
|
647
|
+
A(w(), (s) => ({
|
|
648
|
+
name: s,
|
|
649
|
+
fn: v((z) => [
|
|
650
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: z })
|
|
647
651
|
])
|
|
648
652
|
}))
|
|
649
|
-
]), 1040, ["modelValue", "placeholder", "data"])) : o(
|
|
653
|
+
]), 1040, ["modelValue", "placeholder", "data"])) : o(p) == o(ie).TIME ? (i(), C(ne, M({
|
|
650
654
|
key: 7,
|
|
651
|
-
modelValue:
|
|
652
|
-
"onUpdate:modelValue":
|
|
655
|
+
modelValue: c.value,
|
|
656
|
+
"onUpdate:modelValue": y[7] || (y[7] = (s) => c.value = s),
|
|
653
657
|
"arrow-control": ""
|
|
654
|
-
}, o(
|
|
655
|
-
placeholder: o(
|
|
656
|
-
}), null, 16, ["modelValue", "placeholder"])) : o(
|
|
658
|
+
}, o(e), {
|
|
659
|
+
placeholder: o($)[o(n)].label
|
|
660
|
+
}), null, 16, ["modelValue", "placeholder"])) : o(p) == o(ie).TIMESELECT ? (i(), C(R, M({
|
|
657
661
|
key: 8,
|
|
658
|
-
modelValue:
|
|
659
|
-
"onUpdate:modelValue":
|
|
662
|
+
modelValue: c.value,
|
|
663
|
+
"onUpdate:modelValue": y[8] || (y[8] = (s) => c.value = s),
|
|
660
664
|
start: "06:30",
|
|
661
665
|
step: "00:15",
|
|
662
666
|
end: "23:30",
|
|
663
|
-
placeholder: o(
|
|
664
|
-
}, o(
|
|
667
|
+
placeholder: o($)[o(n)].label
|
|
668
|
+
}, o(e)), null, 16, ["modelValue", "placeholder"])) : o(p) == o(ie).DATE ? (i(), C(P, M({
|
|
665
669
|
key: 9,
|
|
666
|
-
modelValue:
|
|
667
|
-
"onUpdate:modelValue":
|
|
670
|
+
modelValue: c.value,
|
|
671
|
+
"onUpdate:modelValue": y[9] || (y[9] = (s) => c.value = s),
|
|
668
672
|
type: "date",
|
|
669
|
-
placeholder: o(
|
|
670
|
-
}, o(
|
|
671
|
-
|
|
672
|
-
name:
|
|
673
|
-
fn:
|
|
674
|
-
|
|
673
|
+
placeholder: o($)[o(n)].label
|
|
674
|
+
}, o(e)), ae({ _: 2 }, [
|
|
675
|
+
A(w(), (s) => ({
|
|
676
|
+
name: s,
|
|
677
|
+
fn: v((z) => [
|
|
678
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: z })
|
|
675
679
|
])
|
|
676
680
|
}))
|
|
677
|
-
]), 1040, ["modelValue", "placeholder"])) : o(
|
|
681
|
+
]), 1040, ["modelValue", "placeholder"])) : o(p) == o(ie).DATETIME ? (i(), C(P, M({
|
|
678
682
|
key: 10,
|
|
679
|
-
modelValue:
|
|
680
|
-
"onUpdate:modelValue":
|
|
681
|
-
type: o(
|
|
682
|
-
placeholder: o(
|
|
683
|
-
}, o(
|
|
684
|
-
|
|
685
|
-
name:
|
|
686
|
-
fn:
|
|
687
|
-
|
|
683
|
+
modelValue: c.value,
|
|
684
|
+
"onUpdate:modelValue": y[10] || (y[10] = (s) => c.value = s),
|
|
685
|
+
type: o(ie).DATETIME,
|
|
686
|
+
placeholder: o($)[o(n)].label
|
|
687
|
+
}, o(e)), ae({ _: 2 }, [
|
|
688
|
+
A(w(), (s) => ({
|
|
689
|
+
name: s,
|
|
690
|
+
fn: v((z) => [
|
|
691
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: z })
|
|
688
692
|
])
|
|
689
693
|
}))
|
|
690
|
-
]), 1040, ["modelValue", "type", "placeholder"])) : o(
|
|
694
|
+
]), 1040, ["modelValue", "type", "placeholder"])) : o(p) == o(ie).COLOR ? (i(), C(K, M({
|
|
691
695
|
key: 11,
|
|
692
|
-
modelValue:
|
|
693
|
-
"onUpdate:modelValue":
|
|
694
|
-
}, o(
|
|
696
|
+
modelValue: c.value,
|
|
697
|
+
"onUpdate:modelValue": y[11] || (y[11] = (s) => c.value = s)
|
|
698
|
+
}, o(e)), null, 16, ["modelValue"])) : o(p) == o(ie).RATE ? (i(), C(le, M({
|
|
695
699
|
key: 12,
|
|
696
|
-
modelValue:
|
|
697
|
-
"onUpdate:modelValue":
|
|
698
|
-
}, o(
|
|
700
|
+
modelValue: c.value,
|
|
701
|
+
"onUpdate:modelValue": y[12] || (y[12] = (s) => c.value = s)
|
|
702
|
+
}, o(e)), null, 16, ["modelValue"])) : o(p) == o(ie).SLIDER ? (i(), C(ge, M({
|
|
699
703
|
key: 13,
|
|
700
|
-
modelValue:
|
|
701
|
-
"onUpdate:modelValue":
|
|
702
|
-
}, o(
|
|
704
|
+
modelValue: c.value,
|
|
705
|
+
"onUpdate:modelValue": y[13] || (y[13] = (s) => c.value = s)
|
|
706
|
+
}, o(e)), null, 16, ["modelValue"])) : o(p) == o(ie).SWITCH ? (i(), C(O, M({
|
|
703
707
|
key: 14,
|
|
704
|
-
modelValue:
|
|
705
|
-
"onUpdate:modelValue":
|
|
706
|
-
}, o(
|
|
707
|
-
|
|
708
|
-
name:
|
|
709
|
-
fn:
|
|
710
|
-
|
|
708
|
+
modelValue: c.value,
|
|
709
|
+
"onUpdate:modelValue": y[14] || (y[14] = (s) => c.value = s)
|
|
710
|
+
}, o(e)), ae({ _: 2 }, [
|
|
711
|
+
A(w(), (s) => ({
|
|
712
|
+
name: s,
|
|
713
|
+
fn: v((z) => [
|
|
714
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: z })
|
|
711
715
|
])
|
|
712
716
|
}))
|
|
713
|
-
]), 1040, ["modelValue"])) : o(
|
|
717
|
+
]), 1040, ["modelValue"])) : o(p) == o(ie).TRANSFER ? (i(), C(u, M({
|
|
714
718
|
key: 15,
|
|
715
|
-
modelValue:
|
|
716
|
-
"onUpdate:modelValue":
|
|
717
|
-
}, o(
|
|
718
|
-
|
|
719
|
-
name:
|
|
720
|
-
fn:
|
|
721
|
-
|
|
719
|
+
modelValue: c.value,
|
|
720
|
+
"onUpdate:modelValue": y[15] || (y[15] = (s) => c.value = s)
|
|
721
|
+
}, o(e)), ae({ _: 2 }, [
|
|
722
|
+
A(w(), (s) => ({
|
|
723
|
+
name: s,
|
|
724
|
+
fn: v((z) => [
|
|
725
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: z })
|
|
722
726
|
])
|
|
723
727
|
}))
|
|
724
|
-
]), 1040, ["modelValue"])) : o(
|
|
728
|
+
]), 1040, ["modelValue"])) : o(p) == o(ie).CASCADER ? (i(), C(r, M({
|
|
725
729
|
key: 16,
|
|
726
|
-
modelValue:
|
|
727
|
-
"onUpdate:modelValue":
|
|
728
|
-
}, o(
|
|
729
|
-
options: o(
|
|
730
|
-
}),
|
|
731
|
-
|
|
732
|
-
name:
|
|
733
|
-
fn:
|
|
734
|
-
|
|
730
|
+
modelValue: c.value,
|
|
731
|
+
"onUpdate:modelValue": y[16] || (y[16] = (s) => c.value = s)
|
|
732
|
+
}, o(e), {
|
|
733
|
+
options: o($)[o(n)].options
|
|
734
|
+
}), ae({ _: 2 }, [
|
|
735
|
+
A(w(), (s) => ({
|
|
736
|
+
name: s,
|
|
737
|
+
fn: v((z) => [
|
|
738
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: z })
|
|
735
739
|
])
|
|
736
740
|
}))
|
|
737
|
-
]), 1040, ["modelValue", "options"])) : o(
|
|
738
|
-
default:
|
|
739
|
-
|
|
740
|
-
default:
|
|
741
|
-
|
|
741
|
+
]), 1040, ["modelValue", "options"])) : o(p) == o(ie).IMAGE ? (i(), C(b, Be(M({ key: 17 }, o(e))), ae({
|
|
742
|
+
default: v(() => [
|
|
743
|
+
J(V, { type: "primary" }, {
|
|
744
|
+
default: v(() => y[22] || (y[22] = [
|
|
745
|
+
Ee("点击上传")
|
|
742
746
|
])),
|
|
743
747
|
_: 1
|
|
744
748
|
})
|
|
745
749
|
]),
|
|
746
750
|
_: 2
|
|
747
751
|
}, [
|
|
748
|
-
|
|
749
|
-
name:
|
|
750
|
-
fn:
|
|
751
|
-
|
|
752
|
+
A(w(), (s, z) => ({
|
|
753
|
+
name: s,
|
|
754
|
+
fn: v((W) => [
|
|
755
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: W })
|
|
752
756
|
])
|
|
753
757
|
}))
|
|
754
|
-
]), 1040)) : o(
|
|
758
|
+
]), 1040)) : o(p) == o(ie).AUTOCOMPLETE ? (i(), C(E, M({
|
|
755
759
|
key: 18,
|
|
756
|
-
modelValue:
|
|
757
|
-
"onUpdate:modelValue":
|
|
758
|
-
}, o(
|
|
759
|
-
placeholder: o(
|
|
760
|
-
}),
|
|
761
|
-
|
|
762
|
-
name:
|
|
763
|
-
fn:
|
|
764
|
-
|
|
760
|
+
modelValue: c.value,
|
|
761
|
+
"onUpdate:modelValue": y[17] || (y[17] = (s) => c.value = s)
|
|
762
|
+
}, o(e), {
|
|
763
|
+
placeholder: o($)[o(n)].label
|
|
764
|
+
}), ae({ _: 2 }, [
|
|
765
|
+
A(w(), (s, z) => ({
|
|
766
|
+
name: s,
|
|
767
|
+
fn: v((W) => [
|
|
768
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: W })
|
|
765
769
|
])
|
|
766
770
|
}))
|
|
767
|
-
]), 1040, ["modelValue", "placeholder"])) : o(
|
|
771
|
+
]), 1040, ["modelValue", "placeholder"])) : o(p) == o(ie).INPUTNUMBER ? (i(), C(k, M({
|
|
768
772
|
key: 19,
|
|
769
|
-
modelValue:
|
|
770
|
-
"onUpdate:modelValue":
|
|
773
|
+
modelValue: c.value,
|
|
774
|
+
"onUpdate:modelValue": y[18] || (y[18] = (s) => c.value = s),
|
|
771
775
|
min: 0,
|
|
772
776
|
max: 1e8,
|
|
773
|
-
placeholder: o(
|
|
774
|
-
}, o(
|
|
775
|
-
|
|
776
|
-
name:
|
|
777
|
-
fn:
|
|
778
|
-
|
|
777
|
+
placeholder: o($)[o(n)].label
|
|
778
|
+
}, o(e)), ae({ _: 2 }, [
|
|
779
|
+
A(w(), (s, z) => ({
|
|
780
|
+
name: s,
|
|
781
|
+
fn: v((W) => [
|
|
782
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: W })
|
|
779
783
|
])
|
|
780
784
|
}))
|
|
781
|
-
]), 1040, ["modelValue", "placeholder"])) : o(
|
|
782
|
-
|
|
783
|
-
modelValue:
|
|
784
|
-
"onUpdate:modelValue":
|
|
785
|
-
placeholder: o(
|
|
786
|
-
type: o(
|
|
787
|
-
maxlength: ((
|
|
788
|
-
}, { ...o(
|
|
789
|
-
|
|
785
|
+
]), 1040, ["modelValue", "placeholder"])) : o(p) == o(ie).MONEY ? (i(), I("div", St, [
|
|
786
|
+
J(U, M({
|
|
787
|
+
modelValue: c.value,
|
|
788
|
+
"onUpdate:modelValue": y[19] || (y[19] = (s) => c.value = s),
|
|
789
|
+
placeholder: o($)[o(n)].label,
|
|
790
|
+
type: o(ie).NUMBER,
|
|
791
|
+
maxlength: ((H = o(e)) == null ? void 0 : H.max) || 25
|
|
792
|
+
}, { ...o(e), type: o(p) }), ae({ _: 2 }, [
|
|
793
|
+
c.value ? {
|
|
790
794
|
name: "suffix",
|
|
791
|
-
fn:
|
|
792
|
-
|
|
793
|
-
title: o(Xe)(
|
|
795
|
+
fn: v(() => [
|
|
796
|
+
Q("div", {
|
|
797
|
+
title: o(Xe)(c.value),
|
|
794
798
|
style: { "font-size": "10px", display: "block", width: "120px", overflow: "hidden", "text-overflow": "ellipsis" }
|
|
795
|
-
},
|
|
799
|
+
}, ve(o(Xe)(c.value)), 9, xt)
|
|
796
800
|
]),
|
|
797
801
|
key: "0"
|
|
798
802
|
} : void 0,
|
|
799
|
-
|
|
800
|
-
name:
|
|
801
|
-
fn:
|
|
802
|
-
|
|
803
|
+
A(w(), (s, z) => ({
|
|
804
|
+
name: s,
|
|
805
|
+
fn: v((W) => [
|
|
806
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: W })
|
|
803
807
|
])
|
|
804
808
|
}))
|
|
805
809
|
]), 1040, ["modelValue", "placeholder", "type", "maxlength"])
|
|
806
|
-
])) : (
|
|
810
|
+
])) : (i(), C(U, M({
|
|
807
811
|
key: 21,
|
|
808
|
-
modelValue:
|
|
809
|
-
"onUpdate:modelValue":
|
|
810
|
-
placeholder: o(
|
|
811
|
-
maxlength: ((
|
|
812
|
+
modelValue: c.value,
|
|
813
|
+
"onUpdate:modelValue": y[20] || (y[20] = (s) => c.value = s),
|
|
814
|
+
placeholder: o($)[o(n)].label,
|
|
815
|
+
maxlength: ((oe = o(e)) == null ? void 0 : oe.max) || 25,
|
|
812
816
|
clearable: !0
|
|
813
|
-
}, { ...o(
|
|
814
|
-
|
|
815
|
-
name:
|
|
816
|
-
fn:
|
|
817
|
-
|
|
817
|
+
}, { ...o(e), type: o(p) }), ae({ _: 2 }, [
|
|
818
|
+
A(w(), (s, z) => ({
|
|
819
|
+
name: s,
|
|
820
|
+
fn: v((W) => [
|
|
821
|
+
f(q.$slots, `${t.t}-${o(n)}-${s}`, { data: W })
|
|
818
822
|
])
|
|
819
823
|
}))
|
|
820
824
|
]), 1040, ["modelValue", "placeholder", "maxlength"]))
|
|
821
825
|
]);
|
|
822
826
|
};
|
|
823
827
|
}
|
|
824
|
-
}),
|
|
828
|
+
}), ze = /* @__PURE__ */ Object.assign({
|
|
825
829
|
name: "g-form",
|
|
826
830
|
inheritAttrs: !1
|
|
827
831
|
}, {
|
|
@@ -830,10 +834,10 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
830
834
|
modelValue: { required: !0 },
|
|
831
835
|
modelModifiers: {}
|
|
832
836
|
},
|
|
833
|
-
emits: /* @__PURE__ */
|
|
834
|
-
setup(
|
|
835
|
-
var
|
|
836
|
-
const
|
|
837
|
+
emits: /* @__PURE__ */ Te(["submit", "reset"], ["update:modelValue"]),
|
|
838
|
+
setup(m, { emit: c }) {
|
|
839
|
+
var re, ue, fe, me;
|
|
840
|
+
const t = qe(m, "modelValue"), e = c, n = ye(null), p = Je("options"), $ = {
|
|
837
841
|
inline: !0,
|
|
838
842
|
type: "hidden",
|
|
839
843
|
"scroll-to-error": !0,
|
|
@@ -843,7 +847,7 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
843
847
|
style: {
|
|
844
848
|
display: "flex",
|
|
845
849
|
flexWrap: "wrap",
|
|
846
|
-
...(
|
|
850
|
+
...(re = Pe()) == null ? void 0 : re.style
|
|
847
851
|
},
|
|
848
852
|
// 表单底部属性
|
|
849
853
|
footer: {
|
|
@@ -863,9 +867,9 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
863
867
|
label: "提交",
|
|
864
868
|
plain: !0,
|
|
865
869
|
hidden: !1,
|
|
866
|
-
click:
|
|
867
|
-
n.value &&
|
|
868
|
-
|
|
870
|
+
click: (d, x) => {
|
|
871
|
+
n.value && n.value.validate((ee, D) => {
|
|
872
|
+
ee ? e("submit", d, x) : console.log("表单验证不通过!", D);
|
|
869
873
|
});
|
|
870
874
|
}
|
|
871
875
|
},
|
|
@@ -877,10 +881,10 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
877
881
|
plain: !0,
|
|
878
882
|
click: () => {
|
|
879
883
|
if (!n.value) return;
|
|
880
|
-
let
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
}),
|
|
884
|
+
let d = !0;
|
|
885
|
+
e("reset", (x) => {
|
|
886
|
+
d = x;
|
|
887
|
+
}), d && n.value.resetFields();
|
|
884
888
|
}
|
|
885
889
|
},
|
|
886
890
|
slots: {},
|
|
@@ -889,38 +893,38 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
889
893
|
editable: !1
|
|
890
894
|
}
|
|
891
895
|
};
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
(
|
|
896
|
+
t.value.form = $e(
|
|
897
|
+
$,
|
|
898
|
+
p == null ? void 0 : p.form,
|
|
899
|
+
(ue = t.value) == null ? void 0 : ue.form
|
|
896
900
|
);
|
|
897
|
-
const
|
|
901
|
+
const N = {
|
|
898
902
|
type: "hidden",
|
|
899
903
|
labelPosition: "right",
|
|
900
904
|
style: {
|
|
901
905
|
width: "100%"
|
|
902
906
|
}
|
|
903
907
|
};
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
(
|
|
908
|
+
t.value.formItems = $e(
|
|
909
|
+
N,
|
|
910
|
+
p == null ? void 0 : p.formItems,
|
|
911
|
+
(fe = t == null ? void 0 : t.value) == null ? void 0 : fe.formItems
|
|
908
912
|
);
|
|
909
|
-
const
|
|
913
|
+
const w = {
|
|
910
914
|
span: 12,
|
|
911
915
|
offset: 0
|
|
912
916
|
};
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
(
|
|
916
|
-
|
|
917
|
+
t.value.form.cols = $e(
|
|
918
|
+
w,
|
|
919
|
+
(me = p == null ? void 0 : p.form) == null ? void 0 : me.cols,
|
|
920
|
+
t.value.form.cols
|
|
917
921
|
);
|
|
918
|
-
const
|
|
919
|
-
let
|
|
920
|
-
if (
|
|
921
|
-
|
|
922
|
+
const g = (d) => {
|
|
923
|
+
let x = [];
|
|
924
|
+
if (d.rules)
|
|
925
|
+
x = d.rules;
|
|
922
926
|
else {
|
|
923
|
-
const
|
|
927
|
+
const D = { ...{
|
|
924
928
|
required: void 0,
|
|
925
929
|
max: void 0,
|
|
926
930
|
min: void 0,
|
|
@@ -928,157 +932,180 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
928
932
|
url: void 0,
|
|
929
933
|
pattern: void 0,
|
|
930
934
|
validate: void 0
|
|
931
|
-
}, ...
|
|
932
|
-
|
|
933
|
-
validator: (
|
|
934
|
-
|
|
935
|
+
}, ...d };
|
|
936
|
+
D.required && x.push({ required: !0, message: `${D.label}不能为空!`, trigger: "blur" }), D.max && D.min && x.push({
|
|
937
|
+
validator: (ne, R, P) => {
|
|
938
|
+
R && d.type == "number" && (R < D.min || R > D.max) ? P(new Error(`${D.label} 必须在 ${D.min} 和 ${D.max} 之间!`)) : R && d.type !== "number" && (R.toString().length < D.min || R.toString().length > D.max) ? P(new Error(`字符长度必须在 ${D.min} 和 ${D.max} 之间!`)) : P();
|
|
935
939
|
}
|
|
936
|
-
}),
|
|
937
|
-
validator: (
|
|
938
|
-
|
|
940
|
+
}), D.max && !D.min && d.type == "number" && x.push({
|
|
941
|
+
validator: (ne, R, P) => {
|
|
942
|
+
R && R > D.max ? P(new Error(`${D.label}不能大于${D.max}!`)) : P();
|
|
939
943
|
}
|
|
940
|
-
}),
|
|
941
|
-
validator: (
|
|
942
|
-
|
|
944
|
+
}), D.min && !D.max && d.type == "number" && x.push({
|
|
945
|
+
validator: (ne, R, P) => {
|
|
946
|
+
R && R < D.min ? P(new Error(`${D.label}不能小于${D.min}!`)) : P();
|
|
943
947
|
}
|
|
944
|
-
}),
|
|
945
|
-
validator: (
|
|
948
|
+
}), D.type == "email" && x.push({ type: "email", message: "不是一个正确的邮箱地址!" }), D.type == "url" && x.push({ type: "url", message: "不是一个合正确的URL!" }), D.pattern && x.push({ pattern: D == null ? void 0 : D.pattern, message: (D == null ? void 0 : D.message) || "格式不正确!" }), D.validate && x.push({
|
|
949
|
+
validator: (ne, R, P) => D.validate(ne, R, P)
|
|
946
950
|
});
|
|
947
951
|
}
|
|
948
|
-
return
|
|
952
|
+
return x;
|
|
949
953
|
};
|
|
950
|
-
|
|
951
|
-
|
|
954
|
+
Ie(() => {
|
|
955
|
+
T();
|
|
956
|
+
}), bt(() => {
|
|
957
|
+
n.value = null;
|
|
952
958
|
});
|
|
953
|
-
const
|
|
954
|
-
for (const [
|
|
955
|
-
|
|
956
|
-
},
|
|
957
|
-
var
|
|
958
|
-
return
|
|
959
|
-
}).map((
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
h.has(C) || h.set(C, {
|
|
967
|
-
groupName: C,
|
|
959
|
+
const T = () => {
|
|
960
|
+
for (const [d, x] of Object.entries(Y.value))
|
|
961
|
+
t.value[d].formItem = { ...t.value[d].formItem, ...x.formItem }, t.value[d].formItem.style = { ...t.value[d].formItem.style, ...x.formItem.style };
|
|
962
|
+
}, Y = Oe(() => Object.fromEntries(Object.entries(t.value).filter((d) => d[1].type != "hidden").filter((d) => !["table", "tableColumns", "query", "queryItems"].includes(d[0])).filter((d) => d[1].editor !== !1).filter((d) => d[1].type !== "control").filter((d) => {
|
|
963
|
+
var x, ee, D, ne;
|
|
964
|
+
return t.value.form.modalState === "edit" ? ((ee = (x = d[1].editor) == null ? void 0 : x.ep) == null ? void 0 : ee.editor) !== !1 : t.value.form.modalState === "add" ? ((ne = (D = d[1].editor) == null ? void 0 : D.ap) == null ? void 0 : ne.editor) !== !1 : !0;
|
|
965
|
+
}).map((d) => [d[0], d[1]]))), q = Oe(() => Object.fromEntries(Object.entries(t.value).filter((d) => d[1].type != "hidden").filter((d) => d[1].type != "control").map((d) => [d[0], d[1].value]))), y = Oe(() => {
|
|
966
|
+
const d = /* @__PURE__ */ new Map();
|
|
967
|
+
return Object.entries(Y.value).forEach(([x, ee]) => {
|
|
968
|
+
if (ee.groupName) {
|
|
969
|
+
const D = ee.groupName;
|
|
970
|
+
d.has(D) || d.set(D, {
|
|
971
|
+
groupName: D,
|
|
968
972
|
items: []
|
|
969
|
-
}),
|
|
973
|
+
}), d.get(D).items.push({ key: x, item: ee });
|
|
970
974
|
}
|
|
971
|
-
}),
|
|
972
|
-
|
|
973
|
-
}), Array.from(
|
|
974
|
-
})
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
975
|
+
}), d.forEach((x) => {
|
|
976
|
+
x.tabPane = $e(...x.items.map(({ item: ee }) => ee.tabPane || {}));
|
|
977
|
+
}), Array.from(d.values());
|
|
978
|
+
}), _ = [
|
|
979
|
+
{
|
|
980
|
+
name: "f-submit",
|
|
981
|
+
label: t.value.form.submit.label,
|
|
982
|
+
click: t.value.form.submit.click,
|
|
983
|
+
hidden: t.value.form.submit.hidden,
|
|
984
|
+
info: _e(t.value.form.submit, (d) => !["click"].includes(d)),
|
|
985
|
+
sort: t.value.form.submit.sort ?? 1,
|
|
986
|
+
// 使用空值合并运算符
|
|
987
|
+
originalOrder: 0
|
|
988
|
+
// 添加原始顺序标识
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
name: "f-reset",
|
|
992
|
+
label: t.value.form.reset.label,
|
|
993
|
+
click: t.value.form.reset.click,
|
|
994
|
+
info: _e(t.value.form.reset, (d) => !["click"].includes(d)),
|
|
995
|
+
hidden: t.value.form.reset.hidden,
|
|
996
|
+
sort: t.value.form.reset.sort ?? 2,
|
|
997
|
+
// 使用空值合并运算符
|
|
998
|
+
originalOrder: 1
|
|
999
|
+
// 添加原始顺序标识
|
|
1000
|
+
}
|
|
1001
|
+
], F = Oe(() => _.filter((d) => !d.hidden).sort((d, x) => d.sort - x.sort || d.originalOrder - x.originalOrder));
|
|
1002
|
+
return (d, x) => {
|
|
1003
|
+
const ee = j("el-form-item"), D = j("el-col"), ne = j("el-tab-pane"), R = j("el-tabs"), P = j("el-button"), K = j("el-form");
|
|
1004
|
+
return i(), C(K, M({
|
|
978
1005
|
ref_key: "gform",
|
|
979
1006
|
ref: n,
|
|
980
|
-
model:
|
|
1007
|
+
model: t.value,
|
|
981
1008
|
style: { width: "98%", padding: 0, margin: 0, "box-sizing": "border-box" }
|
|
982
|
-
}, o(
|
|
983
|
-
default:
|
|
984
|
-
|
|
985
|
-
var
|
|
1009
|
+
}, o(_e)(t.value.form, (le) => !["footer", "submit", "reset", "slots", "type", "sort"].includes(le)), { class: "g-form-container" }), {
|
|
1010
|
+
default: v(() => [
|
|
1011
|
+
y.value.length > 0 ? f(d.$slots, "default", { key: 0 }, () => {
|
|
1012
|
+
var le, ge, O;
|
|
986
1013
|
return [
|
|
987
|
-
|
|
1014
|
+
J(R, M({
|
|
988
1015
|
class: "demo-tabs",
|
|
989
|
-
modelValue:
|
|
990
|
-
"onUpdate:modelValue":
|
|
1016
|
+
modelValue: y.value[0].groupName,
|
|
1017
|
+
"onUpdate:modelValue": x[0] || (x[0] = (u) => y.value[0].groupName = u),
|
|
991
1018
|
style: { width: "100%" }
|
|
992
|
-
},
|
|
993
|
-
default:
|
|
994
|
-
(
|
|
995
|
-
key:
|
|
996
|
-
label:
|
|
997
|
-
name:
|
|
1019
|
+
}, t.value.form.tabs), {
|
|
1020
|
+
default: v(() => [
|
|
1021
|
+
(i(!0), I(G, null, A(y.value, (u) => (i(), C(ne, M({
|
|
1022
|
+
key: u.groupName,
|
|
1023
|
+
label: u.groupName,
|
|
1024
|
+
name: u.groupName,
|
|
998
1025
|
style: { width: "100%", display: "flex", "flex-wrap": "wrap" },
|
|
999
1026
|
ref_for: !0
|
|
1000
|
-
},
|
|
1001
|
-
default:
|
|
1002
|
-
(
|
|
1027
|
+
}, u.tabPane), {
|
|
1028
|
+
default: v(() => [
|
|
1029
|
+
(i(!0), I(G, null, A(u.items, (r, V) => (i(), C(D, M({ ref_for: !0 }, { ...t.value.form.cols, ...r == null ? void 0 : r.item.col }, {
|
|
1003
1030
|
key: r.key,
|
|
1004
1031
|
style: { width: "100%" }
|
|
1005
1032
|
}), {
|
|
1006
|
-
default:
|
|
1007
|
-
var
|
|
1033
|
+
default: v(() => {
|
|
1034
|
+
var b, E;
|
|
1008
1035
|
return [
|
|
1009
|
-
|
|
1036
|
+
J(ee, M({
|
|
1010
1037
|
label: r == null ? void 0 : r.item.label,
|
|
1011
1038
|
prop: `${r.key}.value`,
|
|
1012
|
-
rules:
|
|
1039
|
+
rules: g(r == null ? void 0 : r.item),
|
|
1013
1040
|
ref_for: !0
|
|
1014
|
-
}, { ...(
|
|
1015
|
-
default:
|
|
1016
|
-
|
|
1041
|
+
}, { ...(b = t.value) == null ? void 0 : b.formItems, ...(E = r == null ? void 0 : r.item) == null ? void 0 : E.formItem }, { style: { width: "100%" } }), {
|
|
1042
|
+
default: v(() => [
|
|
1043
|
+
f(d.$slots, "f-" + r.key, {
|
|
1017
1044
|
item: r == null ? void 0 : r.item,
|
|
1018
|
-
model:
|
|
1045
|
+
model: t.value
|
|
1019
1046
|
}, () => {
|
|
1020
|
-
var
|
|
1047
|
+
var k, U, H, oe, s, z, W;
|
|
1021
1048
|
return [
|
|
1022
|
-
|
|
1049
|
+
t.value.form.modalState === "edit" ? (i(), C(Fe, {
|
|
1023
1050
|
key: 0,
|
|
1024
|
-
modelValue:
|
|
1025
|
-
"onUpdate:modelValue": (
|
|
1026
|
-
item: { ...((
|
|
1051
|
+
modelValue: t.value[r.key].value,
|
|
1052
|
+
"onUpdate:modelValue": (l) => t.value[r.key].value = l,
|
|
1053
|
+
item: { ...((k = r == null ? void 0 : r.item) == null ? void 0 : k.editor) || {}, ...((H = (U = r == null ? void 0 : r.item) == null ? void 0 : U.editor) == null ? void 0 : H.ep) || {} },
|
|
1027
1054
|
ctrlKey: r.key,
|
|
1028
1055
|
ctrlType: r == null ? void 0 : r.item.type,
|
|
1029
|
-
model:
|
|
1056
|
+
model: t.value,
|
|
1030
1057
|
class: "g-ctrl-container",
|
|
1031
1058
|
t: "f"
|
|
1032
|
-
},
|
|
1033
|
-
|
|
1034
|
-
name:
|
|
1035
|
-
fn:
|
|
1036
|
-
|
|
1037
|
-
data:
|
|
1059
|
+
}, ae({ _: 2 }, [
|
|
1060
|
+
A(d.$slots, (l, a) => ({
|
|
1061
|
+
name: a,
|
|
1062
|
+
fn: v((h) => [
|
|
1063
|
+
f(d.$slots, a, {
|
|
1064
|
+
data: h,
|
|
1038
1065
|
item: r.item,
|
|
1039
|
-
model:
|
|
1066
|
+
model: t.value
|
|
1040
1067
|
})
|
|
1041
1068
|
])
|
|
1042
1069
|
}))
|
|
1043
|
-
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model"])) :
|
|
1070
|
+
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model"])) : t.value.form.modalState === "add" ? (i(), C(Fe, {
|
|
1044
1071
|
key: 1,
|
|
1045
|
-
modelValue:
|
|
1046
|
-
"onUpdate:modelValue": (
|
|
1047
|
-
item: { ...((
|
|
1072
|
+
modelValue: t.value[r.key].value,
|
|
1073
|
+
"onUpdate:modelValue": (l) => t.value[r.key].value = l,
|
|
1074
|
+
item: { ...((oe = r == null ? void 0 : r.item) == null ? void 0 : oe.editor) || {}, ...((z = (s = r == null ? void 0 : r.item) == null ? void 0 : s.editor) == null ? void 0 : z.ap) || {} },
|
|
1048
1075
|
ctrlKey: r.key,
|
|
1049
1076
|
ctrlType: r == null ? void 0 : r.item.type,
|
|
1050
|
-
model:
|
|
1077
|
+
model: t.value,
|
|
1051
1078
|
class: "g-ctrl-container",
|
|
1052
1079
|
t: "f"
|
|
1053
|
-
},
|
|
1054
|
-
|
|
1055
|
-
name:
|
|
1056
|
-
fn:
|
|
1057
|
-
|
|
1058
|
-
data:
|
|
1080
|
+
}, ae({ _: 2 }, [
|
|
1081
|
+
A(d.$slots, (l, a) => ({
|
|
1082
|
+
name: a,
|
|
1083
|
+
fn: v((h) => [
|
|
1084
|
+
f(d.$slots, a, {
|
|
1085
|
+
data: h,
|
|
1059
1086
|
item: r.item,
|
|
1060
|
-
model:
|
|
1087
|
+
model: t.value
|
|
1061
1088
|
})
|
|
1062
1089
|
])
|
|
1063
1090
|
}))
|
|
1064
|
-
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model"])) : (
|
|
1091
|
+
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model"])) : (i(), C(Fe, {
|
|
1065
1092
|
key: 2,
|
|
1066
|
-
modelValue:
|
|
1067
|
-
"onUpdate:modelValue": (
|
|
1068
|
-
item: ((
|
|
1093
|
+
modelValue: t.value[r.key].value,
|
|
1094
|
+
"onUpdate:modelValue": (l) => t.value[r.key].value = l,
|
|
1095
|
+
item: ((W = r == null ? void 0 : r.item) == null ? void 0 : W.editor) || {},
|
|
1069
1096
|
ctrlKey: r.key,
|
|
1070
1097
|
ctrlType: r == null ? void 0 : r.item.type,
|
|
1071
|
-
model:
|
|
1098
|
+
model: t.value,
|
|
1072
1099
|
class: "g-ctrl-container",
|
|
1073
1100
|
t: "f"
|
|
1074
|
-
},
|
|
1075
|
-
|
|
1076
|
-
name:
|
|
1077
|
-
fn:
|
|
1078
|
-
|
|
1079
|
-
data:
|
|
1101
|
+
}, ae({ _: 2 }, [
|
|
1102
|
+
A(d.$slots, (l, a) => ({
|
|
1103
|
+
name: a,
|
|
1104
|
+
fn: v((h) => [
|
|
1105
|
+
f(d.$slots, a, {
|
|
1106
|
+
data: h,
|
|
1080
1107
|
item: r.item,
|
|
1081
|
-
model:
|
|
1108
|
+
model: t.value
|
|
1082
1109
|
})
|
|
1083
1110
|
])
|
|
1084
1111
|
}))
|
|
@@ -1098,138 +1125,128 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1098
1125
|
]),
|
|
1099
1126
|
_: 3
|
|
1100
1127
|
}, 16, ["modelValue"]),
|
|
1101
|
-
(
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
(
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
}, o(Ee)(e.value.form.reset, (y) => !["click"].includes(y))), {
|
|
1124
|
-
default: p(() => {
|
|
1125
|
-
var y, T, j;
|
|
1126
|
-
return [
|
|
1127
|
-
be(he((j = (T = (y = e.value) == null ? void 0 : y.form) == null ? void 0 : T.reset) == null ? void 0 : j.label), 1)
|
|
1128
|
-
];
|
|
1129
|
-
}),
|
|
1130
|
-
_: 1
|
|
1131
|
-
}, 16)),
|
|
1132
|
-
v(h.$slots, "f-footer-right")
|
|
1133
|
-
], 4)
|
|
1134
|
-
];
|
|
1135
|
-
})
|
|
1128
|
+
(O = (ge = (le = t.value) == null ? void 0 : le.form) == null ? void 0 : ge.footer) != null && O.hidden ? pe("", !0) : f(d.$slots, "f-footer", { key: 0 }, () => [
|
|
1129
|
+
Q("div", {
|
|
1130
|
+
style: Me(t.value.form.footer.style)
|
|
1131
|
+
}, [
|
|
1132
|
+
f(d.$slots, "f-footer-left"),
|
|
1133
|
+
(i(!0), I(G, null, A(F.value, (u) => (i(), I(G, null, [
|
|
1134
|
+
f(d.$slots, u.name + "-left"),
|
|
1135
|
+
f(d.$slots, u.name, {}, () => [
|
|
1136
|
+
J(P, M({ ref_for: !0 }, u.info, {
|
|
1137
|
+
onClick: rt((r) => u.click(q.value, t.value), ["stop"])
|
|
1138
|
+
}), {
|
|
1139
|
+
default: v(() => [
|
|
1140
|
+
Ee(ve(u == null ? void 0 : u.label), 1)
|
|
1141
|
+
]),
|
|
1142
|
+
_: 2
|
|
1143
|
+
}, 1040, ["onClick"])
|
|
1144
|
+
]),
|
|
1145
|
+
f(d.$slots, u.name + "-right")
|
|
1146
|
+
], 64))), 256)),
|
|
1147
|
+
f(d.$slots, "f-footer-right")
|
|
1148
|
+
], 4)
|
|
1149
|
+
])
|
|
1136
1150
|
];
|
|
1137
|
-
}) :
|
|
1138
|
-
var
|
|
1151
|
+
}) : f(d.$slots, "default", { key: 1 }, () => {
|
|
1152
|
+
var le, ge, O;
|
|
1139
1153
|
return [
|
|
1140
|
-
(
|
|
1141
|
-
key:
|
|
1154
|
+
(i(!0), I(G, null, A(Y.value, (u, r) => (i(), C(D, M({ ref_for: !0 }, { ...t.value.form.cols, ...u.col }, {
|
|
1155
|
+
key: r,
|
|
1142
1156
|
style: { width: "100%" }
|
|
1143
1157
|
}), {
|
|
1144
|
-
default:
|
|
1145
|
-
var
|
|
1158
|
+
default: v(() => {
|
|
1159
|
+
var V;
|
|
1146
1160
|
return [
|
|
1147
|
-
|
|
1148
|
-
label:
|
|
1149
|
-
prop: `${
|
|
1150
|
-
rules:
|
|
1161
|
+
J(ee, M({
|
|
1162
|
+
label: u.label,
|
|
1163
|
+
prop: `${r}.value`,
|
|
1164
|
+
rules: g(u),
|
|
1151
1165
|
ref_for: !0
|
|
1152
|
-
}, { ...(
|
|
1153
|
-
label:
|
|
1154
|
-
|
|
1155
|
-
data:
|
|
1156
|
-
item:
|
|
1157
|
-
model:
|
|
1166
|
+
}, { ...(V = t.value) == null ? void 0 : V.formItems, ...u == null ? void 0 : u.formItem }, { style: { width: "100%" } }), {
|
|
1167
|
+
label: v((b) => [
|
|
1168
|
+
f(d.$slots, `f-${r}-label`, {
|
|
1169
|
+
data: b,
|
|
1170
|
+
item: u,
|
|
1171
|
+
model: t.value
|
|
1158
1172
|
}, () => [
|
|
1159
|
-
|
|
1173
|
+
Ee(ve(u.label), 1)
|
|
1160
1174
|
])
|
|
1161
1175
|
]),
|
|
1162
|
-
default:
|
|
1163
|
-
|
|
1164
|
-
item:
|
|
1165
|
-
model:
|
|
1176
|
+
default: v(() => [
|
|
1177
|
+
f(d.$slots, "f-" + r, {
|
|
1178
|
+
item: u,
|
|
1179
|
+
model: t.value
|
|
1166
1180
|
}, () => {
|
|
1167
|
-
var
|
|
1181
|
+
var b, E;
|
|
1168
1182
|
return [
|
|
1169
|
-
|
|
1183
|
+
t.value.form.modalState === "edit" ? (i(), C(Fe, {
|
|
1170
1184
|
key: 0,
|
|
1171
|
-
modelValue:
|
|
1172
|
-
"onUpdate:modelValue": (
|
|
1173
|
-
item: { ...(
|
|
1174
|
-
ctrlKey:
|
|
1175
|
-
ctrlType:
|
|
1176
|
-
model:
|
|
1185
|
+
modelValue: t.value[r].value,
|
|
1186
|
+
"onUpdate:modelValue": (k) => t.value[r].value = k,
|
|
1187
|
+
item: { ...(u == null ? void 0 : u.editor) || {}, ...((b = u == null ? void 0 : u.editor) == null ? void 0 : b.ep) || {} },
|
|
1188
|
+
ctrlKey: r,
|
|
1189
|
+
ctrlType: u.type,
|
|
1190
|
+
model: t.value,
|
|
1177
1191
|
class: "g-ctrl-container",
|
|
1178
|
-
t: "f"
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1192
|
+
t: "f",
|
|
1193
|
+
formInfo: q.value
|
|
1194
|
+
}, ae({ _: 2 }, [
|
|
1195
|
+
A(d.$slots, (k, U) => ({
|
|
1196
|
+
name: U,
|
|
1197
|
+
fn: v((H) => [
|
|
1198
|
+
f(d.$slots, U, {
|
|
1199
|
+
data: H,
|
|
1200
|
+
item: u,
|
|
1201
|
+
model: t.value
|
|
1187
1202
|
})
|
|
1188
1203
|
])
|
|
1189
1204
|
}))
|
|
1190
|
-
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model"])) :
|
|
1205
|
+
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model", "formInfo"])) : t.value.form.modalState === "add" ? (i(), C(Fe, {
|
|
1191
1206
|
key: 1,
|
|
1192
|
-
modelValue:
|
|
1193
|
-
"onUpdate:modelValue": (
|
|
1194
|
-
item: { ...(
|
|
1195
|
-
ctrlKey:
|
|
1196
|
-
ctrlType:
|
|
1197
|
-
model:
|
|
1207
|
+
modelValue: t.value[r].value,
|
|
1208
|
+
"onUpdate:modelValue": (k) => t.value[r].value = k,
|
|
1209
|
+
item: { ...(u == null ? void 0 : u.editor) || {}, ...((E = u == null ? void 0 : u.editor) == null ? void 0 : E.ap) || {} },
|
|
1210
|
+
ctrlKey: r,
|
|
1211
|
+
ctrlType: u.type,
|
|
1212
|
+
model: t.value,
|
|
1198
1213
|
class: "g-ctrl-container",
|
|
1199
|
-
t: "f"
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1214
|
+
t: "f",
|
|
1215
|
+
formInfo: q.value
|
|
1216
|
+
}, ae({ _: 2 }, [
|
|
1217
|
+
A(d.$slots, (k, U) => ({
|
|
1218
|
+
name: U,
|
|
1219
|
+
fn: v((H) => [
|
|
1220
|
+
f(d.$slots, U, {
|
|
1221
|
+
data: H,
|
|
1222
|
+
item: u,
|
|
1223
|
+
model: t.value
|
|
1208
1224
|
})
|
|
1209
1225
|
])
|
|
1210
1226
|
}))
|
|
1211
|
-
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model"])) : (
|
|
1227
|
+
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model", "formInfo"])) : (i(), C(Fe, {
|
|
1212
1228
|
key: 2,
|
|
1213
|
-
modelValue:
|
|
1214
|
-
"onUpdate:modelValue": (
|
|
1215
|
-
item:
|
|
1216
|
-
ctrlKey:
|
|
1217
|
-
ctrlType:
|
|
1218
|
-
model:
|
|
1229
|
+
modelValue: t.value[r].value,
|
|
1230
|
+
"onUpdate:modelValue": (k) => t.value[r].value = k,
|
|
1231
|
+
item: u == null ? void 0 : u.editor,
|
|
1232
|
+
ctrlKey: r,
|
|
1233
|
+
ctrlType: u.type,
|
|
1234
|
+
model: t.value,
|
|
1219
1235
|
class: "g-ctrl-container",
|
|
1220
|
-
t: "f"
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1236
|
+
t: "f",
|
|
1237
|
+
formInfo: q.value
|
|
1238
|
+
}, ae({ _: 2 }, [
|
|
1239
|
+
A(d.$slots, (k, U) => ({
|
|
1240
|
+
name: U,
|
|
1241
|
+
fn: v((H) => [
|
|
1242
|
+
f(d.$slots, U, {
|
|
1243
|
+
data: H,
|
|
1244
|
+
item: u,
|
|
1245
|
+
model: t.value
|
|
1229
1246
|
})
|
|
1230
1247
|
])
|
|
1231
1248
|
}))
|
|
1232
|
-
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model"]))
|
|
1249
|
+
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model", "formInfo"]))
|
|
1233
1250
|
];
|
|
1234
1251
|
})
|
|
1235
1252
|
]),
|
|
@@ -1239,46 +1256,26 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1239
1256
|
}),
|
|
1240
1257
|
_: 2
|
|
1241
1258
|
}, 1040))), 128)),
|
|
1242
|
-
(
|
|
1243
|
-
|
|
1244
|
-
style: Me(
|
|
1259
|
+
(O = (ge = (le = t.value) == null ? void 0 : le.form) == null ? void 0 : ge.footer) != null && O.hidden ? pe("", !0) : f(d.$slots, "f-footer", { key: 0 }, () => [
|
|
1260
|
+
Q("div", {
|
|
1261
|
+
style: Me(t.value.form.footer.style)
|
|
1245
1262
|
}, [
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
(
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
];
|
|
1263
|
-
}),
|
|
1264
|
-
v(h.$slots, "f-reset", {}, () => {
|
|
1265
|
-
var k, N, ue;
|
|
1266
|
-
return [
|
|
1267
|
-
(ue = (N = (k = e.value) == null ? void 0 : k.form) == null ? void 0 : N.reset) != null && ue.hidden ? ve("", !0) : (s(), V(oe, q({
|
|
1268
|
-
key: 0,
|
|
1269
|
-
onClick: S[4] || (S[4] = (r) => e.value.form.reset.click(e.value))
|
|
1270
|
-
}, o(Ee)(e.value.form.reset, (r) => !["click"].includes(r))), {
|
|
1271
|
-
default: p(() => {
|
|
1272
|
-
var r, b, c;
|
|
1273
|
-
return [
|
|
1274
|
-
be(he((c = (b = (r = e.value) == null ? void 0 : r.form) == null ? void 0 : b.reset) == null ? void 0 : c.label), 1)
|
|
1275
|
-
];
|
|
1276
|
-
}),
|
|
1277
|
-
_: 1
|
|
1278
|
-
}, 16))
|
|
1279
|
-
];
|
|
1280
|
-
}),
|
|
1281
|
-
v(h.$slots, "f-footer-right")
|
|
1263
|
+
f(d.$slots, "f-footer-left"),
|
|
1264
|
+
(i(!0), I(G, null, A(F.value, (u) => (i(), I(G, null, [
|
|
1265
|
+
f(d.$slots, u.name + "-left"),
|
|
1266
|
+
f(d.$slots, u.name, {}, () => [
|
|
1267
|
+
J(P, M({ ref_for: !0 }, u.info, {
|
|
1268
|
+
onClick: rt((r) => u.click(q.value, t.value), ["stop"])
|
|
1269
|
+
}), {
|
|
1270
|
+
default: v(() => [
|
|
1271
|
+
Ee(ve(u == null ? void 0 : u.label), 1)
|
|
1272
|
+
]),
|
|
1273
|
+
_: 2
|
|
1274
|
+
}, 1040, ["onClick"])
|
|
1275
|
+
]),
|
|
1276
|
+
f(d.$slots, u.name + "-right")
|
|
1277
|
+
], 64))), 256)),
|
|
1278
|
+
f(d.$slots, "f-footer-right")
|
|
1282
1279
|
], 4)
|
|
1283
1280
|
])
|
|
1284
1281
|
];
|
|
@@ -1288,51 +1285,51 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1288
1285
|
}, 16, ["model"]);
|
|
1289
1286
|
};
|
|
1290
1287
|
}
|
|
1291
|
-
}),
|
|
1288
|
+
}), at = {
|
|
1292
1289
|
__name: "g-query-item",
|
|
1293
|
-
props: /* @__PURE__ */
|
|
1290
|
+
props: /* @__PURE__ */ Te(["more"], {
|
|
1294
1291
|
modelValue: { required: !0 },
|
|
1295
1292
|
modelModifiers: {},
|
|
1296
1293
|
info: { required: !0 },
|
|
1297
1294
|
infoModifiers: {}
|
|
1298
1295
|
}),
|
|
1299
1296
|
emits: ["update:modelValue", "update:info"],
|
|
1300
|
-
setup(
|
|
1301
|
-
const
|
|
1302
|
-
return (
|
|
1303
|
-
const
|
|
1304
|
-
return
|
|
1305
|
-
key:
|
|
1306
|
-
item:
|
|
1307
|
-
model:
|
|
1297
|
+
setup(m) {
|
|
1298
|
+
const c = qe(m, "modelValue"), t = m, e = qe(m, "info"), n = (p) => Oe(() => Object.fromEntries(Object.entries(c.value).filter(($) => $[1].search && $[1].search.more === p).map(($) => [$[0], $[1]]))).value;
|
|
1299
|
+
return (p, $) => {
|
|
1300
|
+
const N = j("el-form-item");
|
|
1301
|
+
return i(!0), I(G, null, A(n(t.more), (w, g) => f(p.$slots, `q-${g}`, {
|
|
1302
|
+
key: g,
|
|
1303
|
+
item: w,
|
|
1304
|
+
model: c.value
|
|
1308
1305
|
}, () => [
|
|
1309
|
-
|
|
1310
|
-
label:
|
|
1306
|
+
J(N, M({
|
|
1307
|
+
label: w.label,
|
|
1311
1308
|
ref_for: !0
|
|
1312
|
-
}, { ...
|
|
1313
|
-
label:
|
|
1314
|
-
|
|
1315
|
-
item:
|
|
1316
|
-
model:
|
|
1309
|
+
}, { ...c.value.queryItems, ...w == null ? void 0 : w.search }), {
|
|
1310
|
+
label: v(() => [
|
|
1311
|
+
f(p.$slots, `q-${g}-label`, {
|
|
1312
|
+
item: w,
|
|
1313
|
+
model: c.value
|
|
1317
1314
|
})
|
|
1318
1315
|
]),
|
|
1319
|
-
default:
|
|
1320
|
-
|
|
1321
|
-
modelValue:
|
|
1322
|
-
"onUpdate:modelValue": (
|
|
1323
|
-
item: { ...
|
|
1324
|
-
ctrlKey:
|
|
1325
|
-
ctrlType:
|
|
1326
|
-
model:
|
|
1316
|
+
default: v(() => [
|
|
1317
|
+
J(Fe, {
|
|
1318
|
+
modelValue: e.value[g],
|
|
1319
|
+
"onUpdate:modelValue": (T) => e.value[g] = T,
|
|
1320
|
+
item: { ...w == null ? void 0 : w.editor, ...w.search },
|
|
1321
|
+
ctrlKey: g,
|
|
1322
|
+
ctrlType: w.type,
|
|
1323
|
+
model: c.value,
|
|
1327
1324
|
t: "q"
|
|
1328
|
-
},
|
|
1329
|
-
|
|
1330
|
-
name:
|
|
1331
|
-
fn:
|
|
1332
|
-
|
|
1333
|
-
data:
|
|
1334
|
-
item:
|
|
1335
|
-
model:
|
|
1325
|
+
}, ae({ _: 2 }, [
|
|
1326
|
+
A(Object.keys(p.$slots), (T) => ({
|
|
1327
|
+
name: T,
|
|
1328
|
+
fn: v((Y) => [
|
|
1329
|
+
f(p.$slots, T, {
|
|
1330
|
+
data: Y,
|
|
1331
|
+
item: w,
|
|
1332
|
+
model: c.value
|
|
1336
1333
|
})
|
|
1337
1334
|
])
|
|
1338
1335
|
}))
|
|
@@ -1343,25 +1340,25 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1343
1340
|
])), 128);
|
|
1344
1341
|
};
|
|
1345
1342
|
}
|
|
1346
|
-
},
|
|
1347
|
-
const
|
|
1348
|
-
for (const [
|
|
1349
|
-
e
|
|
1350
|
-
return
|
|
1351
|
-
},
|
|
1343
|
+
}, Ue = (m, c) => {
|
|
1344
|
+
const t = m.__vccOpts || m;
|
|
1345
|
+
for (const [e, n] of c)
|
|
1346
|
+
t[e] = n;
|
|
1347
|
+
return t;
|
|
1348
|
+
}, At = {
|
|
1352
1349
|
key: 0,
|
|
1353
1350
|
class: "outer"
|
|
1354
|
-
},
|
|
1351
|
+
}, Bt = { class: "inner" }, It = {
|
|
1355
1352
|
__name: "g-query",
|
|
1356
1353
|
props: {
|
|
1357
1354
|
modelValue: { required: !0 },
|
|
1358
1355
|
modelModifiers: {}
|
|
1359
1356
|
},
|
|
1360
|
-
emits: /* @__PURE__ */
|
|
1361
|
-
setup(
|
|
1362
|
-
const
|
|
1363
|
-
let
|
|
1364
|
-
const
|
|
1357
|
+
emits: /* @__PURE__ */ Te(["query", "reset"], ["update:modelValue"]),
|
|
1358
|
+
setup(m, { emit: c }) {
|
|
1359
|
+
const t = qe(m, "modelValue"), e = c, n = Je("options"), p = ye(!1);
|
|
1360
|
+
let $ = Object.fromEntries(Object.entries(t.value).filter((_) => _[1].search).map(([_, F]) => [_, F.value]));
|
|
1361
|
+
const N = ye($), w = {
|
|
1365
1362
|
hidden: !1,
|
|
1366
1363
|
type: "hidden",
|
|
1367
1364
|
labelWidth: 100,
|
|
@@ -1378,7 +1375,7 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1378
1375
|
type: "primary",
|
|
1379
1376
|
label: "更多",
|
|
1380
1377
|
click: () => {
|
|
1381
|
-
|
|
1378
|
+
p.value = !p.value;
|
|
1382
1379
|
}
|
|
1383
1380
|
},
|
|
1384
1381
|
reset: {
|
|
@@ -1387,7 +1384,7 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1387
1384
|
hidden: !1,
|
|
1388
1385
|
plain: !1,
|
|
1389
1386
|
click: () => {
|
|
1390
|
-
|
|
1387
|
+
N.value = ye($), e("reset", N.value);
|
|
1391
1388
|
}
|
|
1392
1389
|
},
|
|
1393
1390
|
query: {
|
|
@@ -1395,7 +1392,7 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1395
1392
|
type: "primary",
|
|
1396
1393
|
label: "查询",
|
|
1397
1394
|
click: () => {
|
|
1398
|
-
|
|
1395
|
+
e("query", N.value), p.value = !1;
|
|
1399
1396
|
}
|
|
1400
1397
|
},
|
|
1401
1398
|
btns: {
|
|
@@ -1407,8 +1404,8 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1407
1404
|
}
|
|
1408
1405
|
}
|
|
1409
1406
|
};
|
|
1410
|
-
|
|
1411
|
-
const
|
|
1407
|
+
t.value.query = $e(w, n == null ? void 0 : n.query, t.value.query);
|
|
1408
|
+
const g = {
|
|
1412
1409
|
2: {
|
|
1413
1410
|
title: "更多查询",
|
|
1414
1411
|
showClose: !1,
|
|
@@ -1425,195 +1422,195 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1425
1422
|
trigger: "click"
|
|
1426
1423
|
}
|
|
1427
1424
|
};
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1425
|
+
t.value.query.more.dialog = $e(
|
|
1426
|
+
g[t.value.query.more.mode] || {},
|
|
1427
|
+
t.value.query.more.dialog
|
|
1431
1428
|
);
|
|
1432
|
-
const
|
|
1429
|
+
const T = {
|
|
1433
1430
|
type: "hidden",
|
|
1434
1431
|
labelPosition: "right",
|
|
1435
1432
|
style: {
|
|
1436
1433
|
width: "280px"
|
|
1437
1434
|
}
|
|
1438
1435
|
};
|
|
1439
|
-
|
|
1440
|
-
const
|
|
1441
|
-
const
|
|
1442
|
-
model:
|
|
1436
|
+
t.value.queryItems = $e(T, n == null ? void 0 : n.queryItems, t.value.queryItems);
|
|
1437
|
+
const Y = (_, F) => {
|
|
1438
|
+
const re = Object.keys(_.slots).filter((ue) => ue !== "default").reduce((ue, fe) => (ue[fe] = (me) => _.slots[fe]({
|
|
1439
|
+
model: t.value
|
|
1443
1440
|
// 传递当前模型数据
|
|
1444
|
-
}),
|
|
1445
|
-
return ke(
|
|
1446
|
-
modelValue:
|
|
1447
|
-
"onUpdate:modelValue": (
|
|
1448
|
-
info:
|
|
1449
|
-
"onUpdate:info": (
|
|
1450
|
-
more:
|
|
1451
|
-
},
|
|
1452
|
-
},
|
|
1453
|
-
var
|
|
1454
|
-
const
|
|
1441
|
+
}), ue), {});
|
|
1442
|
+
return ke(at, {
|
|
1443
|
+
modelValue: t.value,
|
|
1444
|
+
"onUpdate:modelValue": (ue) => t.value = ue,
|
|
1445
|
+
info: N.value,
|
|
1446
|
+
"onUpdate:info": (ue) => N.value = ue,
|
|
1447
|
+
more: F
|
|
1448
|
+
}, re);
|
|
1449
|
+
}, q = nt(), y = () => {
|
|
1450
|
+
var re, ue, fe, me, d, x, ee, D, ne;
|
|
1451
|
+
const _ = [
|
|
1455
1452
|
{
|
|
1456
1453
|
key: "query",
|
|
1457
|
-
hidden: (
|
|
1458
|
-
component:
|
|
1454
|
+
hidden: (fe = (ue = (re = t.value) == null ? void 0 : re.query) == null ? void 0 : ue.query) == null ? void 0 : fe.hidden,
|
|
1455
|
+
component: be,
|
|
1459
1456
|
props: {
|
|
1460
|
-
...
|
|
1461
|
-
onClick:
|
|
1457
|
+
...t.value.query.query,
|
|
1458
|
+
onClick: t.value.query.query.click
|
|
1462
1459
|
},
|
|
1463
|
-
label:
|
|
1464
|
-
sort:
|
|
1460
|
+
label: t.value.query.query.label,
|
|
1461
|
+
sort: t.value.query.query.sort || 0
|
|
1465
1462
|
},
|
|
1466
1463
|
{
|
|
1467
1464
|
key: "reset",
|
|
1468
|
-
hidden: (
|
|
1469
|
-
component:
|
|
1465
|
+
hidden: (x = (d = (me = t.value) == null ? void 0 : me.query) == null ? void 0 : d.reset) == null ? void 0 : x.hidden,
|
|
1466
|
+
component: be,
|
|
1470
1467
|
props: {
|
|
1471
|
-
...
|
|
1472
|
-
onClick:
|
|
1468
|
+
...t.value.query.reset,
|
|
1469
|
+
onClick: t.value.query.reset.click
|
|
1473
1470
|
},
|
|
1474
|
-
label:
|
|
1475
|
-
sort:
|
|
1471
|
+
label: t.value.query.reset.label,
|
|
1472
|
+
sort: t.value.query.reset.sort || 0
|
|
1476
1473
|
},
|
|
1477
1474
|
{
|
|
1478
1475
|
key: "more",
|
|
1479
|
-
hidden: (
|
|
1480
|
-
component:
|
|
1481
|
-
props:
|
|
1482
|
-
...
|
|
1483
|
-
onClick:
|
|
1476
|
+
hidden: (ne = (D = (ee = t.value) == null ? void 0 : ee.query) == null ? void 0 : D.more) == null ? void 0 : ne.hidden,
|
|
1477
|
+
component: t.value.query.more.mode === 3 ? We : be,
|
|
1478
|
+
props: t.value.query.more.mode === 3 ? { ...t.value.query.more.dialog } : {
|
|
1479
|
+
...t.value.query.more,
|
|
1480
|
+
onClick: t.value.query.more.click
|
|
1484
1481
|
},
|
|
1485
|
-
label:
|
|
1486
|
-
sort:
|
|
1487
|
-
content:
|
|
1482
|
+
label: t.value.query.more.label,
|
|
1483
|
+
sort: t.value.query.more.sort || 0,
|
|
1484
|
+
content: t.value.query.more.mode === 3 ? () => ke(Ne, {
|
|
1488
1485
|
class: "query-form",
|
|
1489
|
-
...
|
|
1490
|
-
}, () =>
|
|
1486
|
+
..._e(t.value.query, (R) => !["query", "more", "reset"].includes(R))
|
|
1487
|
+
}, () => Y({ slots: q }, !0)) : null
|
|
1491
1488
|
}
|
|
1492
1489
|
];
|
|
1493
|
-
return
|
|
1494
|
-
reference: () => ke(
|
|
1495
|
-
default:
|
|
1496
|
-
}) : (
|
|
1490
|
+
return _.sort((R, P) => R.sort - P.sort), _.filter((R) => !R.hidden).map((R) => R.key === "more" && R.component === We ? ke(We, R.props, {
|
|
1491
|
+
reference: () => ke(be, t.value.query.more, () => R.label),
|
|
1492
|
+
default: R.content
|
|
1493
|
+
}) : (R.props.slot = "query-" + R.key, R.label ? ke(R.component, R.props, () => R.label) : ke(R.component, R.props)));
|
|
1497
1494
|
};
|
|
1498
|
-
return (
|
|
1499
|
-
var
|
|
1500
|
-
const
|
|
1501
|
-
return
|
|
1495
|
+
return (_, F) => {
|
|
1496
|
+
var fe, me, d, x, ee, D, ne, R, P, K, le, ge, O, u, r, V, b;
|
|
1497
|
+
const re = j("el-form-item"), ue = j("el-drawer");
|
|
1498
|
+
return i(), I("div", {
|
|
1502
1499
|
class: "g-query-container",
|
|
1503
|
-
style: Me((
|
|
1500
|
+
style: Me((me = (fe = t.value.query) == null ? void 0 : fe.container) == null ? void 0 : me.style)
|
|
1504
1501
|
}, [
|
|
1505
|
-
|
|
1506
|
-
default:
|
|
1507
|
-
var
|
|
1502
|
+
J(o(Ne), Be(Ge(o(_e)(t.value.query, (E) => !["query", "more", "reset", "btns"].includes(E)))), {
|
|
1503
|
+
default: v(() => {
|
|
1504
|
+
var E, k;
|
|
1508
1505
|
return [
|
|
1509
|
-
(
|
|
1510
|
-
((
|
|
1511
|
-
default:
|
|
1512
|
-
var
|
|
1506
|
+
(i(), C(De(Y({ slots: _.$slots }, void 0)))),
|
|
1507
|
+
((k = (E = t.value.query) == null ? void 0 : E.container) == null ? void 0 : k.inline) === !0 ? (i(), C(re, { key: 0 }, {
|
|
1508
|
+
default: v(() => {
|
|
1509
|
+
var U, H, oe, s, z;
|
|
1513
1510
|
return [
|
|
1514
|
-
|
|
1515
|
-
style: Me((
|
|
1511
|
+
Q("div", {
|
|
1512
|
+
style: Me((H = (U = t.value.query) == null ? void 0 : U.btns) == null ? void 0 : H.style)
|
|
1516
1513
|
}, [
|
|
1517
|
-
|
|
1518
|
-
default:
|
|
1519
|
-
(
|
|
1520
|
-
(
|
|
1514
|
+
t.value.query.group ? (i(), C(o(Le), { key: 0 }, {
|
|
1515
|
+
default: v(() => [
|
|
1516
|
+
(i(!0), I(G, null, A(y(), (W) => f(_.$slots, W.props.slot, {}, () => [
|
|
1517
|
+
(i(), C(De(W)))
|
|
1521
1518
|
], !0)), 256)),
|
|
1522
|
-
|
|
1519
|
+
f(_.$slots, "q-btns", {}, void 0, !0)
|
|
1523
1520
|
]),
|
|
1524
1521
|
_: 3
|
|
1525
|
-
})) : (
|
|
1526
|
-
(
|
|
1527
|
-
default:
|
|
1528
|
-
(
|
|
1529
|
-
(
|
|
1522
|
+
})) : (i(), I(G, { key: 1 }, [
|
|
1523
|
+
(z = (s = (oe = t.value) == null ? void 0 : oe.query) == null ? void 0 : s.btns) != null && z.group ? (i(), C(o(Le), { key: 0 }, {
|
|
1524
|
+
default: v(() => [
|
|
1525
|
+
(i(!0), I(G, null, A(y(), (W) => f(_.$slots, W.props.slot, {}, () => [
|
|
1526
|
+
(i(), C(De(W)))
|
|
1530
1527
|
], !0)), 256))
|
|
1531
1528
|
]),
|
|
1532
1529
|
_: 3
|
|
1533
|
-
})) : (
|
|
1534
|
-
(
|
|
1530
|
+
})) : (i(!0), I(G, { key: 1 }, A(y(), (W) => f(_.$slots, W.props.slot, {}, () => [
|
|
1531
|
+
(i(), C(De(W)))
|
|
1535
1532
|
], !0)), 256)),
|
|
1536
|
-
|
|
1533
|
+
f(_.$slots, "q-btns", {}, void 0, !0)
|
|
1537
1534
|
], 64))
|
|
1538
1535
|
], 4)
|
|
1539
1536
|
];
|
|
1540
1537
|
}),
|
|
1541
1538
|
_: 3
|
|
1542
|
-
})) :
|
|
1539
|
+
})) : pe("", !0)
|
|
1543
1540
|
];
|
|
1544
1541
|
}),
|
|
1545
1542
|
_: 3
|
|
1546
1543
|
}, 16),
|
|
1547
|
-
((
|
|
1544
|
+
((ee = (x = (d = t.value) == null ? void 0 : d.query) == null ? void 0 : x.container) == null ? void 0 : ee.inline) === !1 ? (i(), I("div", {
|
|
1548
1545
|
key: 0,
|
|
1549
|
-
style: Me((
|
|
1546
|
+
style: Me((ne = (D = t.value.query) == null ? void 0 : D.btns) == null ? void 0 : ne.style)
|
|
1550
1547
|
}, [
|
|
1551
|
-
|
|
1552
|
-
default:
|
|
1553
|
-
(
|
|
1554
|
-
(
|
|
1548
|
+
t.value.query.group ? (i(), C(o(Le), { key: 0 }, {
|
|
1549
|
+
default: v(() => [
|
|
1550
|
+
(i(!0), I(G, null, A(y(), (E) => f(_.$slots, E.props.slot, {}, () => [
|
|
1551
|
+
(i(), C(De(E)))
|
|
1555
1552
|
], !0)), 256)),
|
|
1556
|
-
|
|
1553
|
+
f(_.$slots, "q-btns", {}, void 0, !0)
|
|
1557
1554
|
]),
|
|
1558
1555
|
_: 3
|
|
1559
|
-
})) : (
|
|
1560
|
-
(
|
|
1561
|
-
default:
|
|
1562
|
-
(
|
|
1563
|
-
(
|
|
1556
|
+
})) : (i(), I(G, { key: 1 }, [
|
|
1557
|
+
(P = (R = t.value.query) == null ? void 0 : R.btns) != null && P.group ? (i(), C(o(Le), { key: 0 }, {
|
|
1558
|
+
default: v(() => [
|
|
1559
|
+
(i(!0), I(G, null, A(y(), (E) => f(_.$slots, E.props.slot, {}, () => [
|
|
1560
|
+
(i(), C(De(E)))
|
|
1564
1561
|
], !0)), 256))
|
|
1565
1562
|
]),
|
|
1566
1563
|
_: 3
|
|
1567
|
-
})) : (
|
|
1568
|
-
(
|
|
1564
|
+
})) : (i(!0), I(G, { key: 1 }, A(y(), (E) => f(_.$slots, E.props.slot, {}, () => [
|
|
1565
|
+
(i(), C(De(E)))
|
|
1569
1566
|
], !0)), 256)),
|
|
1570
|
-
|
|
1567
|
+
f(_.$slots, "q-btns", {}, void 0, !0)
|
|
1571
1568
|
], 64))
|
|
1572
|
-
], 4)) :
|
|
1573
|
-
|
|
1569
|
+
], 4)) : pe("", !0),
|
|
1570
|
+
J($t, {
|
|
1574
1571
|
duration: 300,
|
|
1575
1572
|
name: "nested"
|
|
1576
1573
|
}, {
|
|
1577
|
-
default:
|
|
1578
|
-
var
|
|
1574
|
+
default: v(() => {
|
|
1575
|
+
var E, k, U;
|
|
1579
1576
|
return [
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
default:
|
|
1584
|
-
(
|
|
1577
|
+
p.value && !((U = (k = (E = t.value) == null ? void 0 : E.query) == null ? void 0 : k.more) != null && U.hidden) && t.value.query.more.mode == 1 ? (i(), I("div", At, [
|
|
1578
|
+
Q("div", Bt, [
|
|
1579
|
+
t.value.query.more.mode == 1 ? st((i(), C(o(Ne), Be(M({ key: 0 }, o(_e)(t.value.query, (H) => !["query", "more", "reset"].includes(H)))), {
|
|
1580
|
+
default: v(() => [
|
|
1581
|
+
(i(), C(De(Y({ slots: _.$slots }, !0))))
|
|
1585
1582
|
]),
|
|
1586
1583
|
_: 1
|
|
1587
1584
|
}, 16)), [
|
|
1588
|
-
[
|
|
1589
|
-
]) :
|
|
1585
|
+
[it, p.value]
|
|
1586
|
+
]) : pe("", !0)
|
|
1590
1587
|
])
|
|
1591
|
-
])) :
|
|
1588
|
+
])) : pe("", !0)
|
|
1592
1589
|
];
|
|
1593
1590
|
}),
|
|
1594
1591
|
_: 1
|
|
1595
1592
|
}),
|
|
1596
|
-
|
|
1593
|
+
p.value && !((ge = (le = (K = t.value) == null ? void 0 : K.query) == null ? void 0 : le.more) != null && ge.hidden) && t.value.query.more.mode == 2 ? (i(), C(ue, M({
|
|
1597
1594
|
key: 1,
|
|
1598
|
-
modelValue:
|
|
1599
|
-
"onUpdate:modelValue":
|
|
1595
|
+
modelValue: p.value,
|
|
1596
|
+
"onUpdate:modelValue": F[4] || (F[4] = (E) => p.value = E),
|
|
1600
1597
|
title: "更多查询",
|
|
1601
1598
|
"show-close": !1
|
|
1602
|
-
},
|
|
1603
|
-
default:
|
|
1604
|
-
|
|
1605
|
-
default:
|
|
1606
|
-
|
|
1607
|
-
modelValue:
|
|
1608
|
-
"onUpdate:modelValue":
|
|
1609
|
-
info:
|
|
1610
|
-
"onUpdate:info":
|
|
1599
|
+
}, t.value.query.more.dialog), ae({
|
|
1600
|
+
default: v(() => [
|
|
1601
|
+
J(o(Ne), M(o(_e)(t.value.query, (E) => !["query", "more", "reset"].includes(E)), { style: { width: "98%" } }), {
|
|
1602
|
+
default: v(() => [
|
|
1603
|
+
J(at, {
|
|
1604
|
+
modelValue: t.value,
|
|
1605
|
+
"onUpdate:modelValue": F[0] || (F[0] = (E) => t.value = E),
|
|
1606
|
+
info: N.value,
|
|
1607
|
+
"onUpdate:info": F[1] || (F[1] = (E) => N.value = E),
|
|
1611
1608
|
more: !0
|
|
1612
|
-
},
|
|
1613
|
-
|
|
1614
|
-
name:
|
|
1615
|
-
fn:
|
|
1616
|
-
|
|
1609
|
+
}, ae({ _: 2 }, [
|
|
1610
|
+
A(_.$slots, (E, k, U) => ({
|
|
1611
|
+
name: k,
|
|
1612
|
+
fn: v((H) => [
|
|
1613
|
+
f(_.$slots, k, { model: t.value }, void 0, !0)
|
|
1617
1614
|
])
|
|
1618
1615
|
}))
|
|
1619
1616
|
]), 1032, ["modelValue", "info"])
|
|
@@ -1623,23 +1620,23 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1623
1620
|
]),
|
|
1624
1621
|
_: 2
|
|
1625
1622
|
}, [
|
|
1626
|
-
(
|
|
1623
|
+
(b = (V = (r = (u = (O = t.value) == null ? void 0 : O.query) == null ? void 0 : u.more) == null ? void 0 : r.dialog) == null ? void 0 : V.footer) != null && b.hidden ? void 0 : {
|
|
1627
1624
|
name: "footer",
|
|
1628
|
-
fn:
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
onClick:
|
|
1625
|
+
fn: v(() => [
|
|
1626
|
+
Q("div", Be(Ge(t.value.query.more.dialog.footer)), [
|
|
1627
|
+
J(o(be), M(t.value.query.query, {
|
|
1628
|
+
onClick: F[2] || (F[2] = (E) => t.value.query.query.click())
|
|
1632
1629
|
}), {
|
|
1633
|
-
default:
|
|
1634
|
-
|
|
1630
|
+
default: v(() => [
|
|
1631
|
+
Ee(ve(t.value.query.query.label), 1)
|
|
1635
1632
|
]),
|
|
1636
1633
|
_: 1
|
|
1637
1634
|
}, 16),
|
|
1638
|
-
|
|
1639
|
-
onClick:
|
|
1635
|
+
J(o(be), M(t.value.query.reset, {
|
|
1636
|
+
onClick: F[3] || (F[3] = (E) => t.value.query.reset.click())
|
|
1640
1637
|
}), {
|
|
1641
|
-
default:
|
|
1642
|
-
|
|
1638
|
+
default: v(() => [
|
|
1639
|
+
Ee(ve(t.value.query.reset.label), 1)
|
|
1643
1640
|
]),
|
|
1644
1641
|
_: 1
|
|
1645
1642
|
}, 16)
|
|
@@ -1647,105 +1644,105 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1647
1644
|
]),
|
|
1648
1645
|
key: "0"
|
|
1649
1646
|
}
|
|
1650
|
-
]), 1040, ["modelValue"])) :
|
|
1647
|
+
]), 1040, ["modelValue"])) : pe("", !0)
|
|
1651
1648
|
], 4);
|
|
1652
1649
|
};
|
|
1653
1650
|
}
|
|
1654
|
-
}, Ut = /* @__PURE__ */
|
|
1651
|
+
}, Ut = /* @__PURE__ */ Ue(It, [["__scopeId", "data-v-561bb961"]]), Rt = { style: { padding: "0", margin: "0", "box-sizing": "border-box" } }, jt = { style: { padding: "10px", "box-sizing": "border-box" } }, Nt = { style: { margin: "10px" } }, Lt = {
|
|
1655
1652
|
style: { display: "flex", "flex-wrap": "wrap" },
|
|
1656
1653
|
id: "excelSortEl"
|
|
1657
|
-
},
|
|
1654
|
+
}, Pt = ["textContent"], zt = { style: { width: "100%", display: "flex", padding: "10px", "box-sizing": "border-box", "justify-content": "center", "border-top": "1px solid #dcdfe6" } }, Ht = {
|
|
1658
1655
|
__name: "check-excel-item",
|
|
1659
1656
|
props: {
|
|
1660
1657
|
items: Array,
|
|
1661
1658
|
commitText: String
|
|
1662
1659
|
},
|
|
1663
1660
|
emits: ["excel"],
|
|
1664
|
-
setup(
|
|
1665
|
-
const
|
|
1666
|
-
n.value.forEach((
|
|
1667
|
-
|
|
1661
|
+
setup(m, { emit: c }) {
|
|
1662
|
+
const t = m, e = c, n = ye(t.items), p = () => {
|
|
1663
|
+
n.value.forEach((w) => {
|
|
1664
|
+
w.value = !0;
|
|
1668
1665
|
});
|
|
1669
|
-
},
|
|
1670
|
-
n.value.forEach((
|
|
1671
|
-
|
|
1666
|
+
}, $ = () => {
|
|
1667
|
+
n.value.forEach((w) => {
|
|
1668
|
+
w.value = !1;
|
|
1672
1669
|
});
|
|
1673
|
-
},
|
|
1674
|
-
|
|
1675
|
-
if (!
|
|
1670
|
+
}, N = () => {
|
|
1671
|
+
e("excel", n.value, (w, g = "excel.xls") => {
|
|
1672
|
+
if (!w) {
|
|
1676
1673
|
console.error("下载链接无效");
|
|
1677
1674
|
return;
|
|
1678
1675
|
}
|
|
1679
1676
|
try {
|
|
1680
|
-
const
|
|
1681
|
-
|
|
1682
|
-
} catch (
|
|
1683
|
-
console.error("下载文件时出现错误:",
|
|
1677
|
+
const T = document.createElement("a");
|
|
1678
|
+
T.href = w, T.download = g, T.style.display = "none", document.body.appendChild(T), T.click(), document.body.removeChild(T);
|
|
1679
|
+
} catch (T) {
|
|
1680
|
+
console.error("下载文件时出现错误:", T);
|
|
1684
1681
|
}
|
|
1685
1682
|
});
|
|
1686
1683
|
};
|
|
1687
|
-
return
|
|
1688
|
-
const
|
|
1684
|
+
return Ie(() => {
|
|
1685
|
+
const w = new ct(document.getElementById("excelSortEl"), {
|
|
1689
1686
|
animation: 150,
|
|
1690
1687
|
onEnd: () => {
|
|
1691
|
-
let
|
|
1692
|
-
console.log(
|
|
1688
|
+
let T = w.toArray();
|
|
1689
|
+
console.log(T);
|
|
1693
1690
|
}
|
|
1694
|
-
}),
|
|
1695
|
-
|
|
1696
|
-
|
|
1691
|
+
}), g = w;
|
|
1692
|
+
Et(() => {
|
|
1693
|
+
g && g.destroy();
|
|
1697
1694
|
});
|
|
1698
|
-
}), (
|
|
1699
|
-
const
|
|
1700
|
-
return
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
onClick:
|
|
1695
|
+
}), (w, g) => {
|
|
1696
|
+
const T = j("el-divider"), Y = j("el-alert"), q = j("el-checkbox"), y = j("el-button");
|
|
1697
|
+
return i(), I("div", Rt, [
|
|
1698
|
+
Q("div", jt, [
|
|
1699
|
+
Q("div", Nt, [
|
|
1700
|
+
Q("a", {
|
|
1701
|
+
onClick: p,
|
|
1705
1702
|
style: { cursor: "pointer" }
|
|
1706
1703
|
}, "全选"),
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
onClick:
|
|
1704
|
+
J(T, { direction: "vertical" }),
|
|
1705
|
+
Q("a", {
|
|
1706
|
+
onClick: $,
|
|
1710
1707
|
style: { cursor: "pointer" }
|
|
1711
1708
|
}, "全不选")
|
|
1712
1709
|
]),
|
|
1713
|
-
|
|
1710
|
+
J(Y, {
|
|
1714
1711
|
title: "拖动列标题可以改变表格列的生成顺序 !",
|
|
1715
1712
|
type: "warning",
|
|
1716
1713
|
"show-icon": "",
|
|
1717
1714
|
closable: !1,
|
|
1718
1715
|
style: { "margin-bottom": "10px" }
|
|
1719
1716
|
}),
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
(
|
|
1717
|
+
g[0] || (g[0] = Q("div", { style: { margin: "1px 0" } }, null, -1)),
|
|
1718
|
+
Q("div", Lt, [
|
|
1719
|
+
(i(!0), I(G, null, A(n.value, (_) => (i(), C(q, {
|
|
1723
1720
|
class: "check-box-hover",
|
|
1724
1721
|
style: { width: "120px !important", height: "30px !important", border: "1px solid #dfe6ec", margin: "5px !important", "border-radius": "3px !important", "padding-left": "5px !important", display: "flex !important", "align-items": "center !important" },
|
|
1725
|
-
"data-id":
|
|
1726
|
-
modelValue:
|
|
1727
|
-
"onUpdate:modelValue": (
|
|
1728
|
-
key:
|
|
1729
|
-
title:
|
|
1722
|
+
"data-id": _.key,
|
|
1723
|
+
modelValue: _.value,
|
|
1724
|
+
"onUpdate:modelValue": (F) => _.value = F,
|
|
1725
|
+
key: _.key,
|
|
1726
|
+
title: _.label
|
|
1730
1727
|
}, {
|
|
1731
|
-
default:
|
|
1732
|
-
|
|
1733
|
-
textContent:
|
|
1728
|
+
default: v(() => [
|
|
1729
|
+
Q("span", {
|
|
1730
|
+
textContent: ve(_.label),
|
|
1734
1731
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
1735
|
-
}, null, 8,
|
|
1732
|
+
}, null, 8, Pt)
|
|
1736
1733
|
]),
|
|
1737
1734
|
_: 2
|
|
1738
1735
|
}, 1032, ["data-id", "modelValue", "onUpdate:modelValue", "title"]))), 128))
|
|
1739
1736
|
])
|
|
1740
1737
|
]),
|
|
1741
|
-
|
|
1742
|
-
|
|
1738
|
+
Q("div", zt, [
|
|
1739
|
+
J(y, {
|
|
1743
1740
|
type: "primary",
|
|
1744
|
-
onClick:
|
|
1745
|
-
disabled: n.value.filter((
|
|
1741
|
+
onClick: N,
|
|
1742
|
+
disabled: n.value.filter((_) => _.value).length < 1
|
|
1746
1743
|
}, {
|
|
1747
|
-
default:
|
|
1748
|
-
|
|
1744
|
+
default: v(() => [
|
|
1745
|
+
Ee(ve(t.commitText), 1)
|
|
1749
1746
|
]),
|
|
1750
1747
|
_: 1
|
|
1751
1748
|
}, 8, ["disabled"])
|
|
@@ -1753,46 +1750,46 @@ const Pe = /* @__PURE__ */ Tt(qt), Mt = {
|
|
|
1753
1750
|
]);
|
|
1754
1751
|
};
|
|
1755
1752
|
}
|
|
1756
|
-
},
|
|
1753
|
+
}, Wt = /* @__PURE__ */ Ue(Ht, [["__scopeId", "data-v-51dfb7ef"]]), Ce = new Dt("gyc");
|
|
1757
1754
|
Ce.version(1).stores({
|
|
1758
1755
|
tableInfo: "++id,[user+page+key],user,page,key,showCol,width,sort",
|
|
1759
1756
|
tableList: "++id,name"
|
|
1760
1757
|
});
|
|
1761
|
-
async function
|
|
1762
|
-
if (await Ce.tableInfo.where({ user:
|
|
1763
|
-
let
|
|
1764
|
-
return await Ce.tableInfo.put({ ...
|
|
1758
|
+
async function Ae(m, c, t, e = {}) {
|
|
1759
|
+
if (await Ce.tableInfo.where({ user: m, page: c, key: t }).count() > 0) {
|
|
1760
|
+
let p = await Ce.tableInfo.where({ user: m, page: c, key: t }).first();
|
|
1761
|
+
return await Ce.tableInfo.put({ ...p, ...e }), "update success";
|
|
1765
1762
|
} else {
|
|
1766
|
-
let
|
|
1767
|
-
return await Ce.tableInfo.add({ user:
|
|
1763
|
+
let p = { showCol: !0, width: "auto", sort: 0, ...e };
|
|
1764
|
+
return await Ce.tableInfo.add({ user: m, page: c, key: t, ...p }), "add success";
|
|
1768
1765
|
}
|
|
1769
1766
|
}
|
|
1770
|
-
async function
|
|
1771
|
-
return await Ce.tableInfo.where({ user:
|
|
1767
|
+
async function Yt(m, c) {
|
|
1768
|
+
return await Ce.tableInfo.where({ user: m, page: c }).toArray();
|
|
1772
1769
|
}
|
|
1773
|
-
async function
|
|
1770
|
+
async function Gt(m, c) {
|
|
1774
1771
|
try {
|
|
1775
|
-
const
|
|
1776
|
-
return console.log("删除了" +
|
|
1777
|
-
} catch (
|
|
1778
|
-
throw console.error("删除表格项设置信息时出错:",
|
|
1772
|
+
const t = await Ce.tableInfo.where({ user: m, page: c }).delete();
|
|
1773
|
+
return console.log("删除了" + t + "条数据"), t;
|
|
1774
|
+
} catch (t) {
|
|
1775
|
+
throw console.error("删除表格项设置信息时出错:", t), t;
|
|
1779
1776
|
}
|
|
1780
1777
|
}
|
|
1781
|
-
async function
|
|
1782
|
-
return await Ce.tableList.where({ name:
|
|
1778
|
+
async function Kt(m) {
|
|
1779
|
+
return await Ce.tableList.where({ name: m }).first();
|
|
1783
1780
|
}
|
|
1784
|
-
async function Qt(
|
|
1785
|
-
return typeof
|
|
1781
|
+
async function Qt(m) {
|
|
1782
|
+
return typeof m == "string" && (m = { name: m }), await Ce.tableList.add(m), "add success";
|
|
1786
1783
|
}
|
|
1787
1784
|
const Xt = {
|
|
1788
1785
|
style: { margin: "10px" },
|
|
1789
1786
|
class: "allcheck"
|
|
1790
|
-
},
|
|
1787
|
+
}, Jt = {
|
|
1791
1788
|
id: "cols",
|
|
1792
1789
|
style: { display: "flex", "flex-wrap": "wrap", margin: "0 !important", padding: "0 !important" }
|
|
1793
|
-
},
|
|
1790
|
+
}, Zt = ["textContent"], el = {
|
|
1794
1791
|
__name: "columns-setting",
|
|
1795
|
-
props: /* @__PURE__ */
|
|
1792
|
+
props: /* @__PURE__ */ Te({
|
|
1796
1793
|
name: {
|
|
1797
1794
|
type: String,
|
|
1798
1795
|
required: !0
|
|
@@ -1802,35 +1799,35 @@ const Xt = {
|
|
|
1802
1799
|
modelModifiers: {}
|
|
1803
1800
|
}),
|
|
1804
1801
|
emits: ["update:modelValue"],
|
|
1805
|
-
setup(
|
|
1806
|
-
const
|
|
1807
|
-
|
|
1802
|
+
setup(m) {
|
|
1803
|
+
const c = m, t = ye([]), e = qe(m, "modelValue"), n = async (g, T) => {
|
|
1804
|
+
g ? e.value[T].showCol = !0 : e.value[T].showCol = !1;
|
|
1808
1805
|
try {
|
|
1809
|
-
const
|
|
1810
|
-
console.log(
|
|
1811
|
-
} catch (
|
|
1812
|
-
console.error("列显示状态保存信息时出错:",
|
|
1806
|
+
const Y = await Ae(e.value.table.user, c.name, T, { showCol: g });
|
|
1807
|
+
console.log(Y);
|
|
1808
|
+
} catch (Y) {
|
|
1809
|
+
console.error("列显示状态保存信息时出错:", Y), we({
|
|
1813
1810
|
type: "error",
|
|
1814
1811
|
message: "列显示状态保存信息失败!"
|
|
1815
1812
|
});
|
|
1816
1813
|
}
|
|
1817
|
-
},
|
|
1818
|
-
const
|
|
1819
|
-
if (
|
|
1820
|
-
let
|
|
1814
|
+
}, p = () => {
|
|
1815
|
+
const g = document.getElementById("cols");
|
|
1816
|
+
if (g) {
|
|
1817
|
+
let T = ct.create(g, {
|
|
1821
1818
|
animation: 150,
|
|
1822
1819
|
filter: ".filtered",
|
|
1823
1820
|
//
|
|
1824
1821
|
sort: !0,
|
|
1825
1822
|
onEnd: () => {
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
let
|
|
1823
|
+
T.toArray().forEach(async (q, y) => {
|
|
1824
|
+
e.value[q].sort = y;
|
|
1825
|
+
let _ = e.value[q].width || "auto";
|
|
1829
1826
|
try {
|
|
1830
|
-
const
|
|
1831
|
-
console.log(
|
|
1832
|
-
} catch (
|
|
1833
|
-
console.error("列排序和宽度保存信息时出错:",
|
|
1827
|
+
const F = await Ae(e.value.table.user, c.name, q, { sort: y, width: _ });
|
|
1828
|
+
console.log(F);
|
|
1829
|
+
} catch (F) {
|
|
1830
|
+
console.error("列排序和宽度保存信息时出错:", F), we({
|
|
1834
1831
|
type: "error",
|
|
1835
1832
|
message: "列排序和宽度保存信息失败!"
|
|
1836
1833
|
});
|
|
@@ -1839,102 +1836,102 @@ const Xt = {
|
|
|
1839
1836
|
}
|
|
1840
1837
|
});
|
|
1841
1838
|
}
|
|
1842
|
-
},
|
|
1839
|
+
}, $ = async () => {
|
|
1843
1840
|
try {
|
|
1844
|
-
for (const
|
|
1845
|
-
|
|
1846
|
-
const
|
|
1841
|
+
for (const g of t.value) {
|
|
1842
|
+
g.showCol = !0, e.value[g.value].showCol = !0;
|
|
1843
|
+
const T = await Ae(e.value.table.user, c.name, g.value, {
|
|
1847
1844
|
showCol: !0,
|
|
1848
|
-
width:
|
|
1849
|
-
sort:
|
|
1845
|
+
width: g.width,
|
|
1846
|
+
sort: g.sort
|
|
1850
1847
|
});
|
|
1851
|
-
console.log(
|
|
1848
|
+
console.log(T);
|
|
1852
1849
|
}
|
|
1853
|
-
} catch (
|
|
1854
|
-
console.error("全选列保存信息时出错:",
|
|
1850
|
+
} catch (g) {
|
|
1851
|
+
console.error("全选列保存信息时出错:", g), we({
|
|
1855
1852
|
type: "error",
|
|
1856
1853
|
message: "全选列保存信息失败!"
|
|
1857
1854
|
});
|
|
1858
1855
|
}
|
|
1859
|
-
},
|
|
1856
|
+
}, N = async () => {
|
|
1860
1857
|
try {
|
|
1861
|
-
const
|
|
1862
|
-
for (const
|
|
1863
|
-
|
|
1864
|
-
const
|
|
1858
|
+
const g = t.value.filter((T) => !T.alwaysShow);
|
|
1859
|
+
for (const T of g) {
|
|
1860
|
+
T.showCol = !1, e.value[T.value].showCol = !1;
|
|
1861
|
+
const Y = await Ae(e.value.table.user, c.name, T.value, {
|
|
1865
1862
|
showCol: !1,
|
|
1866
|
-
width:
|
|
1867
|
-
sort:
|
|
1863
|
+
width: T.width,
|
|
1864
|
+
sort: T.sort
|
|
1868
1865
|
});
|
|
1869
|
-
console.log(
|
|
1866
|
+
console.log(Y);
|
|
1870
1867
|
}
|
|
1871
|
-
} catch (
|
|
1872
|
-
console.error("清除列保存信息时出错:",
|
|
1868
|
+
} catch (g) {
|
|
1869
|
+
console.error("清除列保存信息时出错:", g), we({
|
|
1873
1870
|
type: "error",
|
|
1874
1871
|
message: "清除列保存信息失败!"
|
|
1875
1872
|
});
|
|
1876
1873
|
}
|
|
1877
|
-
},
|
|
1878
|
-
|
|
1874
|
+
}, w = () => {
|
|
1875
|
+
ut.confirm("确定要复位吗?", "提示", {
|
|
1879
1876
|
confirmButtonText: "确定",
|
|
1880
1877
|
cancelButtonText: "取消",
|
|
1881
1878
|
type: "warning"
|
|
1882
1879
|
}).then(() => {
|
|
1883
|
-
|
|
1884
|
-
console.log(
|
|
1885
|
-
}).catch((
|
|
1886
|
-
console.error("复位操作出错:",
|
|
1880
|
+
Gt(e.value.table.user, c.name).then((g) => {
|
|
1881
|
+
console.log(g), window.location.reload();
|
|
1882
|
+
}).catch((g) => {
|
|
1883
|
+
console.error("复位操作出错:", g), we({
|
|
1887
1884
|
type: "info",
|
|
1888
1885
|
message: "复位失败!"
|
|
1889
1886
|
});
|
|
1890
1887
|
});
|
|
1891
1888
|
});
|
|
1892
1889
|
};
|
|
1893
|
-
return
|
|
1894
|
-
|
|
1895
|
-
label:
|
|
1896
|
-
value:
|
|
1897
|
-
alwaysShow:
|
|
1898
|
-
showCol:
|
|
1899
|
-
sort:
|
|
1900
|
-
width:
|
|
1901
|
-
})).sort((
|
|
1902
|
-
}), (
|
|
1903
|
-
const
|
|
1904
|
-
return
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1890
|
+
return Ie(async () => {
|
|
1891
|
+
t.value = Object.entries(e.value).filter(([, g]) => g.visible !== !1).filter(([, g]) => g.type != "hidden").map(([g, T]) => ({
|
|
1892
|
+
label: T.label,
|
|
1893
|
+
value: g,
|
|
1894
|
+
alwaysShow: T.alwaysShow,
|
|
1895
|
+
showCol: T.showCol !== !1,
|
|
1896
|
+
sort: T.sort || 0,
|
|
1897
|
+
width: T.width || "auto"
|
|
1898
|
+
})).sort((g, T) => g.sort - T.sort), p();
|
|
1899
|
+
}), (g, T) => {
|
|
1900
|
+
const Y = j("el-divider"), q = j("el-alert"), y = j("el-checkbox");
|
|
1901
|
+
return i(), I("div", null, [
|
|
1902
|
+
Q("div", Xt, [
|
|
1903
|
+
Q("a", { onClick: $ }, "全选"),
|
|
1904
|
+
J(Y, { direction: "vertical" }),
|
|
1905
|
+
Q("a", { onClick: N }, "全不选"),
|
|
1906
|
+
J(Y, { direction: "vertical" }),
|
|
1907
|
+
Q("a", { onClick: w }, "复位")
|
|
1911
1908
|
]),
|
|
1912
|
-
|
|
1909
|
+
J(q, {
|
|
1913
1910
|
title: "拖动表格列标题可以改变表格列显示顺序 !",
|
|
1914
1911
|
type: "warning",
|
|
1915
1912
|
"show-icon": "",
|
|
1916
1913
|
closable: !1,
|
|
1917
1914
|
style: { "margin-bottom": "10px" }
|
|
1918
1915
|
}),
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
(
|
|
1922
|
-
modelValue:
|
|
1923
|
-
"onUpdate:modelValue": (
|
|
1924
|
-
"data-id":
|
|
1925
|
-
class: dt(["check-box-hover",
|
|
1926
|
-
onChange: (
|
|
1916
|
+
Q("div", null, [
|
|
1917
|
+
Q("div", Jt, [
|
|
1918
|
+
(i(!0), I(G, null, A(t.value, (_) => (i(), C(y, {
|
|
1919
|
+
modelValue: _.showCol,
|
|
1920
|
+
"onUpdate:modelValue": (F) => _.showCol = F,
|
|
1921
|
+
"data-id": _.value,
|
|
1922
|
+
class: dt(["check-box-hover", _.value == "control" ? "filtered" : ""]),
|
|
1923
|
+
onChange: (F) => n(F, _.value),
|
|
1927
1924
|
style: { width: "125px !important", height: "30px !important", border: "1px solid #dfe6ec", margin: "5px !important", "border-radius": "2px !important", "padding-left": "5px !important", display: "flex !important", "align-items": "center !important" },
|
|
1928
|
-
value:
|
|
1929
|
-
title:
|
|
1930
|
-
disabled:
|
|
1931
|
-
key:
|
|
1925
|
+
value: _.value,
|
|
1926
|
+
title: _.label,
|
|
1927
|
+
disabled: _.alwaysShow,
|
|
1928
|
+
key: _.value
|
|
1932
1929
|
}, {
|
|
1933
|
-
default:
|
|
1934
|
-
|
|
1935
|
-
textContent:
|
|
1930
|
+
default: v(() => [
|
|
1931
|
+
Q("span", {
|
|
1932
|
+
textContent: ve(_.label),
|
|
1936
1933
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
1937
|
-
}, null, 8,
|
|
1934
|
+
}, null, 8, Zt)
|
|
1938
1935
|
]),
|
|
1939
1936
|
_: 2
|
|
1940
1937
|
}, 1032, ["modelValue", "onUpdate:modelValue", "data-id", "class", "onChange", "value", "title", "disabled"]))), 128))
|
|
@@ -1943,28 +1940,28 @@ const Xt = {
|
|
|
1943
1940
|
]);
|
|
1944
1941
|
};
|
|
1945
1942
|
}
|
|
1946
|
-
},
|
|
1943
|
+
}, tl = /* @__PURE__ */ Ue(el, [["__scopeId", "data-v-c423ede0"]]), ll = { class: "g-table-container" }, ol = {
|
|
1947
1944
|
key: 0,
|
|
1948
1945
|
class: "table-query-container"
|
|
1949
|
-
},
|
|
1946
|
+
}, rl = { class: "table-container" }, al = ["innerHTML"], ul = ["src"], nl = { key: 0 }, sl = { style: { display: "flex", "margin-top": "-2px" } }, il = { style: { display: "flex", flex: "1" } }, dl = {
|
|
1950
1947
|
style: { display: "flex", "justify-content": "center", width: "100%", height: "100%" },
|
|
1951
1948
|
id: "table-form"
|
|
1952
|
-
},
|
|
1949
|
+
}, cl = { key: 1 }, fl = { style: { display: "flex" } }, ml = { style: { display: "flex", flex: "1" } }, pl = /* @__PURE__ */ Object.assign({
|
|
1953
1950
|
name: "g-table",
|
|
1954
1951
|
inheritAttrs: !1
|
|
1955
1952
|
}, {
|
|
1956
1953
|
__name: "g-table",
|
|
1957
|
-
props: /* @__PURE__ */
|
|
1954
|
+
props: /* @__PURE__ */ Te({
|
|
1958
1955
|
name: String,
|
|
1959
1956
|
require: !0
|
|
1960
1957
|
}, {
|
|
1961
1958
|
modelValue: { required: !0 },
|
|
1962
1959
|
modelModifiers: {}
|
|
1963
1960
|
}),
|
|
1964
|
-
emits: /* @__PURE__ */
|
|
1965
|
-
setup(
|
|
1966
|
-
var
|
|
1967
|
-
const
|
|
1961
|
+
emits: /* @__PURE__ */ Te(["load", "open", "delete", "submit", "reset", "download"], ["update:modelValue"]),
|
|
1962
|
+
setup(m, { emit: c }) {
|
|
1963
|
+
var k, U, H, oe, s, z, W;
|
|
1964
|
+
const t = c, e = qe(m, "modelValue"), n = Je("options"), p = ye({}), $ = ye(!1), N = ["type", "index", "label", "column-key", "prop", "width", "min-width", "fixed", "render-header", "sortable", "sort-method", "sort-by", "sort-orders", "resizable", "formatter", "show-overflow-tooltip", "align", "header-align", "class-name", "label-class-name", "selectable", "reserve-selection", "filters", "filter-placement", "filter-class-name", "filter-multiple", "filter-method", "filtered-value"], w = ye([]), g = m, T = {
|
|
1968
1965
|
data: [],
|
|
1969
1966
|
border: !0,
|
|
1970
1967
|
stripe: !0,
|
|
@@ -1972,29 +1969,29 @@ const Xt = {
|
|
|
1972
1969
|
fit: !1,
|
|
1973
1970
|
type: "hidden",
|
|
1974
1971
|
load: () => {
|
|
1975
|
-
let { currentPage: l, pageSize: a } =
|
|
1972
|
+
let { currentPage: l, pageSize: a } = e.value.table.page;
|
|
1976
1973
|
try {
|
|
1977
|
-
|
|
1978
|
-
if (!Array.isArray(
|
|
1979
|
-
console.error("从 load 事件回调中接收到的数据不是数组格式。"),
|
|
1974
|
+
t("load", { currentPage: l, pageSize: a, ...p.value }, (h, B) => {
|
|
1975
|
+
if (!Array.isArray(h)) {
|
|
1976
|
+
console.error("从 load 事件回调中接收到的数据不是数组格式。"), we.error("数据加载失败,请检查数据格式。");
|
|
1980
1977
|
return;
|
|
1981
1978
|
}
|
|
1982
|
-
if (typeof
|
|
1983
|
-
console.error("从 load 事件回调中接收到的 total 不是数字格式。"),
|
|
1979
|
+
if (typeof B != "number") {
|
|
1980
|
+
console.error("从 load 事件回调中接收到的 total 不是数字格式。"), we.error("数据加载失败,请检查数据格式。");
|
|
1984
1981
|
return;
|
|
1985
1982
|
}
|
|
1986
|
-
|
|
1983
|
+
e.value.table.data = h, e.value.table.page.total = B, E();
|
|
1987
1984
|
});
|
|
1988
|
-
} catch (
|
|
1989
|
-
console.error("触发 load 事件时出现错误:",
|
|
1985
|
+
} catch (h) {
|
|
1986
|
+
console.error("触发 load 事件时出现错误:", h), we.error("数据加载时出现错误,请稍后重试。");
|
|
1990
1987
|
}
|
|
1991
1988
|
},
|
|
1992
|
-
onHeaderDragend: (l, a,
|
|
1993
|
-
var
|
|
1994
|
-
|
|
1989
|
+
onHeaderDragend: (l, a, h) => {
|
|
1990
|
+
var B;
|
|
1991
|
+
Ae((B = e.value.table) == null ? void 0 : B.user, g.name, h.property, { width: l });
|
|
1995
1992
|
},
|
|
1996
|
-
onRowDblclick: (l, a,
|
|
1997
|
-
|
|
1993
|
+
onRowDblclick: (l, a, h) => {
|
|
1994
|
+
e.value.table.dblclickType == "edit" ? x(l, a, h, e) : e.value.table.dblclickType == "view" && D(l, a, h, e);
|
|
1998
1995
|
},
|
|
1999
1996
|
style: { "min-height": "100px", backgroundColor: "var(--el-bg-color)" },
|
|
2000
1997
|
page: {
|
|
@@ -2013,17 +2010,17 @@ const Xt = {
|
|
|
2013
2010
|
},
|
|
2014
2011
|
dblclickType: "edit"
|
|
2015
2012
|
};
|
|
2016
|
-
|
|
2017
|
-
|
|
2013
|
+
e.value.table = $e(
|
|
2014
|
+
T,
|
|
2018
2015
|
n == null ? void 0 : n.table,
|
|
2019
|
-
|
|
2016
|
+
e.value.table
|
|
2020
2017
|
);
|
|
2021
|
-
const
|
|
2018
|
+
const Y = {
|
|
2022
2019
|
type: "control",
|
|
2023
2020
|
label: "操作",
|
|
2024
2021
|
width: 250,
|
|
2025
2022
|
fixed: "right",
|
|
2026
|
-
style: { ...(
|
|
2023
|
+
style: { ...(U = (k = e.value) == null ? void 0 : k.control) == null ? void 0 : U.style },
|
|
2027
2024
|
add: {
|
|
2028
2025
|
label: "新增",
|
|
2029
2026
|
text: !1,
|
|
@@ -2036,20 +2033,20 @@ const Xt = {
|
|
|
2036
2033
|
text: !0,
|
|
2037
2034
|
type: "success",
|
|
2038
2035
|
mode: "dialog",
|
|
2039
|
-
auth: (l, a,
|
|
2036
|
+
auth: (l, a, h) => !1
|
|
2040
2037
|
},
|
|
2041
2038
|
edit: {
|
|
2042
2039
|
label: "编辑",
|
|
2043
2040
|
text: !0,
|
|
2044
2041
|
type: "primary",
|
|
2045
2042
|
mode: "dialog",
|
|
2046
|
-
auth: (l, a,
|
|
2043
|
+
auth: (l, a, h) => !0
|
|
2047
2044
|
},
|
|
2048
2045
|
delete: {
|
|
2049
2046
|
text: !0,
|
|
2050
2047
|
label: "删除",
|
|
2051
2048
|
type: "danger",
|
|
2052
|
-
auth: (l, a,
|
|
2049
|
+
auth: (l, a, h) => !0,
|
|
2053
2050
|
dialog: {
|
|
2054
2051
|
message: "此操作将永久删除该文件, 是否继续?",
|
|
2055
2052
|
title: "提示",
|
|
@@ -2072,46 +2069,46 @@ const Xt = {
|
|
|
2072
2069
|
auth: () => !0
|
|
2073
2070
|
}
|
|
2074
2071
|
};
|
|
2075
|
-
|
|
2076
|
-
|
|
2072
|
+
e.value.control = $e(
|
|
2073
|
+
Y,
|
|
2077
2074
|
n == null ? void 0 : n.control,
|
|
2078
|
-
(
|
|
2075
|
+
(H = e.value) == null ? void 0 : H.control
|
|
2079
2076
|
);
|
|
2080
|
-
const
|
|
2077
|
+
const q = {
|
|
2081
2078
|
type: "hidden",
|
|
2082
2079
|
minWidth: 120,
|
|
2083
2080
|
align: "center",
|
|
2084
|
-
formatter: (l, a,
|
|
2081
|
+
formatter: (l, a, h, B) => h
|
|
2085
2082
|
};
|
|
2086
|
-
|
|
2087
|
-
|
|
2083
|
+
e.value.tableColumns = $e(
|
|
2084
|
+
q,
|
|
2088
2085
|
n == null ? void 0 : n.tableColumns,
|
|
2089
|
-
(
|
|
2086
|
+
(oe = e.value) == null ? void 0 : oe.tableColumns
|
|
2090
2087
|
);
|
|
2091
|
-
const
|
|
2088
|
+
const y = {
|
|
2092
2089
|
type: "hidden",
|
|
2093
2090
|
disabled: void 0,
|
|
2094
2091
|
footer: { hidden: !1 },
|
|
2095
2092
|
modalState: void 0
|
|
2096
2093
|
};
|
|
2097
|
-
|
|
2098
|
-
|
|
2094
|
+
e.value.form = $e(
|
|
2095
|
+
y,
|
|
2099
2096
|
n == null ? void 0 : n.form,
|
|
2100
|
-
(
|
|
2097
|
+
(s = e.value) == null ? void 0 : s.form
|
|
2101
2098
|
);
|
|
2102
|
-
const
|
|
2099
|
+
const _ = {
|
|
2103
2100
|
type: "hidden",
|
|
2104
2101
|
labelPosition: "right",
|
|
2105
2102
|
style: {
|
|
2106
2103
|
width: "100%"
|
|
2107
2104
|
}
|
|
2108
2105
|
};
|
|
2109
|
-
|
|
2110
|
-
|
|
2106
|
+
e.value.formItems = $e(
|
|
2107
|
+
_,
|
|
2111
2108
|
n == null ? void 0 : n.formItems,
|
|
2112
|
-
(
|
|
2109
|
+
(z = e == null ? void 0 : e.value) == null ? void 0 : z.formItems
|
|
2113
2110
|
);
|
|
2114
|
-
const
|
|
2111
|
+
const F = {
|
|
2115
2112
|
title: "编辑",
|
|
2116
2113
|
mode: "drawer",
|
|
2117
2114
|
type: "hidden",
|
|
@@ -2119,246 +2116,246 @@ const Xt = {
|
|
|
2119
2116
|
size: 700,
|
|
2120
2117
|
fullScreen: !1
|
|
2121
2118
|
};
|
|
2122
|
-
|
|
2123
|
-
|
|
2119
|
+
e.value.dialog = $e(
|
|
2120
|
+
F,
|
|
2124
2121
|
n == null ? void 0 : n.dialog,
|
|
2125
|
-
(
|
|
2122
|
+
(W = e.value) == null ? void 0 : W.dialog
|
|
2126
2123
|
);
|
|
2127
|
-
const
|
|
2128
|
-
let
|
|
2129
|
-
if (l.decimals && !isNaN(a) && (typeof l.decimals == "number" ?
|
|
2130
|
-
const
|
|
2124
|
+
const re = Object.fromEntries(Object.entries(_e(e.value, (l, a) => a.type != "control" && a.editor !== !1 && a.type != "hidden")).map(([l, a]) => [l, a.value])), ue = (l, a) => {
|
|
2125
|
+
let h = a;
|
|
2126
|
+
if (l.decimals && !isNaN(a) && (typeof l.decimals == "number" ? h = parseFloat(h).toFixed(l.decimals) : typeof l.decimals == "object" && l.decimals.num && (l.decimals.pad ? h = parseFloat(h).toFixed(l.decimals.num) : h = parseFloat(parseFloat(h).toFixed(l.decimals.num)).toString())), ["date", "datetime", "time", "time-select"].includes(l.type) && Ye(a).isValid()) {
|
|
2127
|
+
const X = {
|
|
2131
2128
|
date: "YYYY-MM-DD",
|
|
2132
2129
|
datetime: "YYYY-MM-DD HH:mm:ss",
|
|
2133
2130
|
time: "HH:mm:ss"
|
|
2134
2131
|
};
|
|
2135
|
-
|
|
2132
|
+
h = l.format ? Ye(h).format(l.format) : Ye(h).format(X[l.type]);
|
|
2136
2133
|
}
|
|
2137
|
-
return l.type === "money" && (l.align = l.align || "right", l.width = l.width || 130,
|
|
2138
|
-
},
|
|
2139
|
-
|
|
2140
|
-
},
|
|
2141
|
-
console.log(l),
|
|
2142
|
-
},
|
|
2134
|
+
return l.type === "money" && (l.align = l.align || "right", l.width = l.width || 130, h = `<span title="${Xe(parseFloat(h))}">${kl(parseFloat(h))}</span>`), l.prefix && h && (h = `<span>${l.prefix}${h}</span>`), l.suffix && h && (h = `${h}<span>${l.suffix}</span>`), h;
|
|
2135
|
+
}, fe = (l) => {
|
|
2136
|
+
p.value = l.value;
|
|
2137
|
+
}, me = (l) => {
|
|
2138
|
+
console.log(l), p.value = l, e.value.table.load();
|
|
2139
|
+
}, d = (l) => {
|
|
2143
2140
|
var a;
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
}),
|
|
2147
|
-
},
|
|
2148
|
-
var
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
}),
|
|
2152
|
-
},
|
|
2153
|
-
var
|
|
2154
|
-
if ((
|
|
2155
|
-
|
|
2141
|
+
e.value.form.modalState = "add", (a = e.value.control.add) != null && a.click ? e.value.control.add.click(l) : (e.value.form.disabled = !1, e.value.dialog.mode = e.value.control.add.mode, e.value.dialog.title = e.value.control.add.label, Object.keys(re).forEach((h) => {
|
|
2142
|
+
e.value[h] && (e.value[h].value = re[h]);
|
|
2143
|
+
}), $.value = !0, t("open", l, "add"));
|
|
2144
|
+
}, x = (l, a, h, B) => {
|
|
2145
|
+
var X;
|
|
2146
|
+
e.value.form.modalState = "edit", (X = e.value.control.edit) != null && X.click ? e.value.control.edit.click(l, a, h, B) : (e.value.form.disabled = !1, e.value.dialog.mode = e.value.control.edit.mode, e.value.dialog.title = e.value.control.edit.label, Object.keys(l).forEach((te) => {
|
|
2147
|
+
e.value[te] && (e.value[te].value = l[te]);
|
|
2148
|
+
}), $.value = !0, t("open", B, "edit", l, a, h));
|
|
2149
|
+
}, ee = (l, a, h, B) => {
|
|
2150
|
+
var X;
|
|
2151
|
+
if ((X = e.value.control.delete) != null && X.click)
|
|
2152
|
+
e.value.control.delete.click(l, a, h, B);
|
|
2156
2153
|
else {
|
|
2157
|
-
let { message:
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2154
|
+
let { message: te, title: he, options: Ve } = e.value.control.delete.dialog;
|
|
2155
|
+
ut.confirm(te, he, Ve).then(() => {
|
|
2156
|
+
t("delete", { row: l, column: a, $index: h }, (Re) => {
|
|
2157
|
+
Re && (e.value.table.data.splice(h, 1), e.value.table.page.total--);
|
|
2161
2158
|
});
|
|
2162
2159
|
}).catch(() => {
|
|
2163
2160
|
});
|
|
2164
2161
|
}
|
|
2165
|
-
},
|
|
2166
|
-
var
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
}),
|
|
2170
|
-
},
|
|
2171
|
-
|
|
2172
|
-
|
|
2162
|
+
}, D = (l, a, h, B) => {
|
|
2163
|
+
var X;
|
|
2164
|
+
e.value.form.modalState = void 0, (X = e.value.control.view) != null && X.click ? e.value.control.view.click(l, a, h, B) : (e.value.form.disabled = !0, e.value.dialog.mode = e.value.control.view.mode, e.value.dialog.title = e.value.control.view.label, Object.keys(l).forEach((te) => {
|
|
2165
|
+
e.value[te] && (e.value[te].value = l[te]);
|
|
2166
|
+
}), $.value = !0, t("open", B, "view", l, a, h));
|
|
2167
|
+
}, ne = (l, a) => {
|
|
2168
|
+
t("submit", e.value.form.modalState, l, a, (h) => {
|
|
2169
|
+
h && ($.value = !1, a.table.load());
|
|
2173
2170
|
});
|
|
2174
|
-
},
|
|
2175
|
-
|
|
2176
|
-
},
|
|
2177
|
-
var
|
|
2178
|
-
if ((
|
|
2171
|
+
}, R = (l) => {
|
|
2172
|
+
t("reset", l);
|
|
2173
|
+
}, P = (l, a) => {
|
|
2174
|
+
var h;
|
|
2175
|
+
if ((h = l.control.download) != null && h.click)
|
|
2179
2176
|
l.control.download.click(l, a);
|
|
2180
2177
|
else {
|
|
2181
|
-
let
|
|
2178
|
+
let B = Qe({
|
|
2182
2179
|
title: l.control.download.label,
|
|
2183
2180
|
size: 480,
|
|
2184
2181
|
width: 600,
|
|
2185
2182
|
slots: {
|
|
2186
|
-
default: () => ke(
|
|
2183
|
+
default: () => ke(Wt, {
|
|
2187
2184
|
items: a,
|
|
2188
2185
|
commitText: l.control.download.excelLabel,
|
|
2189
|
-
onExcel: (
|
|
2190
|
-
|
|
2186
|
+
onExcel: (X, te) => {
|
|
2187
|
+
t("download", X, te), B();
|
|
2191
2188
|
}
|
|
2192
2189
|
})
|
|
2193
2190
|
}
|
|
2194
2191
|
}, l.control.download.mode);
|
|
2195
2192
|
}
|
|
2196
|
-
},
|
|
2193
|
+
}, K = (l) => {
|
|
2197
2194
|
var a;
|
|
2198
2195
|
(a = l.control.setting) != null && a.click ? l.control.setting.click(l) : Qe({
|
|
2199
2196
|
title: l.control.setting.label,
|
|
2200
2197
|
size: 470,
|
|
2201
2198
|
width: 600,
|
|
2202
2199
|
slots: {
|
|
2203
|
-
default: () => ke(
|
|
2200
|
+
default: () => ke(tl, {
|
|
2204
2201
|
modelValue: l,
|
|
2205
|
-
name:
|
|
2202
|
+
name: g.name
|
|
2206
2203
|
})
|
|
2207
2204
|
}
|
|
2208
2205
|
}, l.control.setting.mode);
|
|
2209
|
-
},
|
|
2210
|
-
{ type: "add", func:
|
|
2211
|
-
{ type: "download", func:
|
|
2212
|
-
{ type: "setting", func:
|
|
2213
|
-
{ type: "view", func:
|
|
2214
|
-
{ type: "edit", func:
|
|
2215
|
-
{ type: "delete", func:
|
|
2216
|
-
],
|
|
2217
|
-
var
|
|
2206
|
+
}, le = e.value.control, ge = [
|
|
2207
|
+
{ type: "add", func: d },
|
|
2208
|
+
{ type: "download", func: P },
|
|
2209
|
+
{ type: "setting", func: K },
|
|
2210
|
+
{ type: "view", func: D },
|
|
2211
|
+
{ type: "edit", func: x },
|
|
2212
|
+
{ type: "delete", func: ee }
|
|
2213
|
+
], O = (l) => ge.filter((a) => l.includes(a.type)).map(({ type: a, func: h }) => {
|
|
2214
|
+
var B, X, te;
|
|
2218
2215
|
return {
|
|
2219
2216
|
name: `control-${a}`,
|
|
2220
|
-
attr:
|
|
2221
|
-
func:
|
|
2222
|
-
label: (
|
|
2223
|
-
sort: ((
|
|
2224
|
-
groupName: ((
|
|
2217
|
+
attr: le == null ? void 0 : le[a],
|
|
2218
|
+
func: h,
|
|
2219
|
+
label: (B = le == null ? void 0 : le[a]) == null ? void 0 : B.label,
|
|
2220
|
+
sort: ((X = le == null ? void 0 : le[a]) == null ? void 0 : X.sort) || 0,
|
|
2221
|
+
groupName: ((te = le == null ? void 0 : le[a]) == null ? void 0 : te.groupName) || "default"
|
|
2225
2222
|
};
|
|
2226
|
-
}).sort((a,
|
|
2227
|
-
const
|
|
2228
|
-
return a[
|
|
2229
|
-
}, {}),
|
|
2230
|
-
Object.entries(
|
|
2231
|
-
)),
|
|
2232
|
-
const
|
|
2233
|
-
for (const
|
|
2234
|
-
if (
|
|
2235
|
-
if (
|
|
2236
|
-
const
|
|
2237
|
-
if (
|
|
2223
|
+
}).sort((a, h) => a.sort - h.sort), u = (l) => O(l).reduce((a, h) => {
|
|
2224
|
+
const B = h.groupName || "default";
|
|
2225
|
+
return a[B] || (a[B] = []), a[B].push(h), a;
|
|
2226
|
+
}, {}), r = Oe(() => Object.fromEntries(
|
|
2227
|
+
Object.entries(e.value).filter(([l, a]) => a.type !== "hidden").filter(([l, a]) => a.visible !== !1).filter(([l, a]) => a.showCol !== !1).map(([l, a]) => (a.sort = typeof a.sort == "number" ? a.sort : 0, [l, a])).sort((l, a) => l[1].sort - a[1].sort)
|
|
2228
|
+
)), V = ye({}), b = (l, a) => {
|
|
2229
|
+
const h = (B, X) => {
|
|
2230
|
+
for (const te of B) {
|
|
2231
|
+
if (te.value == X) return te.label;
|
|
2232
|
+
if (te.children) {
|
|
2233
|
+
const he = h(te.children, X);
|
|
2234
|
+
if (he) return he;
|
|
2238
2235
|
}
|
|
2239
2236
|
}
|
|
2240
2237
|
return null;
|
|
2241
2238
|
};
|
|
2242
2239
|
if (l.getDicts) {
|
|
2243
|
-
const
|
|
2244
|
-
return
|
|
2245
|
-
|
|
2240
|
+
const B = a.toString();
|
|
2241
|
+
return V.value[B] ? (l.options = V.value[B], l.formatter || (l.formatter = (X, te, he, Ve) => l.options && h(l.options, he) || he), Promise.resolve()) : l.getDicts(e.value.table.data, e.value).then((X) => {
|
|
2242
|
+
V.value[B] = X, l.options = X, l.formatter || (l.formatter = (te, he, Ve, Re) => l.options && h(l.options, Ve) || Ve);
|
|
2246
2243
|
});
|
|
2247
2244
|
}
|
|
2248
2245
|
return Promise.resolve();
|
|
2249
|
-
},
|
|
2246
|
+
}, E = () => {
|
|
2250
2247
|
const l = [];
|
|
2251
|
-
Object.keys(
|
|
2252
|
-
if (
|
|
2253
|
-
const
|
|
2254
|
-
|
|
2255
|
-
var
|
|
2256
|
-
if (
|
|
2257
|
-
const
|
|
2258
|
-
|
|
2248
|
+
Object.keys(e.value).forEach((a) => {
|
|
2249
|
+
if (e.value[a].getDicts) {
|
|
2250
|
+
const h = b(e.value[a], a).then(() => {
|
|
2251
|
+
e.value.table.data.forEach((B) => {
|
|
2252
|
+
var X;
|
|
2253
|
+
if (e.value[a].getDicts && ((X = e.value[a]) == null ? void 0 : X.forceString) !== !1) {
|
|
2254
|
+
const te = B[a];
|
|
2255
|
+
B[a] = te != null ? te.toString() : te;
|
|
2259
2256
|
}
|
|
2260
2257
|
});
|
|
2261
|
-
}).catch((
|
|
2262
|
-
console.error(`加载字典${a}出错:`,
|
|
2258
|
+
}).catch((B) => {
|
|
2259
|
+
console.error(`加载字典${a}出错:`, B);
|
|
2263
2260
|
});
|
|
2264
|
-
l.push(
|
|
2261
|
+
l.push(h);
|
|
2265
2262
|
}
|
|
2266
2263
|
}), Promise.all(l).catch((a) => {
|
|
2267
2264
|
console.error("字典加载过程中发生错误:", a);
|
|
2268
2265
|
});
|
|
2269
2266
|
};
|
|
2270
|
-
return
|
|
2271
|
-
|
|
2272
|
-
}),
|
|
2267
|
+
return wt(() => {
|
|
2268
|
+
e.value.table.load();
|
|
2269
|
+
}), Ie(async () => {
|
|
2273
2270
|
var l;
|
|
2274
|
-
if (
|
|
2275
|
-
|
|
2271
|
+
if (w.value = Object.values(e.value).filter((a) => a.type !== "hidden").filter((a) => a.type !== "control").filter((a) => a.visible !== !1).map((a) => ({ key: a.key || "", label: a.label, value: !0 })), !((l = e.value.table) != null && l.user)) {
|
|
2272
|
+
we.error("必须给使用此表格的用户一个名字!");
|
|
2276
2273
|
return;
|
|
2277
2274
|
}
|
|
2278
|
-
if (!
|
|
2279
|
-
|
|
2275
|
+
if (!g.name) {
|
|
2276
|
+
we.error("必须给表格一个唯一的name属性");
|
|
2280
2277
|
return;
|
|
2281
2278
|
}
|
|
2282
2279
|
try {
|
|
2283
|
-
let a = await
|
|
2280
|
+
let a = await Kt(g.name);
|
|
2284
2281
|
if (a) {
|
|
2285
|
-
if (
|
|
2286
|
-
|
|
2282
|
+
if (g.name !== a.name) {
|
|
2283
|
+
we.error("此表格已经存在,请换一个名字!");
|
|
2287
2284
|
return;
|
|
2288
2285
|
}
|
|
2289
2286
|
} else
|
|
2290
|
-
await Qt({ name:
|
|
2287
|
+
await Qt({ name: g.name });
|
|
2291
2288
|
} catch (a) {
|
|
2292
|
-
console.error("检查表格名称时出现错误:", a),
|
|
2289
|
+
console.error("检查表格名称时出现错误:", a), we.error("检查表格名称时出现错误,请稍后重试。");
|
|
2293
2290
|
}
|
|
2294
2291
|
try {
|
|
2295
|
-
const a = await
|
|
2296
|
-
a && a.forEach((
|
|
2297
|
-
|
|
2292
|
+
const a = await Yt(e.value.table.user, g.name);
|
|
2293
|
+
a && a.forEach((h) => {
|
|
2294
|
+
e.value[h.key] && (e.value[h.key].width = h.width, e.value[h.key].showCol = h.showCol, e.value[h.key].sort = h.sort);
|
|
2298
2295
|
});
|
|
2299
2296
|
} catch (a) {
|
|
2300
2297
|
console.error("Error fetching table column settings:", a);
|
|
2301
2298
|
}
|
|
2302
2299
|
}), (l, a) => {
|
|
2303
|
-
var
|
|
2304
|
-
const
|
|
2305
|
-
return
|
|
2306
|
-
|
|
2307
|
-
((
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
modelValue:
|
|
2311
|
-
"onUpdate:modelValue": a[0] || (a[0] = (
|
|
2312
|
-
onQuery:
|
|
2313
|
-
onReset:
|
|
2314
|
-
},
|
|
2315
|
-
"q-btns":
|
|
2316
|
-
|
|
2317
|
-
(
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2300
|
+
var Ze, et, tt, lt, ot;
|
|
2301
|
+
const h = j("el-button-group"), B = j("el-table-column"), X = j("el-table"), te = j("el-pagination"), he = j("el-icon"), Ve = j("el-dialog"), Re = j("el-drawer");
|
|
2302
|
+
return i(), I(G, null, [
|
|
2303
|
+
Q("div", ll, [
|
|
2304
|
+
((et = (Ze = e.value) == null ? void 0 : Ze.query) == null ? void 0 : et.hidden) != !0 ? (i(), I("div", ol, [
|
|
2305
|
+
f(l.$slots, "query", {}, () => [
|
|
2306
|
+
J(Ut, {
|
|
2307
|
+
modelValue: e.value,
|
|
2308
|
+
"onUpdate:modelValue": a[0] || (a[0] = (L) => e.value = L),
|
|
2309
|
+
onQuery: me,
|
|
2310
|
+
onReset: fe
|
|
2311
|
+
}, ae({
|
|
2312
|
+
"q-btns": v(() => [
|
|
2313
|
+
f(l.$slots, "q-btns", {}, () => [
|
|
2314
|
+
(i(!0), I(G, null, A(u(["add", "download", "setting"]), (L, se) => (i(), I(G, null, [
|
|
2315
|
+
se == "default" ? (i(!0), I(G, { key: 0 }, A(L, (S) => (i(), I(G, null, [
|
|
2316
|
+
f(l.$slots, S.name + "-left", {}, void 0, !0),
|
|
2317
|
+
S.attr.auth() ? f(l.$slots, S.name, { key: 0 }, () => [
|
|
2318
|
+
S.label ? (i(), C(o(be), M({
|
|
2322
2319
|
key: 0,
|
|
2323
2320
|
ref_for: !0
|
|
2324
|
-
},
|
|
2325
|
-
onClick: (
|
|
2321
|
+
}, S.attr, {
|
|
2322
|
+
onClick: (Z) => S.func(e.value, w.value)
|
|
2326
2323
|
}), {
|
|
2327
|
-
default:
|
|
2328
|
-
|
|
2324
|
+
default: v(() => [
|
|
2325
|
+
Ee(ve(S.label), 1)
|
|
2329
2326
|
]),
|
|
2330
2327
|
_: 2
|
|
2331
|
-
}, 1040, ["onClick"])) : (
|
|
2328
|
+
}, 1040, ["onClick"])) : (i(), C(o(be), M({
|
|
2332
2329
|
key: 1,
|
|
2333
2330
|
ref_for: !0
|
|
2334
|
-
},
|
|
2335
|
-
onClick: (
|
|
2331
|
+
}, S.attr, {
|
|
2332
|
+
onClick: (Z) => S.func(e.value, w.value)
|
|
2336
2333
|
}), null, 16, ["onClick"]))
|
|
2337
|
-
], !0) :
|
|
2338
|
-
|
|
2339
|
-
], 64))), 256)) : (
|
|
2340
|
-
default:
|
|
2341
|
-
(
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2334
|
+
], !0) : pe("", !0),
|
|
2335
|
+
f(l.$slots, S.name + "-right", {}, void 0, !0)
|
|
2336
|
+
], 64))), 256)) : (i(), C(h, { key: 1 }, {
|
|
2337
|
+
default: v(() => [
|
|
2338
|
+
(i(!0), I(G, null, A(L, (S) => (i(), I(G, null, [
|
|
2339
|
+
f(l.$slots, S.name + "-left", {}, void 0, !0),
|
|
2340
|
+
S.attr.auth() ? f(l.$slots, S.name, { key: 0 }, () => [
|
|
2341
|
+
S.label ? (i(), C(o(be), M({
|
|
2345
2342
|
key: 0,
|
|
2346
2343
|
ref_for: !0
|
|
2347
|
-
},
|
|
2348
|
-
onClick: (
|
|
2344
|
+
}, S.attr, {
|
|
2345
|
+
onClick: (Z) => S.func(e.value, w.value)
|
|
2349
2346
|
}), {
|
|
2350
|
-
default:
|
|
2351
|
-
|
|
2347
|
+
default: v(() => [
|
|
2348
|
+
Ee(ve(S.label), 1)
|
|
2352
2349
|
]),
|
|
2353
2350
|
_: 2
|
|
2354
|
-
}, 1040, ["onClick"])) : (
|
|
2351
|
+
}, 1040, ["onClick"])) : (i(), C(o(be), M({
|
|
2355
2352
|
key: 1,
|
|
2356
2353
|
ref_for: !0
|
|
2357
|
-
},
|
|
2358
|
-
onClick: (
|
|
2354
|
+
}, S.attr, {
|
|
2355
|
+
onClick: (Z) => S.func(e.value, w.value)
|
|
2359
2356
|
}), null, 16, ["onClick"]))
|
|
2360
|
-
], !0) :
|
|
2361
|
-
|
|
2357
|
+
], !0) : pe("", !0),
|
|
2358
|
+
f(l.$slots, S.name + "-right", {}, void 0, !0)
|
|
2362
2359
|
], 64))), 256))
|
|
2363
2360
|
]),
|
|
2364
2361
|
_: 2
|
|
@@ -2368,168 +2365,197 @@ const Xt = {
|
|
|
2368
2365
|
]),
|
|
2369
2366
|
_: 2
|
|
2370
2367
|
}, [
|
|
2371
|
-
|
|
2372
|
-
name:
|
|
2373
|
-
fn:
|
|
2374
|
-
|
|
2368
|
+
A(l.$slots, (L, se, S) => ({
|
|
2369
|
+
name: se,
|
|
2370
|
+
fn: v((Z) => [
|
|
2371
|
+
f(l.$slots, se, { model: e.value }, void 0, !0)
|
|
2375
2372
|
])
|
|
2376
2373
|
}))
|
|
2377
2374
|
]), 1032, ["modelValue"])
|
|
2378
2375
|
], !0)
|
|
2379
|
-
])) :
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
append:
|
|
2383
|
-
|
|
2376
|
+
])) : pe("", !0),
|
|
2377
|
+
Q("div", rl, [
|
|
2378
|
+
J(X, Be(Ge({ ...l.$attrs, ...o(_e)(e.value.table, (L) => !["dblclickType", "page"].includes(L)) })), {
|
|
2379
|
+
append: v(() => [
|
|
2380
|
+
f(l.$slots, "append", {}, void 0, !0)
|
|
2384
2381
|
]),
|
|
2385
|
-
empty:
|
|
2386
|
-
|
|
2382
|
+
empty: v(() => [
|
|
2383
|
+
f(l.$slots, "empty", {}, void 0, !0)
|
|
2387
2384
|
]),
|
|
2388
|
-
default:
|
|
2389
|
-
|
|
2390
|
-
(
|
|
2391
|
-
prop:
|
|
2392
|
-
key:
|
|
2385
|
+
default: v(() => [
|
|
2386
|
+
f(l.$slots, "default", {}, () => [
|
|
2387
|
+
(i(!0), I(G, null, A(r.value, (L, se) => (i(), C(B, M({
|
|
2388
|
+
prop: se,
|
|
2389
|
+
key: se,
|
|
2393
2390
|
ref_for: !0
|
|
2394
|
-
}, { ...
|
|
2395
|
-
header:
|
|
2396
|
-
|
|
2397
|
-
column:
|
|
2398
|
-
$index:
|
|
2391
|
+
}, { ...e.value.tableColumns, ...o(_e)(L, (S) => N.includes(S)) }, { "header-align": "center" }), ae({
|
|
2392
|
+
header: v(({ column: S, $index: Z }) => [
|
|
2393
|
+
f(l.$slots, `${se}-header`, {
|
|
2394
|
+
column: S,
|
|
2395
|
+
$index: Z
|
|
2399
2396
|
}, void 0, !0)
|
|
2400
2397
|
]),
|
|
2401
|
-
"filter-icon":
|
|
2402
|
-
|
|
2398
|
+
"filter-icon": v((S) => [
|
|
2399
|
+
f(l.$slots, `${se}-filter-icon`, { data: S }, void 0, !0)
|
|
2403
2400
|
]),
|
|
2404
2401
|
_: 2
|
|
2405
2402
|
}, [
|
|
2406
|
-
|
|
2403
|
+
L.type != "selection" && L.type != "index" && L.type != "expand" ? {
|
|
2407
2404
|
name: "default",
|
|
2408
|
-
fn:
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2405
|
+
fn: v(({ row: S, column: Z, $index: de }) => [
|
|
2406
|
+
L.table ? f(l.$slots, `${se}`, {
|
|
2407
|
+
key: 0,
|
|
2408
|
+
row: S,
|
|
2409
|
+
column: Z,
|
|
2410
|
+
$index: de
|
|
2413
2411
|
}, () => [
|
|
2414
|
-
|
|
2415
|
-
|
|
2412
|
+
J(Fe, {
|
|
2413
|
+
modelValue: S[se],
|
|
2414
|
+
"onUpdate:modelValue": (Se) => S[se] = Se,
|
|
2415
|
+
item: L == null ? void 0 : L.table,
|
|
2416
|
+
ctrlKey: se,
|
|
2417
|
+
ctrlType: L.type,
|
|
2418
|
+
model: e.value,
|
|
2419
|
+
class: "g-ctrl-container",
|
|
2420
|
+
t: "t",
|
|
2421
|
+
formInfo: e.value.table.data
|
|
2422
|
+
}, ae({ _: 2 }, [
|
|
2423
|
+
A(l.$slots, (Se, xe) => ({
|
|
2424
|
+
name: xe,
|
|
2425
|
+
fn: v((je) => [
|
|
2426
|
+
f(l.$slots, xe, {
|
|
2427
|
+
data: je,
|
|
2428
|
+
item: L,
|
|
2429
|
+
model: e.value
|
|
2430
|
+
}, void 0, !0)
|
|
2431
|
+
])
|
|
2432
|
+
}))
|
|
2433
|
+
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model", "formInfo"])
|
|
2434
|
+
], !0) : f(l.$slots, `${se}`, {
|
|
2435
|
+
key: 1,
|
|
2436
|
+
row: S,
|
|
2437
|
+
column: Z,
|
|
2438
|
+
$index: de
|
|
2439
|
+
}, () => [
|
|
2440
|
+
Q("div", {
|
|
2441
|
+
innerHTML: ue(L, Z.formatter(S, Z, S[se], de))
|
|
2416
2442
|
}, null, 8, al)
|
|
2417
2443
|
], !0)
|
|
2418
2444
|
]),
|
|
2419
2445
|
key: "0"
|
|
2420
2446
|
} : void 0,
|
|
2421
|
-
|
|
2447
|
+
L.type === "image" ? {
|
|
2422
2448
|
name: "default",
|
|
2423
|
-
fn:
|
|
2424
|
-
|
|
2425
|
-
row:
|
|
2426
|
-
column:
|
|
2427
|
-
$index:
|
|
2449
|
+
fn: v(({ row: S, column: Z, $index: de }) => [
|
|
2450
|
+
f(l.$slots, `${se}`, {
|
|
2451
|
+
row: S,
|
|
2452
|
+
column: Z,
|
|
2453
|
+
$index: de
|
|
2428
2454
|
}, () => [
|
|
2429
|
-
|
|
2455
|
+
Q("img", M({
|
|
2430
2456
|
style: { width: "80px", height: "80px", "object-fit": "cover", "border-radius": "3px" },
|
|
2431
|
-
src:
|
|
2457
|
+
src: L.value,
|
|
2432
2458
|
ref_for: !0
|
|
2433
|
-
},
|
|
2459
|
+
}, L), null, 16, ul)
|
|
2434
2460
|
], !0)
|
|
2435
2461
|
]),
|
|
2436
2462
|
key: "1"
|
|
2437
2463
|
} : void 0,
|
|
2438
|
-
|
|
2464
|
+
L.type == "control" ? {
|
|
2439
2465
|
name: "default",
|
|
2440
|
-
fn:
|
|
2441
|
-
var
|
|
2466
|
+
fn: v(({ row: S, column: Z, $index: de }) => {
|
|
2467
|
+
var Se, xe;
|
|
2442
2468
|
return [
|
|
2443
|
-
|
|
2444
|
-
class: dt(["control", (
|
|
2445
|
-
style: Me((
|
|
2469
|
+
Q("div", {
|
|
2470
|
+
class: dt(["control", (Se = e.value.control) == null ? void 0 : Se.class]),
|
|
2471
|
+
style: Me((xe = e.value.control) == null ? void 0 : xe.style)
|
|
2446
2472
|
}, [
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
row:
|
|
2450
|
-
column:
|
|
2451
|
-
$index:
|
|
2473
|
+
f(l.$slots, "control", {}, () => [
|
|
2474
|
+
f(l.$slots, "control-left", {
|
|
2475
|
+
row: S,
|
|
2476
|
+
column: Z,
|
|
2477
|
+
$index: de
|
|
2452
2478
|
}, void 0, !0),
|
|
2453
|
-
(
|
|
2454
|
-
vt == "default" ? (
|
|
2455
|
-
|
|
2456
|
-
row:
|
|
2457
|
-
column:
|
|
2458
|
-
$index:
|
|
2479
|
+
(i(!0), I(G, null, A(u(["view", "edit", "delete"]), (je, vt) => (i(), I(G, null, [
|
|
2480
|
+
vt == "default" ? (i(!0), I(G, { key: 0 }, A(je, (ce) => (i(), I(G, null, [
|
|
2481
|
+
f(l.$slots, ce.name + "-left", {
|
|
2482
|
+
row: S,
|
|
2483
|
+
column: Z,
|
|
2484
|
+
$index: de
|
|
2459
2485
|
}, void 0, !0),
|
|
2460
|
-
|
|
2486
|
+
ce.attr.auth(S, Z, de) ? f(l.$slots, ce.name, {
|
|
2461
2487
|
key: 0,
|
|
2462
|
-
row:
|
|
2463
|
-
column:
|
|
2464
|
-
$index:
|
|
2488
|
+
row: S,
|
|
2489
|
+
column: Z,
|
|
2490
|
+
$index: de
|
|
2465
2491
|
}, () => [
|
|
2466
|
-
|
|
2492
|
+
ce.label ? (i(), C(o(be), M({
|
|
2467
2493
|
key: 0,
|
|
2468
2494
|
ref_for: !0
|
|
2469
|
-
},
|
|
2470
|
-
onClick: (
|
|
2495
|
+
}, ce.attr, {
|
|
2496
|
+
onClick: (He) => ce.func(S, Z, de, e.value)
|
|
2471
2497
|
}), {
|
|
2472
|
-
default:
|
|
2473
|
-
|
|
2498
|
+
default: v(() => [
|
|
2499
|
+
Ee(ve(ce.label), 1)
|
|
2474
2500
|
]),
|
|
2475
2501
|
_: 2
|
|
2476
|
-
}, 1040, ["onClick"])) : (
|
|
2502
|
+
}, 1040, ["onClick"])) : (i(), C(o(be), M({
|
|
2477
2503
|
key: 1,
|
|
2478
2504
|
ref_for: !0
|
|
2479
|
-
},
|
|
2480
|
-
onClick: (
|
|
2505
|
+
}, ce.attr, {
|
|
2506
|
+
onClick: (He) => ce.func(S, Z, de, e.value)
|
|
2481
2507
|
}), null, 16, ["onClick"]))
|
|
2482
|
-
], !0) :
|
|
2483
|
-
|
|
2484
|
-
row:
|
|
2485
|
-
column:
|
|
2486
|
-
$index:
|
|
2508
|
+
], !0) : pe("", !0),
|
|
2509
|
+
f(l.$slots, ce.name + "-right", {
|
|
2510
|
+
row: S,
|
|
2511
|
+
column: Z,
|
|
2512
|
+
$index: de
|
|
2487
2513
|
}, void 0, !0)
|
|
2488
|
-
], 64))), 256)) : (
|
|
2489
|
-
default:
|
|
2490
|
-
(
|
|
2491
|
-
|
|
2492
|
-
row:
|
|
2493
|
-
column:
|
|
2494
|
-
$index:
|
|
2514
|
+
], 64))), 256)) : (i(), C(h, { key: 1 }, {
|
|
2515
|
+
default: v(() => [
|
|
2516
|
+
(i(!0), I(G, null, A(je, (ce) => (i(), I(G, null, [
|
|
2517
|
+
f(l.$slots, ce.name + "-left", {
|
|
2518
|
+
row: S,
|
|
2519
|
+
column: Z,
|
|
2520
|
+
$index: de
|
|
2495
2521
|
}, void 0, !0),
|
|
2496
|
-
|
|
2522
|
+
ce.attr.auth(S, Z, de) ? f(l.$slots, ce.name, {
|
|
2497
2523
|
key: 0,
|
|
2498
|
-
row:
|
|
2499
|
-
column:
|
|
2500
|
-
$index:
|
|
2524
|
+
row: S,
|
|
2525
|
+
column: Z,
|
|
2526
|
+
$index: de
|
|
2501
2527
|
}, () => [
|
|
2502
|
-
|
|
2528
|
+
ce.label ? (i(), C(o(be), M({
|
|
2503
2529
|
key: 0,
|
|
2504
2530
|
ref_for: !0
|
|
2505
|
-
},
|
|
2506
|
-
onClick: (
|
|
2531
|
+
}, ce.attr, {
|
|
2532
|
+
onClick: (He) => ce.func(S, Z, de, e.value)
|
|
2507
2533
|
}), {
|
|
2508
|
-
default:
|
|
2509
|
-
|
|
2534
|
+
default: v(() => [
|
|
2535
|
+
Ee(ve(ce.label), 1)
|
|
2510
2536
|
]),
|
|
2511
2537
|
_: 2
|
|
2512
|
-
}, 1040, ["onClick"])) : (
|
|
2538
|
+
}, 1040, ["onClick"])) : (i(), C(o(be), M({
|
|
2513
2539
|
key: 1,
|
|
2514
2540
|
ref_for: !0
|
|
2515
|
-
},
|
|
2516
|
-
onClick: (
|
|
2541
|
+
}, ce.attr, {
|
|
2542
|
+
onClick: (He) => ce.func(S, Z, de, e.value)
|
|
2517
2543
|
}), null, 16, ["onClick"]))
|
|
2518
|
-
], !0) :
|
|
2519
|
-
|
|
2520
|
-
row:
|
|
2521
|
-
column:
|
|
2522
|
-
$index:
|
|
2544
|
+
], !0) : pe("", !0),
|
|
2545
|
+
f(l.$slots, ce.name + "-right", {
|
|
2546
|
+
row: S,
|
|
2547
|
+
column: Z,
|
|
2548
|
+
$index: de
|
|
2523
2549
|
}, void 0, !0)
|
|
2524
2550
|
], 64))), 256))
|
|
2525
2551
|
]),
|
|
2526
2552
|
_: 2
|
|
2527
2553
|
}, 1024))
|
|
2528
2554
|
], 64))), 256)),
|
|
2529
|
-
|
|
2530
|
-
row:
|
|
2531
|
-
column:
|
|
2532
|
-
$index:
|
|
2555
|
+
f(l.$slots, "control-right", {
|
|
2556
|
+
row: S,
|
|
2557
|
+
column: Z,
|
|
2558
|
+
$index: de
|
|
2533
2559
|
}, void 0, !0)
|
|
2534
2560
|
], !0)
|
|
2535
2561
|
], 6)
|
|
@@ -2542,82 +2568,82 @@ const Xt = {
|
|
|
2542
2568
|
]),
|
|
2543
2569
|
_: 3
|
|
2544
2570
|
}, 16),
|
|
2545
|
-
(
|
|
2546
|
-
te
|
|
2547
|
-
"page-size":
|
|
2548
|
-
"onUpdate:pageSize": a[1] || (a[1] = (
|
|
2549
|
-
"current-page":
|
|
2550
|
-
"onUpdate:currentPage": a[2] || (a[2] = (
|
|
2551
|
-
},
|
|
2552
|
-
default:
|
|
2553
|
-
|
|
2571
|
+
(ot = (lt = (tt = e.value) == null ? void 0 : tt.table) == null ? void 0 : lt.page) != null && ot.hidden ? pe("", !0) : f(l.$slots, "page", { key: 0 }, () => [
|
|
2572
|
+
J(te, M({
|
|
2573
|
+
"page-size": e.value.table.page.pageSize,
|
|
2574
|
+
"onUpdate:pageSize": a[1] || (a[1] = (L) => e.value.table.page.pageSize = L),
|
|
2575
|
+
"current-page": e.value.table.page.currentPage,
|
|
2576
|
+
"onUpdate:currentPage": a[2] || (a[2] = (L) => e.value.table.page.currentPage = L)
|
|
2577
|
+
}, e.value.table.page), {
|
|
2578
|
+
default: v(() => [
|
|
2579
|
+
f(l.$slots, "table-page", {}, void 0, !0)
|
|
2554
2580
|
]),
|
|
2555
2581
|
_: 3
|
|
2556
2582
|
}, 16, ["page-size", "current-page"])
|
|
2557
2583
|
], !0)
|
|
2558
2584
|
])
|
|
2559
2585
|
]),
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
modelValue:
|
|
2563
|
-
"onUpdate:modelValue": a[6] || (a[6] = (
|
|
2564
|
-
fullscreen:
|
|
2565
|
-
}, o(
|
|
2566
|
-
width: o(pt)(
|
|
2586
|
+
e.value.dialog.mode == "dialog" && $.value ? (i(), I("div", nl, [
|
|
2587
|
+
J(Ve, M({
|
|
2588
|
+
modelValue: $.value,
|
|
2589
|
+
"onUpdate:modelValue": a[6] || (a[6] = (L) => $.value = L),
|
|
2590
|
+
fullscreen: e.value.dialog.fullScreen
|
|
2591
|
+
}, o(_e)(e.value.dialog, (L) => !["size"].includes(L)), {
|
|
2592
|
+
width: o(pt)(e.value.dialog.width) + 35
|
|
2567
2593
|
}), {
|
|
2568
|
-
header:
|
|
2569
|
-
var
|
|
2594
|
+
header: v(() => {
|
|
2595
|
+
var L, se, S, Z;
|
|
2570
2596
|
return [
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2597
|
+
Q("div", sl, [
|
|
2598
|
+
Q("div", il, [
|
|
2599
|
+
f(l.$slots, "f-header", {}, () => [
|
|
2600
|
+
Q("div", null, ve(e.value.dialog.title), 1)
|
|
2575
2601
|
], !0)
|
|
2576
2602
|
]),
|
|
2577
|
-
((
|
|
2603
|
+
((se = (L = e.value) == null ? void 0 : L.dialog) == null ? void 0 : se.fullScreen) === !1 ? (i(), I("div", {
|
|
2578
2604
|
key: 0,
|
|
2579
|
-
onClick: a[3] || (a[3] = (
|
|
2580
|
-
|
|
2605
|
+
onClick: a[3] || (a[3] = (de) => {
|
|
2606
|
+
e.value.dialog.fullScreen = !0;
|
|
2581
2607
|
}),
|
|
2582
2608
|
class: "max"
|
|
2583
2609
|
}, [
|
|
2584
|
-
|
|
2585
|
-
default:
|
|
2586
|
-
|
|
2610
|
+
J(he, null, {
|
|
2611
|
+
default: v(() => [
|
|
2612
|
+
J(o(Ct))
|
|
2587
2613
|
]),
|
|
2588
2614
|
_: 1
|
|
2589
2615
|
})
|
|
2590
|
-
])) :
|
|
2591
|
-
((
|
|
2616
|
+
])) : pe("", !0),
|
|
2617
|
+
((Z = (S = e.value) == null ? void 0 : S.dialog) == null ? void 0 : Z.fullScreen) === !0 ? (i(), I("div", {
|
|
2592
2618
|
key: 1,
|
|
2593
|
-
onClick: a[4] || (a[4] = (
|
|
2594
|
-
|
|
2619
|
+
onClick: a[4] || (a[4] = (de) => {
|
|
2620
|
+
e.value.dialog.fullScreen = !1;
|
|
2595
2621
|
}),
|
|
2596
2622
|
class: "max"
|
|
2597
2623
|
}, [
|
|
2598
|
-
|
|
2599
|
-
default:
|
|
2600
|
-
|
|
2624
|
+
J(he, null, {
|
|
2625
|
+
default: v(() => [
|
|
2626
|
+
J(o(Vt))
|
|
2601
2627
|
]),
|
|
2602
2628
|
_: 1
|
|
2603
2629
|
})
|
|
2604
|
-
])) :
|
|
2630
|
+
])) : pe("", !0)
|
|
2605
2631
|
])
|
|
2606
2632
|
];
|
|
2607
2633
|
}),
|
|
2608
|
-
default:
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
modelValue:
|
|
2613
|
-
"onUpdate:modelValue": a[5] || (a[5] = (
|
|
2614
|
-
onSubmit:
|
|
2615
|
-
onReset:
|
|
2616
|
-
},
|
|
2617
|
-
|
|
2618
|
-
name:
|
|
2619
|
-
fn:
|
|
2620
|
-
|
|
2634
|
+
default: v(() => [
|
|
2635
|
+
Q("div", dl, [
|
|
2636
|
+
f(l.$slots, "table-dialog-form", { model: e.value }, () => [
|
|
2637
|
+
J(ze, {
|
|
2638
|
+
modelValue: e.value,
|
|
2639
|
+
"onUpdate:modelValue": a[5] || (a[5] = (L) => e.value = L),
|
|
2640
|
+
onSubmit: ne,
|
|
2641
|
+
onReset: R
|
|
2642
|
+
}, ae({ _: 2 }, [
|
|
2643
|
+
A(l.$slots, (L, se, S) => ({
|
|
2644
|
+
name: se,
|
|
2645
|
+
fn: v((Z) => [
|
|
2646
|
+
f(l.$slots, se, { model: Z }, void 0, !0)
|
|
2621
2647
|
])
|
|
2622
2648
|
}))
|
|
2623
2649
|
]), 1032, ["modelValue"])
|
|
@@ -2626,35 +2652,33 @@ const Xt = {
|
|
|
2626
2652
|
]),
|
|
2627
2653
|
_: 3
|
|
2628
2654
|
}, 16, ["modelValue", "fullscreen", "width"])
|
|
2629
|
-
],
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
v(l.$slots, "f-header", {}, () => [
|
|
2641
|
-
z("div", null, he(t.value.dialog.title), 1)
|
|
2655
|
+
])) : pe("", !0),
|
|
2656
|
+
e.value.dialog.mode == "drawer" && $.value ? (i(), I("div", cl, [
|
|
2657
|
+
J(Re, M({
|
|
2658
|
+
modelValue: $.value,
|
|
2659
|
+
"onUpdate:modelValue": a[8] || (a[8] = (L) => $.value = L)
|
|
2660
|
+
}, o(_e)(e.value.dialog, (L) => !["width"].includes(L))), {
|
|
2661
|
+
header: v(() => [
|
|
2662
|
+
Q("div", fl, [
|
|
2663
|
+
Q("div", ml, [
|
|
2664
|
+
f(l.$slots, "f-header", {}, () => [
|
|
2665
|
+
Q("div", null, ve(e.value.dialog.title), 1)
|
|
2642
2666
|
], !0)
|
|
2643
2667
|
])
|
|
2644
2668
|
])
|
|
2645
2669
|
]),
|
|
2646
|
-
default:
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
modelValue:
|
|
2650
|
-
"onUpdate:modelValue": a[7] || (a[7] = (
|
|
2651
|
-
onSubmit:
|
|
2652
|
-
onReset:
|
|
2653
|
-
},
|
|
2654
|
-
|
|
2655
|
-
name:
|
|
2656
|
-
fn:
|
|
2657
|
-
|
|
2670
|
+
default: v(() => [
|
|
2671
|
+
f(l.$slots, "table-drawer-form", { model: e.value }, () => [
|
|
2672
|
+
J(ze, {
|
|
2673
|
+
modelValue: e.value,
|
|
2674
|
+
"onUpdate:modelValue": a[7] || (a[7] = (L) => e.value = L),
|
|
2675
|
+
onSubmit: ne,
|
|
2676
|
+
onReset: R
|
|
2677
|
+
}, ae({ _: 2 }, [
|
|
2678
|
+
A(l.$slots, (L, se, S) => ({
|
|
2679
|
+
name: se,
|
|
2680
|
+
fn: v((Z) => [
|
|
2681
|
+
f(l.$slots, se, { model: Z }, void 0, !0)
|
|
2658
2682
|
])
|
|
2659
2683
|
}))
|
|
2660
2684
|
]), 1032, ["modelValue"])
|
|
@@ -2662,13 +2686,19 @@ const Xt = {
|
|
|
2662
2686
|
]),
|
|
2663
2687
|
_: 3
|
|
2664
2688
|
}, 16, ["modelValue"])
|
|
2665
|
-
],
|
|
2666
|
-
|
|
2689
|
+
])) : pe("", !0),
|
|
2690
|
+
st(J(ze, {
|
|
2691
|
+
modelValue: e.value,
|
|
2692
|
+
"onUpdate:modelValue": a[9] || (a[9] = (L) => e.value = L),
|
|
2693
|
+
onSubmit: ne,
|
|
2694
|
+
onReset: R
|
|
2695
|
+
}, null, 8, ["modelValue"]), [
|
|
2696
|
+
[it, !1]
|
|
2667
2697
|
])
|
|
2668
2698
|
], 64);
|
|
2669
2699
|
};
|
|
2670
2700
|
}
|
|
2671
|
-
}),
|
|
2701
|
+
}), vl = /* @__PURE__ */ Ue(pl, [["__scopeId", "data-v-e0cf669f"]]), hl = { class: "g-tree-table" }, yl = { class: "g-tree-container" }, gl = { class: "g-tree-table-container" }, bl = /* @__PURE__ */ Object.assign({
|
|
2672
2702
|
name: "g-tree-table",
|
|
2673
2703
|
inheritAttrs: !1
|
|
2674
2704
|
}, {
|
|
@@ -2677,68 +2707,68 @@ const Xt = {
|
|
|
2677
2707
|
modelValue: { required: !0 },
|
|
2678
2708
|
modelModifiers: {}
|
|
2679
2709
|
},
|
|
2680
|
-
emits: /* @__PURE__ */
|
|
2681
|
-
setup(
|
|
2682
|
-
var
|
|
2683
|
-
const
|
|
2684
|
-
|
|
2685
|
-
},
|
|
2686
|
-
|
|
2710
|
+
emits: /* @__PURE__ */ Te(["load"], ["update:modelValue"]),
|
|
2711
|
+
setup(m, { emit: c }) {
|
|
2712
|
+
var q, y, _;
|
|
2713
|
+
const t = c, e = qe(m, "modelValue"), n = ye(((q = Pe()) == null ? void 0 : q.width) || "180px"), p = ye(((y = Pe()) == null ? void 0 : y.search) === void 0 ? !0 : (_ = Pe()) == null ? void 0 : _.search), $ = ye({}), N = ye(""), w = ye(null), g = (F, re) => F ? re.label.includes(F) : !0, T = (F, re) => {
|
|
2714
|
+
t("load", $.value, F, re);
|
|
2715
|
+
}, Y = (F) => {
|
|
2716
|
+
$.value = F, e.value.table.load();
|
|
2687
2717
|
};
|
|
2688
|
-
return
|
|
2689
|
-
|
|
2690
|
-
}), (
|
|
2691
|
-
const
|
|
2692
|
-
return
|
|
2693
|
-
|
|
2718
|
+
return _t(N, (F) => {
|
|
2719
|
+
w.value.filter(F);
|
|
2720
|
+
}), (F, re) => {
|
|
2721
|
+
const ue = j("el-input"), fe = j("el-tree"), me = j("g-table");
|
|
2722
|
+
return i(), I("div", hl, [
|
|
2723
|
+
Q("div", {
|
|
2694
2724
|
class: "g-tree-left",
|
|
2695
2725
|
style: Me({ width: n.value })
|
|
2696
2726
|
}, [
|
|
2697
|
-
|
|
2727
|
+
p.value ? (i(), C(ue, {
|
|
2698
2728
|
key: 0,
|
|
2699
|
-
modelValue:
|
|
2700
|
-
"onUpdate:modelValue":
|
|
2729
|
+
modelValue: N.value,
|
|
2730
|
+
"onUpdate:modelValue": re[0] || (re[0] = (d) => N.value = d),
|
|
2701
2731
|
style: { width: "100%" },
|
|
2702
2732
|
placeholder: "输入节点查询",
|
|
2703
2733
|
clearable: ""
|
|
2704
|
-
}, null, 8, ["modelValue"])) :
|
|
2705
|
-
|
|
2706
|
-
|
|
2734
|
+
}, null, 8, ["modelValue"])) : pe("", !0),
|
|
2735
|
+
Q("div", yl, [
|
|
2736
|
+
J(fe, M({
|
|
2707
2737
|
style: { width: n.value },
|
|
2708
|
-
"filter-node-method":
|
|
2738
|
+
"filter-node-method": g,
|
|
2709
2739
|
"expand-on-click-node": !1,
|
|
2710
2740
|
ref_key: "treeRef",
|
|
2711
|
-
ref:
|
|
2712
|
-
onNodeClick:
|
|
2713
|
-
},
|
|
2714
|
-
default:
|
|
2715
|
-
|
|
2716
|
-
node:
|
|
2717
|
-
data:
|
|
2741
|
+
ref: w,
|
|
2742
|
+
onNodeClick: Y
|
|
2743
|
+
}, F.$attrs), ae({
|
|
2744
|
+
default: v(({ node: d, data: x }) => [
|
|
2745
|
+
f(F.$slots, "tree", {
|
|
2746
|
+
node: d,
|
|
2747
|
+
data: x
|
|
2718
2748
|
}, () => [
|
|
2719
|
-
|
|
2749
|
+
Q("span", null, ve(d.label), 1)
|
|
2720
2750
|
], !0)
|
|
2721
2751
|
]),
|
|
2722
2752
|
_: 2
|
|
2723
2753
|
}, [
|
|
2724
|
-
|
|
2725
|
-
name:
|
|
2726
|
-
fn:
|
|
2727
|
-
|
|
2754
|
+
A(F.$slots, (d, x, ee) => ({
|
|
2755
|
+
name: x,
|
|
2756
|
+
fn: v((D) => [
|
|
2757
|
+
f(F.$slots, x, { data: D }, void 0, !0)
|
|
2728
2758
|
])
|
|
2729
2759
|
}))
|
|
2730
2760
|
]), 1040, ["style"])
|
|
2731
2761
|
])
|
|
2732
2762
|
], 4),
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
modelValue:
|
|
2736
|
-
"onUpdate:modelValue":
|
|
2737
|
-
},
|
|
2738
|
-
|
|
2739
|
-
name:
|
|
2740
|
-
fn:
|
|
2741
|
-
|
|
2763
|
+
Q("div", gl, [
|
|
2764
|
+
J(me, M({
|
|
2765
|
+
modelValue: e.value,
|
|
2766
|
+
"onUpdate:modelValue": re[1] || (re[1] = (d) => e.value = d)
|
|
2767
|
+
}, F.$attrs, { onLoad: T }), ae({ _: 2 }, [
|
|
2768
|
+
A(F.$slots, (d, x, ee) => ({
|
|
2769
|
+
name: x,
|
|
2770
|
+
fn: v((D) => [
|
|
2771
|
+
f(F.$slots, x, { data: D }, void 0, !0)
|
|
2742
2772
|
])
|
|
2743
2773
|
}))
|
|
2744
2774
|
]), 1040, ["modelValue"])
|
|
@@ -2746,124 +2776,124 @@ const Xt = {
|
|
|
2746
2776
|
]);
|
|
2747
2777
|
};
|
|
2748
2778
|
}
|
|
2749
|
-
}),
|
|
2750
|
-
let
|
|
2751
|
-
const
|
|
2752
|
-
install: (
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
}),
|
|
2779
|
+
}), $l = /* @__PURE__ */ Ue(bl, [["__scopeId", "data-v-c07fe107"]]), El = Object.freeze({}), mt = [vl, ze, $l];
|
|
2780
|
+
let Ke = {};
|
|
2781
|
+
const ql = {
|
|
2782
|
+
install: (m, c = {}) => {
|
|
2783
|
+
Ke = Object.freeze({ ...El, ...c }), mt.forEach((t) => {
|
|
2784
|
+
m.component(t.name, t);
|
|
2785
|
+
}), m.provide("options", Ke), m.config.globalProperties.$openModal = Qe;
|
|
2756
2786
|
}
|
|
2757
|
-
},
|
|
2787
|
+
}, wl = (m) => ({ dialog: yt, drawer: gt })[m] || null, Qe = (m = {}, c = "dialog") => {
|
|
2758
2788
|
if (typeof document > "u") return () => {
|
|
2759
2789
|
};
|
|
2760
|
-
const
|
|
2761
|
-
let
|
|
2790
|
+
const t = document.createElement("div");
|
|
2791
|
+
let e = () => {
|
|
2762
2792
|
};
|
|
2763
|
-
const n =
|
|
2793
|
+
const n = wl(c);
|
|
2764
2794
|
if (!n) return () => {
|
|
2765
2795
|
};
|
|
2766
|
-
const
|
|
2796
|
+
const p = ye(!0), $ = kt({
|
|
2767
2797
|
setup() {
|
|
2768
|
-
return
|
|
2769
|
-
|
|
2770
|
-
|
|
2798
|
+
return e = () => {
|
|
2799
|
+
p.value = !1, setTimeout(() => {
|
|
2800
|
+
$.unmount(), t.remove();
|
|
2771
2801
|
}, 300);
|
|
2772
2802
|
}, () => {
|
|
2773
|
-
var
|
|
2803
|
+
var N, w, g;
|
|
2774
2804
|
return ke(n, {
|
|
2775
|
-
modelValue:
|
|
2776
|
-
"onUpdate:modelValue": (
|
|
2777
|
-
...
|
|
2805
|
+
modelValue: p.value,
|
|
2806
|
+
"onUpdate:modelValue": (T) => p.value = T,
|
|
2807
|
+
...m,
|
|
2778
2808
|
appendToBody: !0,
|
|
2779
2809
|
destroyOnClose: !0
|
|
2780
2810
|
}, {
|
|
2781
|
-
default: (
|
|
2782
|
-
header: (
|
|
2783
|
-
footer: (
|
|
2811
|
+
default: (N = m.slots) == null ? void 0 : N.default,
|
|
2812
|
+
header: (w = m.slots) == null ? void 0 : w.header,
|
|
2813
|
+
footer: (g = m.slots) == null ? void 0 : g.footer
|
|
2784
2814
|
});
|
|
2785
2815
|
};
|
|
2786
2816
|
}
|
|
2787
2817
|
});
|
|
2788
|
-
return mt.forEach((
|
|
2789
|
-
|
|
2790
|
-
}),
|
|
2818
|
+
return mt.forEach((N) => {
|
|
2819
|
+
$.component(N.name, N);
|
|
2820
|
+
}), $.provide("options", Ke), $.use(ht, { locale: Ft }), document.body.appendChild(t), $.mount(t), e;
|
|
2791
2821
|
};
|
|
2792
|
-
function pt(
|
|
2793
|
-
if (typeof
|
|
2794
|
-
return
|
|
2795
|
-
if (
|
|
2796
|
-
return parseFloat(
|
|
2797
|
-
const
|
|
2798
|
-
if (
|
|
2799
|
-
return
|
|
2800
|
-
if (
|
|
2801
|
-
return
|
|
2802
|
-
if (
|
|
2803
|
-
if (typeof
|
|
2822
|
+
function pt(m, c = window.innerWidth) {
|
|
2823
|
+
if (typeof m == "number")
|
|
2824
|
+
return m;
|
|
2825
|
+
if (m.endsWith("px"))
|
|
2826
|
+
return parseFloat(m);
|
|
2827
|
+
const t = window.innerHeight, e = window.innerWidth;
|
|
2828
|
+
if (m.endsWith("vh"))
|
|
2829
|
+
return t * parseFloat(m) / 100;
|
|
2830
|
+
if (m.endsWith("vw"))
|
|
2831
|
+
return e * parseFloat(m) / 100;
|
|
2832
|
+
if (m.endsWith("%")) {
|
|
2833
|
+
if (typeof c != "number")
|
|
2804
2834
|
throw new Error("Reference size is required to convert % to px");
|
|
2805
|
-
return
|
|
2835
|
+
return c * parseFloat(m) / 100;
|
|
2806
2836
|
}
|
|
2807
|
-
if (
|
|
2808
|
-
let
|
|
2809
|
-
if (/[0-9+\-*/().\s]+$/.test(
|
|
2810
|
-
return new Function("return " +
|
|
2837
|
+
if (m.startsWith("calc(") && m.endsWith(")")) {
|
|
2838
|
+
let p = function(N) {
|
|
2839
|
+
if (/[0-9+\-*/().\s]+$/.test(N))
|
|
2840
|
+
return new Function("return " + N)();
|
|
2811
2841
|
throw new Error("Invalid calc expression");
|
|
2812
2842
|
};
|
|
2813
|
-
const n =
|
|
2814
|
-
return
|
|
2843
|
+
const n = m.slice(5, -1).trim();
|
|
2844
|
+
return p(n.replace(/([0-9.]+)([a-z%]+)/g, (N, w, g) => pt(w + g, c)));
|
|
2815
2845
|
}
|
|
2816
|
-
throw new Error("Unsupported unit in value: " +
|
|
2846
|
+
throw new Error("Unsupported unit in value: " + m);
|
|
2817
2847
|
}
|
|
2818
|
-
const
|
|
2819
|
-
const
|
|
2820
|
-
|
|
2821
|
-
}),
|
|
2822
|
-
return
|
|
2848
|
+
const $e = (...m) => {
|
|
2849
|
+
const c = {}, t = (e, n) => (Object.keys(n).forEach((p) => {
|
|
2850
|
+
e[p] = typeof n[p] == "object" && !Array.isArray(n[p]) ? t(e[p] || {}, n[p]) : n[p];
|
|
2851
|
+
}), e);
|
|
2852
|
+
return m.forEach((e = {}) => t(c, e)), c;
|
|
2823
2853
|
};
|
|
2824
|
-
function
|
|
2825
|
-
const
|
|
2826
|
-
for (const
|
|
2827
|
-
|
|
2828
|
-
return
|
|
2854
|
+
function _e(m, c = (t, e) => c(t, e)) {
|
|
2855
|
+
const t = {};
|
|
2856
|
+
for (const e in m)
|
|
2857
|
+
m.hasOwnProperty(e) && c(e, m[e]) && (t[e] = m[e]);
|
|
2858
|
+
return t;
|
|
2829
2859
|
}
|
|
2830
|
-
function
|
|
2831
|
-
for (const
|
|
2832
|
-
if (
|
|
2833
|
-
return
|
|
2834
|
-
if (
|
|
2835
|
-
const
|
|
2836
|
-
if (
|
|
2837
|
-
return
|
|
2860
|
+
function _l(m, c, t = "value", e = "label", n = "children") {
|
|
2861
|
+
for (const p of m) {
|
|
2862
|
+
if (p[t] === c)
|
|
2863
|
+
return p[e];
|
|
2864
|
+
if (p[n] && p[n].length > 0) {
|
|
2865
|
+
const $ = _l(p[n], c, t, e, n);
|
|
2866
|
+
if ($)
|
|
2867
|
+
return $;
|
|
2838
2868
|
}
|
|
2839
2869
|
}
|
|
2840
2870
|
return null;
|
|
2841
2871
|
}
|
|
2842
|
-
function Xe(
|
|
2843
|
-
const
|
|
2872
|
+
function Xe(m) {
|
|
2873
|
+
const c = ["角", "分"], t = ["零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖"], e = [
|
|
2844
2874
|
["元", "万", "亿"],
|
|
2845
2875
|
["", "拾", "佰", "仟"]
|
|
2846
|
-
], n =
|
|
2847
|
-
|
|
2848
|
-
let
|
|
2849
|
-
for (let
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
for (let
|
|
2853
|
-
let
|
|
2854
|
-
for (let
|
|
2855
|
-
|
|
2856
|
-
|
|
2876
|
+
], n = m < 0 ? "欠" : "";
|
|
2877
|
+
m = Math.abs(m);
|
|
2878
|
+
let p = "";
|
|
2879
|
+
for (let $ = 0; $ < c.length; $++)
|
|
2880
|
+
p += (t[Math.floor(m * 10 * Math.pow(10, $)) % 10] + c[$]).replace(/零./, "");
|
|
2881
|
+
p = p || "整", m = Math.floor(m);
|
|
2882
|
+
for (let $ = 0; $ < e[0].length && m > 0; $++) {
|
|
2883
|
+
let N = "";
|
|
2884
|
+
for (let w = 0; w < e[1].length && m > 0; w++)
|
|
2885
|
+
N = t[m % 10] + e[1][w] + N, m = Math.floor(m / 10);
|
|
2886
|
+
p = N.replace(/(零.)*零$/, "").replace(/^$/, "零") + e[0][$] + p;
|
|
2857
2887
|
}
|
|
2858
|
-
return n +
|
|
2888
|
+
return n + p.replace(/(零.)*零元/, "元").replace(/(零.)+/g, "零").replace(/^整$/, "零元整");
|
|
2859
2889
|
}
|
|
2860
|
-
function
|
|
2861
|
-
if (typeof
|
|
2890
|
+
function kl(m) {
|
|
2891
|
+
if (typeof m != "number")
|
|
2862
2892
|
return "0.00";
|
|
2863
|
-
const
|
|
2864
|
-
return `${
|
|
2893
|
+
const c = m.toFixed(2), [t, e] = c.split(".");
|
|
2894
|
+
return `${t.replace(/\B(?=(\d{3})+(?!\d))/g, ",")}.${e}`;
|
|
2865
2895
|
}
|
|
2866
|
-
const
|
|
2896
|
+
const ie = {
|
|
2867
2897
|
RADIO: "radio",
|
|
2868
2898
|
RADIOBUTTON: "radio-button",
|
|
2869
2899
|
CHECKBOX: "checkbox",
|
|
@@ -2893,13 +2923,13 @@ const de = {
|
|
|
2893
2923
|
TEL: "tel"
|
|
2894
2924
|
};
|
|
2895
2925
|
export {
|
|
2896
|
-
|
|
2926
|
+
ie as CT,
|
|
2897
2927
|
pt as convertToPx,
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2928
|
+
ql as default,
|
|
2929
|
+
_e as filterObject,
|
|
2930
|
+
_l as findTreeLabelByValue,
|
|
2931
|
+
kl as formatAmount,
|
|
2932
|
+
$e as mergeObjects,
|
|
2903
2933
|
Xe as moneyToChinese,
|
|
2904
2934
|
Qe as openModal
|
|
2905
2935
|
};
|