erp-plus 1.0.63 → 1.0.64

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,4 +1,4 @@
1
- import { defineComponent as _, resolveComponent as j, createBlock as I, openBlock as i, mergeProps as F, createSlots as e1, renderList as Z, withCtx as y, renderSlot as H, normalizeProps as l1, guardReactiveProps as i1, computed as S, createElementBlock as z, normalizeStyle as s1, useSlots as k1, unref as D, createCommentVNode as T, createElementVNode as Y, Fragment as X, normalizeClass as w1, toDisplayString as t1, h as P, createVNode as b, createTextVNode as g1, isRef as n1, ref as W, watch as B1, withKeys as N1, resolveDynamicComponent as W1, withModifiers as r1, Transition as j1 } from "vue";
1
+ import { defineComponent as _, resolveComponent as j, createBlock as I, openBlock as i, mergeProps as F, createSlots as e1, renderList as Z, withCtx as y, renderSlot as K, normalizeProps as l1, guardReactiveProps as i1, computed as S, createElementBlock as z, normalizeStyle as s1, useSlots as k1, unref as D, createCommentVNode as b, createElementVNode as Y, Fragment as X, normalizeClass as w1, toDisplayString as t1, h as P, createVNode as H, createTextVNode as g1, isRef as n1, ref as W, watch as B1, withKeys as N1, resolveDynamicComponent as W1, withModifiers as r1, Transition as j1 } from "vue";
2
2
  import R1, { ElOption as G1, ElSelect as X1 } from "element-plus";
3
3
  const D1 = /* @__PURE__ */ _({
4
4
  __name: "Avatar",
@@ -43,7 +43,7 @@ const D1 = /* @__PURE__ */ _({
43
43
  Z(v.$slots, (a, p) => ({
44
44
  name: p,
45
45
  fn: y((u) => [
46
- H(v.$slots, p, l1(i1(u || {})))
46
+ K(v.$slots, p, l1(i1(u || {})))
47
47
  ])
48
48
  }))
49
49
  ]), 1040);
@@ -494,41 +494,41 @@ const F3 = ["innerHTML"], Z3 = /* @__PURE__ */ _({
494
494
  Z(D(s), (p, u) => ({
495
495
  name: u,
496
496
  fn: y((E) => [
497
- H(n.$slots, "icon", {}, () => [
497
+ K(n.$slots, "icon", {}, () => [
498
498
  t.icon === "Plus" ? (i(), I(k, {
499
499
  key: 0,
500
500
  "icon-class": "button_add"
501
- })) : T("", !0),
501
+ })) : b("", !0),
502
502
  t.icon === "Save" ? (i(), I(k, {
503
503
  key: 1,
504
504
  "icon-class": "button_save"
505
- })) : T("", !0),
505
+ })) : b("", !0),
506
506
  t.icon === "Edit" ? (i(), I(k, {
507
507
  key: 2,
508
508
  "icon-class": "button_edit"
509
- })) : T("", !0),
509
+ })) : b("", !0),
510
510
  t.icon === "Upload" ? (i(), I(k, {
511
511
  key: 3,
512
512
  "icon-class": "button_import"
513
- })) : T("", !0),
513
+ })) : b("", !0),
514
514
  t.icon === "Download" ? (i(), I(k, {
515
515
  key: 4,
516
516
  "icon-class": "button_export"
517
- })) : T("", !0),
517
+ })) : b("", !0),
518
518
  t.icon === "Delete" ? (i(), I(k, {
519
519
  key: 5,
520
520
  "icon-class": "button_delete"
521
- })) : T("", !0),
521
+ })) : b("", !0),
522
522
  t.icon === "Arrow_t" ? (i(), I(k, {
523
523
  key: 6,
524
524
  "icon-class": "arrowTop"
525
- })) : T("", !0),
525
+ })) : b("", !0),
526
526
  t.icon === "Arrow_b" ? (i(), I(k, {
527
527
  key: 7,
528
528
  "icon-class": "arrowBottom"
529
- })) : T("", !0)
529
+ })) : b("", !0)
530
530
  ]),
531
- H(n.$slots, u, l1(i1(E || {})))
531
+ K(n.$slots, u, l1(i1(E || {})))
532
532
  ])
533
533
  }))
534
534
  ]), 1040, ["class"]);
