sctj-components 1.0.80 → 1.0.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/sctj-components.es.js +5 -4
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -2547,8 +2547,8 @@ const _sfc_main$i = {
|
|
|
2547
2547
|
}
|
|
2548
2548
|
};
|
|
2549
2549
|
const SCTJTableTopActionContainer = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-056cfdde"]]);
|
|
2550
|
-
const
|
|
2551
|
-
const _withScopeId$7 = (n) => (pushScopeId("data-v-
|
|
2550
|
+
const index_vue_vue_type_style_index_0_scoped_87147dcc_lang = "";
|
|
2551
|
+
const _withScopeId$7 = (n) => (pushScopeId("data-v-87147dcc"), n = n(), popScopeId(), n);
|
|
2552
2552
|
const _hoisted_1$d = {
|
|
2553
2553
|
key: 0,
|
|
2554
2554
|
class: "search-container"
|
|
@@ -2631,6 +2631,7 @@ const _sfc_main$h = {
|
|
|
2631
2631
|
open: false,
|
|
2632
2632
|
title: ""
|
|
2633
2633
|
});
|
|
2634
|
+
const showTableColumns = computed$1(() => props.tableColumns.filter((item) => item.hidden !== true));
|
|
2634
2635
|
const queryColumns = computed$1(() => {
|
|
2635
2636
|
return props.tableColumns.filter((item) => item.query);
|
|
2636
2637
|
});
|
|
@@ -2967,7 +2968,7 @@ const _sfc_main$h = {
|
|
|
2967
2968
|
align: "center",
|
|
2968
2969
|
fixed: "left"
|
|
2969
2970
|
}, null, 8, ["reserve-selection"])) : createCommentVNode("", true),
|
|
2970
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
2971
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(showTableColumns), (item) => {
|
|
2971
2972
|
return openBlock(), createElementBlock(Fragment, {
|
|
2972
2973
|
key: item.prop
|
|
2973
2974
|
}, [
|
|
@@ -3083,7 +3084,7 @@ const _sfc_main$h = {
|
|
|
3083
3084
|
};
|
|
3084
3085
|
}
|
|
3085
3086
|
};
|
|
3086
|
-
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
3087
|
+
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-87147dcc"]]);
|
|
3087
3088
|
const index_vue_vue_type_style_index_0_scoped_d4cb1fae_lang = "";
|
|
3088
3089
|
const _sfc_main$g = {
|
|
3089
3090
|
__name: "index",
|