sctj-components 1.0.15 → 1.0.16

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.
@@ -1687,7 +1687,7 @@ function _sfc_render(_ctx, _cache) {
1687
1687
  ]);
1688
1688
  }
1689
1689
  const SCTJTableContainer = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render], ["__scopeId", "data-v-45fb95db"]]);
1690
- const index_vue_vue_type_style_index_0_scoped_0e82f8bf_lang = "";
1690
+ const index_vue_vue_type_style_index_0_scoped_46df4461_lang = "";
1691
1691
  const _sfc_main$g = {
1692
1692
  __name: "index",
1693
1693
  props: {
@@ -1714,6 +1714,7 @@ const _sfc_main$g = {
1714
1714
  emits: ["update:showSearch", "queryTable"],
1715
1715
  setup(__props, { emit: emits }) {
1716
1716
  const props = __props;
1717
+ const { isMobile } = useMobile();
1717
1718
  const value = ref$1([]);
1718
1719
  const title = ref$1("\u663E\u793A/\u9690\u85CF");
1719
1720
  const open = ref$1(false);
@@ -1765,10 +1766,11 @@ const _sfc_main$g = {
1765
1766
  }, {
1766
1767
  default: withCtx(() => [
1767
1768
  createVNode(_component_el_button, {
1769
+ size: unref(isMobile) ? "small" : "",
1768
1770
  circle: "",
1769
1771
  icon: "Search",
1770
1772
  onClick: _cache[0] || (_cache[0] = ($event) => toggleSearch())
1771
- })
1773
+ }, null, 8, ["size"])
1772
1774
  ]),
1773
1775
  _: 1
1774
1776
  }, 8, ["content"])) : createCommentVNode("", true),
@@ -1781,10 +1783,11 @@ const _sfc_main$g = {
1781
1783
  }, {
1782
1784
  default: withCtx(() => [
1783
1785
  createVNode(_component_el_button, {
1786
+ size: unref(isMobile) ? "small" : "",
1784
1787
  circle: "",
1785
1788
  icon: "Refresh",
1786
1789
  onClick: _cache[1] || (_cache[1] = ($event) => refresh())
1787
- })
1790
+ }, null, 8, ["size"])
1788
1791
  ]),
1789
1792
  _: 1
1790
1793
  })) : createCommentVNode("", true),
@@ -1797,10 +1800,11 @@ const _sfc_main$g = {
1797
1800
  }, {
1798
1801
  default: withCtx(() => [
1799
1802
  createVNode(_component_el_button, {
1803
+ size: unref(isMobile) ? "small" : "",
1800
1804
  circle: "",
1801
1805
  icon: "Menu",
1802
1806
  onClick: _cache[2] || (_cache[2] = ($event) => showColumn())
1803
- })
1807
+ }, null, 8, ["size"])
1804
1808
  ]),
1805
1809
  _: 1
1806
1810
  })) : createCommentVNode("", true)
@@ -1828,7 +1832,7 @@ const _sfc_main$g = {
1828
1832
  };
1829
1833
  }
1830
1834
  };
1831
- const SCTJRightToolbar = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-0e82f8bf"]]);
1835
+ const SCTJRightToolbar = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-46df4461"]]);
1832
1836
  const index_vue_vue_type_style_index_0_scoped_056cfdde_lang = "";
1833
1837
  const _hoisted_1$b = { class: "table-top-action-container" };
1834
1838
  const _sfc_main$f = {
@@ -1873,8 +1877,8 @@ const _sfc_main$f = {
1873
1877
  }
1874
1878
  };
1875
1879
  const SCTJTableTopActionContainer = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-056cfdde"]]);
1876
- const index_vue_vue_type_style_index_0_scoped_acae1f41_lang = "";
1877
- const _withScopeId$4 = (n) => (pushScopeId("data-v-acae1f41"), n = n(), popScopeId(), n);
1880
+ const index_vue_vue_type_style_index_0_scoped_6fcfc093_lang = "";
1881
+ const _withScopeId$4 = (n) => (pushScopeId("data-v-6fcfc093"), n = n(), popScopeId(), n);
1878
1882
  const _hoisted_1$a = {
1879
1883
  key: 0,
1880
1884
  class: "search-container"
@@ -1981,7 +1985,8 @@ const _sfc_main$e = {
1981
1985
  getList();
1982
1986
  };
1983
1987
  const resetQuery = () => {
1984
- proxy.$refs.queryFormRef.resetFields();
1988
+ var _a;
1989
+ (_a = proxy.$refs.queryFormRef) == null ? void 0 : _a.resetFields();
1985
1990
  queryParams.value.pageNum = 1;
1986
1991
  getList();
1987
1992
  };
@@ -2056,9 +2061,10 @@ const _sfc_main$e = {
2056
2061
  close();
2057
2062
  };
2058
2063
  const close = () => {
2064
+ var _a;
2059
2065
  dialogParams.value.open = false;
2060
2066
  selectDataList.value = [];
2061
- proxy.$refs.queryFormRef.resetFields();
2067
+ (_a = proxy.$refs.queryFormRef) == null ? void 0 : _a.resetFields();
2062
2068
  queryParams.value = {
2063
2069
  pageNum: 1,
2064
2070
  pageSize: 20
@@ -2376,7 +2382,7 @@ const _sfc_main$e = {
2376
2382
  };
2377
2383
  }
2378
2384
  };
2379
- const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-acae1f41"]]);
2385
+ const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-6fcfc093"]]);
2380
2386
  const _sfc_main$d = {
2381
2387
  __name: "index",
2382
2388
  setup(__props) {