@@ -571,7 +571,7 @@ const N3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
571
571
  }, e1({
572
572
  default: y(() => [
573
573
  Y("div", X3, [
574
- H(l.$slots, "default", {}, void 0, !0)
574
+ K(l.$slots, "default", {}, void 0, !0)
575
575
  ])
576
576
  ]),
577
577
  _: 2
@@ -581,10 +581,10 @@ const N3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
581
581
  fn: y(() => [
582
582
  Y("div", W3, [
583
583
  Y("div", j3, [
584
- H(l.$slots, "title", {}, void 0, !0)
584
+ K(l.$slots, "title", {}, void 0, !0)
585
585
  ]),
586
586
  Y("div", R3, [
587
- H(l.$slots, "btns", {}, void 0, !0)
587
+ K(l.$slots, "btns", {}, void 0, !0)
588
588
  ])
589
589
  ])
590
590
  ]),
@@ -842,28 +842,28 @@ const o4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
842
842
  onPanelChange: G
843
843
  }), {
844
844
  "prev-month": y(() => [
845
- b(k, {
845
+ H(k, {
846
846
  iconClass: "16_16_arrow_left",
847
847
  color: "#1a1a1a",
848
848
  style: { width: "16px", height: "16px" }
849
849
  })
850
850
  ]),
851
851
  "next-month": y(() => [
852
- b(k, {
852
+ H(k, {
853
853
  iconClass: "16_16_arrow_right",
854
854
  color: "#1a1a1a",
855
855
  style: { width: "16px", height: "16px" }
856
856
  })
857
857
  ]),
858
858
  "prev-year": y(() => [
859
- b(k, {
859
+ H(k, {
860
860
  iconClass: t.type == "month" || t.type == "year" || l.type === "monthrange" || l.type == "yearrange" ? "16_16_arrow_left" : "16_16_arrow_2left",
861
861
  color: "#1a1a1a",
862
862
  style: { width: "16px", height: "16px" }
863
863
  }, null, 8, ["iconClass"])
864
864
  ]),
865
865
  "next-year": y(() => [
866
- b(k, {
866
+ H(k, {
867
867
  iconClass: t.type == "month" || t.type == "year" || l.type === "monthrange" || l.type == "yearrange" ? "16_16_arrow_right" : "16_16_arrow_2right",
868
868
  color: "#1a1a1a",
869
869
  style: { width: "16px", height: "16px" }
@@ -875,7 +875,7 @@ const o4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
875
875
  class: w1(["el-date-table-cell", { "is-current": d.type === "current" }])
876
876
  }, [
877
877
  Y("span", n4, t1(d.text + 1) + "月", 1)
878
- ], 2)) : H(x.$slots, "default", {
878
+ ], 2)) : K(x.$slots, "default", {
879
879
  key: 1,
880
880
  cell: d
881
881
  })
@@ -984,6 +984,10 @@ const g4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
984
984
  type: Boolean,
985
985
  default: !0
986
986
  },
987
+ showFooter: {
988
+ type: Boolean,
989
+ default: !0
990
+ },
987
991
  // beforeClose: {
988
992
  // type: Function as PropType<(done: any) => void>,
989
993
  // default: () => (done: any) => {
@@ -1058,14 +1062,14 @@ const g4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1058
1062
  onCloseAutoFocus: u
1059
1063
  }), e1({
1060
1064
  footer: y(() => [
1061
- G.$slots.footer ? H(G.$slots, "footer", { key: 0 }) : (i(), z("div", A4, [
1062
- b(A1, { onClick: w }, {
1065
+ G.$slots.footer ? K(G.$slots, "footer", { key: 0 }) : t.showFooter ? (i(), z("div", A4, [
1066
+ H(A1, { onClick: w }, {
1063
1067
  default: y(() => [
1064
1068
  g1(t1(t.cancelText), 1)
1065
1069
  ]),
1066
1070
  _: 1
1067
1071
  }),
1068
- b(A1, {
1072
+ H(A1, {
1069
1073
  type: "primary",
1070
1074
  onClick: E
1071
1075
  }, {
@@ -1074,14 +1078,14 @@ const g4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1074
1078
  ]),
1075
1079
  _: 1
1076
1080
  })
1077
- ]))
1081
+ ])) : b("", !0)
1078
1082
  ]),
1079
1083
  _: 2
1080
1084
  }, [
1081
1085
  Z(G.$slots, (J, d) => ({
1082
1086
  name: d,
1083
1087
  fn: y((f) => [
1084
- H(G.$slots, d, l1(i1(f || {})))
1088
+ K(G.$slots, d, l1(i1(f || {})))
1085
1089
  ])
1086
1090
  }))
1087
1091
  ]), 1040, ["width"]);
@@ -1290,7 +1294,7 @@ const c4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1290
1294
  Z(d.$slots, (V, C) => ({
1291
1295
  name: C,
1292
1296
  fn: y((Q) => [
1293
- H(d.$slots, C, l1(i1(Q || {})))
1297
+ K(d.$slots, C, l1(i1(Q || {})))
1294
1298
  ])
1295
1299
  }))
1296
1300
  ]), 1040, ["modelValue"]);
@@ -1434,9 +1438,9 @@ const h4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1434
1438
  alt: "Loading animation",
1435
1439
  class: "gif-animation"
1436
1440
  }, null, -1)),
1437
- t.title ? (i(), z("div", p4, t1(t.title), 1)) : T("", !0)
1441
+ t.title ? (i(), z("div", p4, t1(t.title), 1)) : b("", !0)
1438
1442
  ])
