tx-sider 2.2.12 → 2.2.14
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 +9 -8
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -37991,7 +37991,7 @@ const setUserRead = (id) => {
|
|
|
37991
37991
|
});
|
|
37992
37992
|
};
|
|
37993
37993
|
const ModuleVersionModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
37994
|
-
const _withScopeId$2 = (n2) => (pushScopeId("data-v-
|
|
37994
|
+
const _withScopeId$2 = (n2) => (pushScopeId("data-v-2ebffc66"), n2 = n2(), popScopeId(), n2);
|
|
37995
37995
|
const _hoisted_1$2 = { class: "flex items-center h-[60px] pl-[40px] themeBGC" };
|
|
37996
37996
|
const _hoisted_2$2 = { class: "relative w-[30px] h-[30px]" };
|
|
37997
37997
|
const _hoisted_3$2 = {
|
|
@@ -38070,6 +38070,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
38070
38070
|
...props2.paramsQuery,
|
|
38071
38071
|
moduleCode: ((_a = JSON.parse(localStorage.getItem("selectModule"))) == null ? void 0 : _a.location) ?? void 0,
|
|
38072
38072
|
key: null,
|
|
38073
|
+
isPushed: true,
|
|
38073
38074
|
skipCount: 0,
|
|
38074
38075
|
// 分页跳过数
|
|
38075
38076
|
maxResultCount: 20
|
|
@@ -38088,7 +38089,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
38088
38089
|
const tableOptionRef = ref([
|
|
38089
38090
|
{
|
|
38090
38091
|
title: "序号",
|
|
38091
|
-
w: "
|
|
38092
|
+
w: "50px",
|
|
38092
38093
|
key: "index",
|
|
38093
38094
|
show: true
|
|
38094
38095
|
},
|
|
@@ -38096,23 +38097,23 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
38096
38097
|
title: "模块",
|
|
38097
38098
|
w: "10%",
|
|
38098
38099
|
key: "moduleName",
|
|
38099
|
-
show:
|
|
38100
|
+
show: false
|
|
38100
38101
|
},
|
|
38101
38102
|
{
|
|
38102
38103
|
title: "版本号",
|
|
38103
|
-
w: "
|
|
38104
|
+
w: "10%",
|
|
38104
38105
|
key: "version",
|
|
38105
38106
|
show: true
|
|
38106
38107
|
},
|
|
38107
38108
|
{
|
|
38108
38109
|
title: "更新内容",
|
|
38109
|
-
w: "
|
|
38110
|
+
w: "38%",
|
|
38110
38111
|
key: "description",
|
|
38111
38112
|
show: true
|
|
38112
38113
|
},
|
|
38113
38114
|
{
|
|
38114
38115
|
title: "附件",
|
|
38115
|
-
w: "
|
|
38116
|
+
w: "20%",
|
|
38116
38117
|
key: "files",
|
|
38117
38118
|
show: true
|
|
38118
38119
|
},
|
|
@@ -38125,7 +38126,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
38125
38126
|
},
|
|
38126
38127
|
{
|
|
38127
38128
|
title: "发布人",
|
|
38128
|
-
w: "
|
|
38129
|
+
w: "8%",
|
|
38129
38130
|
key: "creatorName",
|
|
38130
38131
|
show: true
|
|
38131
38132
|
},
|
|
@@ -38237,7 +38238,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
38237
38238
|
};
|
|
38238
38239
|
}
|
|
38239
38240
|
});
|
|
38240
|
-
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
38241
|
+
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-2ebffc66"]]);
|
|
38241
38242
|
const index$5 = "";
|
|
38242
38243
|
const index$4 = "";
|
|
38243
38244
|
const index$3 = "";
|