sctj-components 1.0.96 → 1.0.97
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 +4 -3
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -2112,7 +2112,7 @@ const _sfc_main$n = {
|
|
|
2112
2112
|
}
|
|
2113
2113
|
};
|
|
2114
2114
|
const SCTJTimeLineSelect = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-baeb92ce"]]);
|
|
2115
|
-
const
|
|
2115
|
+
const index_vue_vue_type_style_index_0_scoped_a188d1cb_lang = "";
|
|
2116
2116
|
const _hoisted_1$h = { class: "table-container" };
|
|
2117
2117
|
const _sfc_main$m = {
|
|
2118
2118
|
__name: "index",
|
|
@@ -2427,7 +2427,8 @@ const _sfc_main$m = {
|
|
|
2427
2427
|
"onUpdate:page-size": _cache[0] || (_cache[0] = ($event) => page.pageSize = $event),
|
|
2428
2428
|
"page-sizes": [10, 20, 30, 40, 50],
|
|
2429
2429
|
"current-page": page.pageNum,
|
|
2430
|
-
"onUpdate:current-page": _cache[1] || (_cache[1] = ($event) => page.pageNum = $event)
|
|
2430
|
+
"onUpdate:current-page": _cache[1] || (_cache[1] = ($event) => page.pageNum = $event),
|
|
2431
|
+
size: "small"
|
|
2431
2432
|
}, null, 8, ["total", "page-size", "current-page"])) : (openBlock(), createBlock(_component_el_pagination, {
|
|
2432
2433
|
key: 1,
|
|
2433
2434
|
class: "pagination mobile-pagination",
|
|
@@ -2450,7 +2451,7 @@ const _sfc_main$m = {
|
|
|
2450
2451
|
};
|
|
2451
2452
|
}
|
|
2452
2453
|
};
|
|
2453
|
-
const SCTJTable = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-
|
|
2454
|
+
const SCTJTable = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-a188d1cb"]]);
|
|
2454
2455
|
const index_vue_vue_type_style_index_0_scoped_45fb95db_lang = "";
|
|
2455
2456
|
const _sfc_main$l = {};
|
|
2456
2457
|
const _hoisted_1$g = { class: "table-container" };
|