tx-sider 2.2.11 → 2.2.12
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 +8 -8
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -42455,7 +42455,7 @@ const _sfc_main = {
|
|
|
42455
42455
|
const tableOptionRef = ref([
|
|
42456
42456
|
{
|
|
42457
42457
|
title: "序号",
|
|
42458
|
-
w: "
|
|
42458
|
+
w: "50px",
|
|
42459
42459
|
key: "index",
|
|
42460
42460
|
show: true
|
|
42461
42461
|
},
|
|
@@ -42463,23 +42463,23 @@ const _sfc_main = {
|
|
|
42463
42463
|
title: "模块",
|
|
42464
42464
|
w: "10%",
|
|
42465
42465
|
key: "moduleName",
|
|
42466
|
-
show:
|
|
42466
|
+
show: false
|
|
42467
42467
|
},
|
|
42468
42468
|
{
|
|
42469
42469
|
title: "版本号",
|
|
42470
|
-
w: "
|
|
42470
|
+
w: "10%",
|
|
42471
42471
|
key: "version",
|
|
42472
42472
|
show: true
|
|
42473
42473
|
},
|
|
42474
42474
|
{
|
|
42475
42475
|
title: "更新内容",
|
|
42476
|
-
w: "
|
|
42476
|
+
w: "38%",
|
|
42477
42477
|
key: "description",
|
|
42478
42478
|
show: true
|
|
42479
42479
|
},
|
|
42480
42480
|
{
|
|
42481
42481
|
title: "附件",
|
|
42482
|
-
w: "
|
|
42482
|
+
w: "20%",
|
|
42483
42483
|
key: "files",
|
|
42484
42484
|
show: true
|
|
42485
42485
|
},
|
|
@@ -42492,7 +42492,7 @@ const _sfc_main = {
|
|
|
42492
42492
|
},
|
|
42493
42493
|
{
|
|
42494
42494
|
title: "发布人",
|
|
42495
|
-
w: "
|
|
42495
|
+
w: "8%",
|
|
42496
42496
|
key: "creatorName",
|
|
42497
42497
|
show: true
|
|
42498
42498
|
},
|
|
@@ -42593,7 +42593,7 @@ const _sfc_main = {
|
|
|
42593
42593
|
};
|
|
42594
42594
|
}
|
|
42595
42595
|
};
|
|
42596
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
42596
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-66a8d940"), n2 = n2(), popScopeId(), n2);
|
|
42597
42597
|
const _hoisted_1 = {
|
|
42598
42598
|
class: "bg-white defaultTS funcTC relative",
|
|
42599
42599
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -43675,7 +43675,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
43675
43675
|
}, 8, ["show"])
|
|
43676
43676
|
], 64);
|
|
43677
43677
|
}
|
|
43678
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
43678
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-66a8d940"]]);
|
|
43679
43679
|
const components = [TSider];
|
|
43680
43680
|
installComponents();
|
|
43681
43681
|
function installComponents() {
|