@yxhl/specter-pui-vtk 1.0.11 → 1.0.13

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.
@@ -191,8 +191,8 @@ const Z = (e, t) => {
191
191
  }), m = () => {
192
192
  try {
193
193
  return { areacode: "" };
194
- } catch (f) {
195
- return console.warn("获取用户信息失败:", f), { areacode: "" };
194
+ } catch (v) {
195
+ return console.warn("获取用户信息失败:", v), { areacode: "" };
196
196
  }
197
197
  };
198
198
  re(() => {
@@ -200,33 +200,33 @@ const Z = (e, t) => {
200
200
  });
201
201
  const C = () => {
202
202
  try {
203
- Y.postForm(`/dict/area/show/${i.value.areacode}`).then((f) => {
203
+ Y.postForm(`/dict/area/show/${i.value.areacode}`).then((v) => {
204
204
  var r, u;
205
- f.meta.success && (l[`area${f.data.areaLeve}`] = f.data.areaCode, l.name2 = f.data.province, l.name4 = f.data.city, l.name6 = f.data.district, l.name9 = (r = f.data) == null ? void 0 : r.town, l.name12 = (u = f.data) == null ? void 0 : u.village, w(i.value.areacode));
206
- }).catch((f) => {
207
- console.error("加载区域数据失败:", f);
205
+ v.meta.success && (l[`area${v.data.areaLeve}`] = v.data.areaCode, l.name2 = v.data.province, l.name4 = v.data.city, l.name6 = v.data.district, l.name9 = (r = v.data) == null ? void 0 : r.town, l.name12 = (u = v.data) == null ? void 0 : u.village, w(i.value.areacode));
206
+ }).catch((v) => {
207
+ console.error("加载区域数据失败:", v);
208
208
  });
209
- } catch (f) {
210
- console.error("初始化区域数据失败:", f);
209
+ } catch (v) {
210
+ console.error("初始化区域数据失败:", v);
211
211
  }
212
- }, w = (f, r) => {
213
- g(f), (f == null ? void 0 : f.length) < 12 && Y.postForm(`/dict/area/next/${f}`).then((u) => {
212
+ }, w = (v, r) => {
213
+ g(v), (v == null ? void 0 : v.length) < 12 && Y.postForm(`/dict/area/next/${v}`).then((u) => {
214
214
  vtk.message.loading.hide(), u.meta.success ? (r && Object.keys(d).slice(r, 5).forEach(($) => {
215
215
  d[$] = [], l[$] = null;
216
216
  }), d[`area${u.data[0].areaLeve}`] = u.data) : vtk.message.toast(u.meta.message);
217
217
  }).catch((u) => {
218
218
  console.error("加载下级区域数据失败:", u);
219
219
  });
220
- }, k = (f) => {
220
+ }, k = (v) => {
221
221
  let r = Object.keys(d);
222
- g(l[r[f - 2]]), r.slice(f, 5).forEach((u) => {
222
+ g(l[r[v - 2]]), r.slice(v, 5).forEach((u) => {
223
223
  d[u] = [], l[u] = null;
224
224
  });
225
- }, g = (f) => {
226
- f && n("update:modelValue", f);
225
+ }, g = (v) => {
226
+ v && n("update:modelValue", v);
227
227
  };
228
- return (f, r) => {
229
- var $, O, A, b, p, v, x, P, N, M;
228
+ return (v, r) => {
229
+ var $, O, A, b, p, f, x, P, N, M;
230
230
  const u = c("VSelect");
231
231
  return h(), I("div", Ut, [
232
232
  a(u, {
@@ -287,7 +287,7 @@ const Z = (e, t) => {
287
287
  density: "compact",
288
288
  variant: "outlined",
289
289
  clearable: "",
290
- disabled: ((v = i.value.areacode) == null ? void 0 : v.length) >= 6,
290
+ disabled: ((f = i.value.areacode) == null ? void 0 : f.length) >= 6,
291
291
  "menu-props": { offsetY: !0 },
292
292
  style: te(e.areaStyle)
293
293
  }, null, 8, ["modelValue", "placeholder", "items", "class", "disabled", "style"])) : B("", !0),
@@ -363,7 +363,7 @@ const Z = (e, t) => {
363
363
  emits: ["back"],
364
364
  setup(e, { emit: t }) {
365
365
  const n = e, l = t, i = Ie("router", null), d = Ie("route", null), m = W(() => {
366
- var g, f;
366
+ var g, v;
367
367
  if (n.items && n.items.length > 0)
368
368
  return n.items.map((r, u) => ({
369
369
  title: r.title || r.text || r.name,
@@ -379,7 +379,7 @@ const Z = (e, t) => {
379
379
  to: r.path,
380
380
  disabled: u === w.length - 1
381
381
  }));
382
- const k = ((f = d.path) == null ? void 0 : f.split("/").filter((r) => r)) || [];
382
+ const k = ((v = d.path) == null ? void 0 : v.split("/").filter((r) => r)) || [];
383
383
  return k.map((r, u) => {
384
384
  const $ = "/" + k.slice(0, u + 1).join("/");
385
385
  return {
@@ -392,7 +392,7 @@ const Z = (e, t) => {
392
392
  l("back"), i && (n.backTo ? (n.backTo, i.push(n.backTo)) : i.back());
393
393
  };
394
394
  return (w, k) => {
395
- const g = c("v-icon"), f = c("v-breadcrumbs-item"), r = c("v-breadcrumbs"), u = c("v-btn");
395
+ const g = c("v-icon"), v = c("v-breadcrumbs-item"), r = c("v-breadcrumbs"), u = c("v-btn");
396
396
  return h(), I("div", Ft, [
397
397
  a(r, {
398
398
  items: m.value,
@@ -407,7 +407,7 @@ const Z = (e, t) => {
407
407
  })
408
408
  ]),
409
409
  item: o(({ item: $ }) => [
410
- a(f, {
410
+ a(v, {
411
411
  title: $.title,
412
412
  to: $.to,
413
413
  disabled: $.disabled,
@@ -492,23 +492,23 @@ const Z = (e, t) => {
492
492
  modelValue: A,
493
493
  error: b,
494
494
  "error-messages": p,
495
- rules: v,
495
+ rules: f,
496
496
  hint: x,
497
497
  "persistent-hint": P,
498
498
  ...N
499
499
  } = C;
500
500
  return N;
501
- }), g = W(() => i.value && i.value.length > 0 ? i.value : null), f = S([]), r = () => {
501
+ }), g = W(() => i.value && i.value.length > 0 ? i.value : null), v = S([]), r = () => {
502
502
  n.list.split("/").forEach(($) => {
503
503
  const [O, A] = $.split(":");
504
- f.value.push({ code: O, codeValue: A });
504
+ v.value.push({ code: O, codeValue: A });
505
505
  });
506
506
  }, u = async () => {
507
507
  try {
508
508
  const $ = await Y.getForm(`dict/misc/list/${n.list}`);
509
- f.value = $.data || [];
509
+ v.value = $.data || [];
510
510
  } catch ($) {
511
- console.error("[VtkCheckbox] Failed to load dictionary:", $), f.value = [];
511
+ console.error("[VtkCheckbox] Failed to load dictionary:", $), v.value = [];
512
512
  }
513
513
  };
514
514
  return re(() => {
@@ -520,13 +520,13 @@ const Z = (e, t) => {
520
520
  V("div", {
521
521
  class: G(["checkGroup", e.inline ? "d-flex flex-wrap align-top" : "d-inline-block"])
522
522
  }, [
523
- (h(!0), I(de, null, ce(f.value, (p) => (h(), E(A, ne({
523
+ (h(!0), I(de, null, ce(v.value, (p) => (h(), E(A, ne({
524
524
  "hide-details": "",
525
525
  key: p.id || p.code,
526
526
  label: p.codeValue,
527
527
  value: p.code,
528
528
  modelValue: i.value,
529
- "onUpdate:modelValue": O[0] || (O[0] = (v) => i.value = v)
529
+ "onUpdate:modelValue": O[0] || (O[0] = (f) => i.value = f)
530
530
  }, { ref_for: !0 }, k.value, {
531
531
  class: e.inline ? "mr-4" : ""
532
532
  }), null, 16, ["label", "value", "modelValue", "class"]))), 128))
@@ -608,29 +608,29 @@ const Z = (e, t) => {
608
608
  emits: ["complete"],
609
609
  setup(e, { expose: t, emit: n }) {
610
610
  const l = e, i = n, d = S(l.start), m = S([]), C = S(0), w = S(!1), k = (p) => {
611
- let v = p.toFixed(l.decimals);
612
- return l.separator && l.decimals === 0 && (v = v.replace(/\B(?=(\d{3})+(?!\d))/g, ",")), v;
613
- }, g = W(() => k(l.end)), f = W(() => k(l.start)), r = W(() => {
614
- const p = g.value, v = f.value;
615
- return p.length >= v.length ? p : v;
611
+ let f = p.toFixed(l.decimals);
612
+ return l.separator && l.decimals === 0 && (f = f.replace(/\B(?=(\d{3})+(?!\d))/g, ",")), f;
613
+ }, g = W(() => k(l.end)), v = W(() => k(l.start)), r = W(() => {
614
+ const p = g.value, f = v.value;
615
+ return p.length >= f.length ? p : f;
616
616
  }), u = (p) => p < m.value.length ? m.value[p] : "0", $ = () => {
617
617
  g.value;
618
- const p = f.value;
619
- m.value = r.value.split("").map((v, x) => {
620
- if (isNaN(v))
621
- return v;
618
+ const p = v.value;
619
+ m.value = r.value.split("").map((f, x) => {
620
+ if (isNaN(f))
621
+ return f;
622
622
  if (x < p.length) {
623
623
  const P = p[x];
624
624
  return isNaN(P) ? "0" : P;
625
625
  }
626
626
  return "0";
627
627
  });
628
- }, O = (p, v) => {
629
- if (isNaN(p) || isNaN(v))
628
+ }, O = (p, f) => {
629
+ if (isNaN(p) || isNaN(f))
630
630
  return {
631
631
  transform: "translateY(0)"
632
632
  };
633
- const x = parseInt(p) || 0, N = v - x;
633
+ const x = parseInt(p) || 0, N = f - x;
634
634
  let M;
635
635
  return N > 5 ? M = -(10 - N) * 100 : N < -5 ? M = (10 + N) * 100 : M = -N * 100, {
636
636
  transform: `translateY(${M}%)`,
@@ -640,35 +640,35 @@ const Z = (e, t) => {
640
640
  }, A = () => {
641
641
  if (w.value) return;
642
642
  w.value = !0;
643
- const p = performance.now(), v = l.start, x = l.end, P = x - v;
643
+ const p = performance.now(), f = l.start, x = l.end, P = x - f;
644
644
  $();
645
645
  const N = (M) => {
646
646
  const j = M - p, D = Math.min(j / l.duration, 1), R = 1 - Math.pow(1 - D, 4);
647
- d.value = v + P * R, b(d.value), D < 1 ? requestAnimationFrame(N) : (d.value = x, b(x), w.value = !1, i("complete"));
647
+ d.value = f + P * R, b(d.value), D < 1 ? requestAnimationFrame(N) : (d.value = x, b(x), w.value = !1, i("complete"));
648
648
  };
649
649
  requestAnimationFrame(N);
650
650
  }, b = (p) => {
651
- const v = k(p), x = r.value;
651
+ const f = k(p), x = r.value;
652
652
  for (let P = 0; P < x.length; P++)
653
- P < v.length ? m.value[P] = v[P] : m.value[P] = isNaN(x[P]) ? x[P] : "0";
653
+ P < f.length ? m.value[P] = f[P] : m.value[P] = isNaN(x[P]) ? x[P] : "0";
654
654
  };
655
- return le(() => l.end, (p, v) => {
656
- if (p !== v) {
657
- const x = k(p), P = k(v);
655
+ return le(() => l.end, (p, f) => {
656
+ if (p !== f) {
657
+ const x = k(p), P = k(f);
658
658
  x.length !== P.length ? (C.value += 1, Ne(() => {
659
659
  A();
660
660
  })) : A();
661
661
  }
662
662
  }), re(() => {
663
663
  if (l.autoplay) {
664
- const p = f.value, v = g.value;
665
- p.length !== v.length && (C.value += 1), Ne(() => {
664
+ const p = v.value, f = g.value;
665
+ p.length !== f.length && (C.value += 1), Ne(() => {
666
666
  A();
667
667
  });
668
668
  }
669
669
  }), t({
670
670
  startAnimation: A
671
- }), (p, v) => (h(), I("div", {
671
+ }), (p, f) => (h(), I("div", {
672
672
  class: G(["vtk-count", e.containerClass])
673
673
  }, [
674
674
  V("div", {
@@ -743,9 +743,9 @@ const Z = (e, t) => {
743
743
  },
744
744
  emits: ["update:modelValue", "change"],
745
745
  setup(e, { emit: t }) {
746
- const n = e, l = t, i = Ve(), d = S(!1), m = S([]), C = S(null), w = S(null), k = W(() => !m.value || m.value.length === 0 ? "" : m.value.length === 1 ? f(m.value[0]) : `${f(m.value[0])}${n.separator}${f(m.value[1])}`), g = W(() => {
746
+ const n = e, l = t, i = Ve(), d = S(!1), m = S([]), C = S(null), w = S(null), k = W(() => !m.value || m.value.length === 0 ? "" : m.value.length === 1 ? v(m.value[0]) : `${v(m.value[0])}${n.separator}${v(m.value[1])}`), g = W(() => {
747
747
  const {
748
- modelValue: v,
748
+ modelValue: f,
749
749
  placeholder: x,
750
750
  disabled: P,
751
751
  min: N,
@@ -756,46 +756,46 @@ const Z = (e, t) => {
756
756
  ...L
757
757
  } = i;
758
758
  return L;
759
- }), f = (v) => {
760
- if (!v) return "";
761
- if (typeof v == "string")
762
- return v;
763
- if (v instanceof Date) {
764
- const x = v.getFullYear(), P = String(v.getMonth() + 1).padStart(2, "0"), N = String(v.getDate()).padStart(2, "0");
759
+ }), v = (f) => {
760
+ if (!f) return "";
761
+ if (typeof f == "string")
762
+ return f;
763
+ if (f instanceof Date) {
764
+ const x = f.getFullYear(), P = String(f.getMonth() + 1).padStart(2, "0"), N = String(f.getDate()).padStart(2, "0");
765
765
  return `${x}-${P}-${N}`;
766
766
  }
767
- return v;
767
+ return f;
768
768
  }, r = W(() => n.min), u = W(() => n.max);
769
769
  le(
770
770
  () => n.modelValue,
771
- (v) => {
772
- if (Array.isArray(v) && v.length > 0)
773
- m.value = [...v], v[0] && (C.value = v[0]), v[1] && (w.value = v[1]);
774
- else if (typeof v == "string" && v) {
775
- const x = v.split(n.separator);
771
+ (f) => {
772
+ if (Array.isArray(f) && f.length > 0)
773
+ m.value = [...f], f[0] && (C.value = f[0]), f[1] && (w.value = f[1]);
774
+ else if (typeof f == "string" && f) {
775
+ const x = f.split(n.separator);
776
776
  x.length === 2 ? (m.value = [x[0].trim(), x[1].trim()], C.value = x[0].trim(), w.value = x[1].trim()) : (m.value = [], C.value = null, w.value = null);
777
777
  } else
778
778
  m.value = [], C.value = null, w.value = null;
779
779
  },
780
780
  { immediate: !0 }
781
781
  );
782
- const $ = (v) => {
783
- v ? m.value = [v, m.value[1] || null] : m.value.length > 0 && (m.value = [null, m.value[1] || null]);
784
- }, O = (v) => {
785
- v ? m.value = [m.value[0] || null, v] : m.value.length > 1 && (m.value = [m.value[0] || null, null]);
782
+ const $ = (f) => {
783
+ f ? m.value = [f, m.value[1] || null] : m.value.length > 0 && (m.value = [null, m.value[1] || null]);
784
+ }, O = (f) => {
785
+ f ? m.value = [m.value[0] || null, f] : m.value.length > 1 && (m.value = [m.value[0] || null, null]);
786
786
  }, A = () => {
787
787
  m.value = [], C.value = null, w.value = null, l("update:modelValue", []), l("change", []), d.value = !1;
788
788
  }, b = () => {
789
789
  Array.isArray(n.modelValue) ? (m.value = [...n.modelValue], n.modelValue[0] && (C.value = n.modelValue[0]), n.modelValue[1] && (w.value = n.modelValue[1])) : (m.value = [], C.value = null, w.value = null), d.value = !1;
790
790
  }, p = () => {
791
- let v = [...m.value].filter((x) => x !== null);
792
- if (v.length === 2) {
793
- const x = new Date(v[0]), P = new Date(v[1]);
794
- x > P && (v = [v[1], v[0]]);
795
- } else v.length === 1 && (v = [v[0], v[0]]);
796
- l("update:modelValue", v), l("change", v), d.value = !1;
791
+ let f = [...m.value].filter((x) => x !== null);
792
+ if (f.length === 2) {
793
+ const x = new Date(f[0]), P = new Date(f[1]);
794
+ x > P && (f = [f[1], f[0]]);
795
+ } else f.length === 1 && (f = [f[0], f[0]]);
796
+ l("update:modelValue", f), l("change", f), d.value = !1;
797
797
  };
798
- return (v, x) => {
798
+ return (f, x) => {
799
799
  const P = c("VIcon"), N = c("VTextField"), M = c("VDatePicker"), j = c("VCardText"), D = c("VDivider"), R = c("VSpacer"), L = c("VBtn"), F = c("VCardActions"), J = c("VCard"), q = c("VMenu");
800
800
  return h(), I("div", Wt, [
801
801
  a(q, {
@@ -1225,7 +1225,7 @@ const Z = (e, t) => {
1225
1225
  le(n, (A) => {
1226
1226
  A && (l.value = 0, i.value = t.index);
1227
1227
  });
1228
- const f = () => {
1228
+ const v = () => {
1229
1229
  t.preview && (n.value = !0);
1230
1230
  }, r = () => {
1231
1231
  n.value = !1;
@@ -1237,14 +1237,14 @@ const Z = (e, t) => {
1237
1237
  l.value += A;
1238
1238
  };
1239
1239
  return (A, b) => {
1240
- const p = c("v-progress-circular"), v = c("v-img"), x = c("VCardTitle"), P = c("v-card-subtitle"), N = c("VCard"), M = c("VIcon"), j = c("VBtn"), D = c("v-toolbar-title"), R = c("VSpacer"), L = c("v-toolbar-items"), F = c("v-toolbar"), J = c("VDialog");
1240
+ const p = c("v-progress-circular"), f = c("v-img"), x = c("VCardTitle"), P = c("v-card-subtitle"), N = c("VCard"), M = c("VIcon"), j = c("VBtn"), D = c("v-toolbar-title"), R = c("VSpacer"), L = c("v-toolbar-items"), F = c("v-toolbar"), J = c("VDialog");
1241
1241
  return h(), I("div", oa, [
1242
1242
  a(N, {
1243
1243
  class: G(["vtk-img-card", { "vtk-img-card--preview": e.preview }]),
1244
- onClick: f
1244
+ onClick: v
1245
1245
  }, {
1246
1246
  default: o(() => [
1247
- a(v, ne(A.$attrs, {
1247
+ a(f, ne(A.$attrs, {
1248
1248
  src: d.value,
1249
1249
  class: "vtk-img",
1250
1250
  "aspect-ratio": e.aspectRatio,
@@ -1376,7 +1376,7 @@ const Z = (e, t) => {
1376
1376
  _: 1
1377
1377
  })) : B("", !0),
1378
1378
  V("div", ua, [
1379
- a(v, {
1379
+ a(f, {
1380
1380
  src: m.value,
1381
1381
  class: "viewer-image",
1382
1382
  style: te({ transform: `rotate(${l.value}deg)` })
@@ -1412,7 +1412,7 @@ const Z = (e, t) => {
1412
1412
  ]);
1413
1413
  };
1414
1414
  }
1415
- }), We = /* @__PURE__ */ Z(pa, [["__scopeId", "data-v-fb431c84"]]), va = { class: "m_pagination" }, fa = { class: "page-total d-none d-md-flex align-center" }, ga = {
1415
+ }), We = /* @__PURE__ */ Z(pa, [["__scopeId", "data-v-fb431c84"]]), fa = { class: "m_pagination" }, va = { class: "page-total d-none d-md-flex align-center" }, ga = {
1416
1416
  class: "my-2",
1417
1417
  style: { "font-size": "12px" }
1418
1418
  }, ba = {
@@ -1436,14 +1436,14 @@ const Z = (e, t) => {
1436
1436
  le(C, () => {
1437
1437
  i.pageno = m.value.pageno;
1438
1438
  }), le(() => n.pageData, (r) => {
1439
- m.value = { ...r }, r.rowCount < 1 && r.rows > 0 && (m.value.pageno = r.pageno - 1, f());
1439
+ m.value = { ...r }, r.rowCount < 1 && r.rows > 0 && (m.value.pageno = r.pageno - 1, v());
1440
1440
  }, { deep: !0 }), re(() => {
1441
1441
  g();
1442
1442
  });
1443
1443
  const w = () => {
1444
- /^[0-9]+$/.test(i.pageno) && i.pageno <= m.value.pageCount ? (m.value.pageno = parseInt(i.pageno), f()) : i.pageno = m.value.pageno;
1444
+ /^[0-9]+$/.test(i.pageno) && i.pageno <= m.value.pageCount ? (m.value.pageno = parseInt(i.pageno), v()) : i.pageno = m.value.pageno;
1445
1445
  }, k = () => {
1446
- m.value.pageCount = 1, f();
1446
+ m.value.pageCount = 1, v();
1447
1447
  }, g = () => {
1448
1448
  const r = n.pageSizes;
1449
1449
  r.forEach((u) => {
@@ -1453,7 +1453,7 @@ const Z = (e, t) => {
1453
1453
  };
1454
1454
  d.value.push($);
1455
1455
  }), i.limit = r[0];
1456
- }, f = () => {
1456
+ }, v = () => {
1457
1457
  const r = {
1458
1458
  pageno: m.value.pageno,
1459
1459
  limit: i.limit
@@ -1462,14 +1462,14 @@ const Z = (e, t) => {
1462
1462
  };
1463
1463
  return (r, u) => {
1464
1464
  const $ = c("VSelect"), O = c("v-pagination"), A = c("VTextField"), b = c("VRow");
1465
- return h(), I("div", va, [
1465
+ return h(), I("div", fa, [
1466
1466
  m.value.rowCount > 0 ? (h(), E(b, {
1467
1467
  key: 0,
1468
1468
  class: "pagination box",
1469
1469
  align: "center"
1470
1470
  }, {
1471
1471
  default: o(() => [
1472
- V("span", fa, "共" + U(m.value.rowCount) + "条", 1),
1472
+ V("span", va, "共" + U(m.value.rowCount) + "条", 1),
1473
1473
  a($, {
1474
1474
  modelValue: i.limit,
1475
1475
  "onUpdate:modelValue": [
@@ -1488,7 +1488,7 @@ const Z = (e, t) => {
1488
1488
  modelValue: m.value.pageno,
1489
1489
  "onUpdate:modelValue": [
1490
1490
  u[2] || (u[2] = (p) => m.value.pageno = p),
1491
- u[3] || (u[3] = (p) => f())
1491
+ u[3] || (u[3] = (p) => v())
1492
1492
  ],
1493
1493
  "total-visible": 6,
1494
1494
  length: m.value.pageCount
@@ -1511,7 +1511,7 @@ const Z = (e, t) => {
1511
1511
  ]);
1512
1512
  };
1513
1513
  }
1514
- }, Je = /* @__PURE__ */ Z(ba, [["__scopeId", "data-v-05d6ef62"]]), ya = { class: "vtk-pdf-container" }, ka = {
1514
+ }, Je = /* @__PURE__ */ Z(ba, [["__scopeId", "data-v-14e6ddff"]]), ya = { class: "vtk-pdf-container" }, ka = {
1515
1515
  key: 0,
1516
1516
  class: "vtk-pdf-info"
1517
1517
  }, Va = { class: "pdf-viewer-content" }, ha = {
@@ -1579,7 +1579,7 @@ const Z = (e, t) => {
1579
1579
  t.preview && (n.value = !0, setTimeout(() => {
1580
1580
  r();
1581
1581
  }, 300));
1582
- }, f = () => {
1582
+ }, v = () => {
1583
1583
  n.value = !1, w = null, i.value = !1, d.value = 1, m.value = 0;
1584
1584
  }, r = async () => {
1585
1585
  if (k.value) {
@@ -1604,8 +1604,8 @@ const Z = (e, t) => {
1604
1604
  const b = await fetch(k.value);
1605
1605
  if (!b.ok)
1606
1606
  throw new Error(`HTTP error! status: ${b.status}`);
1607
- const p = await b.blob(), v = t.title && t.title.trim() !== "" ? `${t.title}.pdf` : "document.pdf", x = window.URL.createObjectURL(p), P = document.createElement("a");
1608
- P.href = x, P.download = v, document.body.appendChild(P), P.click(), document.body.removeChild(P), window.URL.revokeObjectURL(x);
1607
+ const p = await b.blob(), f = t.title && t.title.trim() !== "" ? `${t.title}.pdf` : "document.pdf", x = window.URL.createObjectURL(p), P = document.createElement("a");
1608
+ P.href = x, P.download = f, document.body.appendChild(P), P.click(), document.body.removeChild(P), window.URL.revokeObjectURL(x);
1609
1609
  } catch (b) {
1610
1610
  console.error("下载PDF失败:", b), window.open(k.value, "_blank");
1611
1611
  }
@@ -1613,7 +1613,7 @@ const Z = (e, t) => {
1613
1613
  return Oe(() => {
1614
1614
  w = null;
1615
1615
  }), (b, p) => {
1616
- const v = c("VIcon"), x = c("VCardTitle"), P = c("v-card-subtitle"), N = c("VCard"), M = c("VBtn"), j = c("v-toolbar-title"), D = c("VSpacer"), R = c("v-toolbar-items"), L = c("v-toolbar"), F = c("VCol"), J = c("VSlider"), q = c("VRow"), H = c("v-progress-circular"), ue = c("VDialog");
1616
+ const f = c("VIcon"), x = c("VCardTitle"), P = c("v-card-subtitle"), N = c("VCard"), M = c("VBtn"), j = c("v-toolbar-title"), D = c("VSpacer"), R = c("v-toolbar-items"), L = c("v-toolbar"), F = c("VCol"), J = c("VSlider"), q = c("VRow"), H = c("v-progress-circular"), ue = c("VDialog");
1617
1617
  return h(), I("div", ya, [
1618
1618
  a(N, {
1619
1619
  class: G(["vtk-pdf-card", { "vtk-pdf-card--preview": e.preview }]),
@@ -1624,7 +1624,7 @@ const Z = (e, t) => {
1624
1624
  class: "vtk-pdf-cover",
1625
1625
  style: te({ aspectRatio: e.aspectRatio })
1626
1626
  }, [
1627
- a(v, {
1627
+ a(f, {
1628
1628
  size: "48",
1629
1629
  color: "red"
1630
1630
  }, {
@@ -1663,7 +1663,7 @@ const Z = (e, t) => {
1663
1663
  "onUpdate:modelValue": p[1] || (p[1] = (oe) => n.value = oe),
1664
1664
  "max-width": "90%",
1665
1665
  fullscreen: "",
1666
- "onClick:outside": f
1666
+ "onClick:outside": v
1667
1667
  }, {
1668
1668
  default: o(() => [
1669
1669
  a(N, { class: "pdf-viewer-card" }, {
@@ -1676,10 +1676,10 @@ const Z = (e, t) => {
1676
1676
  a(M, {
1677
1677
  icon: "",
1678
1678
  dark: "",
1679
- onClick: f
1679
+ onClick: v
1680
1680
  }, {
1681
1681
  default: o(() => [
1682
- a(v, null, {
1682
+ a(f, null, {
1683
1683
  default: o(() => [...p[4] || (p[4] = [
1684
1684
  y("mdi-close", -1)
1685
1685
  ])]),
@@ -1703,7 +1703,7 @@ const Z = (e, t) => {
1703
1703
  onClick: A
1704
1704
  }, {
1705
1705
  default: o(() => [
1706
- a(v, null, {
1706
+ a(f, null, {
1707
1707
  default: o(() => [...p[5] || (p[5] = [
1708
1708
  y("mdi-download", -1)
1709
1709
  ])]),
@@ -1745,7 +1745,7 @@ const Z = (e, t) => {
1745
1745
  disabled: d.value <= 1
1746
1746
  }, {
1747
1747
  default: o(() => [
1748
- a(v, null, {
1748
+ a(f, null, {
1749
1749
  default: o(() => [...p[7] || (p[7] = [
1750
1750
  y("mdi-chevron-left", -1)
1751
1751
  ])]),
@@ -1763,7 +1763,7 @@ const Z = (e, t) => {
1763
1763
  disabled: d.value >= m.value
1764
1764
  }, {
1765
1765
  default: o(() => [
1766
- a(v, null, {
1766
+ a(f, null, {
1767
1767
  default: o(() => [...p[8] || (p[8] = [
1768
1768
  y("mdi-chevron-right", -1)
1769
1769
  ])]),
@@ -1817,7 +1817,7 @@ function Sa(e = {}) {
1817
1817
  const t = pe({}), n = S([]), l = S(!1), i = S(""), d = pe({
1818
1818
  pageno: 1,
1819
1819
  limit: 10
1820
- }), m = S({}), C = S({}), w = S([]), k = S(!1), g = S({}), f = pe(e), r = () => {
1820
+ }), m = S({}), C = S({}), w = S([]), k = S(!1), g = S({}), v = pe(e), r = () => {
1821
1821
  var L;
1822
1822
  g.value = se.get("user"), t.areaCode || (t.areaCode = (L = g.value) == null ? void 0 : L.areacode);
1823
1823
  const D = Object.assign({}, t);
@@ -1828,12 +1828,12 @@ function Sa(e = {}) {
1828
1828
  };
1829
1829
  }, u = () => {
1830
1830
  var R, L;
1831
- if (!f.list) {
1831
+ if (!v.list) {
1832
1832
  K.toast("请先设置url.list属性", { color: "warning" });
1833
1833
  return;
1834
1834
  }
1835
1835
  const D = r();
1836
- l.value = !0, (L = (R = window.$vtk) == null ? void 0 : R.message) != null && L.loading && window.$vtk.message.loading.show(), Y.postJson(f.list, D).then((F) => {
1836
+ l.value = !0, (L = (R = window.$vtk) == null ? void 0 : R.message) != null && L.loading && window.$vtk.message.loading.show(), Y.postJson(v.list, D).then((F) => {
1837
1837
  var J, q, H;
1838
1838
  (q = (J = window.$vtk) == null ? void 0 : J.message) != null && q.loading && window.$vtk.message.loading.hide(), (F.meta.success || F.data) && (n.value = ((H = F.data) == null ? void 0 : H.rows) || [], m.value = F.data, C.value = F.data.sumup ? F.data.sumup : {}, w.value = F.data), l.value = !1;
1839
1839
  }).catch((F) => {
@@ -1853,7 +1853,7 @@ function Sa(e = {}) {
1853
1853
  pageDataCopy: w,
1854
1854
  overlay: k,
1855
1855
  user: g,
1856
- url: f,
1856
+ url: v,
1857
1857
  // 方法
1858
1858
  getQueryParams: r,
1859
1859
  loadPage: u,
@@ -1864,14 +1864,14 @@ function Sa(e = {}) {
1864
1864
  d.pageno = D.pageno, d.limit = D.limit, u();
1865
1865
  },
1866
1866
  deleteItem: (D, R) => {
1867
- if (!f.delete) {
1867
+ if (!v.delete) {
1868
1868
  K.toast("请设置url.delete属性!", { color: "warning" });
1869
1869
  return;
1870
1870
  }
1871
1871
  K.confirm(
1872
1872
  { title: "确认删除", text: R || "是否删除?" },
1873
1873
  (L) => {
1874
- L && Y.getForm(f.delete, { id: D }).then((F) => {
1874
+ L && Y.getForm(v.delete, { id: D }).then((F) => {
1875
1875
  F.meta.success ? (K.toast("删除成功", { color: "success" }), u()) : K.toast("删除失败", { color: "warning" });
1876
1876
  }).catch((F) => {
1877
1877
  console.error("删除失败:", F), K.toast("删除失败", { color: "warning" });
@@ -1880,14 +1880,14 @@ function Sa(e = {}) {
1880
1880
  );
1881
1881
  },
1882
1882
  copyItem: (D, R) => {
1883
- if (!f.copy) {
1883
+ if (!v.copy) {
1884
1884
  K.toast("请设置url.copy!", { color: "warning" });
1885
1885
  return;
1886
1886
  }
1887
1887
  K.confirm(
1888
1888
  { title: "拷贝", text: R || "是否确认拷贝当前数据?" },
1889
1889
  (L) => {
1890
- L && Y.getForm(f.copy, { id: D }).then((F) => {
1890
+ L && Y.getForm(v.copy, { id: D }).then((F) => {
1891
1891
  F.meta.success ? (K.toast("拷贝成功", { color: "success" }), u()) : K.toast("拷贝失败", { color: "warning" });
1892
1892
  }).catch((F) => {
1893
1893
  console.error("拷贝失败:", F), K.toast("拷贝失败", { color: "warning" });
@@ -1908,7 +1908,7 @@ function Sa(e = {}) {
1908
1908
  var R, L;
1909
1909
  k.value = !0, (L = (R = window.$vtk) == null ? void 0 : R.message) != null && L.loading && window.$vtk.message.loading.show();
1910
1910
  const D = r();
1911
- Y.exp(f.exp, D).then((F) => {
1911
+ Y.exp(v.exp, D).then((F) => {
1912
1912
  var J, q;
1913
1913
  if ((q = (J = window.$vtk) == null ? void 0 : J.message) != null && q.loading && window.$vtk.message.loading.hide(), F) {
1914
1914
  const H = F.headers["content-disposition"], ue = decodeURI(
@@ -1941,7 +1941,7 @@ function Sa(e = {}) {
1941
1941
  d.pageno = 1, d.limit = 10;
1942
1942
  },
1943
1943
  updateUrlConfig: (D) => {
1944
- Object.assign(f, D);
1944
+ Object.assign(v, D);
1945
1945
  }
1946
1946
  };
1947
1947
  }
@@ -1981,10 +1981,10 @@ const $a = { key: 0 }, Ca = {
1981
1981
  url: k
1982
1982
  } = Sa(t);
1983
1983
  Object.assign(w, {});
1984
- const g = w, f = S({}), r = S(1), u = S([
1984
+ const g = w, v = S({}), r = S(1), u = S([
1985
1985
  { title: "事项", key: "objsName", sortable: !1 },
1986
1986
  { title: "状态", key: "actions", sortable: !1, align: "end" }
1987
- ]), $ = S([]), O = S(""), A = S(""), b = S(""), p = S(!1), v = S(!1), x = S(!1), P = S([]), N = S([]), M = S(!1), j = S([]), D = S(!1), R = S({}), L = S(""), F = S(null);
1987
+ ]), $ = S([]), O = S(""), A = S(""), b = S(""), p = S(!1), f = S(!1), x = S(!1), P = S([]), N = S([]), M = S(!1), j = S([]), D = S(!1), R = S({}), L = S(""), F = S(null);
1988
1988
  le(P, (T) => {
1989
1989
  T.length < j.value.length && (M.value = !1);
1990
1990
  }, { deep: !0 }), Dt(() => {
@@ -1997,7 +1997,7 @@ const $a = { key: 0 }, Ca = {
1997
1997
  P.value = T ? j.value : [];
1998
1998
  }, q = () => {
1999
1999
  var T;
2000
- b.value = "", p.value = !1, f.value = H(), $.value = [], (T = f.value.permits) == null || T.forEach((s) => {
2000
+ b.value = "", p.value = !1, v.value = H(), $.value = [], (T = v.value.permits) == null || T.forEach((s) => {
2001
2001
  s.permNkey.includes("biz_type") ? ($.value.push(s), b.value = b.value + s.permNkey.slice(9) + ",") : s.permNkey == "btn_expo" && (p.value = !0);
2002
2002
  }), g.bizType = b.value, ue();
2003
2003
  }, H = () => {
@@ -2009,7 +2009,7 @@ const $a = { key: 0 }, Ca = {
2009
2009
  }
2010
2010
  }, ue = () => {
2011
2011
  var T;
2012
- r.value = 1, g.operateLeve = (T = f.value.areacode) == null ? void 0 : T.length, g.servState = "0", i();
2012
+ r.value = 1, g.operateLeve = (T = v.value.areacode) == null ? void 0 : T.length, g.servState = "0", i();
2013
2013
  }, oe = () => {
2014
2014
  r.value = 0, delete g.operateLeve, delete g.servState, i();
2015
2015
  }, ie = (T) => {
@@ -2019,8 +2019,8 @@ const $a = { key: 0 }, Ca = {
2019
2019
  var T;
2020
2020
  (T = F.value) == null || T.add(g.projCode);
2021
2021
  }, at = (T) => {
2022
- O.value = T.projName, g.projCode = T.projCode, delete g.bizType, ve();
2023
- }, ve = () => {
2022
+ O.value = T.projName, g.projCode = T.projCode, delete g.bizType, fe();
2023
+ }, fe = () => {
2024
2024
  i();
2025
2025
  }, lt = () => {
2026
2026
  O.value && g.servState == "1" && (P.value = [], N.value = [], Y.postJson("/kudas/xfwez/exv", { codex: g }).then((T) => {
@@ -2059,13 +2059,13 @@ const $a = { key: 0 }, Ca = {
2059
2059
  310: "服务外包代办"
2060
2060
  })[T] || T;
2061
2061
  return (T, s) => {
2062
- const ee = c("VIcon"), fe = c("VTab"), ge = c("VSpacer"), vt = c("VTabs"), be = c("VBtn"), ft = c("VDivider"), Te = c("VCheckbox"), we = c("VCardTitle"), _e = c("VCard"), Se = c("VMenu"), $e = c("VTextField"), gt = c("vtk-area-tabs"), Ce = c("vtk-select"), Pe = c("VDatePicker"), bt = c("vtk-search"), ye = c("VChip"), Ae = c("VCol"), yt = c("VRow"), kt = c("vtk-empty"), Vt = c("VDataTable"), ht = c("vtk-page"), De = c("VCardText"), xt = c("vtk-proj", !0), wt = c("VTextarea"), _t = c("VCardActions"), St = c("VDialog"), $t = c("VContainer");
2062
+ const ee = c("VIcon"), ve = c("VTab"), ge = c("VSpacer"), ft = c("VTabs"), be = c("VBtn"), vt = c("VDivider"), Te = c("VCheckbox"), we = c("VCardTitle"), _e = c("VCard"), Se = c("VMenu"), $e = c("VTextField"), gt = c("vtk-area-tabs"), Ce = c("vtk-select"), Pe = c("VDatePicker"), bt = c("vtk-search"), ye = c("VChip"), Ae = c("VCol"), yt = c("VRow"), kt = c("vtk-empty"), Vt = c("VDataTable"), ht = c("vtk-page"), De = c("VCardText"), xt = c("vtk-proj", !0), wt = c("VTextarea"), _t = c("VCardActions"), St = c("VDialog"), $t = c("VContainer");
2063
2063
  return h(), E($t, {
2064
2064
  fluid: "",
2065
2065
  class: "vtk-height pa-0"
2066
2066
  }, {
2067
2067
  default: o(() => [
2068
- a(vt, {
2068
+ a(ft, {
2069
2069
  modelValue: r.value,
2070
2070
  "onUpdate:modelValue": s[1] || (s[1] = (_) => r.value = _),
2071
2071
  "bg-color": "transparent",
@@ -2073,7 +2073,7 @@ const $a = { key: 0 }, Ca = {
2073
2073
  style: { width: "100%" }
2074
2074
  }, {
2075
2075
  default: o(() => [
2076
- a(fe, {
2076
+ a(ve, {
2077
2077
  onClick: s[0] || (s[0] = (_) => oe())
2078
2078
  }, {
2079
2079
  default: o(() => [
@@ -2092,7 +2092,7 @@ const $a = { key: 0 }, Ca = {
2092
2092
  ]),
2093
2093
  _: 1
2094
2094
  }),
2095
- a(fe, { onClick: q }, {
2095
+ a(ve, { onClick: q }, {
2096
2096
  default: o(() => [
2097
2097
  V("span", null, [
2098
2098
  a(ee, {
@@ -2109,7 +2109,7 @@ const $a = { key: 0 }, Ca = {
2109
2109
  ]),
2110
2110
  _: 1
2111
2111
  }),
2112
- a(fe, { onClick: xe }, {
2112
+ a(ve, { onClick: xe }, {
2113
2113
  default: o(() => [
2114
2114
  V("span", null, [
2115
2115
  a(ee, {
@@ -2126,7 +2126,7 @@ const $a = { key: 0 }, Ca = {
2126
2126
  ]),
2127
2127
  _: 1
2128
2128
  }),
2129
- a(fe, { onClick: xe }, {
2129
+ a(ve, { onClick: xe }, {
2130
2130
  default: o(() => [
2131
2131
  V("span", null, [
2132
2132
  a(ee, {
@@ -2143,7 +2143,7 @@ const $a = { key: 0 }, Ca = {
2143
2143
  ]),
2144
2144
  _: 1
2145
2145
  }),
2146
- a(fe, { onClick: xe }, {
2146
+ a(ve, { onClick: xe }, {
2147
2147
  default: o(() => [
2148
2148
  V("span", null, [
2149
2149
  a(ee, {
@@ -2171,7 +2171,7 @@ const $a = { key: 0 }, Ca = {
2171
2171
  default: o(() => [
2172
2172
  a(we, { style: { height: "88px" } }, {
2173
2173
  default: o(() => [
2174
- r.value == "0" && (p.value || f.value.grole >= 2) ? (h(), E(Se, {
2174
+ r.value == "0" && (p.value || v.value.grole >= 2) ? (h(), E(Se, {
2175
2175
  key: 0,
2176
2176
  "offset-y": "",
2177
2177
  "close-on-content-click": !1,
@@ -2235,7 +2235,7 @@ const $a = { key: 0 }, Ca = {
2235
2235
  V("span", { class: "text-grey mx-1" }, "|"),
2236
2236
  y(" 状态 ")
2237
2237
  ], -1)),
2238
- a(ft),
2238
+ a(vt),
2239
2239
  z(g).servState == "1" && O.value ? (h(), I("div", $a, [
2240
2240
  a(we, { class: "pa-0 text-body-1 mb-2 pt-3" }, {
2241
2241
  default: o(() => [
@@ -2349,7 +2349,7 @@ const $a = { key: 0 }, Ca = {
2349
2349
  a(bt, {
2350
2350
  modelValue: z(g),
2351
2351
  "onUpdate:modelValue": s[17] || (s[17] = (_) => jt(g) ? g.value = _ : null),
2352
- onSearch: ve,
2352
+ onSearch: fe,
2353
2353
  placeholder: "输入姓名/身份证查询",
2354
2354
  styles: "width:320px"
2355
2355
  }, {
@@ -2376,7 +2376,7 @@ const $a = { key: 0 }, Ca = {
2376
2376
  a(Ce, {
2377
2377
  modelValue: z(g).servState,
2378
2378
  "onUpdate:modelValue": s[6] || (s[6] = (_) => z(g).servState = _),
2379
- onChange: ve,
2379
+ onChange: fe,
2380
2380
  placeholder: "服务状态",
2381
2381
  list: "0:服务中/1:已服务",
2382
2382
  class: "mt-3 d-inline-block mr-3 mb-3",
@@ -2389,7 +2389,7 @@ const $a = { key: 0 }, Ca = {
2389
2389
  a(Ce, {
2390
2390
  modelValue: z(g).rateState,
2391
2391
  "onUpdate:modelValue": s[7] || (s[7] = (_) => z(g).rateState = _),
2392
- onChange: ve,
2392
+ onChange: fe,
2393
2393
  placeholder: "是否评价",
2394
2394
  list: "0:未评价/1:已评价",
2395
2395
  class: "mt-3 d-inline-block",
@@ -2400,8 +2400,8 @@ const $a = { key: 0 }, Ca = {
2400
2400
  clearable: ""
2401
2401
  }, null, 8, ["modelValue"]),
2402
2402
  a(Se, {
2403
- modelValue: v.value,
2404
- "onUpdate:modelValue": s[11] || (s[11] = (_) => v.value = _),
2403
+ modelValue: f.value,
2404
+ "onUpdate:modelValue": s[11] || (s[11] = (_) => f.value = _),
2405
2405
  "close-on-content-click": !1,
2406
2406
  transition: "scale-transition",
2407
2407
  location: "bottom",
@@ -2427,7 +2427,7 @@ const $a = { key: 0 }, Ca = {
2427
2427
  modelValue: z(g).servFtime0,
2428
2428
  "onUpdate:modelValue": [
2429
2429
  s[9] || (s[9] = (_) => z(g).servFtime0 = _),
2430
- s[10] || (s[10] = (_) => v.value = !1)
2430
+ s[10] || (s[10] = (_) => f.value = !1)
2431
2431
  ],
2432
2432
  title: "",
2433
2433
  "view-mode": "month",
@@ -2476,7 +2476,7 @@ const $a = { key: 0 }, Ca = {
2476
2476
  }, 8, ["modelValue"]),
2477
2477
  z(g).servState == "1" ? (h(), E(Ce, {
2478
2478
  key: 0,
2479
- onChange: ve,
2479
+ onChange: fe,
2480
2480
  modelValue: z(g).state,
2481
2481
  "onUpdate:modelValue": s[16] || (s[16] = (_) => z(g).state = _),
2482
2482
  class: "mt-3",
@@ -2596,7 +2596,7 @@ const $a = { key: 0 }, Ca = {
2596
2596
  "item.actions": o(({ item: _ }) => {
2597
2597
  var X;
2598
2598
  return [
2599
- _.state != 0 && ((X = f.value.areacode) == null ? void 0 : X.length) == 6 && _.servState == "1" ? (h(), I("a", {
2599
+ _.state != 0 && ((X = v.value.areacode) == null ? void 0 : X.length) == 6 && _.servState == "1" ? (h(), I("a", {
2600
2600
  key: 0,
2601
2601
  onClick: (je) => ot(_),
2602
2602
  class: "text-error",
@@ -2715,8 +2715,8 @@ const $a = { key: 0 }, Ca = {
2715
2715
  setup(e, { emit: t }) {
2716
2716
  const n = e, l = t, i = Ve(), d = S([]), m = () => {
2717
2717
  n.list.split("/").forEach((k) => {
2718
- const [g, f] = k.split(":");
2719
- d.value.push({ code: g, codeValue: f });
2718
+ const [g, v] = k.split(":");
2719
+ d.value.push({ code: g, codeValue: v });
2720
2720
  });
2721
2721
  }, C = async () => {
2722
2722
  try {
@@ -2731,13 +2731,13 @@ const $a = { key: 0 }, Ca = {
2731
2731
  return re(() => {
2732
2732
  n.list.includes(":") ? m() : C();
2733
2733
  }), (k, g) => {
2734
- const f = c("VRadio"), r = c("VRadioGroup");
2734
+ const v = c("VRadio"), r = c("VRadioGroup");
2735
2735
  return h(), E(r, ne(z(i), {
2736
2736
  modelValue: e.modelValue,
2737
2737
  "onUpdate:modelValue": w
2738
2738
  }), {
2739
2739
  default: o(() => [
2740
- (h(!0), I(de, null, ce(d.value, (u) => (h(), E(f, {
2740
+ (h(!0), I(de, null, ce(d.value, (u) => (h(), E(v, {
2741
2741
  key: u.id || u.code,
2742
2742
  label: u.codeValue,
2743
2743
  value: u.code
@@ -2775,13 +2775,13 @@ const $a = { key: 0 }, Ca = {
2775
2775
  d.value = !1, w();
2776
2776
  }, g = () => {
2777
2777
  k(), l("update:value", m.value), l("search");
2778
- }, f = () => {
2778
+ }, v = () => {
2779
2779
  Object.keys(m.value).forEach((r) => {
2780
2780
  r !== "condition" && delete m.value[r];
2781
2781
  }), delete m.value.condition, C.value = 0, l("update:value", m.value), l("search"), d.value = !1;
2782
2782
  };
2783
2783
  return (r, u) => {
2784
- const $ = c("VBadge"), O = c("VTextField"), A = c("VIcon"), b = c("VBtn"), p = c("VCardTitle"), v = c("VCardText"), x = c("VSpacer"), P = c("VCardActions"), N = c("VCard"), M = c("VMenu");
2784
+ const $ = c("VBadge"), O = c("VTextField"), A = c("VIcon"), b = c("VBtn"), p = c("VCardTitle"), f = c("VCardText"), x = c("VSpacer"), P = c("VCardActions"), N = c("VCard"), M = c("VMenu");
2785
2785
  return h(), I("div", La, [
2786
2786
  a(M, {
2787
2787
  modelValue: d.value,
@@ -2850,7 +2850,7 @@ const $a = { key: 0 }, Ca = {
2850
2850
  ]),
2851
2851
  _: 1
2852
2852
  }),
2853
- a(v, null, {
2853
+ a(f, null, {
2854
2854
  default: o(() => [
2855
2855
  ae(r.$slots, "default", {}, void 0, !0)
2856
2856
  ]),
@@ -2877,7 +2877,7 @@ const $a = { key: 0 }, Ca = {
2877
2877
  _: 1
2878
2878
  }),
2879
2879
  a(b, {
2880
- onClick: f,
2880
+ onClick: v,
2881
2881
  variant: "flat",
2882
2882
  color: "error"
2883
2883
  }, {
@@ -2945,7 +2945,7 @@ const $a = { key: 0 }, Ca = {
2945
2945
  "item-value": "code",
2946
2946
  multiple: e.multi,
2947
2947
  "menu-props": { offsetY: !0 },
2948
- "onUpdate:modelValue": k[0] || (k[0] = (f) => w.$emit("update:modelValue", f))
2948
+ "onUpdate:modelValue": k[0] || (k[0] = (v) => w.$emit("update:modelValue", v))
2949
2949
  }), null, 16, ["items", "multiple"]);
2950
2950
  };
2951
2951
  }
@@ -2977,7 +2977,7 @@ const $a = { key: 0 }, Ca = {
2977
2977
  }), le(() => t.list, () => {
2978
2978
  i();
2979
2979
  }), (d, m) => {
2980
- const C = c("VCol"), w = c("VRow"), k = c("VStepperHeader"), g = c("VStepperWindowItem"), f = c("VStepperWindow"), r = c("VStepper");
2980
+ const C = c("VCol"), w = c("VRow"), k = c("VStepperHeader"), g = c("VStepperWindowItem"), v = c("VStepperWindow"), r = c("VStepper");
2981
2981
  return h(), E(r, {
2982
2982
  class: "elevation-0",
2983
2983
  modelValue: n.value,
@@ -3011,7 +3011,7 @@ const $a = { key: 0 }, Ca = {
3011
3011
  ]),
3012
3012
  _: 1
3013
3013
  }),
3014
- a(f, null, {
3014
+ a(v, null, {
3015
3015
  default: o(() => [
3016
3016
  (h(!0), I(de, null, ce(e.list, (u, $) => (h(), E(g, {
3017
3017
  key: $,
@@ -3345,8 +3345,8 @@ const nl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3345
3345
  //18位身份证严格校验
3346
3346
  isIdCard: function(e) {
3347
3347
  let t = (m) => {
3348
- for (var C = [7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2], w = m.split(""), k = 17, g = 0, f = 0; f < k; f++)
3349
- g += w[f] * C[f];
3348
+ for (var C = [7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2], w = m.split(""), k = 17, g = 0, v = 0; v < k; v++)
3349
+ g += w[v] * C[v];
3350
3350
  var r = g % 11, u = ["1", "0", "X", "9", "8", "7", "6", "5", "4", "3", "2"], $ = u[r];
3351
3351
  return $ === m[17];
3352
3352
  };
@@ -3367,7 +3367,7 @@ const nl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3367
3367
  };
3368
3368
  }
3369
3369
  };
3370
- function vl(e, t = {}) {
3370
+ function fl(e, t = {}) {
3371
3371
  const n = {
3372
3372
  VtkArea: Me,
3373
3373
  VtkBreadcrumb: Be,
@@ -3406,7 +3406,7 @@ function vl(e, t = {}) {
3406
3406
  }, e;
3407
3407
  }
3408
3408
  const yl = {
3409
- install: vl,
3409
+ install: fl,
3410
3410
  // 重新导出所有组件
3411
3411
  VtkArea: Me,
3412
3412
  VtkBreadcrumb: Be,