1439
- ])) : T("", !0);
1443
+ ])) : b("", !0);
1440
1444
  }
1441
1445
  });
1442
1446
  p1.install = (t) => {
@@ -1485,20 +1489,20 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1485
1489
  E.value = m;
1486
1490
  });
1487
1491
  const U = S(() => {
1488
- const m = u.value, h = x.value, K = l.pagerCount;
1489
- if (h <= K)
1492
+ const m = u.value, h = x.value, T = l.pagerCount;
1493
+ if (h <= T)
1490
1494
  return J(1, h);
1491
- const $ = (K - 1) / 2;
1495
+ const $ = (T - 1) / 2;
1492
1496
  let L = m - $, R = m + $;
1493
- L < 1 ? (L = 1, R = K) : R > h && (R = h, L = h - K + 1);
1497
+ L < 1 ? (L = 1, R = T) : R > h && (R = h, L = h - T + 1);
1494
1498
  let a1 = J(L, R);
1495
1499
  return L > 2 ? a1.unshift(1, "...") : L === 2 && a1.unshift(1), R < h - 1 ? a1.push("....", h) : R === h - 1 && a1.push(h), console.log("显示的页码:", a1), a1;
1496
1500
  });
1497
1501
  function J(m, h) {
1498
- const K = [];
1502
+ const T = [];
1499
1503
  for (let $ = m; $ <= h; $++)
1500
- K.push($);
1501
- return K;
1504
+ T.push($);
1505
+ return T;
1502
1506
  }
1503
1507
  const d = () => {
1504
1508
  u.value > 1 && (u.value--, M());
@@ -1524,15 +1528,15 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1524
1528
  });
1525
1529
  };
