joy-admin-components 0.1.46 → 0.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { ElForm as vt, ElRow as bt, ElCol as yt, ElInputNumber as Ct, ElText as xt, ElLink as Ke } from "element-plus";
|
|
2
|
-
import { defineComponent as Ge, ref as
|
|
3
|
-
import { saveAs as
|
|
2
|
+
import { defineComponent as Ge, ref as q, onMounted as We, h as Ie, mergeModels as He, useAttrs as wt, useModel as kt, computed as se, resolveComponent as D, openBlock as T, createBlock as R, mergeProps as fe, unref as Z, withCtx as A, renderSlot as ie, createVNode as P, createTextVNode as te, toDisplayString as ne, createCommentVNode as ce, createElementBlock as re, Fragment as Te, renderList as Je, withModifiers as Ee, resolveDynamicComponent as Qe, createElementVNode as ae, withKeys as _t, normalizeStyle as St, normalizeClass as Oe, reactive as ve, nextTick as Fe, onUpdated as $t, onUnmounted as It, watch as Xe, isVNode as Ft } from "vue";
|
|
3
|
+
import { saveAs as Lt } from "file-saver";
|
|
4
4
|
import et from "exceljs";
|
|
5
5
|
import be from "dayjs";
|
|
6
|
-
import { createI18n as
|
|
6
|
+
import { createI18n as Tt, useI18n as de } from "vue-i18n";
|
|
7
7
|
import { debounce as tt, cloneDeep as nt, isArray as Ne } from "lodash";
|
|
8
|
-
import { useRoute as
|
|
9
|
-
import { createNamespacedHelpers as
|
|
10
|
-
import { VxeUI as
|
|
11
|
-
const
|
|
8
|
+
import { useRoute as Et, useRouter as Ot } from "vue-router";
|
|
9
|
+
import { createNamespacedHelpers as Ve, useStore as ot, mapState as Dt, mapGetters as zt, mapActions as Mt } from "vuex";
|
|
10
|
+
import { VxeUI as me } from "vxe-pc-ui";
|
|
11
|
+
const Sn = Ge({
|
|
12
12
|
name: "LayOutForm",
|
|
13
|
-
setup(
|
|
14
|
-
const r =
|
|
13
|
+
setup(t, { slots: e, attrs: n, emit: l }) {
|
|
14
|
+
const r = q(null), a = () => e.default ? e.default().filter((u) => u.type !== Symbol.for("v-cmt")).map((u) => u.type === Symbol.for("v-fgt") ? u.children : u).flat().map(
|
|
15
15
|
(u) => {
|
|
16
16
|
var c;
|
|
17
17
|
return Ie(
|
|
@@ -29,23 +29,23 @@ const kn = Ge({
|
|
|
29
29
|
function o() {
|
|
30
30
|
return Ie(
|
|
31
31
|
vt,
|
|
32
|
-
{ ...
|
|
33
|
-
() => Ie(bt, { gutter:
|
|
32
|
+
{ ...n, ref: r },
|
|
33
|
+
() => Ie(bt, { gutter: n.gutter ?? 20 }, { default: () => a() })
|
|
34
34
|
);
|
|
35
35
|
}
|
|
36
36
|
return o;
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
39
|
var lt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
40
|
-
function rt(
|
|
41
|
-
return
|
|
40
|
+
function rt(t) {
|
|
41
|
+
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
42
42
|
}
|
|
43
43
|
var at = { exports: {} };
|
|
44
|
-
(function(
|
|
45
|
-
(function(
|
|
46
|
-
|
|
44
|
+
(function(t, e) {
|
|
45
|
+
(function(n, l) {
|
|
46
|
+
t.exports = l();
|
|
47
47
|
})(lt, function() {
|
|
48
|
-
var
|
|
48
|
+
var n = "minute", l = /[+-]\d\d(?::?\d\d)?/g, r = /([+-]|\d\d)/g;
|
|
49
49
|
return function(a, o, u) {
|
|
50
50
|
var c = o.prototype;
|
|
51
51
|
u.utc = function(d) {
|
|
@@ -53,7 +53,7 @@ var at = { exports: {} };
|
|
|
53
53
|
return new o(f);
|
|
54
54
|
}, c.utc = function(d) {
|
|
55
55
|
var f = u(this.toDate(), { locale: this.$L, utc: !0 });
|
|
56
|
-
return d ? f.add(this.utcOffset(),
|
|
56
|
+
return d ? f.add(this.utcOffset(), n) : f;
|
|
57
57
|
}, c.local = function() {
|
|
58
58
|
return u(this.toDate(), { locale: this.$L, utc: !1 });
|
|
59
59
|
};
|
|
@@ -74,13 +74,13 @@ var at = { exports: {} };
|
|
|
74
74
|
var _ = this.$utils().u;
|
|
75
75
|
if (_(d))
|
|
76
76
|
return this.$u ? 0 : _(this.$offset) ? x.call(this) : this.$offset;
|
|
77
|
-
if (typeof d == "string" && (d = function(
|
|
78
|
-
|
|
79
|
-
var
|
|
80
|
-
if (!
|
|
77
|
+
if (typeof d == "string" && (d = function(L) {
|
|
78
|
+
L === void 0 && (L = "");
|
|
79
|
+
var Y = L.match(l);
|
|
80
|
+
if (!Y)
|
|
81
81
|
return null;
|
|
82
|
-
var C = ("" +
|
|
83
|
-
return
|
|
82
|
+
var C = ("" + Y[0]).match(r) || ["-", 0, 0], v = C[0], K = 60 * +C[1] + +C[2];
|
|
83
|
+
return K === 0 ? 0 : v === "+" ? K : -K;
|
|
84
84
|
}(d), d === null))
|
|
85
85
|
return this;
|
|
86
86
|
var h = Math.abs(d) <= 16 ? 60 * d : d;
|
|
@@ -90,7 +90,7 @@ var at = { exports: {} };
|
|
|
90
90
|
if (f)
|
|
91
91
|
return g.$offset = h, g.$u = !1, g;
|
|
92
92
|
var I = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
93
|
-
return (g = this.local().add(h + I,
|
|
93
|
+
return (g = this.local().add(h + I, n)).$offset = h, g.$x.$localOffset = I, g;
|
|
94
94
|
};
|
|
95
95
|
var y = c.format;
|
|
96
96
|
c.format = function(d) {
|
|
@@ -120,29 +120,29 @@ var at = { exports: {} };
|
|
|
120
120
|
};
|
|
121
121
|
});
|
|
122
122
|
})(at);
|
|
123
|
-
var
|
|
124
|
-
const
|
|
123
|
+
var Vt = at.exports;
|
|
124
|
+
const At = /* @__PURE__ */ rt(Vt);
|
|
125
125
|
var st = { exports: {} };
|
|
126
|
-
(function(
|
|
127
|
-
(function(
|
|
128
|
-
|
|
126
|
+
(function(t, e) {
|
|
127
|
+
(function(n, l) {
|
|
128
|
+
t.exports = l();
|
|
129
129
|
})(lt, function() {
|
|
130
|
-
var
|
|
130
|
+
var n = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, l = {};
|
|
131
131
|
return function(r, a, o) {
|
|
132
132
|
var u, c = function(y, p, m) {
|
|
133
133
|
m === void 0 && (m = {});
|
|
134
134
|
var d = new Date(y), f = function(_, h) {
|
|
135
135
|
h === void 0 && (h = {});
|
|
136
|
-
var g = h.timeZoneName || "short", I = _ + "|" + g,
|
|
137
|
-
return
|
|
136
|
+
var g = h.timeZoneName || "short", I = _ + "|" + g, L = l[I];
|
|
137
|
+
return L || (L = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: _, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: g }), l[I] = L), L;
|
|
138
138
|
}(p, m);
|
|
139
139
|
return f.formatToParts(d);
|
|
140
140
|
}, w = function(y, p) {
|
|
141
141
|
for (var m = c(y, p), d = [], f = 0; f < m.length; f += 1) {
|
|
142
|
-
var _ = m[f], h = _.type, g = _.value, I =
|
|
142
|
+
var _ = m[f], h = _.type, g = _.value, I = n[h];
|
|
143
143
|
I >= 0 && (d[I] = parseInt(g, 10));
|
|
144
144
|
}
|
|
145
|
-
var
|
|
145
|
+
var L = d[3], Y = L === 24 ? 0 : L, C = d[0] + "-" + d[1] + "-" + d[2] + " " + Y + ":" + d[4] + ":" + d[5] + ":000", v = +y;
|
|
146
146
|
return (o.utc(C).valueOf() - (v -= v % 1e3)) / 6e4;
|
|
147
147
|
}, k = a.prototype;
|
|
148
148
|
k.tz = function(y, p) {
|
|
@@ -171,14 +171,14 @@ var st = { exports: {} };
|
|
|
171
171
|
var d = m && p, f = m || p || u, _ = w(+o(), f);
|
|
172
172
|
if (typeof y != "string")
|
|
173
173
|
return o(y).tz(f);
|
|
174
|
-
var h = function(
|
|
175
|
-
var
|
|
176
|
-
if (C ===
|
|
177
|
-
return [
|
|
178
|
-
var
|
|
179
|
-
return
|
|
180
|
-
}(o.utc(y, d).valueOf(), _, f), g = h[0], I = h[1],
|
|
181
|
-
return
|
|
174
|
+
var h = function(Y, C, v) {
|
|
175
|
+
var K = Y - 60 * C * 1e3, H = w(K, v);
|
|
176
|
+
if (C === H)
|
|
177
|
+
return [K, C];
|
|
178
|
+
var j = w(K -= 60 * (H - C) * 1e3, v);
|
|
179
|
+
return H === j ? [K, H] : [Y - 60 * Math.min(H, j) * 1e3, Math.max(H, j)];
|
|
180
|
+
}(o.utc(y, d).valueOf(), _, f), g = h[0], I = h[1], L = o(g).utcOffset(I);
|
|
181
|
+
return L.$x.$timezone = f, L;
|
|
182
182
|
}, o.tz.guess = function() {
|
|
183
183
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
184
184
|
}, o.tz.setDefault = function(y) {
|
|
@@ -187,8 +187,8 @@ var st = { exports: {} };
|
|
|
187
187
|
};
|
|
188
188
|
});
|
|
189
189
|
})(st);
|
|
190
|
-
var
|
|
191
|
-
const
|
|
190
|
+
var Pt = st.exports;
|
|
191
|
+
const Rt = /* @__PURE__ */ rt(Pt), De = {
|
|
192
192
|
// 组件通用文本
|
|
193
193
|
"dao-ru": "导入",
|
|
194
194
|
"quan-xuan": "全选",
|
|
@@ -218,7 +218,7 @@ const Vt = /* @__PURE__ */ rt(At), ze = {
|
|
|
218
218
|
tools: {
|
|
219
219
|
keysLengthError: "keys 长度必须大于2 默认前两位为 label value"
|
|
220
220
|
}
|
|
221
|
-
},
|
|
221
|
+
}, ze = {
|
|
222
222
|
// Common component text
|
|
223
223
|
"dao-ru": "Import",
|
|
224
224
|
"quan-xuan": "Select All",
|
|
@@ -248,21 +248,21 @@ const Vt = /* @__PURE__ */ rt(At), ze = {
|
|
|
248
248
|
tools: {
|
|
249
249
|
keysLengthError: "Keys length must be greater than 2, default first two are label and value"
|
|
250
250
|
}
|
|
251
|
-
},
|
|
252
|
-
zh_cn:
|
|
253
|
-
en:
|
|
251
|
+
}, jt = {
|
|
252
|
+
zh_cn: De,
|
|
253
|
+
en: ze
|
|
254
254
|
};
|
|
255
255
|
let ue = null;
|
|
256
|
-
function Ut(
|
|
257
|
-
if (
|
|
258
|
-
const { global: e } =
|
|
259
|
-
return e.messages.value.zh_cn ? e.mergeLocaleMessage("zh_cn",
|
|
256
|
+
function Ut(t = null) {
|
|
257
|
+
if (t) {
|
|
258
|
+
const { global: e } = t;
|
|
259
|
+
return e.messages.value.zh_cn ? e.mergeLocaleMessage("zh_cn", De) : e.setLocaleMessage("zh_cn", De), e.messages.value.en ? e.mergeLocaleMessage("en", ze) : e.setLocaleMessage("en", ze), ue = t, t;
|
|
260
260
|
}
|
|
261
|
-
return ue || (ue =
|
|
261
|
+
return ue || (ue = Tt({
|
|
262
262
|
legacy: !1,
|
|
263
263
|
locale: "zh_cn",
|
|
264
264
|
fallbackLocale: "zh_cn",
|
|
265
|
-
messages:
|
|
265
|
+
messages: jt
|
|
266
266
|
})), ue;
|
|
267
267
|
}
|
|
268
268
|
function it() {
|
|
@@ -271,78 +271,78 @@ function it() {
|
|
|
271
271
|
function Ae() {
|
|
272
272
|
return it().global.t;
|
|
273
273
|
}
|
|
274
|
+
be.extend(At);
|
|
274
275
|
be.extend(Rt);
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
if (!t) {
|
|
276
|
+
async function $n(t, e) {
|
|
277
|
+
const { fields: n, range: l = 1 } = e;
|
|
278
|
+
if (!n) {
|
|
279
279
|
const o = Ae();
|
|
280
280
|
throw new Error(o("excel.fieldsMappingRequired"));
|
|
281
281
|
}
|
|
282
282
|
let r = new et.Workbook();
|
|
283
|
-
await r.xlsx.load(
|
|
283
|
+
await r.xlsx.load(t);
|
|
284
284
|
const a = {};
|
|
285
285
|
return r.eachSheet(function(o, u) {
|
|
286
286
|
const c = [];
|
|
287
287
|
o.eachRow(function(w, k) {
|
|
288
288
|
if (k > l) {
|
|
289
289
|
let x = {}, y = !0;
|
|
290
|
-
Object.keys(
|
|
291
|
-
const m = w.getCell(
|
|
290
|
+
Object.keys(n).forEach((p) => {
|
|
291
|
+
const m = w.getCell(n[p]).value;
|
|
292
292
|
x[p] = m, m && (y = !1);
|
|
293
293
|
}), y || c.push(x);
|
|
294
294
|
}
|
|
295
295
|
}), a[o._name] = c;
|
|
296
296
|
}), r = null, a;
|
|
297
297
|
}
|
|
298
|
-
const
|
|
298
|
+
const qt = {
|
|
299
299
|
columnWidth: 30
|
|
300
300
|
};
|
|
301
|
-
async function
|
|
302
|
-
if (!
|
|
301
|
+
async function Bt(t, e, n = [], l = {}) {
|
|
302
|
+
if (!t || !e)
|
|
303
303
|
return;
|
|
304
|
-
const { columnStyle: r } = l, { columnWidth: a } =
|
|
304
|
+
const { columnStyle: r } = l, { columnWidth: a } = qt;
|
|
305
305
|
e.forEach((c) => {
|
|
306
306
|
c.width = c.width ? c.width : a;
|
|
307
307
|
});
|
|
308
|
-
const { workbook: o, worksheet: u } =
|
|
309
|
-
u.columns = e, u.addRows(
|
|
308
|
+
const { workbook: o, worksheet: u } = Yt();
|
|
309
|
+
u.columns = e, u.addRows(n), r && await Kt(o, u, r);
|
|
310
310
|
try {
|
|
311
|
-
const c = await o.xlsx.writeBuffer(), w = new File([c],
|
|
311
|
+
const c = await o.xlsx.writeBuffer(), w = new File([c], t, {
|
|
312
312
|
type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
313
313
|
});
|
|
314
|
-
|
|
314
|
+
Lt(w);
|
|
315
315
|
} catch (c) {
|
|
316
316
|
console.log(c);
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
|
-
function
|
|
320
|
-
const
|
|
321
|
-
|
|
322
|
-
const e =
|
|
323
|
-
return { workbook:
|
|
319
|
+
function Yt() {
|
|
320
|
+
const t = new et.Workbook();
|
|
321
|
+
t.creator = "distributor System", t.lastModifiedBy = "distributor System", t.created = /* @__PURE__ */ new Date(), t.modified = /* @__PURE__ */ new Date(), t.lastPrinted = /* @__PURE__ */ new Date();
|
|
322
|
+
const e = t.addWorksheet("Sheet1");
|
|
323
|
+
return { workbook: t, worksheet: e };
|
|
324
324
|
}
|
|
325
|
-
async function
|
|
326
|
-
const l = Object.keys(
|
|
325
|
+
async function Kt(t, e, n) {
|
|
326
|
+
const l = Object.keys(n);
|
|
327
327
|
for (const r of l) {
|
|
328
|
-
const a =
|
|
328
|
+
const a = n[r], { type: o } = a;
|
|
329
329
|
switch (o) {
|
|
330
330
|
case "IMG":
|
|
331
|
-
await
|
|
331
|
+
await Ht(t, e, r);
|
|
332
332
|
break;
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
|
-
async function
|
|
337
|
-
const r = e.getColumn(
|
|
338
|
-
e.getColumn(
|
|
336
|
+
async function Ht(t, e, n, l) {
|
|
337
|
+
const r = e.getColumn(n), a = r.values;
|
|
338
|
+
e.getColumn(n).width = 20, e.eachRow((o, u) => {
|
|
339
339
|
u > 1 && (o.height = 40);
|
|
340
340
|
});
|
|
341
341
|
for (let o = 0, u = a.length; o < u; o++) {
|
|
342
342
|
if (o < 2)
|
|
343
343
|
continue;
|
|
344
344
|
let c = a[o];
|
|
345
|
-
c && (e.getCell(r.letter + o).value = "", await
|
|
345
|
+
c && (e.getCell(r.letter + o).value = "", await Nt(t, e, c, {
|
|
346
346
|
width: 100,
|
|
347
347
|
height: 50,
|
|
348
348
|
col: r._number - 1,
|
|
@@ -350,10 +350,10 @@ async function Kt(n, e, t, l) {
|
|
|
350
350
|
}));
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
async function
|
|
354
|
-
const { col: r, row: a, width: o, height: u } = l, { success: c, base64: w } = await
|
|
353
|
+
async function Nt(t, e, n, l) {
|
|
354
|
+
const { col: r, row: a, width: o, height: u } = l, { success: c, base64: w } = await Zt(n, 0.3);
|
|
355
355
|
if (c) {
|
|
356
|
-
const k =
|
|
356
|
+
const k = t.addImage({
|
|
357
357
|
base64: w,
|
|
358
358
|
extension: "jpeg"
|
|
359
359
|
});
|
|
@@ -363,81 +363,81 @@ async function Ht(n, e, t, l) {
|
|
|
363
363
|
});
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
|
-
function
|
|
367
|
-
const
|
|
368
|
-
return
|
|
369
|
-
|
|
366
|
+
function Zt(t, e = 1) {
|
|
367
|
+
const n = new Image();
|
|
368
|
+
return n.setAttribute("crossOrigin", "anonymous"), n.crossOrigin = "anonymous", n.src = t, new Promise((l, r) => {
|
|
369
|
+
n.onload = () => {
|
|
370
370
|
const a = document.createElement("canvas");
|
|
371
|
-
a.width =
|
|
371
|
+
a.width = n.width, a.height = n.height, a.getContext("2d").drawImage(n, 0, 0, a.width, a.height), l({
|
|
372
372
|
success: !0,
|
|
373
373
|
//canvas.toDataURL的方法将图片的绝对路径转换为base64编码
|
|
374
374
|
base64: a.toDataURL("image/jpeg", e)
|
|
375
375
|
});
|
|
376
|
-
},
|
|
376
|
+
}, n.onerror = () => {
|
|
377
377
|
l({ success: !1 });
|
|
378
378
|
};
|
|
379
379
|
});
|
|
380
380
|
}
|
|
381
|
-
function
|
|
382
|
-
if (
|
|
383
|
-
return String.fromCharCode(65 +
|
|
381
|
+
function Gt(t) {
|
|
382
|
+
if (t < 26)
|
|
383
|
+
return String.fromCharCode(65 + t);
|
|
384
384
|
{
|
|
385
|
-
const e = String.fromCharCode(65 + Math.floor((
|
|
386
|
-
return e +
|
|
385
|
+
const e = String.fromCharCode(65 + Math.floor((t - 26) / 26)), n = String.fromCharCode(65 + (t - 26) % 26);
|
|
386
|
+
return e + n;
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
|
-
function
|
|
389
|
+
function In(t) {
|
|
390
390
|
return new Promise((e) => {
|
|
391
391
|
setTimeout(() => {
|
|
392
392
|
e();
|
|
393
|
-
},
|
|
393
|
+
}, t);
|
|
394
394
|
});
|
|
395
395
|
}
|
|
396
|
-
function
|
|
397
|
-
return JSON.parse(JSON.stringify(
|
|
396
|
+
function Fn(t) {
|
|
397
|
+
return JSON.parse(JSON.stringify(t));
|
|
398
398
|
}
|
|
399
|
-
function
|
|
400
|
-
let e = [],
|
|
401
|
-
for (const r of
|
|
402
|
-
|
|
399
|
+
function Ln(t) {
|
|
400
|
+
let e = [], n = {}, l = (r, a) => Object.prototype.hasOwnProperty.call(r, a);
|
|
401
|
+
for (const r of t) {
|
|
402
|
+
n[r.id] = {
|
|
403
403
|
...r,
|
|
404
404
|
// 判断当前项的子项 如果map有存储就用存储的子项 否则初始化
|
|
405
|
-
children: l(
|
|
405
|
+
children: l(n, r.id) ? n[r.id].children : []
|
|
406
406
|
};
|
|
407
|
-
const a =
|
|
408
|
-
r.pid == -1 ? e.push(a) : (l(
|
|
407
|
+
const a = n[r.id];
|
|
408
|
+
r.pid == -1 ? e.push(a) : (l(n, r.pid) || (n[r.pid] = {
|
|
409
409
|
children: []
|
|
410
|
-
}),
|
|
410
|
+
}), n[r.pid].children.push(a));
|
|
411
411
|
}
|
|
412
412
|
return e;
|
|
413
413
|
}
|
|
414
|
-
function ct(
|
|
415
|
-
return
|
|
414
|
+
function ct(t, e = " ") {
|
|
415
|
+
return t ? t.split(e).filter((n) => n.trim()) : [];
|
|
416
416
|
}
|
|
417
417
|
class Ze {
|
|
418
|
-
constructor(e,
|
|
418
|
+
constructor(e, n = ["label", "value", "labelEn"]) {
|
|
419
419
|
this.list = e, this.map = new Map(
|
|
420
420
|
e.map((l) => {
|
|
421
421
|
let r = {
|
|
422
422
|
...l,
|
|
423
|
-
label: l[
|
|
424
|
-
value: l[
|
|
423
|
+
label: l[n[0]],
|
|
424
|
+
value: l[n[1]]
|
|
425
425
|
};
|
|
426
|
-
return
|
|
426
|
+
return n[2] && (r.labelEn = l[n[2]]), [l[n[1]], r];
|
|
427
427
|
})
|
|
428
428
|
);
|
|
429
429
|
}
|
|
430
|
-
getName(e,
|
|
430
|
+
getName(e, n) {
|
|
431
431
|
if (!this.has(e))
|
|
432
432
|
return "-";
|
|
433
433
|
const { label: l, labelEn: r } = this.map.get(e);
|
|
434
|
-
return (
|
|
434
|
+
return (n == "zh_cn" ? l : r) || l || "-";
|
|
435
435
|
}
|
|
436
436
|
getTag(e) {
|
|
437
437
|
if (!this.has(e))
|
|
438
438
|
return "info";
|
|
439
|
-
const { tag:
|
|
440
|
-
return
|
|
439
|
+
const { tag: n = "info" } = this.map.get(e);
|
|
440
|
+
return n;
|
|
441
441
|
}
|
|
442
442
|
getItem(e) {
|
|
443
443
|
return this.has(e) ? this.map.get(e) : null;
|
|
@@ -445,57 +445,57 @@ class Ze {
|
|
|
445
445
|
getColor(e) {
|
|
446
446
|
if (!this.has(e))
|
|
447
447
|
return null;
|
|
448
|
-
const { color:
|
|
449
|
-
return
|
|
448
|
+
const { color: n } = this.map.get(e);
|
|
449
|
+
return n;
|
|
450
450
|
}
|
|
451
451
|
has(e) {
|
|
452
452
|
return this.map.has(e);
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
|
-
function
|
|
456
|
-
if (
|
|
455
|
+
function Tn(t, e = [], n = "i18nName") {
|
|
456
|
+
if (t.length == 0)
|
|
457
457
|
return new Ze([]);
|
|
458
458
|
if (e.length < 2) {
|
|
459
459
|
const r = Ae();
|
|
460
460
|
throw new Error(r("tools.keysLengthError"));
|
|
461
461
|
}
|
|
462
|
-
let l =
|
|
462
|
+
let l = t.map((r) => {
|
|
463
463
|
let a = {};
|
|
464
|
-
return
|
|
464
|
+
return n && (a.labelEn = r[n]), e.forEach((o, u) => {
|
|
465
465
|
u === 0 ? a.label = r[o] : u === 1 ? a.value = r[o] : a[o] = r[o];
|
|
466
466
|
}), a;
|
|
467
467
|
});
|
|
468
468
|
return new Ze(l);
|
|
469
469
|
}
|
|
470
|
-
function En(
|
|
471
|
-
return
|
|
470
|
+
function En(t) {
|
|
471
|
+
return t ? t.replace(/<[^>]+>/g, "") : "";
|
|
472
472
|
}
|
|
473
|
-
function
|
|
474
|
-
return
|
|
473
|
+
function On(t) {
|
|
474
|
+
return t ? (t.includes("\\\\u") && (t = t.replace(/\\/g, "")), t.replace(/\\u[\dA-F]{4}/gi, (e) => String.fromCharCode(parseInt(e.replace(/\\u/g, ""), 16)))) : "";
|
|
475
475
|
}
|
|
476
|
-
function
|
|
477
|
-
let
|
|
478
|
-
return !(
|
|
476
|
+
function Dn(t, e = 10) {
|
|
477
|
+
let n = 1048576 * e;
|
|
478
|
+
return !(t.size > n);
|
|
479
479
|
}
|
|
480
|
-
function
|
|
481
|
-
return Array.from(10).fill(0).map((
|
|
480
|
+
function zn(t) {
|
|
481
|
+
return Array.from(10).fill(0).map((n, l) => t + "_" + l);
|
|
482
482
|
}
|
|
483
|
-
function
|
|
483
|
+
function Mn(t) {
|
|
484
484
|
let e = {};
|
|
485
|
-
return
|
|
486
|
-
let { key: r, option: a, type: o } =
|
|
485
|
+
return t.map((n, l) => {
|
|
486
|
+
let { key: r, option: a, type: o } = n, u = Gt(l);
|
|
487
487
|
a ? e[r] = `${u}---option` : o === "image" ? e[r] = `${u}---image` : e[r] = u;
|
|
488
488
|
}), e;
|
|
489
489
|
}
|
|
490
|
-
function
|
|
491
|
-
return e.split(".").reduce((
|
|
490
|
+
function Vn(t, e) {
|
|
491
|
+
return e.split(".").reduce((n, l) => n && n[l], t);
|
|
492
492
|
}
|
|
493
|
-
const pe = (
|
|
494
|
-
const
|
|
493
|
+
const pe = (t, e) => {
|
|
494
|
+
const n = t.__vccOpts || t;
|
|
495
495
|
for (const [l, r] of e)
|
|
496
|
-
|
|
497
|
-
return
|
|
498
|
-
},
|
|
496
|
+
n[l] = r;
|
|
497
|
+
return n;
|
|
498
|
+
}, Wt = {
|
|
499
499
|
__name: "index",
|
|
500
500
|
props: /* @__PURE__ */ He({
|
|
501
501
|
api: {
|
|
@@ -534,20 +534,20 @@ const pe = (n, e) => {
|
|
|
534
534
|
modelModifiers: {}
|
|
535
535
|
}),
|
|
536
536
|
emits: /* @__PURE__ */ He(["success", "change"], ["update:modelValue"]),
|
|
537
|
-
setup(
|
|
538
|
-
const
|
|
537
|
+
setup(t, { emit: e }) {
|
|
538
|
+
const n = t, l = wt(), { t: r, locale: a } = de(), o = kt(t, "modelValue"), u = q(""), c = se(() => {
|
|
539
539
|
if (l.remote !== void 0)
|
|
540
|
-
return
|
|
541
|
-
const h = ct(u.value), { data: g, labelValue: I } =
|
|
540
|
+
return n.data;
|
|
541
|
+
const h = ct(u.value), { data: g, labelValue: I } = n, L = g || x.value;
|
|
542
542
|
if (h.length == 0)
|
|
543
|
-
return
|
|
544
|
-
const { label:
|
|
545
|
-
let v = a.value == "en_us" ? C || "i18nName" :
|
|
546
|
-
return h.length == 1 ?
|
|
547
|
-
(
|
|
548
|
-
) :
|
|
549
|
-
let
|
|
550
|
-
return
|
|
543
|
+
return L;
|
|
544
|
+
const { label: Y, labelEn: C } = I;
|
|
545
|
+
let v = a.value == "en_us" ? C || "i18nName" : Y;
|
|
546
|
+
return h.length == 1 ? L.filter(
|
|
547
|
+
(H) => H[v].toLowerCase().includes(h[0].toLowerCase())
|
|
548
|
+
) : L.filter((H) => {
|
|
549
|
+
let j = !1;
|
|
550
|
+
return j = h.some((ye) => H[v].toLowerCase() == ye.toLowerCase()), j;
|
|
551
551
|
});
|
|
552
552
|
}), w = se({
|
|
553
553
|
get() {
|
|
@@ -556,17 +556,17 @@ const pe = (n, e) => {
|
|
|
556
556
|
set(h) {
|
|
557
557
|
return h;
|
|
558
558
|
}
|
|
559
|
-
}), k = e, x =
|
|
560
|
-
const { data: h } = await
|
|
559
|
+
}), k = e, x = q([]), y = async () => {
|
|
560
|
+
const { data: h } = await n.api();
|
|
561
561
|
x.value = [...h], k("success", x);
|
|
562
562
|
};
|
|
563
|
-
|
|
564
|
-
const p =
|
|
563
|
+
n.api && y();
|
|
564
|
+
const p = n.labelValue.label.split("-"), m = (h) => {
|
|
565
565
|
if (p.length == 1) {
|
|
566
|
-
if (
|
|
567
|
-
return r(h[
|
|
568
|
-
let g = a.value == "en_us" ? h[
|
|
569
|
-
return g = g || h[
|
|
566
|
+
if (n.changeLocal)
|
|
567
|
+
return r(h[n.labelValue.label]);
|
|
568
|
+
let g = a.value == "en_us" ? h[n.labelValue.labelEn || "i18nName"] : h[n.labelValue.label];
|
|
569
|
+
return g = g || h[n.labelValue.label], g;
|
|
570
570
|
} else {
|
|
571
571
|
let g = [];
|
|
572
572
|
return p.forEach((I) => {
|
|
@@ -575,28 +575,28 @@ const pe = (n, e) => {
|
|
|
575
575
|
}
|
|
576
576
|
};
|
|
577
577
|
function d(h) {
|
|
578
|
-
o.value = h ? c.value.map((g) => g[
|
|
578
|
+
o.value = h ? c.value.map((g) => g[n.labelValue.value]) : [], k("change", o.value);
|
|
579
579
|
}
|
|
580
580
|
function f(h) {
|
|
581
|
-
|
|
581
|
+
n.optionClick(h), k("change", l["value-key"] ? h : h[n.labelValue.value]);
|
|
582
582
|
}
|
|
583
583
|
function _(h) {
|
|
584
|
-
return o.value.length >=
|
|
584
|
+
return o.value.length >= n.maxLimit && !o.value.includes(h[n.labelValue.value]);
|
|
585
585
|
}
|
|
586
586
|
return (h, g) => {
|
|
587
|
-
const I =
|
|
588
|
-
return
|
|
587
|
+
const I = D("el-checkbox"), L = D("el-option"), Y = D("el-select");
|
|
588
|
+
return T(), R(Y, fe({
|
|
589
589
|
modelValue: o.value,
|
|
590
590
|
"onUpdate:modelValue": g[1] || (g[1] = (C) => o.value = C),
|
|
591
591
|
filterable: "",
|
|
592
592
|
"collapse-tags": "",
|
|
593
593
|
"collapse-tags-tooltip": "",
|
|
594
|
-
"filter-method":
|
|
594
|
+
"filter-method": Z(l).remote != null ? void 0 : (C) => u.value = C,
|
|
595
595
|
clearable: ""
|
|
596
|
-
},
|
|
596
|
+
}, Z(l), { onClear: t.optionClick }), {
|
|
597
597
|
default: A(() => [
|
|
598
|
-
|
|
599
|
-
|
|
598
|
+
Z(l).multiple != null && t.showCheckAll && t.maxLimit == null ? ie(h.$slots, "header", { key: 0 }, () => [
|
|
599
|
+
P(I, {
|
|
600
600
|
class: "mgl20",
|
|
601
601
|
modelValue: w.value,
|
|
602
602
|
"onUpdate:modelValue": g[0] || (g[0] = (C) => w.value = C),
|
|
@@ -608,20 +608,20 @@ const pe = (n, e) => {
|
|
|
608
608
|
_: 1
|
|
609
609
|
}, 8, ["modelValue"])
|
|
610
610
|
], !0) : ce("", !0),
|
|
611
|
-
(
|
|
611
|
+
(T(!0), re(Te, null, Je(c.value, (C, v) => (T(), R(L, {
|
|
612
612
|
key: v,
|
|
613
613
|
label: m(C),
|
|
614
|
-
disabled:
|
|
615
|
-
onClick:
|
|
616
|
-
value:
|
|
614
|
+
disabled: Z(l).multiple != null && t.maxLimit > 0 ? _(C) : !1,
|
|
615
|
+
onClick: Ee((K) => f(C), ["stop"]),
|
|
616
|
+
value: Z(l)["value-key"] ? C : C[t.labelValue.value]
|
|
617
617
|
}, null, 8, ["label", "disabled", "onClick", "value"]))), 128))
|
|
618
618
|
]),
|
|
619
619
|
_: 3
|
|
620
620
|
}, 16, ["modelValue", "filter-method", "onClear"]);
|
|
621
621
|
};
|
|
622
622
|
}
|
|
623
|
-
},
|
|
624
|
-
const
|
|
623
|
+
}, Jt = /* @__PURE__ */ pe(Wt, [["__scopeId", "data-v-34eb8641"]]);
|
|
624
|
+
const Qt = Ge({
|
|
625
625
|
props: {
|
|
626
626
|
name: {
|
|
627
627
|
tyepe: String,
|
|
@@ -629,33 +629,33 @@ const Jt = Ge({
|
|
|
629
629
|
}
|
|
630
630
|
}
|
|
631
631
|
});
|
|
632
|
-
function
|
|
633
|
-
const o =
|
|
634
|
-
return
|
|
632
|
+
function Xt(t, e, n, l, r, a) {
|
|
633
|
+
const o = D("el-icon");
|
|
634
|
+
return T(), R(o, { class: "cmp-icon" }, {
|
|
635
635
|
default: A(() => [
|
|
636
|
-
(
|
|
636
|
+
(T(), R(Qe(t.name)))
|
|
637
637
|
]),
|
|
638
638
|
_: 1
|
|
639
639
|
});
|
|
640
640
|
}
|
|
641
|
-
const ut = /* @__PURE__ */ pe(
|
|
641
|
+
const ut = /* @__PURE__ */ pe(Qt, [["render", Xt], ["__scopeId", "data-v-733f9daa"]]), An = {
|
|
642
642
|
__name: "index",
|
|
643
643
|
emits: ["ok", "no"],
|
|
644
|
-
setup(
|
|
645
|
-
const
|
|
646
|
-
|
|
644
|
+
setup(t, { emit: e }) {
|
|
645
|
+
const n = e, l = tt(() => {
|
|
646
|
+
n("ok");
|
|
647
647
|
}, 500);
|
|
648
648
|
function r() {
|
|
649
|
-
|
|
649
|
+
n("no");
|
|
650
650
|
}
|
|
651
651
|
return (a, o) => {
|
|
652
|
-
const u =
|
|
653
|
-
return
|
|
654
|
-
onConfirm:
|
|
652
|
+
const u = D("el-link"), c = D("el-popconfirm");
|
|
653
|
+
return T(), R(c, fe(a.$attrs, {
|
|
654
|
+
onConfirm: Z(l),
|
|
655
655
|
onCancel: r
|
|
656
656
|
}), {
|
|
657
657
|
reference: A(() => [
|
|
658
|
-
|
|
658
|
+
P(u, {
|
|
659
659
|
underline: "never",
|
|
660
660
|
type: a.$attrs.type
|
|
661
661
|
}, {
|
|
@@ -670,7 +670,7 @@ const ut = /* @__PURE__ */ pe(Jt, [["render", Qt], ["__scopeId", "data-v-733f9da
|
|
|
670
670
|
};
|
|
671
671
|
}
|
|
672
672
|
};
|
|
673
|
-
const
|
|
673
|
+
const en = ["accept"], tn = {
|
|
674
674
|
__name: "index",
|
|
675
675
|
props: {
|
|
676
676
|
accept: {
|
|
@@ -683,17 +683,17 @@ const Xt = ["accept"], en = {
|
|
|
683
683
|
}
|
|
684
684
|
},
|
|
685
685
|
emits: ["fileChange"],
|
|
686
|
-
setup(
|
|
687
|
-
const
|
|
686
|
+
setup(t, { emit: e }) {
|
|
687
|
+
const n = e, l = q(null);
|
|
688
688
|
function r(a) {
|
|
689
689
|
let o = a.target.files[0];
|
|
690
|
-
|
|
690
|
+
n("fileChange", o), l.value.value = null;
|
|
691
691
|
}
|
|
692
692
|
return (a, o) => {
|
|
693
|
-
const u =
|
|
694
|
-
return
|
|
695
|
-
|
|
696
|
-
loading:
|
|
693
|
+
const u = D("el-button");
|
|
694
|
+
return T(), re("span", null, [
|
|
695
|
+
P(u, {
|
|
696
|
+
loading: t.loading,
|
|
697
697
|
class: "mgr10",
|
|
698
698
|
onClick: o[0] || (o[0] = (c) => l.value.click())
|
|
699
699
|
}, {
|
|
@@ -706,18 +706,18 @@ const Xt = ["accept"], en = {
|
|
|
706
706
|
onChange: r,
|
|
707
707
|
ref_key: "input",
|
|
708
708
|
ref: l,
|
|
709
|
-
accept:
|
|
709
|
+
accept: t.accept,
|
|
710
710
|
style: { position: "absolute", width: "0px", height: "0px", opacity: "0" },
|
|
711
711
|
type: "file"
|
|
712
|
-
}, null, 40,
|
|
712
|
+
}, null, 40, en)
|
|
713
713
|
]);
|
|
714
714
|
};
|
|
715
715
|
}
|
|
716
|
-
},
|
|
717
|
-
function Me(
|
|
716
|
+
}, Pn = /* @__PURE__ */ pe(tn, [["__scopeId", "data-v-5f1449ad"]]);
|
|
717
|
+
function Me(t) {
|
|
718
718
|
let e = {};
|
|
719
|
-
return
|
|
720
|
-
const { key: l, type: r, option: a = {}, value: o, dateType: u } =
|
|
719
|
+
return t.forEach((n) => {
|
|
720
|
+
const { key: l, type: r, option: a = {}, value: o, dateType: u } = n;
|
|
721
721
|
if (l)
|
|
722
722
|
if (r == "input" && (a != null && a.multiple))
|
|
723
723
|
e[l] = ct(o);
|
|
@@ -732,7 +732,7 @@ function Me(n) {
|
|
|
732
732
|
e[l] = o;
|
|
733
733
|
}), e;
|
|
734
734
|
}
|
|
735
|
-
const
|
|
735
|
+
const nn = { key: 0 }, on = { class: "btns" }, ln = { class: "left" }, rn = { class: "right" }, an = {
|
|
736
736
|
__name: "index",
|
|
737
737
|
props: {
|
|
738
738
|
form: {
|
|
@@ -741,8 +741,8 @@ const tn = { key: 0 }, nn = { class: "btns" }, on = { class: "left" }, ln = { cl
|
|
|
741
741
|
}
|
|
742
742
|
},
|
|
743
743
|
emits: ["confirm", "reset", "visibleChange"],
|
|
744
|
-
setup(
|
|
745
|
-
const l =
|
|
744
|
+
setup(t, { expose: e, emit: n }) {
|
|
745
|
+
const l = t, r = n, a = q(!0), o = q(null), { t: u } = de(), c = se(() => a.value ? u("guan-bi") : u("zhan-kai"));
|
|
746
746
|
function w() {
|
|
747
747
|
r("confirm");
|
|
748
748
|
}
|
|
@@ -766,8 +766,8 @@ const tn = { key: 0 }, nn = { class: "btns" }, on = { class: "left" }, ln = { cl
|
|
|
766
766
|
});
|
|
767
767
|
}
|
|
768
768
|
return e({ getPrm: p, reset: d }), (f, _) => {
|
|
769
|
-
const h =
|
|
770
|
-
return
|
|
769
|
+
const h = D("el-input"), g = D("el-date-picker"), I = D("el-form-item"), L = D("el-form"), Y = D("el-link"), C = D("el-button");
|
|
770
|
+
return T(), re("div", {
|
|
771
771
|
class: "searchBar-container mgt10 mgb10",
|
|
772
772
|
onKeydown: _t(w, ["enter"])
|
|
773
773
|
}, [
|
|
@@ -775,47 +775,47 @@ const tn = { key: 0 }, nn = { class: "btns" }, on = { class: "left" }, ln = { cl
|
|
|
775
775
|
class: "searchBar",
|
|
776
776
|
style: St({ height: a.value ? "auto" : "42px" })
|
|
777
777
|
}, [
|
|
778
|
-
|
|
778
|
+
P(L, {
|
|
779
779
|
inline: "",
|
|
780
|
-
model:
|
|
780
|
+
model: t.form.data
|
|
781
781
|
}, {
|
|
782
782
|
default: A(() => [
|
|
783
|
-
(
|
|
783
|
+
(T(!0), re(Te, null, Je(t.form.items.filter((v) => !v.hidden), (v) => (T(), re(Te, {
|
|
784
784
|
key: v.key
|
|
785
785
|
}, [
|
|
786
|
-
v.type == "br" ? (
|
|
786
|
+
v.type == "br" ? (T(), re("br", nn)) : (T(), R(I, {
|
|
787
787
|
key: 1,
|
|
788
788
|
label: v.name
|
|
789
789
|
}, {
|
|
790
790
|
default: A(() => {
|
|
791
|
-
var
|
|
791
|
+
var K, H;
|
|
792
792
|
return [
|
|
793
|
-
v.type === "input" ? (
|
|
793
|
+
v.type === "input" ? (T(), R(h, {
|
|
794
794
|
key: 0,
|
|
795
795
|
modelValue: v.value,
|
|
796
|
-
"onUpdate:modelValue": (
|
|
797
|
-
class:
|
|
796
|
+
"onUpdate:modelValue": (j) => v.value = j,
|
|
797
|
+
class: Oe(((K = v.option) == null ? void 0 : K.class) || "w150"),
|
|
798
798
|
placeholder: f.$t("qing-shu-ru"),
|
|
799
799
|
clearable: ""
|
|
800
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "class", "placeholder"])) : v.type === "custom" ? (
|
|
801
|
-
v.type === "select" ? (
|
|
800
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "class", "placeholder"])) : v.type === "custom" ? (T(), R(Qe(v.render), { key: 1 })) : ce("", !0),
|
|
801
|
+
v.type === "select" ? (T(), R(Jt, fe({
|
|
802
802
|
key: 2,
|
|
803
|
-
class: ((
|
|
803
|
+
class: ((H = v.option) == null ? void 0 : H.class) || "w150",
|
|
804
804
|
modelValue: v.value,
|
|
805
|
-
"onUpdate:modelValue": (
|
|
805
|
+
"onUpdate:modelValue": (j) => v.value = j
|
|
806
806
|
}, { ref_for: !0 }, v.option, {
|
|
807
807
|
onChange: w,
|
|
808
|
-
onClear: (
|
|
808
|
+
onClear: (j) => k(v)
|
|
809
809
|
}), null, 16, ["class", "modelValue", "onUpdate:modelValue", "onClear"])) : ce("", !0),
|
|
810
|
-
v.type === "date" ? (
|
|
810
|
+
v.type === "date" ? (T(), R(g, {
|
|
811
811
|
key: 3,
|
|
812
|
-
class:
|
|
812
|
+
class: Oe({ datetimerange: "w300", daterange: "w200" }[v.dateType] || "w100"),
|
|
813
813
|
modelValue: v.value,
|
|
814
|
-
"onUpdate:modelValue": (
|
|
814
|
+
"onUpdate:modelValue": (j) => v.value = j,
|
|
815
815
|
"value-format": { datetimerange: "YYYY-MM-DD HH:mm:ss", daterange: "YYYY-MM-DD" }[v.dateType] || "YYYY-MM-DD",
|
|
816
816
|
type: v.dateType || "date",
|
|
817
|
-
onFocus: (
|
|
818
|
-
onChange: (
|
|
817
|
+
onFocus: (j) => o.value = v,
|
|
818
|
+
onChange: (j) => y(),
|
|
819
819
|
placeholder: f.$t("qing-xuan-ze"),
|
|
820
820
|
"start-placeholder": f.$t("kai-shi-shi-jian"),
|
|
821
821
|
"end-placeholder": f.$t("jie-shu-shi-jian")
|
|
@@ -829,12 +829,12 @@ const tn = { key: 0 }, nn = { class: "btns" }, on = { class: "left" }, ln = { cl
|
|
|
829
829
|
_: 1
|
|
830
830
|
}, 8, ["model"])
|
|
831
831
|
], 4),
|
|
832
|
-
ae("div",
|
|
833
|
-
ae("div",
|
|
832
|
+
ae("div", on, [
|
|
833
|
+
ae("div", ln, [
|
|
834
834
|
ie(f.$slots, "table-header-left", {}, void 0, !0)
|
|
835
835
|
]),
|
|
836
|
-
ae("div",
|
|
837
|
-
|
|
836
|
+
ae("div", rn, [
|
|
837
|
+
P(Y, {
|
|
838
838
|
underline: "never",
|
|
839
839
|
class: "mgr10",
|
|
840
840
|
onClick: _[0] || (_[0] = () => {
|
|
@@ -842,14 +842,14 @@ const tn = { key: 0 }, nn = { class: "btns" }, on = { class: "left" }, ln = { cl
|
|
|
842
842
|
})
|
|
843
843
|
}, {
|
|
844
844
|
default: A(() => [
|
|
845
|
-
|
|
845
|
+
P(ut, {
|
|
846
846
|
name: a.value ? "ArrowUp" : "ArrowDown"
|
|
847
847
|
}, null, 8, ["name"]),
|
|
848
848
|
te(" " + ne(c.value), 1)
|
|
849
849
|
]),
|
|
850
850
|
_: 1
|
|
851
851
|
}),
|
|
852
|
-
|
|
852
|
+
P(C, {
|
|
853
853
|
type: "primary",
|
|
854
854
|
onClick: w
|
|
855
855
|
}, {
|
|
@@ -858,7 +858,7 @@ const tn = { key: 0 }, nn = { class: "btns" }, on = { class: "left" }, ln = { cl
|
|
|
858
858
|
]),
|
|
859
859
|
_: 1
|
|
860
860
|
}),
|
|
861
|
-
|
|
861
|
+
P(C, {
|
|
862
862
|
type: "primary",
|
|
863
863
|
onClick: x
|
|
864
864
|
}, {
|
|
@@ -873,7 +873,7 @@ const tn = { key: 0 }, nn = { class: "btns" }, on = { class: "left" }, ln = { cl
|
|
|
873
873
|
], 32);
|
|
874
874
|
};
|
|
875
875
|
}
|
|
876
|
-
},
|
|
876
|
+
}, sn = /* @__PURE__ */ pe(an, [["__scopeId", "data-v-32ac9990"]]), dt = {
|
|
877
877
|
// 分页参数名
|
|
878
878
|
pageNoKey: "pageNo",
|
|
879
879
|
// 页码参数名
|
|
@@ -903,24 +903,24 @@ const tn = { key: 0 }, nn = { class: "btns" }, on = { class: "left" }, ln = { cl
|
|
|
903
903
|
enableCellCopy: !0
|
|
904
904
|
// 是否启用单元格选区复制功能
|
|
905
905
|
};
|
|
906
|
-
let
|
|
907
|
-
function
|
|
908
|
-
|
|
909
|
-
...
|
|
910
|
-
...
|
|
906
|
+
let ge = { ...dt };
|
|
907
|
+
function Rn(t) {
|
|
908
|
+
ge = {
|
|
909
|
+
...ge,
|
|
910
|
+
...t,
|
|
911
911
|
responseDataKeys: {
|
|
912
|
-
...
|
|
913
|
-
...
|
|
912
|
+
...ge.responseDataKeys,
|
|
913
|
+
...t.responseDataKeys || {}
|
|
914
914
|
}
|
|
915
915
|
};
|
|
916
916
|
}
|
|
917
|
-
function
|
|
918
|
-
return
|
|
917
|
+
function cn() {
|
|
918
|
+
return ge;
|
|
919
919
|
}
|
|
920
|
-
function
|
|
921
|
-
|
|
920
|
+
function jn() {
|
|
921
|
+
ge = { ...dt };
|
|
922
922
|
}
|
|
923
|
-
const
|
|
923
|
+
const un = { class: "center" }, dn = {
|
|
924
924
|
__name: "index",
|
|
925
925
|
props: {
|
|
926
926
|
// 表格id 本地存储列设置时使用,不传则使用路由路径自动生成
|
|
@@ -956,8 +956,8 @@ const cn = { class: "center" }, un = {
|
|
|
956
956
|
default: () => ({})
|
|
957
957
|
}
|
|
958
958
|
},
|
|
959
|
-
setup(
|
|
960
|
-
const { t, locale: l } = de(), r =
|
|
959
|
+
setup(t, { expose: e }) {
|
|
960
|
+
const { t: n, locale: l } = de(), r = Et(), a = cn(), o = t, u = q(!1), c = q([]);
|
|
961
961
|
o.searchForm.showSearch === void 0 && (o.searchForm.showSearch = a.showSearch), o.searchForm.showPage === void 0 && (o.searchForm.showPage = a.showPage), o.searchForm.showShadow === void 0 && (o.searchForm.showShadow = a.showShadow), o.searchForm.showCheckBox === void 0 && (o.searchForm.showCheckBox = a.showCheckBox), o.searchForm.enableCellCopy === void 0 && (o.searchForm.enableCellCopy = a.enableCellCopy), o.searchForm.selections || (o.searchForm.selections = []);
|
|
962
962
|
const w = se(() => {
|
|
963
963
|
const i = r.path.replace(/\//g, "-").replace(/^-/, "") || "default-table";
|
|
@@ -966,12 +966,12 @@ const cn = { class: "center" }, un = {
|
|
|
966
966
|
[x]: 1,
|
|
967
967
|
[y]: o.searchForm.defaultPageSize || a.defaultPageSize,
|
|
968
968
|
total: 0
|
|
969
|
-
}), m =
|
|
969
|
+
}), m = q(null), d = q(null), f = q(450), _ = tt(() => {
|
|
970
970
|
Fe(() => {
|
|
971
971
|
if (!d.value)
|
|
972
972
|
return;
|
|
973
|
-
const s = d.value.getBoundingClientRect(), b = window.innerHeight, F = s.top, M = 100,
|
|
974
|
-
f.value = Math.max(
|
|
973
|
+
const s = d.value.getBoundingClientRect(), b = window.innerHeight, F = s.top, M = 100, N = b - F - M, E = 200;
|
|
974
|
+
f.value = Math.max(N, E);
|
|
975
975
|
});
|
|
976
976
|
}, 100), h = () => {
|
|
977
977
|
_();
|
|
@@ -985,7 +985,7 @@ const cn = { class: "center" }, un = {
|
|
|
985
985
|
return s.classList.add("cell-copy-enabled"), s.setAttribute("tabindex", "-1"), s.removeEventListener("mousedown", xe), s.removeEventListener("mousemove", we), s.removeEventListener("mouseup", ke), s.removeEventListener("keydown", Se), s.addEventListener("mousedown", xe), s.addEventListener("mousemove", we), s.addEventListener("mouseup", ke), s.addEventListener("keydown", Se), !0;
|
|
986
986
|
};
|
|
987
987
|
We(() => {
|
|
988
|
-
_(), window.addEventListener("resize", h), o.searchForm.enableCellCopy && (document.addEventListener("mouseup",
|
|
988
|
+
_(), window.addEventListener("resize", h), o.searchForm.enableCellCopy && (document.addEventListener("mouseup", Ue), document.addEventListener("mousedown", qe), setTimeout(() => {
|
|
989
989
|
g();
|
|
990
990
|
}, 500));
|
|
991
991
|
}), $t(() => {
|
|
@@ -994,7 +994,7 @@ const cn = { class: "center" }, un = {
|
|
|
994
994
|
}, 500);
|
|
995
995
|
}), It(() => {
|
|
996
996
|
if (window.removeEventListener("resize", h), o.searchForm.enableCellCopy) {
|
|
997
|
-
document.removeEventListener("mouseup",
|
|
997
|
+
document.removeEventListener("mouseup", Ue), document.removeEventListener("mousedown", qe);
|
|
998
998
|
const i = m.value;
|
|
999
999
|
if (i && i.$el) {
|
|
1000
1000
|
const s = i.$el;
|
|
@@ -1003,27 +1003,27 @@ const cn = { class: "center" }, un = {
|
|
|
1003
1003
|
}
|
|
1004
1004
|
});
|
|
1005
1005
|
const I = se(() => Ce.value.height || f.value);
|
|
1006
|
-
let
|
|
1007
|
-
async function
|
|
1006
|
+
let L;
|
|
1007
|
+
async function Y(i) {
|
|
1008
1008
|
const { dataFormat: s } = o.tableConfig;
|
|
1009
|
-
i[x] != 1 && (i.nextSearchAfter =
|
|
1009
|
+
i[x] != 1 && (i.nextSearchAfter = L), u.value = !0;
|
|
1010
1010
|
const { code: b, data: F = {} } = await o.api(i).finally(() => {
|
|
1011
1011
|
u.value = !1, o.searchForm.selections = [];
|
|
1012
1012
|
});
|
|
1013
1013
|
if (b == 200) {
|
|
1014
1014
|
let M = [];
|
|
1015
|
-
for (const
|
|
1016
|
-
if (F[
|
|
1017
|
-
M = F[
|
|
1015
|
+
for (const E of a.responseDataKeys.rows)
|
|
1016
|
+
if (F[E]) {
|
|
1017
|
+
M = F[E];
|
|
1018
1018
|
break;
|
|
1019
1019
|
}
|
|
1020
|
-
let
|
|
1021
|
-
for (const
|
|
1022
|
-
if (F[
|
|
1023
|
-
|
|
1020
|
+
let N = 0;
|
|
1021
|
+
for (const E of a.responseDataKeys.total)
|
|
1022
|
+
if (F[E] !== void 0) {
|
|
1023
|
+
N = F[E];
|
|
1024
1024
|
break;
|
|
1025
1025
|
}
|
|
1026
|
-
c.value = s ? s(M) : M, p.total =
|
|
1026
|
+
c.value = s ? s(M) : M, p.total = N, L = F.nextSearchAfter, o.searchForm.enableCellCopy && Fe(() => {
|
|
1027
1027
|
setTimeout(() => {
|
|
1028
1028
|
g();
|
|
1029
1029
|
}, 100);
|
|
@@ -1032,7 +1032,7 @@ const cn = { class: "center" }, un = {
|
|
|
1032
1032
|
}
|
|
1033
1033
|
function C(i = {}) {
|
|
1034
1034
|
const { searchData: s = () => ({}) } = o.tableConfig, b = s();
|
|
1035
|
-
|
|
1035
|
+
Y({ ...p, ...Me(o.searchForm.items), ...i, ...b });
|
|
1036
1036
|
}
|
|
1037
1037
|
function v() {
|
|
1038
1038
|
const { reset: i } = o.tableConfig;
|
|
@@ -1042,13 +1042,13 @@ const cn = { class: "center" }, un = {
|
|
|
1042
1042
|
}), C();
|
|
1043
1043
|
}
|
|
1044
1044
|
o.api && o.immediate && C();
|
|
1045
|
-
function
|
|
1045
|
+
function K() {
|
|
1046
1046
|
return { ...p, ...Me(o.searchForm.items) };
|
|
1047
1047
|
}
|
|
1048
|
-
const
|
|
1048
|
+
const H = () => {
|
|
1049
1049
|
const i = m.value;
|
|
1050
1050
|
i && i.clearSort();
|
|
1051
|
-
},
|
|
1051
|
+
}, j = ve({
|
|
1052
1052
|
storage: !0
|
|
1053
1053
|
}), ye = ve({
|
|
1054
1054
|
drag: !0,
|
|
@@ -1059,7 +1059,7 @@ const cn = { class: "center" }, un = {
|
|
|
1059
1059
|
return {
|
|
1060
1060
|
headerAlign: "left",
|
|
1061
1061
|
align: "center",
|
|
1062
|
-
customConfig: { ...
|
|
1062
|
+
customConfig: { ...j, ...i },
|
|
1063
1063
|
columnConfig: { ...ye, ...s },
|
|
1064
1064
|
// 列过多时 自动宽度 虚拟滚动会闪屏 关闭虚拟滚动
|
|
1065
1065
|
"virtual-x-config": {
|
|
@@ -1079,7 +1079,7 @@ const cn = { class: "center" }, un = {
|
|
|
1079
1079
|
// 结束单元格
|
|
1080
1080
|
selectedCells: []
|
|
1081
1081
|
// 选中的单元格列表 [{ rowIndex, colIndex }]
|
|
1082
|
-
}),
|
|
1082
|
+
}), Pe = (i) => {
|
|
1083
1083
|
const s = i.closest(".vxe-body--column");
|
|
1084
1084
|
if (!s || s.classList.contains("col--checkbox") || s.classList.contains("col--seq"))
|
|
1085
1085
|
return null;
|
|
@@ -1090,33 +1090,33 @@ const cn = { class: "center" }, un = {
|
|
|
1090
1090
|
if (!F)
|
|
1091
1091
|
return null;
|
|
1092
1092
|
let M = -1;
|
|
1093
|
-
const
|
|
1094
|
-
if (
|
|
1095
|
-
M = parseInt(
|
|
1093
|
+
const N = b.getAttribute("data-rowid");
|
|
1094
|
+
if (N != null)
|
|
1095
|
+
M = parseInt(N, 10);
|
|
1096
1096
|
else {
|
|
1097
|
-
const
|
|
1098
|
-
M = Array.from(
|
|
1097
|
+
const O = b.parentElement;
|
|
1098
|
+
M = Array.from(O.querySelectorAll(".vxe-body--row")).indexOf(b);
|
|
1099
1099
|
}
|
|
1100
1100
|
if (M < 0)
|
|
1101
1101
|
return null;
|
|
1102
|
-
let
|
|
1102
|
+
let E = -1;
|
|
1103
1103
|
const ee = s.getAttribute("data-colid");
|
|
1104
|
-
if (ee && (
|
|
1105
|
-
const $ = Array.from(b.querySelectorAll(".vxe-body--column")).indexOf(s), U = !!s.closest(".vxe-table--fixed-left-wrapper"),
|
|
1104
|
+
if (ee && (E = F.getColumns().findIndex(($) => $.id === ee)), E < 0) {
|
|
1105
|
+
const $ = Array.from(b.querySelectorAll(".vxe-body--column")).indexOf(s), U = !!s.closest(".vxe-table--fixed-left-wrapper"), G = !!s.closest(".vxe-table--fixed-right-wrapper"), V = F.getColumns();
|
|
1106
1106
|
if (U) {
|
|
1107
|
-
const
|
|
1108
|
-
$ <
|
|
1109
|
-
} else if (
|
|
1110
|
-
const
|
|
1111
|
-
$ <
|
|
1107
|
+
const W = V.filter((B) => B.fixed === "left");
|
|
1108
|
+
$ < W.length && (E = V.indexOf(W[$]));
|
|
1109
|
+
} else if (G) {
|
|
1110
|
+
const W = V.filter((B) => B.fixed === "right");
|
|
1111
|
+
$ < W.length && (E = V.indexOf(W[$]));
|
|
1112
1112
|
} else {
|
|
1113
|
-
const
|
|
1114
|
-
|
|
1113
|
+
const W = o.searchForm.showCheckBox ? 1 : 0;
|
|
1114
|
+
E = V.filter((J) => J.fixed === "left").length + $ - W;
|
|
1115
1115
|
}
|
|
1116
1116
|
}
|
|
1117
|
-
return
|
|
1117
|
+
return E < 0 ? null : { rowIndex: M, colIndex: E, cell: s };
|
|
1118
1118
|
}, xe = (i) => {
|
|
1119
|
-
const s =
|
|
1119
|
+
const s = Pe(i.target);
|
|
1120
1120
|
if (!s) {
|
|
1121
1121
|
_e();
|
|
1122
1122
|
return;
|
|
@@ -1124,15 +1124,15 @@ const cn = { class: "center" }, un = {
|
|
|
1124
1124
|
S.isSelecting = !0, S.startCell = {
|
|
1125
1125
|
rowIndex: s.rowIndex,
|
|
1126
1126
|
colIndex: s.colIndex
|
|
1127
|
-
}, S.endCell = { ...S.startCell },
|
|
1127
|
+
}, S.endCell = { ...S.startCell }, Re(), je();
|
|
1128
1128
|
}, we = (i) => {
|
|
1129
1129
|
if (!S.isSelecting)
|
|
1130
1130
|
return;
|
|
1131
|
-
const s =
|
|
1131
|
+
const s = Pe(i.target);
|
|
1132
1132
|
s && (S.endCell = {
|
|
1133
1133
|
rowIndex: s.rowIndex,
|
|
1134
1134
|
colIndex: s.colIndex
|
|
1135
|
-
},
|
|
1135
|
+
}, Re(), je());
|
|
1136
1136
|
}, ke = () => {
|
|
1137
1137
|
S.isSelecting = !1;
|
|
1138
1138
|
}, _e = () => {
|
|
@@ -1151,20 +1151,20 @@ const cn = { class: "center" }, un = {
|
|
|
1151
1151
|
"cell-border-left"
|
|
1152
1152
|
);
|
|
1153
1153
|
});
|
|
1154
|
-
},
|
|
1154
|
+
}, Re = () => {
|
|
1155
1155
|
if (!S.startCell || !S.endCell) {
|
|
1156
1156
|
S.selectedCells = [];
|
|
1157
1157
|
return;
|
|
1158
1158
|
}
|
|
1159
|
-
const i = S.startCell.rowIndex, s = S.endCell.rowIndex, b = S.startCell.colIndex, F = S.endCell.colIndex, M = Math.min(i, s),
|
|
1159
|
+
const i = S.startCell.rowIndex, s = S.endCell.rowIndex, b = S.startCell.colIndex, F = S.endCell.colIndex, M = Math.min(i, s), N = Math.max(i, s), E = Math.min(b, F), ee = Math.max(b, F);
|
|
1160
1160
|
S.selectedCells = [];
|
|
1161
|
-
for (let
|
|
1162
|
-
for (let $ =
|
|
1161
|
+
for (let O = M; O <= N; O++)
|
|
1162
|
+
for (let $ = E; $ <= ee; $++)
|
|
1163
1163
|
S.selectedCells.push({
|
|
1164
|
-
rowIndex:
|
|
1164
|
+
rowIndex: O,
|
|
1165
1165
|
colIndex: $
|
|
1166
1166
|
});
|
|
1167
|
-
},
|
|
1167
|
+
}, je = () => {
|
|
1168
1168
|
Fe(() => {
|
|
1169
1169
|
const i = m.value;
|
|
1170
1170
|
if (!i)
|
|
@@ -1182,34 +1182,34 @@ const cn = { class: "center" }, un = {
|
|
|
1182
1182
|
);
|
|
1183
1183
|
}), S.selectedCells.length === 0)
|
|
1184
1184
|
return;
|
|
1185
|
-
const b = i.getColumns(), F = S.selectedCells.map((U) => U.rowIndex), M = S.selectedCells.map((U) => U.colIndex),
|
|
1185
|
+
const b = i.getColumns(), F = S.selectedCells.map((U) => U.rowIndex), M = S.selectedCells.map((U) => U.colIndex), N = Math.min(...F), E = Math.max(...F), ee = Math.min(...M), O = Math.max(...M), $ = [
|
|
1186
1186
|
s.querySelector(".vxe-table--body-wrapper tbody"),
|
|
1187
1187
|
s.querySelector(".vxe-table--fixed-left-wrapper tbody"),
|
|
1188
1188
|
s.querySelector(".vxe-table--fixed-right-wrapper tbody")
|
|
1189
1189
|
].filter(Boolean);
|
|
1190
|
-
S.selectedCells.forEach(({ rowIndex: U, colIndex:
|
|
1191
|
-
const
|
|
1192
|
-
if (!
|
|
1190
|
+
S.selectedCells.forEach(({ rowIndex: U, colIndex: G }) => {
|
|
1191
|
+
const V = b[G];
|
|
1192
|
+
if (!V)
|
|
1193
1193
|
return;
|
|
1194
|
-
const
|
|
1194
|
+
const W = V.fixed === "left", B = V.fixed === "right";
|
|
1195
1195
|
for (const J of $) {
|
|
1196
|
-
const
|
|
1197
|
-
if (!
|
|
1196
|
+
const he = J.querySelectorAll(".vxe-body--row")[U];
|
|
1197
|
+
if (!he)
|
|
1198
1198
|
continue;
|
|
1199
|
-
const oe = Array.from(
|
|
1200
|
-
let
|
|
1201
|
-
if (
|
|
1202
|
-
const Q = b.filter((X) => X.fixed === "left").indexOf(
|
|
1203
|
-
|
|
1204
|
-
} else if (
|
|
1205
|
-
const Q = b.filter((X) => X.fixed === "right").indexOf(
|
|
1206
|
-
|
|
1207
|
-
} else if (!
|
|
1208
|
-
const le = o.searchForm.showCheckBox ? 1 : 0, Q = b.filter(($e) => $e.fixed === "left").length, X =
|
|
1209
|
-
|
|
1199
|
+
const oe = Array.from(he.querySelectorAll(".vxe-body--column"));
|
|
1200
|
+
let z = null;
|
|
1201
|
+
if (W && J.closest(".vxe-table--fixed-left-wrapper")) {
|
|
1202
|
+
const Q = b.filter((X) => X.fixed === "left").indexOf(V);
|
|
1203
|
+
z = oe[Q];
|
|
1204
|
+
} else if (B && J.closest(".vxe-table--fixed-right-wrapper")) {
|
|
1205
|
+
const Q = b.filter((X) => X.fixed === "right").indexOf(V);
|
|
1206
|
+
z = oe[Q];
|
|
1207
|
+
} else if (!W && !B && J.closest(".vxe-table--body-wrapper")) {
|
|
1208
|
+
const le = o.searchForm.showCheckBox ? 1 : 0, Q = b.filter(($e) => $e.fixed === "left").length, X = G - Q;
|
|
1209
|
+
z = oe[X + le];
|
|
1210
1210
|
}
|
|
1211
|
-
if (
|
|
1212
|
-
|
|
1211
|
+
if (z && !z.classList.contains("col--checkbox") && !z.classList.contains("col--seq")) {
|
|
1212
|
+
z.classList.add("cell-selected"), U === N && z.classList.add("cell-border-top"), U === E && z.classList.add("cell-border-bottom"), G === ee && z.classList.add("cell-border-left"), G === O && z.classList.add("cell-border-right");
|
|
1213
1213
|
break;
|
|
1214
1214
|
}
|
|
1215
1215
|
}
|
|
@@ -1221,59 +1221,59 @@ const cn = { class: "center" }, un = {
|
|
|
1221
1221
|
const i = m.value;
|
|
1222
1222
|
if (!i)
|
|
1223
1223
|
return;
|
|
1224
|
-
const s = i.$el, b = i.getColumns(), F = [...new Set(S.selectedCells.map((
|
|
1225
|
-
(
|
|
1226
|
-
), M = [...new Set(S.selectedCells.map((
|
|
1227
|
-
(
|
|
1228
|
-
),
|
|
1224
|
+
const s = i.$el, b = i.getColumns(), F = [...new Set(S.selectedCells.map((O) => O.rowIndex))].sort(
|
|
1225
|
+
(O, $) => O - $
|
|
1226
|
+
), M = [...new Set(S.selectedCells.map((O) => O.colIndex))].sort(
|
|
1227
|
+
(O, $) => O - $
|
|
1228
|
+
), N = [
|
|
1229
1229
|
s.querySelector(".vxe-table--body-wrapper tbody"),
|
|
1230
1230
|
s.querySelector(".vxe-table--fixed-left-wrapper tbody"),
|
|
1231
1231
|
s.querySelector(".vxe-table--fixed-right-wrapper tbody")
|
|
1232
|
-
].filter(Boolean),
|
|
1233
|
-
F.forEach((
|
|
1232
|
+
].filter(Boolean), E = [];
|
|
1233
|
+
F.forEach((O) => {
|
|
1234
1234
|
const $ = [];
|
|
1235
1235
|
M.forEach((U) => {
|
|
1236
|
-
const
|
|
1237
|
-
if (!
|
|
1236
|
+
const G = b[U];
|
|
1237
|
+
if (!G) {
|
|
1238
1238
|
$.push("");
|
|
1239
1239
|
return;
|
|
1240
1240
|
}
|
|
1241
|
-
const
|
|
1242
|
-
let
|
|
1243
|
-
for (const J of
|
|
1244
|
-
const
|
|
1245
|
-
if (!
|
|
1241
|
+
const V = G.fixed === "left", W = G.fixed === "right";
|
|
1242
|
+
let B = "";
|
|
1243
|
+
for (const J of N) {
|
|
1244
|
+
const he = J.querySelectorAll(".vxe-body--row")[O];
|
|
1245
|
+
if (!he)
|
|
1246
1246
|
continue;
|
|
1247
|
-
const oe = Array.from(
|
|
1248
|
-
let
|
|
1249
|
-
if (
|
|
1250
|
-
const Q = b.filter((X) => X.fixed === "left").indexOf(
|
|
1251
|
-
|
|
1252
|
-
} else if (
|
|
1253
|
-
const Q = b.filter((X) => X.fixed === "right").indexOf(
|
|
1254
|
-
|
|
1255
|
-
} else if (!
|
|
1247
|
+
const oe = Array.from(he.querySelectorAll(".vxe-body--column"));
|
|
1248
|
+
let z = null;
|
|
1249
|
+
if (V && J.closest(".vxe-table--fixed-left-wrapper")) {
|
|
1250
|
+
const Q = b.filter((X) => X.fixed === "left").indexOf(G);
|
|
1251
|
+
z = oe[Q];
|
|
1252
|
+
} else if (W && J.closest(".vxe-table--fixed-right-wrapper")) {
|
|
1253
|
+
const Q = b.filter((X) => X.fixed === "right").indexOf(G);
|
|
1254
|
+
z = oe[Q];
|
|
1255
|
+
} else if (!V && !W && J.closest(".vxe-table--body-wrapper")) {
|
|
1256
1256
|
const le = o.searchForm.showCheckBox ? 1 : 0, Q = b.filter(($e) => $e.fixed === "left").length, X = U - Q;
|
|
1257
|
-
|
|
1257
|
+
z = oe[X + le];
|
|
1258
1258
|
}
|
|
1259
|
-
if (
|
|
1260
|
-
|
|
1259
|
+
if (z && !z.classList.contains("col--checkbox") && !z.classList.contains("col--seq")) {
|
|
1260
|
+
B = z.innerText || z.textContent || "", B = B.trim(), B = B.replace(/\n/g, " ").replace(/\s+/g, " ");
|
|
1261
1261
|
break;
|
|
1262
1262
|
}
|
|
1263
1263
|
}
|
|
1264
|
-
$.push(
|
|
1265
|
-
}),
|
|
1264
|
+
$.push(B);
|
|
1265
|
+
}), E.push($.join(" "));
|
|
1266
1266
|
});
|
|
1267
|
-
const ee =
|
|
1267
|
+
const ee = E.join(`
|
|
1268
1268
|
`);
|
|
1269
1269
|
try {
|
|
1270
1270
|
await navigator.clipboard.writeText(ee);
|
|
1271
|
-
} catch (
|
|
1272
|
-
console.error("复制失败:",
|
|
1271
|
+
} catch (O) {
|
|
1272
|
+
console.error("复制失败:", O);
|
|
1273
1273
|
}
|
|
1274
1274
|
}, Se = (i) => {
|
|
1275
1275
|
o.searchForm.enableCellCopy && ((i.ctrlKey || i.metaKey) && i.key === "c" ? S.selectedCells.length > 0 && (i.preventDefault(), i.stopPropagation(), ht()) : i.key === "Escape" && _e());
|
|
1276
|
-
},
|
|
1276
|
+
}, Ue = () => {
|
|
1277
1277
|
S.isSelecting = !1;
|
|
1278
1278
|
}, qe = (i) => {
|
|
1279
1279
|
const s = m.value;
|
|
@@ -1297,27 +1297,27 @@ const cn = { class: "center" }, un = {
|
|
|
1297
1297
|
o.searchForm.selections = b;
|
|
1298
1298
|
}
|
|
1299
1299
|
};
|
|
1300
|
-
return e({ tableRef: m, getList: C, getPrm:
|
|
1301
|
-
var
|
|
1302
|
-
const b =
|
|
1303
|
-
return
|
|
1304
|
-
class:
|
|
1300
|
+
return e({ tableRef: m, getList: C, getPrm: K, clearSort: H, calculateTableHeight: _ }), (i, s) => {
|
|
1301
|
+
var O;
|
|
1302
|
+
const b = D("el-button"), F = D("el-checkbox"), M = D("el-text"), N = D("vxe-column"), E = D("VxeTable"), ee = D("el-pagination");
|
|
1303
|
+
return T(), re("div", {
|
|
1304
|
+
class: Oe({ box: t.searchForm.showShadow })
|
|
1305
1305
|
}, [
|
|
1306
|
-
|
|
1306
|
+
t.searchForm.showSearch ? (T(), R(sn, {
|
|
1307
1307
|
key: 0,
|
|
1308
|
-
form:
|
|
1308
|
+
form: t.searchForm,
|
|
1309
1309
|
onReset: v,
|
|
1310
1310
|
onConfirm: s[1] || (s[1] = ($) => C()),
|
|
1311
|
-
onVisibleChange:
|
|
1311
|
+
onVisibleChange: Z(_)
|
|
1312
1312
|
}, {
|
|
1313
1313
|
btn: A(() => [
|
|
1314
1314
|
ie(i.$slots, "search-bar-btn", {}, void 0, !0),
|
|
1315
|
-
|
|
1315
|
+
P(b, {
|
|
1316
1316
|
round: "",
|
|
1317
1317
|
onClick: s[0] || (s[0] = ($) => m.value.openCustom())
|
|
1318
1318
|
}, {
|
|
1319
1319
|
default: A(() => [
|
|
1320
|
-
|
|
1320
|
+
P(ut, { name: "Tools" })
|
|
1321
1321
|
]),
|
|
1322
1322
|
_: 1
|
|
1323
1323
|
})
|
|
@@ -1329,43 +1329,43 @@ const cn = { class: "center" }, un = {
|
|
|
1329
1329
|
ref_key: "tableContentRef",
|
|
1330
1330
|
ref: d
|
|
1331
1331
|
}, [
|
|
1332
|
-
|
|
1332
|
+
P(E, fe({
|
|
1333
1333
|
id: w.value,
|
|
1334
1334
|
ref_key: "tableRef",
|
|
1335
1335
|
ref: m,
|
|
1336
|
-
loading:
|
|
1337
|
-
data:
|
|
1336
|
+
loading: t.loading || u.value,
|
|
1337
|
+
data: t.api ? c.value : t.data,
|
|
1338
1338
|
border: ""
|
|
1339
1339
|
}, Ce.value, {
|
|
1340
1340
|
height: I.value,
|
|
1341
1341
|
onCheckboxChange: Be,
|
|
1342
1342
|
onCheckboxAll: Be,
|
|
1343
|
-
onSortChange: (
|
|
1343
|
+
onSortChange: (O = Ce.value["sort-config"]) == null ? void 0 : O.sortChange
|
|
1344
1344
|
}), {
|
|
1345
1345
|
default: A(() => [
|
|
1346
|
-
|
|
1346
|
+
t.searchForm.showCheckBox == null || t.searchForm.showCheckBox ? (T(), R(N, {
|
|
1347
1347
|
key: 0,
|
|
1348
1348
|
type: "checkbox",
|
|
1349
|
-
width:
|
|
1349
|
+
width: Z(l) == "zh_cn" ? 80 : 150,
|
|
1350
1350
|
title: i.$t("xu-hao"),
|
|
1351
1351
|
fixed: "left"
|
|
1352
1352
|
}, {
|
|
1353
|
-
checkbox: A(({ rowIndex: $, row: U, checked:
|
|
1354
|
-
ae("div",
|
|
1355
|
-
|
|
1353
|
+
checkbox: A(({ rowIndex: $, row: U, checked: G, disabled: V, indeterminate: W }) => [
|
|
1354
|
+
ae("div", un, [
|
|
1355
|
+
G ? (T(), R(F, {
|
|
1356
1356
|
key: 0,
|
|
1357
1357
|
checked: !0,
|
|
1358
|
-
disabled:
|
|
1358
|
+
disabled: V,
|
|
1359
1359
|
size: "default",
|
|
1360
|
-
onClick:
|
|
1361
|
-
}, null, 8, ["disabled", "onClick"])) : (
|
|
1360
|
+
onClick: Ee((B) => !V && Ye(U), ["stop"])
|
|
1361
|
+
}, null, 8, ["disabled", "onClick"])) : (T(), R(F, {
|
|
1362
1362
|
key: 1,
|
|
1363
|
-
disabled:
|
|
1363
|
+
disabled: V,
|
|
1364
1364
|
checked: !1,
|
|
1365
1365
|
size: "default",
|
|
1366
|
-
onClick:
|
|
1366
|
+
onClick: Ee((B) => !V && Ye(U), ["stop"])
|
|
1367
1367
|
}, null, 8, ["disabled", "onClick"])),
|
|
1368
|
-
|
|
1368
|
+
P(M, {
|
|
1369
1369
|
type: "info",
|
|
1370
1370
|
class: "mgl5"
|
|
1371
1371
|
}, {
|
|
@@ -1383,23 +1383,23 @@ const cn = { class: "center" }, un = {
|
|
|
1383
1383
|
_: 3
|
|
1384
1384
|
}, 16, ["id", "loading", "data", "height", "onSortChange"])
|
|
1385
1385
|
], 512),
|
|
1386
|
-
|
|
1386
|
+
t.searchForm.showPage ? (T(), R(ee, {
|
|
1387
1387
|
key: 1,
|
|
1388
|
-
"current-page": p[
|
|
1389
|
-
"onUpdate:currentPage": s[2] || (s[2] = ($) => p[
|
|
1388
|
+
"current-page": p[Z(x)],
|
|
1389
|
+
"onUpdate:currentPage": s[2] || (s[2] = ($) => p[Z(x)] = $),
|
|
1390
1390
|
class: "myPagination mgt10",
|
|
1391
1391
|
background: "",
|
|
1392
1392
|
layout: "total, sizes, prev, pager, next",
|
|
1393
1393
|
total: p.total,
|
|
1394
|
-
"page-size": p[
|
|
1395
|
-
"page-sizes":
|
|
1394
|
+
"page-size": p[Z(y)],
|
|
1395
|
+
"page-sizes": t.searchForm.pageSizes || Z(a).pageSizes,
|
|
1396
1396
|
onCurrentChange: mt,
|
|
1397
1397
|
onSizeChange: gt
|
|
1398
1398
|
}, null, 8, ["current-page", "total", "page-size", "page-sizes"])) : ce("", !0)
|
|
1399
1399
|
], 2);
|
|
1400
1400
|
};
|
|
1401
1401
|
}
|
|
1402
|
-
},
|
|
1402
|
+
}, Un = /* @__PURE__ */ pe(dn, [["__scopeId", "data-v-de0d59d6"]]), qn = {
|
|
1403
1403
|
__name: "index",
|
|
1404
1404
|
props: {
|
|
1405
1405
|
sheetsConfig: {
|
|
@@ -1411,17 +1411,17 @@ const cn = { class: "center" }, un = {
|
|
|
1411
1411
|
required: !0
|
|
1412
1412
|
}
|
|
1413
1413
|
},
|
|
1414
|
-
setup(
|
|
1415
|
-
const e =
|
|
1416
|
-
function
|
|
1417
|
-
|
|
1414
|
+
setup(t) {
|
|
1415
|
+
const e = t;
|
|
1416
|
+
function n() {
|
|
1417
|
+
Bt(e.fileName, e.sheetsConfig);
|
|
1418
1418
|
}
|
|
1419
1419
|
return (l, r) => {
|
|
1420
|
-
const a =
|
|
1421
|
-
return
|
|
1420
|
+
const a = D("el-link");
|
|
1421
|
+
return T(), R(a, fe({
|
|
1422
1422
|
type: "primary",
|
|
1423
1423
|
underline: "never"
|
|
1424
|
-
}, l.$attrs, { onClick:
|
|
1424
|
+
}, l.$attrs, { onClick: n }), {
|
|
1425
1425
|
default: A(() => [
|
|
1426
1426
|
te(ne(l.$t("xia-zai-dao-ru-mo-ban")), 1)
|
|
1427
1427
|
]),
|
|
@@ -1430,8 +1430,8 @@ const cn = { class: "center" }, un = {
|
|
|
1430
1430
|
};
|
|
1431
1431
|
}
|
|
1432
1432
|
};
|
|
1433
|
-
function
|
|
1434
|
-
const
|
|
1433
|
+
function Bn(t, e = {}) {
|
|
1434
|
+
const n = Ae(), l = {
|
|
1435
1435
|
inForm: !0,
|
|
1436
1436
|
required: !0,
|
|
1437
1437
|
...e
|
|
@@ -1439,7 +1439,7 @@ function jn(n, e = {}) {
|
|
|
1439
1439
|
phone: /^1(3[0-9]|4[01456879]|5[0-35-9]|6[2567]|7[0-8]|8[0-9]|9[0-35-9])\d{8}$/,
|
|
1440
1440
|
password: /(?=.*\d)(?=.*[a-zA-Z])(?=.*[^a-zA-Z0-9]).{8,12}/,
|
|
1441
1441
|
email: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/
|
|
1442
|
-
}[
|
|
1442
|
+
}[t], { inForm: a, value: o, required: u, msg: c = n("validate.invalidInput") } = l;
|
|
1443
1443
|
return a ? function(w, k, x) {
|
|
1444
1444
|
if (u) {
|
|
1445
1445
|
r.test(k) ? x() : x(new Error(c));
|
|
@@ -1448,7 +1448,7 @@ function jn(n, e = {}) {
|
|
|
1448
1448
|
k && !r.test(k) ? x(new Error(c)) : x();
|
|
1449
1449
|
} : r.test(o);
|
|
1450
1450
|
}
|
|
1451
|
-
class
|
|
1451
|
+
class Yn {
|
|
1452
1452
|
constructor(e = {}) {
|
|
1453
1453
|
this.config = {
|
|
1454
1454
|
clientCode: e.clientCode || "one-portal",
|
|
@@ -1470,8 +1470,8 @@ class qn {
|
|
|
1470
1470
|
*/
|
|
1471
1471
|
init() {
|
|
1472
1472
|
this.log("OnePortal CAS SDK 初始化中..."), this.loadFromStorage();
|
|
1473
|
-
const
|
|
1474
|
-
this.isLoggedIn() && this.config.loginCallback ? this.config.loginCallback(this.user, this.token) :
|
|
1473
|
+
const n = new URLSearchParams(window.location.search).get("ticket");
|
|
1474
|
+
this.isLoggedIn() && this.config.loginCallback ? this.config.loginCallback(this.user, this.token) : n ? (this.log("检测到ST票据:", n), this.validateTicket(n)) : this.config.autoLogin && !this.isLoggedIn() && (this.log("用户未登录,准备跳转到CAS登录页面"), this.login());
|
|
1475
1475
|
}
|
|
1476
1476
|
/**
|
|
1477
1477
|
* 从本地存储加载数据
|
|
@@ -1536,20 +1536,20 @@ class qn {
|
|
|
1536
1536
|
async validateTicket(e) {
|
|
1537
1537
|
try {
|
|
1538
1538
|
this.log("验证ST票据:", e);
|
|
1539
|
-
const
|
|
1539
|
+
const n = await fetch(`${this.config.casServerUrl}/auth/validateST?ticket=${e}`, {
|
|
1540
1540
|
method: "GET",
|
|
1541
1541
|
headers: {
|
|
1542
1542
|
"Content-Type": "application/json"
|
|
1543
1543
|
}
|
|
1544
1544
|
});
|
|
1545
|
-
if (!
|
|
1546
|
-
throw new Error(`HTTP ${
|
|
1547
|
-
const l = await
|
|
1545
|
+
if (!n.ok)
|
|
1546
|
+
throw new Error(`HTTP ${n.status}: ${n.statusText}`);
|
|
1547
|
+
const l = await n.json();
|
|
1548
1548
|
if (l.success && l.data)
|
|
1549
1549
|
return this.token = l.data.token, this.user = l.data.user, this.saveToStorage(), this.clearTicketFromUrl(), this.log("ST票据验证成功,用户登录成功:", this.user), this.config.loginCallback && this.config.loginCallback(this.user, this.token), !0;
|
|
1550
1550
|
throw new Error(l.message || "ST票据验证失败");
|
|
1551
|
-
} catch (
|
|
1552
|
-
return this.log("ST票据验证失败:",
|
|
1551
|
+
} catch (n) {
|
|
1552
|
+
return this.log("ST票据验证失败:", n), this.handleError(n), !1;
|
|
1553
1553
|
}
|
|
1554
1554
|
}
|
|
1555
1555
|
/**
|
|
@@ -1574,24 +1574,24 @@ class qn {
|
|
|
1574
1574
|
"Content-Type": "application/json"
|
|
1575
1575
|
}
|
|
1576
1576
|
});
|
|
1577
|
-
} catch (
|
|
1578
|
-
this.log("调用服务端登出接口失败:",
|
|
1577
|
+
} catch (n) {
|
|
1578
|
+
this.log("调用服务端登出接口失败:", n);
|
|
1579
1579
|
}
|
|
1580
1580
|
this.token = null, this.user = null, this.clearStorage(), this.config.logoutCallback && this.config.logoutCallback(), e && this.login();
|
|
1581
|
-
} catch (
|
|
1582
|
-
this.log("登出失败:",
|
|
1581
|
+
} catch (n) {
|
|
1582
|
+
this.log("登出失败:", n), this.handleError(n);
|
|
1583
1583
|
}
|
|
1584
1584
|
}
|
|
1585
1585
|
/**
|
|
1586
1586
|
* 发送带认证的HTTP请求
|
|
1587
1587
|
*/
|
|
1588
|
-
async request(e,
|
|
1588
|
+
async request(e, n = {}) {
|
|
1589
1589
|
const l = {
|
|
1590
1590
|
headers: {
|
|
1591
1591
|
"Content-Type": "application/json",
|
|
1592
|
-
...
|
|
1592
|
+
...n.headers
|
|
1593
1593
|
},
|
|
1594
|
-
...
|
|
1594
|
+
...n
|
|
1595
1595
|
};
|
|
1596
1596
|
l.headers.appId = this.config.clientCode, this.token && (l.headers.Authorization = `Bearer ${this.token}`);
|
|
1597
1597
|
try {
|
|
@@ -1608,9 +1608,9 @@ class qn {
|
|
|
1608
1608
|
try {
|
|
1609
1609
|
const e = await this.request(`${this.config.casServerUrl}/auth/user`);
|
|
1610
1610
|
if (e && e.ok) {
|
|
1611
|
-
const
|
|
1612
|
-
if (
|
|
1613
|
-
return this.user =
|
|
1611
|
+
const n = await e.json();
|
|
1612
|
+
if (n.success && n.data)
|
|
1613
|
+
return this.user = n.data, this.saveToStorage(), this.user;
|
|
1614
1614
|
}
|
|
1615
1615
|
return null;
|
|
1616
1616
|
} catch (e) {
|
|
@@ -1644,8 +1644,8 @@ class qn {
|
|
|
1644
1644
|
/**
|
|
1645
1645
|
* 设置配置
|
|
1646
1646
|
*/
|
|
1647
|
-
setConfig(e,
|
|
1648
|
-
this.config[e] =
|
|
1647
|
+
setConfig(e, n) {
|
|
1648
|
+
this.config[e] = n;
|
|
1649
1649
|
}
|
|
1650
1650
|
/**
|
|
1651
1651
|
* 获取配置
|
|
@@ -1654,27 +1654,27 @@ class qn {
|
|
|
1654
1654
|
return this.config[e];
|
|
1655
1655
|
}
|
|
1656
1656
|
}
|
|
1657
|
-
function
|
|
1657
|
+
function Kn(t, e = {}) {
|
|
1658
1658
|
const l = Object.assign({
|
|
1659
1659
|
manual: !1,
|
|
1660
1660
|
// 手动执行
|
|
1661
1661
|
log: !1,
|
|
1662
1662
|
params: null,
|
|
1663
1663
|
format: null
|
|
1664
|
-
}, e), { manual: r, log: a, params: o = {}, cb: u, format: c } = l, w =
|
|
1664
|
+
}, e), { manual: r, log: a, params: o = {}, cb: u, format: c } = l, w = q([]), k = q(!1), x = (y) => {
|
|
1665
1665
|
const p = y || o;
|
|
1666
|
-
k.value = !0,
|
|
1666
|
+
k.value = !0, t(p).then((m) => {
|
|
1667
1667
|
const { code: d, data: f, msg: _ } = m;
|
|
1668
1668
|
if (u) {
|
|
1669
1669
|
const { records: h, rows: g } = f || {}, I = h || g ? h || g : f;
|
|
1670
|
-
w.value =
|
|
1670
|
+
w.value = Le(I, c), u(m);
|
|
1671
1671
|
}
|
|
1672
1672
|
if (f) {
|
|
1673
1673
|
if (f.records != null || f.rows != null) {
|
|
1674
1674
|
const { records: h, rows: g, total: I = 0 } = f || {};
|
|
1675
|
-
p && p.total != null && (o.total = parseInt(I)), w.value =
|
|
1675
|
+
p && p.total != null && (o.total = parseInt(I)), w.value = Le(h || g || [], c);
|
|
1676
1676
|
} else
|
|
1677
|
-
w.value =
|
|
1677
|
+
w.value = Le(f, c);
|
|
1678
1678
|
a && console.log("useRequest-res", w.value);
|
|
1679
1679
|
}
|
|
1680
1680
|
}).catch((m) => {
|
|
@@ -1685,69 +1685,69 @@ function Bn(n, e = {}) {
|
|
|
1685
1685
|
};
|
|
1686
1686
|
return r || x(), [k, w, x];
|
|
1687
1687
|
}
|
|
1688
|
-
function
|
|
1689
|
-
const e =
|
|
1688
|
+
function Hn(t) {
|
|
1689
|
+
const e = q(t), n = q(""), l = q("");
|
|
1690
1690
|
return Xe(e, (r) => {
|
|
1691
1691
|
const a = r || ["", ""];
|
|
1692
|
-
|
|
1693
|
-
}), [e,
|
|
1692
|
+
n.value = a[0], l.value = a[1];
|
|
1693
|
+
}), [e, n, l];
|
|
1694
1694
|
}
|
|
1695
|
-
function
|
|
1696
|
-
return Object.prototype.toString.call(
|
|
1695
|
+
function Nn(t) {
|
|
1696
|
+
return Object.prototype.toString.call(t).slice(8, -1).toLowerCase();
|
|
1697
1697
|
}
|
|
1698
|
-
function
|
|
1698
|
+
function Le(t, e) {
|
|
1699
1699
|
if (!e)
|
|
1700
|
-
return
|
|
1701
|
-
if (
|
|
1702
|
-
return
|
|
1700
|
+
return t;
|
|
1701
|
+
if (t instanceof Array)
|
|
1702
|
+
return t.map((l) => {
|
|
1703
1703
|
let r = {};
|
|
1704
1704
|
return e.forEach((a) => r[a] = l[a]), r;
|
|
1705
1705
|
});
|
|
1706
|
-
let
|
|
1707
|
-
return e.forEach((l) =>
|
|
1706
|
+
let n = {};
|
|
1707
|
+
return e.forEach((l) => n[l] = t[l]), n;
|
|
1708
1708
|
}
|
|
1709
|
-
function
|
|
1710
|
-
const { locale:
|
|
1709
|
+
function Zn(t, e = []) {
|
|
1710
|
+
const { locale: n } = de(), l = q(t());
|
|
1711
1711
|
return Xe(
|
|
1712
|
-
[
|
|
1712
|
+
[n, ...e],
|
|
1713
1713
|
() => {
|
|
1714
|
-
l.value =
|
|
1714
|
+
l.value = t();
|
|
1715
1715
|
},
|
|
1716
1716
|
{ immediate: !0 }
|
|
1717
1717
|
), l;
|
|
1718
1718
|
}
|
|
1719
|
-
function
|
|
1720
|
-
if (!
|
|
1719
|
+
function Gn(t, e = "zh_cn", n = "en_us") {
|
|
1720
|
+
if (!t)
|
|
1721
1721
|
return "-";
|
|
1722
|
-
const l = { en_us:
|
|
1723
|
-
return
|
|
1722
|
+
const l = { en_us: n, zh_cn: e }, a = it().global.locale.value;
|
|
1723
|
+
return t[l[a]] || t[e] || "-";
|
|
1724
1724
|
}
|
|
1725
|
-
function
|
|
1726
|
-
let
|
|
1727
|
-
return typeof
|
|
1725
|
+
function Wn(t, e) {
|
|
1726
|
+
let n = Dt;
|
|
1727
|
+
return typeof t == "string" && t.length > 0 && (n = Ve(t).mapState), ft(e, n);
|
|
1728
1728
|
}
|
|
1729
|
-
function
|
|
1730
|
-
let
|
|
1731
|
-
return typeof
|
|
1729
|
+
function Jn(t, e) {
|
|
1730
|
+
let n = zt;
|
|
1731
|
+
return typeof t == "string" && t.length > 0 && (n = Ve(t).mapGetters), ft(e, n);
|
|
1732
1732
|
}
|
|
1733
|
-
function
|
|
1734
|
-
let
|
|
1735
|
-
return typeof
|
|
1733
|
+
function Qn(t, e) {
|
|
1734
|
+
let n = Mt;
|
|
1735
|
+
return typeof t == "string" && t.length > 0 && (n = Ve(t).mapActions), fn(e, n);
|
|
1736
1736
|
}
|
|
1737
|
-
function ft(
|
|
1738
|
-
const
|
|
1737
|
+
function ft(t, e) {
|
|
1738
|
+
const n = ot(), l = e(t), r = {};
|
|
1739
1739
|
return Object.keys(l).forEach((a) => {
|
|
1740
|
-
const o = l[a].bind({ $store:
|
|
1740
|
+
const o = l[a].bind({ $store: n });
|
|
1741
1741
|
r[a] = se(o);
|
|
1742
1742
|
}), r;
|
|
1743
1743
|
}
|
|
1744
|
-
function
|
|
1745
|
-
const
|
|
1744
|
+
function fn(t, e) {
|
|
1745
|
+
const n = ot(), l = e(t), r = {};
|
|
1746
1746
|
return Object.keys(l).forEach((a) => {
|
|
1747
|
-
r[a] = l[a].bind({ $store:
|
|
1747
|
+
r[a] = l[a].bind({ $store: n });
|
|
1748
1748
|
}), r;
|
|
1749
1749
|
}
|
|
1750
|
-
const
|
|
1750
|
+
const hn = {
|
|
1751
1751
|
__name: "EnumRender",
|
|
1752
1752
|
props: {
|
|
1753
1753
|
renderOpts: {
|
|
@@ -1760,128 +1760,151 @@ const fn = {
|
|
|
1760
1760
|
type: Object
|
|
1761
1761
|
}
|
|
1762
1762
|
},
|
|
1763
|
-
setup(
|
|
1764
|
-
const e =
|
|
1763
|
+
setup(t) {
|
|
1764
|
+
const e = t, n = e.params.row[e.params.column.field];
|
|
1765
1765
|
return (l, r) => {
|
|
1766
|
-
const a =
|
|
1767
|
-
return
|
|
1766
|
+
const a = D("el-text");
|
|
1767
|
+
return t.renderOpts.text ? (T(), R(a, { key: 0 }, {
|
|
1768
1768
|
default: A(() => [
|
|
1769
|
-
te(ne(
|
|
1769
|
+
te(ne(t.renderOpts.enum.getName(Z(n))), 1)
|
|
1770
1770
|
]),
|
|
1771
1771
|
_: 1
|
|
1772
|
-
})) : (
|
|
1772
|
+
})) : (T(), R(a, {
|
|
1773
1773
|
key: 1,
|
|
1774
|
-
type:
|
|
1774
|
+
type: t.renderOpts.enum.getTag(Z(n))
|
|
1775
1775
|
}, {
|
|
1776
1776
|
default: A(() => [
|
|
1777
|
-
te(ne(
|
|
1777
|
+
te(ne(t.renderOpts.enum.getName(Z(n))), 1)
|
|
1778
1778
|
]),
|
|
1779
1779
|
_: 1
|
|
1780
1780
|
}, 8, ["type"]));
|
|
1781
1781
|
};
|
|
1782
1782
|
}
|
|
1783
1783
|
};
|
|
1784
|
-
function
|
|
1785
|
-
|
|
1784
|
+
function mn(t) {
|
|
1785
|
+
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !Ft(t);
|
|
1786
|
+
}
|
|
1787
|
+
function Xn() {
|
|
1788
|
+
me.renderer.add("Enum", {
|
|
1786
1789
|
// 默认显示模板
|
|
1787
|
-
renderTableDefault(
|
|
1788
|
-
return [null, void 0].includes(e.row[e.column.field]) ? "-" :
|
|
1790
|
+
renderTableDefault(t, e) {
|
|
1791
|
+
return [null, void 0].includes(e.row[e.column.field]) ? "-" : P(hn, {
|
|
1792
|
+
renderOpts: t,
|
|
1793
|
+
params: e
|
|
1794
|
+
}, null);
|
|
1789
1795
|
}
|
|
1790
|
-
}),
|
|
1796
|
+
}), me.renderer.add("InputNumber", {
|
|
1791
1797
|
// 默认显示模板
|
|
1792
|
-
renderTableDefault(
|
|
1793
|
-
return
|
|
1798
|
+
renderTableDefault(t, e) {
|
|
1799
|
+
return P(Ct, fe({
|
|
1800
|
+
modelValue: e.row[e.column.field],
|
|
1801
|
+
"onUpdate:modelValue": (n) => e.row[e.column.field] = n
|
|
1802
|
+
}, t.props, {
|
|
1803
|
+
"step-strictly": !0,
|
|
1804
|
+
"value-on-clear": 0
|
|
1805
|
+
}), null);
|
|
1794
1806
|
}
|
|
1795
|
-
}),
|
|
1807
|
+
}), me.renderer.add("TrueFalse", {
|
|
1796
1808
|
// 默认显示模板
|
|
1797
|
-
renderTableDefault(
|
|
1798
|
-
const {
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
e.row[e.column.field] ? l ? "是" : "YES" : l ? "否" : "NO"
|
|
1806
|
-
);
|
|
1809
|
+
renderTableDefault(t, e) {
|
|
1810
|
+
const {
|
|
1811
|
+
locale: n
|
|
1812
|
+
} = de();
|
|
1813
|
+
let l = n.value == "zh_cn";
|
|
1814
|
+
return P(xt, {
|
|
1815
|
+
type: e.row[e.column.field] ? "success" : "danger"
|
|
1816
|
+
}, {
|
|
1817
|
+
default: () => [e.row[e.column.field] ? l ? "是" : "YES" : l ? "否" : "NO"]
|
|
1818
|
+
});
|
|
1807
1819
|
}
|
|
1808
|
-
}),
|
|
1820
|
+
}), me.renderer.add("I18n", {
|
|
1809
1821
|
// 默认显示模板
|
|
1810
|
-
renderTableDefault(
|
|
1811
|
-
const {
|
|
1812
|
-
|
|
1822
|
+
renderTableDefault(t, e) {
|
|
1823
|
+
const {
|
|
1824
|
+
locale: n
|
|
1825
|
+
} = de();
|
|
1826
|
+
let l = n.value == "zh_cn" ? e.column.field : t.fieldEn;
|
|
1813
1827
|
return e.row[l] || e.row[e.column.field];
|
|
1814
1828
|
}
|
|
1815
|
-
}),
|
|
1829
|
+
}), me.renderer.add("Link", {
|
|
1816
1830
|
// 默认显示模板
|
|
1817
|
-
renderTableDefault(
|
|
1831
|
+
renderTableDefault(t, e) {
|
|
1818
1832
|
var u;
|
|
1819
|
-
let
|
|
1820
|
-
const l =
|
|
1833
|
+
let n = e.column.field;
|
|
1834
|
+
const l = Ot(), {
|
|
1835
|
+
multiple: r,
|
|
1836
|
+
to: a
|
|
1837
|
+
} = t;
|
|
1821
1838
|
if (!r)
|
|
1822
|
-
return
|
|
1823
|
-
Ke,
|
|
1824
|
-
{
|
|
1825
|
-
underline: "never",
|
|
1826
|
-
type: "primary",
|
|
1827
|
-
onclick: () => l.push({ path: a, query: { [t]: e.row[t] } })
|
|
1828
|
-
},
|
|
1829
|
-
e.row[t]
|
|
1830
|
-
);
|
|
1831
|
-
const o = ((u = e.row[t]) == null ? void 0 : u.split(",")) || [];
|
|
1832
|
-
return o.map((c, w) => /* @__PURE__ */ React.createElement("span", null, /* @__PURE__ */ React.createElement(
|
|
1833
|
-
Ke,
|
|
1834
|
-
{
|
|
1839
|
+
return P(Ke, {
|
|
1835
1840
|
underline: "never",
|
|
1836
1841
|
type: "primary",
|
|
1837
|
-
onclick: () => l.push({
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1842
|
+
onclick: () => l.push({
|
|
1843
|
+
path: a,
|
|
1844
|
+
query: {
|
|
1845
|
+
[n]: e.row[n]
|
|
1846
|
+
}
|
|
1847
|
+
})
|
|
1848
|
+
}, {
|
|
1849
|
+
default: () => [e.row[n]]
|
|
1850
|
+
});
|
|
1851
|
+
const o = ((u = e.row[n]) == null ? void 0 : u.split(",")) || [];
|
|
1852
|
+
return o.map((c, w) => P("span", null, [P(Ke, {
|
|
1853
|
+
underline: "never",
|
|
1854
|
+
type: "primary",
|
|
1855
|
+
onclick: () => l.push({
|
|
1856
|
+
path: a,
|
|
1857
|
+
query: {
|
|
1858
|
+
[n]: c
|
|
1859
|
+
}
|
|
1860
|
+
})
|
|
1861
|
+
}, mn(c) ? c : {
|
|
1862
|
+
default: () => [c]
|
|
1863
|
+
}), w < o.length - 1 ? "," : ""]));
|
|
1841
1864
|
}
|
|
1842
1865
|
});
|
|
1843
1866
|
}
|
|
1844
1867
|
export {
|
|
1845
|
-
|
|
1868
|
+
Jt as CmpDictionary,
|
|
1846
1869
|
ut as CmpIcon,
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1870
|
+
An as ConfrimButton,
|
|
1871
|
+
qn as DownExcelTemp,
|
|
1872
|
+
Pn as ImportButton,
|
|
1873
|
+
Sn as LayOutForm,
|
|
1874
|
+
Un as ListPage,
|
|
1875
|
+
Yn as OnePortalCasSDK,
|
|
1876
|
+
sn as SearchBar,
|
|
1854
1877
|
Ze as StatusMap,
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1878
|
+
Fn as _toRaw,
|
|
1879
|
+
Nn as _typeOf,
|
|
1880
|
+
Tn as arrToStatusMap,
|
|
1881
|
+
Ln as arrayToTree,
|
|
1882
|
+
Dn as checkFileSize,
|
|
1883
|
+
Bn as creatValidator,
|
|
1884
|
+
Mn as createImportFields,
|
|
1885
|
+
zn as createListPageId,
|
|
1886
|
+
ze as en,
|
|
1887
|
+
Bt as exportExcel,
|
|
1865
1888
|
it as getI18n,
|
|
1866
1889
|
Ae as getI18nT,
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1890
|
+
cn as getListPageConfig,
|
|
1891
|
+
Gn as getLocaleValue,
|
|
1892
|
+
Vn as getValueBykey,
|
|
1893
|
+
$n as importExcel,
|
|
1894
|
+
jt as messages,
|
|
1895
|
+
Xn as registerVxeRenderers,
|
|
1896
|
+
jn as resetListPageConfig,
|
|
1897
|
+
Rn as setListPageConfig,
|
|
1875
1898
|
Ut as setupI18n,
|
|
1876
|
-
|
|
1899
|
+
In as sleep,
|
|
1877
1900
|
ct as stringToArray,
|
|
1878
1901
|
En as stripHtmlTags,
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1902
|
+
On as unicode2Str,
|
|
1903
|
+
Qn as useActions,
|
|
1904
|
+
Hn as useDatePicker,
|
|
1905
|
+
Jn as useGetters,
|
|
1906
|
+
Zn as useI18nReState,
|
|
1907
|
+
Kn as useRequest,
|
|
1908
|
+
Wn as useState,
|
|
1909
|
+
De as zhCn
|
|
1887
1910
|
};
|