tx-sider 2.2.14 → 2.2.15
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 -9
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -42456,7 +42456,7 @@ const _sfc_main = {
|
|
|
42456
42456
|
const tableOptionRef = ref([
|
|
42457
42457
|
{
|
|
42458
42458
|
title: "序号",
|
|
42459
|
-
w: "
|
|
42459
|
+
w: "40px",
|
|
42460
42460
|
key: "index",
|
|
42461
42461
|
show: true
|
|
42462
42462
|
},
|
|
@@ -42464,7 +42464,7 @@ const _sfc_main = {
|
|
|
42464
42464
|
title: "模块",
|
|
42465
42465
|
w: "10%",
|
|
42466
42466
|
key: "moduleName",
|
|
42467
|
-
show:
|
|
42467
|
+
show: true
|
|
42468
42468
|
},
|
|
42469
42469
|
{
|
|
42470
42470
|
title: "版本号",
|
|
@@ -42474,32 +42474,32 @@ const _sfc_main = {
|
|
|
42474
42474
|
},
|
|
42475
42475
|
{
|
|
42476
42476
|
title: "更新内容",
|
|
42477
|
-
w: "
|
|
42477
|
+
w: "36%",
|
|
42478
42478
|
key: "description",
|
|
42479
42479
|
show: true
|
|
42480
42480
|
},
|
|
42481
42481
|
{
|
|
42482
42482
|
title: "附件",
|
|
42483
|
-
w: "
|
|
42483
|
+
w: "19%",
|
|
42484
42484
|
key: "files",
|
|
42485
42485
|
show: true
|
|
42486
42486
|
},
|
|
42487
42487
|
{
|
|
42488
42488
|
title: "版本日期",
|
|
42489
|
-
w: "
|
|
42489
|
+
w: "9%",
|
|
42490
42490
|
key: "versionDate",
|
|
42491
42491
|
show: true,
|
|
42492
42492
|
custom: true
|
|
42493
42493
|
},
|
|
42494
42494
|
{
|
|
42495
42495
|
title: "发布人",
|
|
42496
|
-
w: "
|
|
42496
|
+
w: "7%",
|
|
42497
42497
|
key: "creatorName",
|
|
42498
42498
|
show: true
|
|
42499
42499
|
},
|
|
42500
42500
|
{
|
|
42501
42501
|
title: "发布日期",
|
|
42502
|
-
w: "
|
|
42502
|
+
w: "9%",
|
|
42503
42503
|
key: "creationTime",
|
|
42504
42504
|
show: true,
|
|
42505
42505
|
custom: true
|
|
@@ -42594,7 +42594,7 @@ const _sfc_main = {
|
|
|
42594
42594
|
};
|
|
42595
42595
|
}
|
|
42596
42596
|
};
|
|
42597
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
42597
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-09a7e62c"), n2 = n2(), popScopeId(), n2);
|
|
42598
42598
|
const _hoisted_1 = {
|
|
42599
42599
|
class: "bg-white defaultTS funcTC relative",
|
|
42600
42600
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -43676,7 +43676,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
43676
43676
|
}, 8, ["show"])
|
|
43677
43677
|
], 64);
|
|
43678
43678
|
}
|
|
43679
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
43679
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-09a7e62c"]]);
|
|
43680
43680
|
const components = [TSider];
|
|
43681
43681
|
installComponents();
|
|
43682
43682
|
function installComponents() {
|