1526
1530
  return (m, h) => {
1527
- const K = j("el-option"), $ = j("el-select");
1531
+ const T = j("el-option"), $ = j("el-select");
1528
1532
  return i(), z("div", m4, [
1529
- D(e) ? (i(), z("span", u4, " 共 " + t1(t.total) + " 条 ", 1)) : T("", !0),
1533
+ D(e) ? (i(), z("span", u4, " 共 " + t1(t.total) + " 条 ", 1)) : b("", !0),
1530
1534
  Y("div", {
1531
1535
  class: "btn-prev btn-number",
1532
1536
  style: s1({ cursor: t.currentPage === 1 ? "not-allowed" : "pointer" }),
1533
1537
  onClick: d
1534
1538
  }, [
1535
- b(D(k), {
1539
+ H(D(k), {
1536
1540
  "icon-class": "12_12_arrow_left",
1537
1541
  class: "svg-icon-page",
1538
1542
  style: s1({ color: t.currentPage == 1 ? "#B3B5C7" : "#1A1A1A" })
@@ -1547,7 +1551,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1547
1551
  onMouseleave: h[1] || (h[1] = (R) => a.value = !1),
1548
1552
  onClick: f
1549
1553
  }, [
1550
- b(D(k), {
1554
+ H(D(k), {
1551
1555
  "icon-class": D(a) ? "arrow_2left" : "more",
1552
1556
  class: "svg-icon-page",
1553
1557
  style: s1({ color: D(a) ? "#1951FA" : "" })
@@ -1560,7 +1564,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1560
1564
  onMouseleave: h[3] || (h[3] = (R) => p.value = !1),
1561
1565
  onClick: N
1562
1566
  }, [
1563
- b(D(k), {
1567
+ H(D(k), {
1564
1568
  "icon-class": D(p) ? "arrow_2right" : "more",
1565
1569
  class: "svg-icon-page",
1566
1570
  style: s1({ color: D(p) ? "#1951FA" : "" })
@@ -1576,21 +1580,21 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1576
1580
  style: s1({ cursor: t.currentPage === D(x) ? "not-allowed" : "pointer" }),
1577
1581
  onClick: V
1578
1582
  }, [
1579
- b(D(k), {
1583
+ H(D(k), {
1580
1584
  "icon-class": "12_12_arrow_right",
1581
1585
  class: "svg-icon-page",
1582
1586
  style: s1({ color: t.currentPage == D(x) ? "#B3B5C7" : "#1A1A1A" })
1583
1587
  }, null, 8, ["style"])
1584
1588
  ], 4),
1585
1589
  D(s) ? (i(), z("div", D4, [
1586
- b($, {
1590
+ H($, {
1587
1591
  modelValue: D(E),
1588
1592
  "onUpdate:modelValue": h[4] || (h[4] = (L) => n1(E) ? E.value = L : null),
1589
1593
  "suffix-icon": D(w),
1590
1594
  onChange: Q
1591
1595
  }, {
1592
1596
  default: y(() => [
1593
- (i(!0), z(X, null, Z(t.pageSizes, (L) => (i(), I(K, {
1597
+ (i(!0), z(X, null, Z(t.pageSizes, (L) => (i(), I(T, {
1594
1598
  key: L,
1595
1599
  label: `${L} 条/页`,
1596
1600
  value: L
@@ -1598,10 +1602,10 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1598
1602
  ]),
1599
1603
  _: 1
1600
1604
  }, 8, ["modelValue", "suffix-icon"])
1601
- ])) : T("", !0),
1605
+ ])) : b("", !0),
1602
1606
  D(v) ? (i(), z("div", x4, [
1603
1607
  h[6] || (h[6] = Y("span", null, "前往", -1)),
1604
- b(v1, {
1608
+ H(v1, {
1605
1609
  modelValue: D(G),
1606
1610
  "onUpdate:modelValue": h[5] || (h[5] = (L) => n1(G) ? G.value = L : null),
1607
1611
  min: 1,
@@ -1609,7 +1613,7 @@ const C4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1609
1613
  onKeyup: N1(g, ["enter"])
1610
1614
  }, null, 8, ["modelValue", "max"]),
1611
1615
  h[7] || (h[7] = Y("span", null, "页", -1))
1612
- ])) : T("", !0)
1616
+ ])) : b("", !0)
1613
1617
  ]);
1614
1618
  };
1615
1619
  }
@@ -2001,7 +2005,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2001
2005
  Z(e.$slots, (u, E) => ({
2002
2006
  name: E,
2003
2007
  fn: y((G) => [
2004
- H(e.$slots, E, F({ ref_for: !0 }, G))
2008
+ K(e.$slots, E, F({ ref_for: !0 }, G))
2005
2009
  ])
2006
2010
  }))
2007
2011
  ]), 1032, ["column", "empty-state", "get-error-msg", "teleported", "isSelection", "checked-state", "checked-state-single", "checked-all-state", "handle-all-checked", "handle-checked", "handle-checked-single"]))), 128))
@@ -2011,7 +2015,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2011
2015
  t.column.slotHeaderName ? {
2012
2016
  name: "header",
2013
2017
  fn: y((a) => [
2014
- H(e.$slots, t.column.slotHeaderName, l1(i1(a)))
2018
+ K(e.$slots, t.column.slotHeaderName, l1(i1(a)))
2015
2019
  ]),
2016
2020
  key: "0"
2017
2021
  } : void 0
@@ -2029,9 +2033,9 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2029
2033
  "icon-class": t.checkedStateSingle(a.row),
2030
2034
  style: { width: "16px", height: "16px", cursor: "pointer" },
2031
2035
  onClick: r1((p) => t.handleCheckedSingle(a.row), ["stop"])
2032
- }, null, 8, ["icon-class", "onClick"])) : T("", !0),
2036
+ }, null, 8, ["icon-class", "onClick"])) : b("", !0),
2033
2037
  ["selection", "index", "expand"].includes(t.column.type) ? (i(), z(X, { key: 2 }, [
2034
- t.column.type === "index" ? (i(), z("span", Q4, t1(a.$index + 1), 1)) : T("", !0)
2038
+ t.column.type === "index" ? (i(), z("span", Q4, t1(a.$index + 1), 1)) : b("", !0)
2035
2039
  ], 64)) : (i(), I(w, {
2036
2040
  key: 3,
2037
2041
  visible: !!t.getErrorMsg(a.$index, t.column.prop),
@@ -2049,7 +2053,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2049
2053
  t.column.slotName ? (i(), z(X, { key: 0 }, [
2050
2054
  t.column.prop && !t.column.isEdit && c(l(a.row, t.column.prop)) && t.emptyState ? (i(), z(X, { key: 0 }, [
2051
2055
  g1(" - ")
2052
- ], 64)) : H(e.$slots, t.column.slotName, l1(F({ key: 1 }, a)))
2056
+ ], 64)) : K(e.$slots, t.column.slotName, l1(F({ key: 1 }, a)))
2053
2057
  ], 64)) : (i(), z(X, { key: 1 }, [
2054
2058
  g1(t1(c(l(a.row, t.column.prop)) && t.emptyState ? "-" : l(
2055
2059
  a.row,
@@ -2071,7 +2075,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2071
2075
  "icon-class": t.checkedAllState(),
2072
2076
  style: { width: "16px", height: "16px" },
2073
2077
  onClick: r1(t.handleAllChecked, ["stop"])
2074
- }, null, 8, ["icon-class", "onClick"])) : H(e.$slots, t.column.slotHeaderName, l1(F({ key: 1 }, a)))
2078
+ }, null, 8, ["icon-class", "onClick"])) : K(e.$slots, t.column.slotHeaderName, l1(F({ key: 1 }, a)))
2075
2079
  ]),
2076
2080
  key: "0"
2077
2081
  } : void 0
@@ -2234,7 +2238,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2234
2238
  e("select", o, A);
2235
2239
  }, h = (o) => {
2236
2240
  e("select-all", o);
2237
- }, K = (o) => {
2241
+ }, T = (o) => {
2238
2242
  e("selection-change", o);
2239
2243
  }, $ = (o, A, B, r) => {
2240
2244
  e("cell-mouse-enter", o, A, B, r);
@@ -2272,16 +2276,16 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2272
2276
  return (o, A) => {
2273
2277
  const B = j("el-table");
2274
2278
  return i(), z("div", L4, [
2275
- b(j1, { name: "fade" }, {
2279
+ H(j1, { name: "fade" }, {
2276
2280
  default: y(() => [
2277
- b(p1, {
2281
+ H(p1, {
2278
2282
  "model-value": s.loading,
2279
2283
  class: "yw-table-body-loading"
2280
2284
  }, null, 8, ["model-value"])
2281
2285
  ]),
2282
2286
  _: 1
2283
2287
  }),
2284
- b(B, F({
2288
+ H(B, F({
2285
2289
  ref_key: "tableRef",
2286
2290
  ref: p,
2287
2291
  class: "yw-table"
@@ -2290,7 +2294,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2290
2294
  "empty-text": D(v),
2291
2295
  onSelect: m,
2292
2296
  onSelectAll: h,
2293
- onSelectionChange: K,
2297
+ onSelectionChange: T,
2294
2298
  onCellMouseEnter: $,
2295
2299
  onCellMouseLeave: L,
2296
2300
  onCellClick: R,
@@ -2326,7 +2330,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2326
2330
  Z(o.$slots, (h1, q) => ({
2327
2331
  name: q,
2328
2332
  fn: y((o1) => [
2329
- H(o.$slots, q, F({ ref_for: !0 }, o1), void 0, !0)
2333
+ K(o.$slots, q, F({ ref_for: !0 }, o1), void 0, !0)
2330
2334
  ])
2331
2335
  }))
2332
2336
  ]), 1032, ["column", "empty-state", "teleported", "isSelection"]))), 128))
@@ -2495,7 +2499,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2495
2499
  onNodeDrop: N
2496
2500
  }), {
2497
2501
  default: y(({ node: M, data: m }) => [
2498
- H(C.$slots, "default", {
2502
+ K(C.$slots, "default", {
2499
2503
  node: M,
2500
2504
  data: m
2501
2505
  })
@@ -2630,8 +2634,8 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2630
2634
  const g = e.tableData.filter((h) => !e.disabledLogic(h)), M = g.map((h) => h[e.rowKey]);
2631
2635
  if (M.length === 0) return;
2632
2636
  M.every((h) => w.value.includes(h)) ? w.value = w.value.filter((h) => !M.includes(h)) : g.forEach((h) => {
2633
- const K = h[e.rowKey];
2634
- w.value.includes(K) || (w.value.push(K), a.value.some(($) => $[e.rowKey] === K) || a.value.push(h));
2637
+ const T = h[e.rowKey];
2638
+ w.value.includes(T) || (w.value.push(T), a.value.some(($) => $[e.rowKey] === T) || a.value.push(h));
2635
2639
  });
2636
2640
  }, V = (g) => {
2637
2641
  const M = g[e.rowKey];
@@ -2656,7 +2660,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2656
2660
  default: y(() => [
2657
2661
  Y("div", S4, [
2658
2662
  t.isTree ? (i(), z("div", b4, [
2659
- b(m1, {
2663
+ H(m1, {
2660
2664
  ref: "treeRef",
2661
2665
  class: "organization-tree",
2662
2666
  data: t.treeData,
@@ -2668,16 +2672,16 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2668
2672
  "node-key": "id",
2669
2673
  onNodeClick: G
2670
2674
  }, null, 8, ["data", "props"])
2671
- ])) : T("", !0),
2675
+ ])) : b("", !0),
2672
2676
  Y("div", {
2673
2677
  class: "center",
2674
2678
  style: s1(u())
2675
2679
  }, [
2676
2680
  g.$slots.search ? (i(), z("div", H4, [
2677
- H(g.$slots, "search")
2678
- ])) : T("", !0),
2681
+ K(g.$slots, "search")
2682
+ ])) : b("", !0),
2679
2683
  g.$slots.table ? (i(), z("div", K4, [
2680
- H(g.$slots, "table")
2684
+ K(g.$slots, "table")
2681
2685
  ])) : (i(), I(c1, {
2682
2686
  key: 2,
2683
2687
  class: "selector-dialog-table",
@@ -2693,7 +2697,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2693
2697
  onRowClick: d
2694
2698
  }, e1({
2695
2699
  "header-selection": y(() => [
2696
- b(D(k), {
2700
+ H(D(k), {
2697
2701
  "icon-class": f(),
2698
2702
  onClick: r1(N, ["stop"]),
2699
2703
  style: { width: "16px", height: "16px" }
@@ -2704,10 +2708,10 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2704
2708
  key: 0,
2705
2709
  "icon-class": U(m),
2706
2710
  style: { width: "16px", height: "16px" }
2707
- }, null, 8, ["icon-class"])) : T("", !0)
2711
+ }, null, 8, ["icon-class"])) : b("", !0)
2708
2712
  ]),
2709
2713
  radio: y(({ row: m }) => [
2710
- b(D(k), {
2714
+ H(D(k), {
2711
2715
  "icon-class": J(m),
2712
2716
  style: { width: "16px", height: "16px" }
2713
2717
  }, null, 8, ["icon-class"])
@@ -2716,12 +2720,12 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2716
2720
  }, [
2717
2721
  Z(g.$slots, (m, h) => ({
2718
2722
  name: h,
2719
- fn: y((K) => [
2720
- H(g.$slots, h, l1(i1(K)))
2723
+ fn: y((T) => [
2724
+ K(g.$slots, h, l1(i1(T)))
2721
2725
  ])
2722
2726
  }))
2723
2727
  ]), 1032, ["columns", "data", "loading", "empty-state"])),
2724
- b(C1, {
2728
+ H(C1, {
2725
2729
  class: "selector-pagination",
2726
2730
  total: t.tableTotal,
2727
2731
  pagerCount: 3,
@@ -2735,7 +2739,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2735
2739
  ], 4),
2736
2740
  t.multiple ? (i(), z("div", T4, [
2737
2741
  Y("div", Y4, "已选(" + t1(D(E).length) + ")", 1),
2738
- b(c1, {
2742
+ H(c1, {
2739
2743
  border: !0,
2740
2744
  columns: t.selectedTableColumns,
2741
2745
  data: D(E),
@@ -2744,12 +2748,12 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2744
2748
  }, e1({ _: 2 }, [
2745
2749
  Z(g.$slots, (m, h) => ({
2746
2750
  name: h,
2747
- fn: y((K) => [
2748
- H(g.$slots, h, l1(i1(K)))
2751
+ fn: y((T) => [
2752
+ K(g.$slots, h, l1(i1(T)))
2749
2753
  ])
2750
2754
  }))
2751
2755
  ]), 1032, ["columns", "data"])
2752
- ])) : T("", !0)
2756
+ ])) : b("", !0)
2753
2757
  ])
2754
2758
  ]),
2755
2759
  _: 3