zsysview 0.0.59 → 0.0.61
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/README.md +5 -2
- package/dist/{backup-X-7hJ51Z.js → backup-CaeAf22v.js} +1 -4
- package/dist/{change_password-DVrxjLwu.js → change_password-CnoYoVdU.js} +1 -3
- package/dist/{department-CRJ75z3y.js → department-BhZvPRa9.js} +2 -5
- package/dist/{desktop-CfBmKoJu.js → desktop-CykCWBhM.js} +1 -1
- package/dist/{index-D1Yl9TuX.js → index-BBvcUJWk.js} +4523 -1255
- package/dist/{log-DpBR-50T.js → log-C2H9MMfx.js} +1 -4
- package/dist/{login-BSQpeJpS.js → login-CmMX5HK-.js} +1 -3
- package/dist/{main-DkvOC4uw.js → main-Cq2ppjjC.js} +1 -3
- package/dist/{notification-BW8eII_3.js → notification-BMYDnYTO.js} +1 -3
- package/dist/{position-BDg4qp_r.js → position-DgjpT4ts.js} +2 -6
- package/dist/{role-C5Yh4rKO.js → role-6zVft76K.js} +2 -6
- package/dist/{self-BujdlRyS.js → self-D9TdUmfv.js} +1 -2
- package/dist/{systemsetting-sr2vCHeq.js → systemsetting-DSmN5oTw.js} +1 -3
- package/dist/{user-BPTHs6SG.js → user-pGdrK-Jl.js} +2 -6
- package/dist/{zsys_delbutton.vue_vue_type_script_setup_true_lang-vQz2Mmf3.js → zsys_delbutton.vue_vue_type_script_setup_true_lang-DyvEaPZx.js} +1 -3
- package/dist/zsysview.css +1 -1
- package/dist/zsysview.es.d.ts +43 -0
- package/dist/zsysview.es.js +3 -2
- package/package.json +1 -1
- package/dist/http_api_v1-CP1zeoGd.js +0 -2760
- package/dist/message-AgnzgNhi.js +0 -26
- package/dist/zsys_eventBus-NYpVNvQ4.js +0 -36
- package/dist/zsyslist.vue_vue_type_script_setup_true_lang-CxOEVdMg.js +0 -465
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ zsysapp.provide('app_menus',[
|
|
|
44
44
|
])
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
####
|
|
47
|
+
#### 路由添加
|
|
48
48
|
```
|
|
49
49
|
import {addFrameRouter} from 'zsysview'
|
|
50
50
|
|
|
@@ -53,4 +53,7 @@ addFrameRouter({
|
|
|
53
53
|
meta: { title: '组织架构' },
|
|
54
54
|
component: () => import("../view/department/department.vue"),
|
|
55
55
|
})
|
|
56
|
-
```
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
#### 系统组件
|
|
59
|
+
breadcrumb zsyslist
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, onMounted, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, createElementVNode, withCtx, createTextVNode, createCommentVNode } from "vue";
|
|
2
|
-
import { h as _sfc_main$1 } from "./index-
|
|
3
|
-
import { H as HttpApiV1 } from "./http_api_v1-CP1zeoGd.js";
|
|
4
|
-
import { _ as _sfc_main$2 } from "./zsyslist.vue_vue_type_script_setup_true_lang-CxOEVdMg.js";
|
|
5
|
-
import { Z as ZSYSMessage } from "./message-AgnzgNhi.js";
|
|
2
|
+
import { H as HttpApiV1, h as _sfc_main$1, i as _sfc_main$2, Z as ZSYSMessage } from "./index-BBvcUJWk.js";
|
|
6
3
|
const _hoisted_1 = { style: { padding: "0px 20px" } }, _hoisted_2 = { key: 0 }, _hoisted_3 = { key: 0 }, _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
4
|
__name: "backup",
|
|
8
5
|
setup(__props) {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, createElementVNode, withCtx, createTextVNode } from "vue";
|
|
2
|
-
import { e as useRouter, h as _sfc_main$1 } from "./index-
|
|
3
|
-
import { H as HttpApiV1 } from "./http_api_v1-CP1zeoGd.js";
|
|
4
|
-
import { Z as ZSYSMessage } from "./message-AgnzgNhi.js";
|
|
2
|
+
import { e as useRouter, h as _sfc_main$1, H as HttpApiV1, Z as ZSYSMessage } from "./index-BBvcUJWk.js";
|
|
5
3
|
import { h } from "./index.es-DrN1BLo5.js";
|
|
6
4
|
const _hoisted_1 = { style: { padding: "0px 20px", "margin-top": "20px" } }, _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
5
|
__name: "change_password",
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, reactive, resolveComponent, resolveDirective, createBlock, openBlock, withCtx, withDirectives, withModifiers, createVNode, createElementVNode, createCommentVNode, createTextVNode, onMounted, onUnmounted, createElementBlock, Fragment, unref } from "vue";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { _ as _sfc_main$3 } from "./zsys_delbutton.vue_vue_type_script_setup_true_lang-vQz2Mmf3.js";
|
|
5
|
-
import { z as zsysEventBus } from "./zsys_eventBus-NYpVNvQ4.js";
|
|
6
|
-
import { Z as ZSYSMessage } from "./message-AgnzgNhi.js";
|
|
2
|
+
import { z as zsysEventBus, j as useMagicKeys, w as whenever, H as HttpApiV1, Z as ZSYSMessage, h as _sfc_main$2, k as refresh_default } from "./index-BBvcUJWk.js";
|
|
3
|
+
import { _ as _sfc_main$3 } from "./zsys_delbutton.vue_vue_type_script_setup_true_lang-DyvEaPZx.js";
|
|
7
4
|
const _hoisted_1$1 = { style: { display: "flex", "justify-content": "right" } }, _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
8
5
|
__name: "department_edit_dialog",
|
|
9
6
|
props: {
|