zsysview 0.0.33 → 0.0.36
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/dist/{backup-DQdKrJO4.js → backup-CzH2TVgw.js} +4 -4
- package/dist/{breadcrumb.vue_vue_type_script_setup_true_lang-BQL707xT.js → breadcrumb.vue_vue_type_script_setup_true_lang-zbXxuTgZ.js} +1 -1
- package/dist/{change_password-BzInFtql.js → change_password-CGTsPVRW.js} +4 -4
- package/dist/default_avatar.png +0 -0
- package/dist/{department-BoO7nCBo.js → department-QRdHgu4z.js} +5 -5
- package/dist/{desktop-CmmGdzlM.js → desktop-C_q7VUj9.js} +1 -1
- package/dist/{http_api_v1-DiDJPhUb.js → http_api_v1-D1Pu4P-8.js} +1 -16
- package/dist/{index-Cz5HRyMQ.js → index-B1Hskmci.js} +70 -25
- package/dist/{log-DJ828XBW.js → log-ByJQPRKr.js} +4 -4
- package/dist/{login-a_df4G1c.js → login-GunVpm8V.js} +16 -16
- package/dist/{main-Ch20XSe9.js → main-Xzv2gkG-.js} +13 -15
- package/dist/{message-DddMzbN_.js → message-2gz6_WO4.js} +1 -1
- package/dist/{position-CuBw2NRy.js → position-2aCnMhUk.js} +6 -6
- package/dist/{role-57H8JS8y.js → role-BL8NWYb0.js} +6 -6
- package/dist/{self-DXpu_EV-.js → self-CyVqGJto.js} +2 -2
- package/dist/systemsetting-BdHsAnqL.js +158 -0
- package/dist/{user-C1FtP_9V.js → user-CpVX3F-F.js} +6 -6
- package/dist/{zsys_delbutton.vue_vue_type_script_setup_true_lang-CKHxikhl.js → zsys_delbutton.vue_vue_type_script_setup_true_lang-CFvu9b2e.js} +2 -2
- package/dist/{zsyslist.vue_vue_type_script_setup_true_lang-CXeBMLKW.js → zsyslist.vue_vue_type_script_setup_true_lang-B85TNTPZ.js} +3 -3
- package/dist/zsysview.css +1 -1
- package/dist/zsysview.es.js +4 -2
- package/docs//345/205/250/345/261/200/345/217/230/351/207/217.md +11 -0
- package/package.json +2 -2
- package/dist/sys-BZgBUI3k.js +0 -30
- /package/dist/{vite.svg → vite1.svg} +0 -0
package/dist/zsysview.es.js
CHANGED
package/package.json
CHANGED
package/dist/sys-BZgBUI3k.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, createElementVNode, withCtx } from "vue";
|
|
2
|
-
const _hoisted_1 = { style: { padding: "0px 20px", "margin-top": "20px" } }, _sfc_main = /* @__PURE__ */ defineComponent({
|
|
3
|
-
__name: "sys",
|
|
4
|
-
setup(__props) {
|
|
5
|
-
const tab = ref("base");
|
|
6
|
-
return (_ctx, _cache) => {
|
|
7
|
-
const _component_breadcrumb = resolveComponent("breadcrumb"), _component_el_tab_pane = resolveComponent("el-tab-pane"), _component_el_tabs = resolveComponent("el-tabs");
|
|
8
|
-
return openBlock(), createElementBlock(Fragment, null, [
|
|
9
|
-
createVNode(_component_breadcrumb),
|
|
10
|
-
createElementVNode("div", _hoisted_1, [
|
|
11
|
-
createVNode(_component_el_tabs, {
|
|
12
|
-
modelValue: tab.value,
|
|
13
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => tab.value = $event)
|
|
14
|
-
}, {
|
|
15
|
-
default: withCtx(() => [
|
|
16
|
-
createVNode(_component_el_tab_pane, {
|
|
17
|
-
label: "基础",
|
|
18
|
-
name: "base"
|
|
19
|
-
})
|
|
20
|
-
]),
|
|
21
|
-
_: 1
|
|
22
|
-
}, 8, ["modelValue"])
|
|
23
|
-
])
|
|
24
|
-
], 64);
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
export {
|
|
29
|
-
_sfc_main as default
|
|
30
|
-
};
|
|
File without changes
|