tx-sider 2.3.15 → 2.3.17
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
|
@@ -54495,14 +54495,14 @@ function useCcflowCall() {
|
|
|
54495
54495
|
const onClickTodo = () => {
|
|
54496
54496
|
const md2 = localStorage.getItem("loginForm");
|
|
54497
54497
|
window.open(
|
|
54498
|
-
`${jumpUrl}/auth?md=${md2}&key=BasisSystem.
|
|
54498
|
+
`${jumpUrl}/auth?md=${md2}&key=BasisSystem.CCFLOWModule&routerUrl=/workflow/todo&title=审批管理`,
|
|
54499
54499
|
"_blank"
|
|
54500
54500
|
);
|
|
54501
54501
|
};
|
|
54502
54502
|
const onClickMessage = () => {
|
|
54503
54503
|
const md2 = localStorage.getItem("loginForm");
|
|
54504
54504
|
window.open(
|
|
54505
|
-
`${jumpMsgUrl}/auth?md=${md2}&key=BasisSystem.PersonCenterModule&routerUrl=/personCenterManage/MessageInformList
|
|
54505
|
+
`${jumpMsgUrl}/auth?md=${md2}&key=BasisSystem.PersonCenterModule&routerUrl=/personCenterManage/MessageInformList&title=消息通知`,
|
|
54506
54506
|
"_blank"
|
|
54507
54507
|
);
|
|
54508
54508
|
};
|
|
@@ -55416,12 +55416,13 @@ const _sfc_main = {
|
|
|
55416
55416
|
activeKey,
|
|
55417
55417
|
content,
|
|
55418
55418
|
changeTab,
|
|
55419
|
-
editorRef
|
|
55419
|
+
editorRef,
|
|
55420
|
+
unReadCount
|
|
55420
55421
|
/*******end*****/
|
|
55421
55422
|
};
|
|
55422
55423
|
}
|
|
55423
55424
|
};
|
|
55424
|
-
const _withScopeId = (n10) => (pushScopeId("data-v-
|
|
55425
|
+
const _withScopeId = (n10) => (pushScopeId("data-v-62f6ac75"), n10 = n10(), popScopeId(), n10);
|
|
55425
55426
|
const _hoisted_1 = {
|
|
55426
55427
|
class: "bg-white defaultTS funcTC relative",
|
|
55427
55428
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -55941,15 +55942,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55941
55942
|
createElementVNode("div", null, [
|
|
55942
55943
|
createVNode(_component_a_badge, {
|
|
55943
55944
|
onClick: $setup.onClickMessage,
|
|
55944
|
-
count:
|
|
55945
|
+
count: $setup.unReadCount,
|
|
55945
55946
|
"number-style": {
|
|
55946
55947
|
backgroundColor: "#52c41a",
|
|
55947
55948
|
fontSize: "12px",
|
|
55948
55949
|
padding: "0 4px"
|
|
55949
55950
|
},
|
|
55950
55951
|
class: "w-[20px] h-[20px] cursor-pointer",
|
|
55951
|
-
offset: [
|
|
55952
|
-
style: { "margin-right": "
|
|
55952
|
+
offset: [20, 0],
|
|
55953
|
+
style: { "margin-right": "20px" }
|
|
55953
55954
|
}, {
|
|
55954
55955
|
default: withCtx(() => [
|
|
55955
55956
|
_hoisted_12
|
|
@@ -56578,7 +56579,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56578
56579
|
}, 8, ["show"])
|
|
56579
56580
|
], 64);
|
|
56580
56581
|
}
|
|
56581
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
56582
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-62f6ac75"]]);
|
|
56582
56583
|
const style = "";
|
|
56583
56584
|
const components = [TSider];
|
|
56584
56585
|
installComponents();
|