zsysview 0.0.19 → 0.0.20
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-B_ecXldN.js → backup-BtlHW0BD.js} +3 -3
- package/dist/{breadcrumb.vue_vue_type_script_setup_true_lang-LiynoCpU.js → breadcrumb.vue_vue_type_script_setup_true_lang-0fY46hVF.js} +1 -1
- package/dist/{change_password-DdXbDCW3.js → change_password-CFzY6W1m.js} +3 -3
- package/dist/{department-CkeLYapS.js → department-CTjgunsp.js} +3 -3
- package/dist/{desktop-Dlxt_nj4.js → desktop-DllfdF_C.js} +1 -1
- package/dist/{http_api_v1-C1nimGbM.js → http_api_v1-CKW-eruI.js} +1 -1
- package/dist/{index-CX41PbES.js → index-1JxUipsC.js} +11 -11
- package/dist/{log-B4tgzmW2.js → log-B0TFmX0G.js} +3 -3
- package/dist/{login-bJhy9URL.js → login-DvnQWaIX.js} +3 -3
- package/dist/{main-EI2iFkT9.js → main-zeYv7R6E.js} +60 -60
- package/dist/{position-CFiI2C0_.js → position-DFLhIMSw.js} +4 -4
- package/dist/{role-BD3_T6lz.js → role-D2CDQgt8.js} +6 -6
- package/dist/{self-BsJkA8N-.js → self-2M89YD6I.js} +2 -2
- package/dist/{user-E4blW7I0.js → user-Q7eKhHdo.js} +4 -4
- package/dist/{zsys_delbutton.vue_vue_type_script_setup_true_lang-BUVzkvi0.js → zsys_delbutton.vue_vue_type_script_setup_true_lang-DDPcW53J.js} +1 -1
- package/dist/{zsyslist.vue_vue_type_script_setup_true_lang-CjpC7Ren.js → zsyslist.vue_vue_type_script_setup_true_lang-CDcUSsVO.js} +22 -22
- package/dist/zsysview.css +1 -1
- package/dist/zsysview.es.js +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as Q, reactive as I, watch as R, resolveComponent as l, createElementBlock as V, openBlock as p, createCommentVNode as
|
|
1
|
+
import { defineComponent as Q, reactive as I, watch as R, resolveComponent as l, createElementBlock as V, openBlock as p, createCommentVNode as C, createElementVNode as M, createBlock as v, toDisplayString as K, withCtx as t, createTextVNode as k, createVNode as o, Fragment as P, renderList as j, unref as c, ref as S, withDirectives as E, withModifiers as H, vShow as O, renderSlot as G, withKeys as L, onMounted as W, onUnmounted as Z, resolveDirective as Y } from "vue";
|
|
2
2
|
import { j as J, k as X } from "./index-BaFHeDAF.js";
|
|
3
|
-
import { H as T } from "./http_api_v1-
|
|
3
|
+
import { H as T } from "./http_api_v1-CKW-eruI.js";
|
|
4
4
|
import { Z as ee } from "./message-CdVUOGzt.js";
|
|
5
5
|
import { u as te, w as oe, z as le } from "./zsys_eventBus-DDrk0Aw8.js";
|
|
6
|
-
import { _ as ne } from "./index-
|
|
6
|
+
import { _ as ne } from "./index-1JxUipsC.js";
|
|
7
7
|
const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-top": "6px" } }, ae = {
|
|
8
8
|
key: 0,
|
|
9
9
|
style: { "font-size": "x-large" }
|
|
@@ -15,8 +15,8 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
15
15
|
props: {
|
|
16
16
|
exportId: { type: BigInt, required: !0 }
|
|
17
17
|
},
|
|
18
|
-
setup(
|
|
19
|
-
const w =
|
|
18
|
+
setup(b) {
|
|
19
|
+
const w = b, n = I({
|
|
20
20
|
state: 1,
|
|
21
21
|
progress: 0n,
|
|
22
22
|
file_ids: []
|
|
@@ -37,8 +37,8 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
37
37
|
}), (r, g) => {
|
|
38
38
|
const i = l("el-progress"), _ = l("el-text"), f = l("el-link"), d = l("el-space");
|
|
39
39
|
return p(), V("div", re, [
|
|
40
|
-
n.state == 1 ? (p(), V("div", ae, "正在导出")) :
|
|
41
|
-
n.state == 2 ? (p(), V("div", se, "导出完成")) :
|
|
40
|
+
n.state == 1 ? (p(), V("div", ae, "正在导出")) : C("", !0),
|
|
41
|
+
n.state == 2 ? (p(), V("div", se, "导出完成")) : C("", !0),
|
|
42
42
|
M("div", ie, " 累计处理: " + K(n.progress), 1),
|
|
43
43
|
n.state == 1 ? (p(), v(i, {
|
|
44
44
|
key: 2,
|
|
@@ -50,7 +50,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
50
50
|
k(K(n.progress), 1)
|
|
51
51
|
]),
|
|
52
52
|
_: 1
|
|
53
|
-
})) :
|
|
53
|
+
})) : C("", !0),
|
|
54
54
|
n.state == 2 ? (p(), v(d, {
|
|
55
55
|
key: 3,
|
|
56
56
|
wrap: "",
|
|
@@ -76,7 +76,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
76
76
|
}, 1032, ["href"]))), 256))
|
|
77
77
|
]),
|
|
78
78
|
_: 1
|
|
79
|
-
})) :
|
|
79
|
+
})) : C("", !0)
|
|
80
80
|
]);
|
|
81
81
|
};
|
|
82
82
|
}
|
|
@@ -89,8 +89,8 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
89
89
|
exportColumn: { type: [] }
|
|
90
90
|
},
|
|
91
91
|
emits: ["update:modelValue"],
|
|
92
|
-
setup(
|
|
93
|
-
const n =
|
|
92
|
+
setup(b, { emit: w }) {
|
|
93
|
+
const n = S(null), r = b, g = w, i = S(!1);
|
|
94
94
|
R(
|
|
95
95
|
() => r.modelValue,
|
|
96
96
|
(e) => {
|
|
@@ -115,7 +115,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
115
115
|
let e = await T.Post(r.exportUrl, {});
|
|
116
116
|
e.IsSuccess ? d.exportId = BigInt(e.data) : (ee.ShowError(e.message), d.exporting = !1);
|
|
117
117
|
}
|
|
118
|
-
const y =
|
|
118
|
+
const y = S(), x = S({
|
|
119
119
|
columnOption: "all",
|
|
120
120
|
exportColumnWanted: []
|
|
121
121
|
}), q = I({}), z = () => {
|
|
@@ -190,7 +190,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
190
190
|
k("自定义", -1)
|
|
191
191
|
])]),
|
|
192
192
|
_: 1
|
|
193
|
-
})) :
|
|
193
|
+
})) : C("", !0)
|
|
194
194
|
]),
|
|
195
195
|
_: 1
|
|
196
196
|
}, 8, ["modelValue"])
|
|
@@ -243,12 +243,12 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
243
243
|
}, 8, ["modelValue"]);
|
|
244
244
|
};
|
|
245
245
|
}
|
|
246
|
-
}), me = /* @__PURE__ */ ne(de, [["__scopeId", "data-v-
|
|
246
|
+
}), me = /* @__PURE__ */ ne(de, [["__scopeId", "data-v-641a8d31"]]), ce = /* @__PURE__ */ Q({
|
|
247
247
|
__name: "zsyslist_header",
|
|
248
248
|
props: ["config", "query"],
|
|
249
249
|
emits: ["refresh"],
|
|
250
|
-
setup(
|
|
251
|
-
const n =
|
|
250
|
+
setup(b, { emit: w }) {
|
|
251
|
+
const n = b, r = n.config, g = n.query, i = I({
|
|
252
252
|
exportDialogShow: !1
|
|
253
253
|
}), _ = w, f = () => {
|
|
254
254
|
_("refresh");
|
|
@@ -292,7 +292,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
292
292
|
}, null, 8, ["placeholder", "prefix-icon", "modelValue"])
|
|
293
293
|
]),
|
|
294
294
|
_: 1
|
|
295
|
-
}, 8, ["content"])) :
|
|
295
|
+
}, 8, ["content"])) : C("", !0),
|
|
296
296
|
c(r).ExportUrl ? (p(), v(x, {
|
|
297
297
|
key: 1,
|
|
298
298
|
content: "将查询的结果全部导出"
|
|
@@ -308,7 +308,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
308
308
|
})
|
|
309
309
|
]),
|
|
310
310
|
_: 1
|
|
311
|
-
})) :
|
|
311
|
+
})) : C("", !0)
|
|
312
312
|
]),
|
|
313
313
|
_: 3
|
|
314
314
|
})
|
|
@@ -377,12 +377,12 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
377
377
|
module: { type: String, default: "" }
|
|
378
378
|
// closeOnClickModal: { type: Boolean, default: true }
|
|
379
379
|
},
|
|
380
|
-
setup(
|
|
380
|
+
setup(b) {
|
|
381
381
|
const w = le(), n = I({
|
|
382
382
|
loading: !1
|
|
383
|
-
}), r =
|
|
383
|
+
}), r = b;
|
|
384
384
|
console.log("zlist", r.module);
|
|
385
|
-
const g = r.config, i = I({ keyword: "" }), _ =
|
|
385
|
+
const g = r.config, i = I({ keyword: "" }), _ = S(1), f = S(30), d = S(0), m = S({}), y = async () => {
|
|
386
386
|
n.loading = !0;
|
|
387
387
|
let u = {
|
|
388
388
|
page_size: f.value,
|
|
@@ -454,7 +454,7 @@ const re = { style: { "padding-left": "20px", "padding-right": "20px", "padding-
|
|
|
454
454
|
"next-text": "下一页",
|
|
455
455
|
onChange: z,
|
|
456
456
|
style: { "margin-top": "6px", "margin-bottom": "6px" }
|
|
457
|
-
}, null, 8, ["current-page", "page-size", "total"])) :
|
|
457
|
+
}, null, 8, ["current-page", "page-size", "total"])) : C("", !0)
|
|
458
458
|
])), [
|
|
459
459
|
[U, n.loading]
|
|
460
460
|
]);
|