tx-sider 2.3.3 → 2.3.4
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/TXUI.mjs +4 -8
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -50817,7 +50817,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
50817
50817
|
}
|
|
50818
50818
|
return target;
|
|
50819
50819
|
};
|
|
50820
|
-
const _withScopeId$2 = (n10) => (pushScopeId("data-v-
|
|
50820
|
+
const _withScopeId$2 = (n10) => (pushScopeId("data-v-ba7ff152"), n10 = n10(), popScopeId(), n10);
|
|
50821
50821
|
const _hoisted_1$2 = { class: "flex items-center h-[60px] pl-[40px] themeBGC" };
|
|
50822
50822
|
const _hoisted_2$2 = { class: "relative w-[30px] h-[30px]" };
|
|
50823
50823
|
const _hoisted_3$2 = {
|
|
@@ -50891,9 +50891,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50891
50891
|
spinning.value = true;
|
|
50892
50892
|
const res = await GetVersionManageAllList(formData);
|
|
50893
50893
|
tableData.value = res ?? [];
|
|
50894
|
-
content.value = res[0]
|
|
50895
|
-
description: ""
|
|
50896
|
-
};
|
|
50894
|
+
content.value = res[0];
|
|
50897
50895
|
spinning.value = false;
|
|
50898
50896
|
};
|
|
50899
50897
|
const formData = reactive({
|
|
@@ -50915,9 +50913,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50915
50913
|
});
|
|
50916
50914
|
const changeTab = (item, i2) => {
|
|
50917
50915
|
activeKey.value = i2;
|
|
50918
|
-
content.value = item
|
|
50919
|
-
description: ""
|
|
50920
|
-
};
|
|
50916
|
+
content.value = item;
|
|
50921
50917
|
};
|
|
50922
50918
|
return (_ctx, _cache) => {
|
|
50923
50919
|
const _component_a_col = __unplugin_components_7;
|
|
@@ -50997,7 +50993,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50997
50993
|
};
|
|
50998
50994
|
}
|
|
50999
50995
|
});
|
|
51000
|
-
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
50996
|
+
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-ba7ff152"]]);
|
|
51001
50997
|
const index$6 = "";
|
|
51002
50998
|
const index$5 = "";
|
|
51003
50999
|
const index$4 = "";
|