@since2006/pages 2026.3.2 → 2026.4.0
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/es/index.js +25 -22
- package/dist/es/src/app/attachment/AttachmentIndex.vue.js +15 -15
- package/dist/es/src/app/attachment/index.js +2 -3
- package/dist/es/src/app/dict/DictEdit.vue.js +6 -6
- package/dist/es/src/app/dict/DictIndex.vue2.js +17 -17
- package/dist/es/src/app/dict/DictPanel.vue2.js +15 -15
- package/dist/es/src/app/dict/index.js +3 -4
- package/dist/es/src/app/log/components/AccessLogList.vue2.js +43 -43
- package/dist/es/src/app/log/components/AuditLogList.vue2.js +23 -23
- package/dist/es/src/app/log/components/ErrorLogList.vue2.js +16 -16
- package/dist/es/src/app/log/components/LoginLogDetail.vue2.js +2 -2
- package/dist/es/src/app/log/components/LoginLogList.vue2.js +21 -21
- package/dist/es/src/app/log/components/OperationLogDetail.vue2.js +2 -2
- package/dist/es/src/app/log/components/OperationLogList.vue2.js +21 -21
- package/dist/es/src/app/metadata/MetadataIndex.vue.js +15 -15
- package/dist/es/src/app/metadata/index.js +3 -4
- package/dist/es/src/app/module/ModuleAdd.vue.js +1 -1
- package/dist/es/src/app/module/ModuleAdd.vue2.js +81 -81
- package/dist/es/src/app/module/ModuleDetail.vue.js +53 -53
- package/dist/es/src/app/module/ModuleEdit.vue.js +2 -2
- package/dist/es/src/app/module/ModuleEdit.vue2.js +92 -92
- package/dist/es/src/app/module/ModuleIndex.vue2.js +5 -5
- package/dist/es/src/app/module/index.js +2 -3
- package/dist/es/src/app/openapi/OpenApiAppEdit.vue.js +320 -0
- package/dist/es/src/app/openapi/OpenApiAppEdit.vue2.js +4 -0
- package/dist/es/src/app/openapi/OpenApiAppIndex.vue.js +7 -0
- package/dist/es/src/app/openapi/OpenApiAppIndex.vue2.js +398 -0
- package/dist/es/src/app/openapi/OpenApiCredentialModal.vue.js +105 -0
- package/dist/es/src/app/openapi/OpenApiCredentialModal.vue2.js +4 -0
- package/dist/es/src/app/openapi/OpenApiLogDetail.vue.js +224 -0
- package/dist/es/src/app/openapi/OpenApiLogDetail.vue2.js +4 -0
- package/dist/es/src/app/openapi/OpenApiLogIndex.vue.js +266 -0
- package/dist/es/src/app/openapi/OpenApiLogIndex.vue2.js +4 -0
- package/dist/es/src/app/openapi/OpenApiPermissionEdit.vue.js +169 -0
- package/dist/es/src/app/openapi/OpenApiPermissionEdit.vue2.js +4 -0
- package/dist/es/src/app/openapi/OpenApiPermissionList.vue.js +156 -0
- package/dist/es/src/app/openapi/OpenApiPermissionList.vue2.js +4 -0
- package/dist/es/src/app/openapi/api.js +52 -0
- package/dist/es/src/app/openapi/index.js +8 -0
- package/dist/es/src/app/schedule/CronTypeSelect.vue.js +92 -92
- package/dist/es/src/app/schedule/ScheduleAdd.vue2.js +7 -7
- package/dist/es/src/app/schedule/ScheduleEdit.vue2.js +7 -7
- package/dist/es/src/app/schedule/ScheduleIndex.vue.js +35 -35
- package/dist/es/src/app/schedule/ScheduleLogList.vue.js +7 -7
- package/dist/es/src/app/schedule/ScheduleLogView.vue2.js +9 -9
- package/dist/es/src/app/schedule/index.js +4 -5
- package/dist/es/src/app/system/StatusIndex.vue.js +2 -2
- package/dist/es/src/app/system/StatusIndex.vue2.js +239 -291
- package/dist/es/src/app/system/index.js +2 -3
- package/dist/es/src/index.js +19 -16
- package/dist/es/style.css +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/lib/src/app/attachment/AttachmentIndex.vue.js +1 -1
- package/dist/lib/src/app/attachment/index.js +1 -1
- package/dist/lib/src/app/dict/DictEdit.vue.js +1 -1
- package/dist/lib/src/app/dict/DictIndex.vue2.js +1 -1
- package/dist/lib/src/app/dict/DictPanel.vue2.js +1 -1
- package/dist/lib/src/app/dict/index.js +1 -1
- package/dist/lib/src/app/log/components/AccessLogList.vue2.js +1 -1
- package/dist/lib/src/app/log/components/AuditLogList.vue2.js +1 -1
- package/dist/lib/src/app/log/components/ErrorLogList.vue2.js +1 -1
- package/dist/lib/src/app/log/components/LoginLogDetail.vue2.js +1 -1
- package/dist/lib/src/app/log/components/LoginLogList.vue2.js +1 -1
- package/dist/lib/src/app/log/components/OperationLogDetail.vue2.js +1 -1
- package/dist/lib/src/app/log/components/OperationLogList.vue2.js +1 -1
- package/dist/lib/src/app/metadata/MetadataIndex.vue.js +1 -1
- package/dist/lib/src/app/metadata/index.js +1 -1
- package/dist/lib/src/app/module/ModuleAdd.vue.js +1 -1
- package/dist/lib/src/app/module/ModuleAdd.vue2.js +1 -1
- package/dist/lib/src/app/module/ModuleDetail.vue.js +1 -1
- package/dist/lib/src/app/module/ModuleEdit.vue.js +1 -1
- package/dist/lib/src/app/module/ModuleEdit.vue2.js +1 -1
- package/dist/lib/src/app/module/ModuleIndex.vue2.js +1 -1
- package/dist/lib/src/app/module/index.js +1 -1
- package/dist/lib/src/app/openapi/OpenApiAppEdit.vue.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiAppEdit.vue2.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiAppIndex.vue.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiAppIndex.vue2.js +19 -0
- package/dist/lib/src/app/openapi/OpenApiCredentialModal.vue.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiCredentialModal.vue2.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiLogDetail.vue.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiLogDetail.vue2.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiLogIndex.vue.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiLogIndex.vue2.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiPermissionEdit.vue.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiPermissionEdit.vue2.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiPermissionList.vue.js +1 -0
- package/dist/lib/src/app/openapi/OpenApiPermissionList.vue2.js +1 -0
- package/dist/lib/src/app/openapi/api.js +1 -0
- package/dist/lib/src/app/openapi/index.js +1 -0
- package/dist/lib/src/app/schedule/CronTypeSelect.vue.js +1 -1
- package/dist/lib/src/app/schedule/ScheduleAdd.vue2.js +1 -1
- package/dist/lib/src/app/schedule/ScheduleEdit.vue2.js +1 -1
- package/dist/lib/src/app/schedule/ScheduleIndex.vue.js +1 -1
- package/dist/lib/src/app/schedule/ScheduleLogList.vue.js +1 -1
- package/dist/lib/src/app/schedule/ScheduleLogView.vue2.js +1 -1
- package/dist/lib/src/app/schedule/index.js +1 -1
- package/dist/lib/src/app/system/StatusIndex.vue.js +1 -1
- package/dist/lib/src/app/system/StatusIndex.vue2.js +1 -1
- package/dist/lib/src/app/system/index.js +1 -1
- package/dist/lib/src/index.js +1 -1
- package/dist/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,24 +1,21 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { getStatus as
|
|
1
|
+
import { defineComponent as P, ref as V, reactive as v, resolveComponent as p, openBlock as y, createBlock as j, withCtx as t, createVNode as l, createElementVNode as s, toDisplayString as o, createElementBlock as M, unref as S, h as D, createTextVNode as U } from "vue";
|
|
2
|
+
import { getStatus as B, getMachineCode as $ } from "./api.js";
|
|
3
3
|
import { notification as O } from "ant-design-vue";
|
|
4
|
-
import { CloudUploadOutlined as
|
|
5
|
-
import { getContextPath as
|
|
6
|
-
const
|
|
7
|
-
class: "
|
|
4
|
+
import { CloudUploadOutlined as E } from "@ant-design/icons-vue";
|
|
5
|
+
import { getContextPath as H, getToken as X } from "@since2006/utils";
|
|
6
|
+
const W = { class: "info-row" }, q = { style: { "margin-bottom": "14px" } }, F = { class: "info-row" }, G = { class: "info-row" }, K = { class: "info-row" }, Q = { class: "info-row" }, R = { class: "info-row" }, Y = { class: "info-row" }, Z = { class: "info-row" }, h = { class: "info-row" }, ss = { class: "info-row" }, ns = { class: "info-row" }, os = { class: "info-row" }, ls = { class: "info-row" }, ts = { class: "info-row" }, es = { class: "info-row" }, is = { class: "info-row" }, as = { class: "info-row" }, ps = { class: "info-row" }, ds = { class: "info-row" }, rs = { class: "info-row" }, us = { class: "info-row" }, fs = { class: "info-row" }, vs = { class: "info-row" }, _s = { class: "info-row" }, ms = { class: "info-row" }, cs = { class: "info-row" }, ws = { class: "info-row" }, gs = { class: "info-row" }, ys = { class: "info-row" }, xs = { key: 1 }, bs = { class: "info-row" }, Cs = {
|
|
7
|
+
class: "info-row",
|
|
8
8
|
style: { color: "orangered", "font-weight": "bold" }
|
|
9
|
-
},
|
|
10
|
-
key: 1,
|
|
11
|
-
class: "float-right"
|
|
12
|
-
}, xs = /* @__PURE__ */ U({
|
|
9
|
+
}, ks = { class: "info-row" }, js = { class: "info-row" }, Ss = { class: "info-row" }, Os = { key: 1 }, Js = /* @__PURE__ */ P({
|
|
13
10
|
__name: "StatusIndex",
|
|
14
|
-
setup(
|
|
15
|
-
const
|
|
16
|
-
var
|
|
17
|
-
|
|
18
|
-
const d = await
|
|
19
|
-
d.code === 200 && (Object.assign(u, d.data), Object.assign(e, u.license), Object.assign(
|
|
20
|
-
const
|
|
21
|
-
|
|
11
|
+
setup(Is) {
|
|
12
|
+
const T = H(), N = X(), r = V(!1), C = V(), u = v({}), e = v({}), a = v({}), i = v({}), x = v({}), _ = v({}), m = v({}), I = async () => {
|
|
13
|
+
var b;
|
|
14
|
+
r.value = !0;
|
|
15
|
+
const d = await B();
|
|
16
|
+
d.code === 200 && (Object.assign(u, d.data), Object.assign(e, u.license), Object.assign(a, u.database), Object.assign(i, u.jvm), Object.assign(x, u.os), Object.assign(_, u.app), Object.assign(m, (b = u.jvm) == null ? void 0 : b.thread));
|
|
17
|
+
const n = await $();
|
|
18
|
+
C.value = n.data, r.value = !1;
|
|
22
19
|
};
|
|
23
20
|
I();
|
|
24
21
|
const z = (d) => {
|
|
@@ -30,58 +27,53 @@ const q = { class: "large-text" }, G = { class: "float-right" }, K = { style: {
|
|
|
30
27
|
description: "请检查 License 文件是否正确"
|
|
31
28
|
}) : d.file.status === "error" && O.error({ message: "上传失败" });
|
|
32
29
|
};
|
|
33
|
-
return (d,
|
|
34
|
-
const
|
|
35
|
-
return
|
|
36
|
-
default:
|
|
37
|
-
|
|
38
|
-
default:
|
|
39
|
-
|
|
40
|
-
default:
|
|
41
|
-
|
|
42
|
-
default:
|
|
43
|
-
|
|
44
|
-
default:
|
|
45
|
-
|
|
46
|
-
default:
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
])
|
|
56
|
-
]),
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
]),
|
|
61
|
-
s
|
|
62
|
-
|
|
63
|
-
s
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
]),
|
|
81
|
-
s[11] || (s[11] = t("br", null, null, -1)),
|
|
82
|
-
t("div", et, [
|
|
83
|
-
s[6] || (s[6] = t("span", null, "创建线程总数", -1)),
|
|
84
|
-
t("span", at, l(x.totalStartedThreadCount), 1)
|
|
30
|
+
return (d, n) => {
|
|
31
|
+
const b = p("a-progress"), c = p("a-skeleton"), w = p("a-card"), f = p("a-col"), g = p("a-typography-text"), k = p("a-row"), J = p("a-button"), A = p("a-upload"), L = p("a-tooltip");
|
|
32
|
+
return y(), j(k, { gutter: 16 }, {
|
|
33
|
+
default: t(() => [
|
|
34
|
+
l(f, { span: 12 }, {
|
|
35
|
+
default: t(() => [
|
|
36
|
+
l(k, { gutter: [16, 16] }, {
|
|
37
|
+
default: t(() => [
|
|
38
|
+
l(f, { span: 24 }, {
|
|
39
|
+
default: t(() => [
|
|
40
|
+
l(w, { title: "内存线程信息" }, {
|
|
41
|
+
default: t(() => [
|
|
42
|
+
l(c, { loading: r.value }, {
|
|
43
|
+
default: t(() => [
|
|
44
|
+
s("div", W, [
|
|
45
|
+
n[0] || (n[0] = s("span", null, "当前用量", -1)),
|
|
46
|
+
s("span", null, o(i.usedMemorySize) + " / " + o(i.totalMemorySize), 1)
|
|
47
|
+
]),
|
|
48
|
+
s("div", q, [
|
|
49
|
+
l(b, {
|
|
50
|
+
percent: i.memoryUsage,
|
|
51
|
+
size: 12
|
|
52
|
+
}, null, 8, ["percent"])
|
|
53
|
+
]),
|
|
54
|
+
s("div", F, [
|
|
55
|
+
n[1] || (n[1] = s("span", null, "当前可用", -1)),
|
|
56
|
+
s("span", null, o(i.freeMemorySize), 1)
|
|
57
|
+
]),
|
|
58
|
+
s("div", G, [
|
|
59
|
+
n[2] || (n[2] = s("span", null, "最大堆(-Xmx)", -1)),
|
|
60
|
+
s("span", null, o(i.maxMemorySize), 1)
|
|
61
|
+
]),
|
|
62
|
+
s("div", K, [
|
|
63
|
+
n[3] || (n[3] = s("span", null, "当前线程数", -1)),
|
|
64
|
+
s("span", null, o(m.threadCount), 1)
|
|
65
|
+
]),
|
|
66
|
+
s("div", Q, [
|
|
67
|
+
n[4] || (n[4] = s("span", null, "守护线程数", -1)),
|
|
68
|
+
s("span", null, o(m.daemonThreadCount), 1)
|
|
69
|
+
]),
|
|
70
|
+
s("div", R, [
|
|
71
|
+
n[5] || (n[5] = s("span", null, "最大线程峰值", -1)),
|
|
72
|
+
s("span", null, o(m.peakThreadCount), 1)
|
|
73
|
+
]),
|
|
74
|
+
s("div", Y, [
|
|
75
|
+
n[6] || (n[6] = s("span", null, "创建线程总数", -1)),
|
|
76
|
+
s("span", null, o(m.totalStartedThreadCount), 1)
|
|
85
77
|
])
|
|
86
78
|
]),
|
|
87
79
|
_: 1
|
|
@@ -92,54 +84,44 @@ const q = { class: "large-text" }, G = { class: "float-right" }, K = { style: {
|
|
|
92
84
|
]),
|
|
93
85
|
_: 1
|
|
94
86
|
}),
|
|
95
|
-
|
|
96
|
-
default:
|
|
97
|
-
|
|
98
|
-
default:
|
|
99
|
-
|
|
100
|
-
default:
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
]),
|
|
105
|
-
s
|
|
106
|
-
|
|
107
|
-
s
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
t("div", vt, [
|
|
134
|
-
s[17] || (s[17] = t("span", null, "最小空闲连接数", -1)),
|
|
135
|
-
t("span", bt, l(r.minIdle), 1)
|
|
136
|
-
]),
|
|
137
|
-
s[24] || (s[24] = t("br", null, null, -1)),
|
|
138
|
-
t("div", yt, [
|
|
139
|
-
s[18] || (s[18] = t("span", null, "获取连接等待时间", -1)),
|
|
140
|
-
t("span", wt, l(r.maxWait) + "ms", 1)
|
|
141
|
-
]),
|
|
142
|
-
s[25] || (s[25] = t("br", null, null, -1))
|
|
87
|
+
l(f, { span: 24 }, {
|
|
88
|
+
default: t(() => [
|
|
89
|
+
l(w, { title: "主数据库信息" }, {
|
|
90
|
+
default: t(() => [
|
|
91
|
+
l(c, { loading: r.value }, {
|
|
92
|
+
default: t(() => [
|
|
93
|
+
s("div", Z, [
|
|
94
|
+
n[7] || (n[7] = s("span", null, "数据库名称", -1)),
|
|
95
|
+
s("span", null, o(a.productName), 1)
|
|
96
|
+
]),
|
|
97
|
+
s("div", h, [
|
|
98
|
+
n[8] || (n[8] = s("span", null, "数据库版本", -1)),
|
|
99
|
+
s("span", null, o(a.productVersion), 1)
|
|
100
|
+
]),
|
|
101
|
+
s("div", ss, [
|
|
102
|
+
n[9] || (n[9] = s("span", null, "驱动名称", -1)),
|
|
103
|
+
l(g, {
|
|
104
|
+
class: "info-value-ellipsis",
|
|
105
|
+
ellipsis: { tooltip: a.driverVersion },
|
|
106
|
+
content: a.driverVersion
|
|
107
|
+
}, null, 8, ["ellipsis", "content"])
|
|
108
|
+
]),
|
|
109
|
+
s("div", ns, [
|
|
110
|
+
n[10] || (n[10] = s("span", null, "数据库连接池", -1)),
|
|
111
|
+
s("span", null, o(a.poolName), 1)
|
|
112
|
+
]),
|
|
113
|
+
s("div", os, [
|
|
114
|
+
n[11] || (n[11] = s("span", null, "最大活跃连接数", -1)),
|
|
115
|
+
s("span", null, o(a.maxActive), 1)
|
|
116
|
+
]),
|
|
117
|
+
s("div", ls, [
|
|
118
|
+
n[12] || (n[12] = s("span", null, "最小空闲连接数", -1)),
|
|
119
|
+
s("span", null, o(a.minIdle), 1)
|
|
120
|
+
]),
|
|
121
|
+
s("div", ts, [
|
|
122
|
+
n[13] || (n[13] = s("span", null, "获取连接等待时间", -1)),
|
|
123
|
+
s("span", null, o(a.maxWait) + "ms", 1)
|
|
124
|
+
])
|
|
143
125
|
]),
|
|
144
126
|
_: 1
|
|
145
127
|
}, 8, ["loading"])
|
|
@@ -149,39 +131,32 @@ const q = { class: "large-text" }, G = { class: "float-right" }, K = { style: {
|
|
|
149
131
|
]),
|
|
150
132
|
_: 1
|
|
151
133
|
}),
|
|
152
|
-
|
|
153
|
-
default:
|
|
154
|
-
|
|
155
|
-
default:
|
|
156
|
-
|
|
157
|
-
default:
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
]),
|
|
162
|
-
s
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
]),
|
|
174
|
-
s
|
|
175
|
-
|
|
176
|
-
s
|
|
177
|
-
|
|
178
|
-
]),
|
|
179
|
-
s[32] || (s[32] = t("br", null, null, -1)),
|
|
180
|
-
t("div", It, [
|
|
181
|
-
s[29] || (s[29] = t("span", null, "缓存管理", -1)),
|
|
182
|
-
t("span", Vt, l(_.cacheManager), 1)
|
|
183
|
-
]),
|
|
184
|
-
s[33] || (s[33] = t("br", null, null, -1))
|
|
134
|
+
l(f, { span: 24 }, {
|
|
135
|
+
default: t(() => [
|
|
136
|
+
l(w, { title: "系统信息" }, {
|
|
137
|
+
default: t(() => [
|
|
138
|
+
l(c, { loading: r.value }, {
|
|
139
|
+
default: t(() => [
|
|
140
|
+
s("div", es, [
|
|
141
|
+
n[14] || (n[14] = s("span", null, "应用服务器", -1)),
|
|
142
|
+
s("span", null, o(_.serverInfo), 1)
|
|
143
|
+
]),
|
|
144
|
+
s("div", is, [
|
|
145
|
+
n[15] || (n[15] = s("span", null, "工作目录", -1)),
|
|
146
|
+
l(g, {
|
|
147
|
+
class: "info-value-ellipsis",
|
|
148
|
+
ellipsis: { tooltip: _.appPath },
|
|
149
|
+
content: _.appPath
|
|
150
|
+
}, null, 8, ["ellipsis", "content"])
|
|
151
|
+
]),
|
|
152
|
+
s("div", as, [
|
|
153
|
+
n[16] || (n[16] = s("span", null, "会话超时(Session Timeout)", -1)),
|
|
154
|
+
s("span", null, o(_.maxInactiveInterval / 60) + "分钟", 1)
|
|
155
|
+
]),
|
|
156
|
+
s("div", ps, [
|
|
157
|
+
n[17] || (n[17] = s("span", null, "缓存管理", -1)),
|
|
158
|
+
s("span", null, o(_.cacheManager), 1)
|
|
159
|
+
])
|
|
185
160
|
]),
|
|
186
161
|
_: 1
|
|
187
162
|
}, 8, ["loading"])
|
|
@@ -197,58 +172,48 @@ const q = { class: "large-text" }, G = { class: "float-right" }, K = { style: {
|
|
|
197
172
|
]),
|
|
198
173
|
_: 1
|
|
199
174
|
}),
|
|
200
|
-
|
|
201
|
-
default:
|
|
202
|
-
|
|
203
|
-
default:
|
|
204
|
-
|
|
205
|
-
default:
|
|
206
|
-
|
|
207
|
-
default:
|
|
208
|
-
|
|
209
|
-
default:
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
]),
|
|
214
|
-
s
|
|
215
|
-
|
|
216
|
-
s
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
t("div", Bt, [
|
|
243
|
-
s[39] || (s[39] = t("span", null, "操作系统", -1)),
|
|
244
|
-
t("span", $t, l(y.name) + " " + l(y.version), 1)
|
|
245
|
-
]),
|
|
246
|
-
s[46] || (s[46] = t("br", null, null, -1)),
|
|
247
|
-
t("div", Et, [
|
|
248
|
-
s[40] || (s[40] = t("span", null, "系统核心数", -1)),
|
|
249
|
-
t("span", Ht, l(y.availableProcessors), 1)
|
|
250
|
-
]),
|
|
251
|
-
s[47] || (s[47] = t("br", null, null, -1))
|
|
175
|
+
l(f, { span: 12 }, {
|
|
176
|
+
default: t(() => [
|
|
177
|
+
l(k, { gutter: [16, 16] }, {
|
|
178
|
+
default: t(() => [
|
|
179
|
+
l(f, { span: 24 }, {
|
|
180
|
+
default: t(() => [
|
|
181
|
+
l(w, { title: "JVM信息" }, {
|
|
182
|
+
default: t(() => [
|
|
183
|
+
l(c, { loading: r.value }, {
|
|
184
|
+
default: t(() => [
|
|
185
|
+
s("div", ds, [
|
|
186
|
+
n[18] || (n[18] = s("span", null, "系统启动时间", -1)),
|
|
187
|
+
s("span", null, o(i.startTimeDisplay), 1)
|
|
188
|
+
]),
|
|
189
|
+
s("div", rs, [
|
|
190
|
+
n[19] || (n[19] = s("span", null, "系统运行时长", -1)),
|
|
191
|
+
s("span", null, o(i.uptimeDisplay), 1)
|
|
192
|
+
]),
|
|
193
|
+
s("div", us, [
|
|
194
|
+
n[20] || (n[20] = s("span", null, "Java安装目录", -1)),
|
|
195
|
+
l(g, {
|
|
196
|
+
class: "info-value-ellipsis",
|
|
197
|
+
ellipsis: { tooltip: i.javaHome },
|
|
198
|
+
content: i.javaHome
|
|
199
|
+
}, null, 8, ["ellipsis", "content"])
|
|
200
|
+
]),
|
|
201
|
+
s("div", fs, [
|
|
202
|
+
n[21] || (n[21] = s("span", null, "Java版本", -1)),
|
|
203
|
+
s("span", null, o(i.javaVersion), 1)
|
|
204
|
+
]),
|
|
205
|
+
s("div", vs, [
|
|
206
|
+
n[22] || (n[22] = s("span", null, "Java供应商", -1)),
|
|
207
|
+
s("span", null, o(i.javaVendor), 1)
|
|
208
|
+
]),
|
|
209
|
+
s("div", _s, [
|
|
210
|
+
n[23] || (n[23] = s("span", null, "操作系统", -1)),
|
|
211
|
+
s("span", null, o(x.name) + " " + o(x.version), 1)
|
|
212
|
+
]),
|
|
213
|
+
s("div", ms, [
|
|
214
|
+
n[24] || (n[24] = s("span", null, "系统核心数", -1)),
|
|
215
|
+
s("span", null, o(x.availableProcessors), 1)
|
|
216
|
+
])
|
|
252
217
|
]),
|
|
253
218
|
_: 1
|
|
254
219
|
}, 8, ["loading"])
|
|
@@ -258,104 +223,87 @@ const q = { class: "large-text" }, G = { class: "float-right" }, K = { style: {
|
|
|
258
223
|
]),
|
|
259
224
|
_: 1
|
|
260
225
|
}),
|
|
261
|
-
|
|
262
|
-
default:
|
|
263
|
-
|
|
264
|
-
extra:
|
|
265
|
-
|
|
226
|
+
l(f, { span: 24 }, {
|
|
227
|
+
default: t(() => [
|
|
228
|
+
l(w, { title: "授权信息" }, {
|
|
229
|
+
extra: t(() => [
|
|
230
|
+
l(A, {
|
|
266
231
|
name: "file",
|
|
267
|
-
action: `${S(
|
|
268
|
-
headers: { "X-Auth-Token": S(
|
|
232
|
+
action: `${S(T)}/api/v1/license/update_license`,
|
|
233
|
+
headers: { "X-Auth-Token": S(N) },
|
|
269
234
|
showUploadList: !1,
|
|
270
235
|
onChange: z
|
|
271
236
|
}, {
|
|
272
|
-
default:
|
|
273
|
-
|
|
274
|
-
icon:
|
|
237
|
+
default: t(() => [
|
|
238
|
+
l(J, {
|
|
239
|
+
icon: D(S(E))
|
|
275
240
|
}, {
|
|
276
|
-
default:
|
|
277
|
-
|
|
278
|
-
])),
|
|
241
|
+
default: t(() => [...n[25] || (n[25] = [
|
|
242
|
+
U("更新", -1)
|
|
243
|
+
])]),
|
|
279
244
|
_: 1
|
|
280
245
|
}, 8, ["icon"])
|
|
281
246
|
]),
|
|
282
247
|
_: 1
|
|
283
248
|
}, 8, ["action", "headers"])
|
|
284
249
|
]),
|
|
285
|
-
default:
|
|
286
|
-
|
|
287
|
-
default:
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
s[56] || (s[56] = t("span", null, "最大流程实例数", -1)),
|
|
343
|
-
t("span", os, l(e.workflowInstances ? `${e.workflowInstances} 条` : "无限制"), 1)
|
|
344
|
-
]),
|
|
345
|
-
s[65] || (s[65] = t("br", null, null, -1)),
|
|
346
|
-
t("div", es, [
|
|
347
|
-
s[57] || (s[57] = t("span", null, "扩展信息", -1)),
|
|
348
|
-
t("span", as, [
|
|
349
|
-
e.extras ? (b(), j(D, {
|
|
350
|
-
key: 0,
|
|
351
|
-
title: JSON.stringify(e.extras)
|
|
352
|
-
}, {
|
|
353
|
-
default: o(() => [
|
|
354
|
-
t("span", is, l(JSON.stringify(e.extras)), 1)
|
|
355
|
-
]),
|
|
356
|
-
_: 1
|
|
357
|
-
}, 8, ["title"])) : (b(), T("span", rs, "无"))
|
|
358
|
-
])
|
|
250
|
+
default: t(() => [
|
|
251
|
+
l(c, { loading: r.value }, {
|
|
252
|
+
default: t(() => [
|
|
253
|
+
s("div", cs, [
|
|
254
|
+
n[26] || (n[26] = s("span", null, "当前机器码", -1)),
|
|
255
|
+
l(g, {
|
|
256
|
+
copyable: "",
|
|
257
|
+
code: "",
|
|
258
|
+
style: { color: "brown", "font-size": "16px" },
|
|
259
|
+
ellipsis: { tooltip: C.value },
|
|
260
|
+
content: C.value
|
|
261
|
+
}, null, 8, ["ellipsis", "content"])
|
|
262
|
+
]),
|
|
263
|
+
s("div", ws, [
|
|
264
|
+
n[27] || (n[27] = s("span", null, "授权使用", -1)),
|
|
265
|
+
s("span", null, o(e.company), 1)
|
|
266
|
+
]),
|
|
267
|
+
s("div", gs, [
|
|
268
|
+
n[28] || (n[28] = s("span", null, "授权IP", -1)),
|
|
269
|
+
s("span", null, o(e.ip ? e.ip : "无限制"), 1)
|
|
270
|
+
]),
|
|
271
|
+
s("div", ys, [
|
|
272
|
+
n[29] || (n[29] = s("span", null, "授权机器码", -1)),
|
|
273
|
+
e.machineCode ? (y(), j(g, {
|
|
274
|
+
key: 0,
|
|
275
|
+
class: "info-value-ellipsis",
|
|
276
|
+
ellipsis: { tooltip: e.machineCode },
|
|
277
|
+
content: e.machineCode
|
|
278
|
+
}, null, 8, ["ellipsis", "content"])) : (y(), M("span", xs, "无限制"))
|
|
279
|
+
]),
|
|
280
|
+
s("div", bs, [
|
|
281
|
+
n[30] || (n[30] = s("span", null, "授权日期", -1)),
|
|
282
|
+
s("span", null, o(e.createdAt), 1)
|
|
283
|
+
]),
|
|
284
|
+
s("div", Cs, [
|
|
285
|
+
n[31] || (n[31] = s("span", null, "结束日期", -1)),
|
|
286
|
+
s("span", null, o(e.expiresAt ? e.expiresAt : "无限制"), 1)
|
|
287
|
+
]),
|
|
288
|
+
s("div", ks, [
|
|
289
|
+
n[32] || (n[32] = s("span", null, "最大用户数", -1)),
|
|
290
|
+
s("span", null, o(e.users ? `${e.users} 人` : "无限制"), 1)
|
|
291
|
+
]),
|
|
292
|
+
s("div", js, [
|
|
293
|
+
n[33] || (n[33] = s("span", null, "最大流程实例数", -1)),
|
|
294
|
+
s("span", null, o(e.workflowInstances ? `${e.workflowInstances} 条` : "无限制"), 1)
|
|
295
|
+
]),
|
|
296
|
+
s("div", Ss, [
|
|
297
|
+
n[34] || (n[34] = s("span", null, "扩展信息", -1)),
|
|
298
|
+
e.extras ? (y(), j(L, {
|
|
299
|
+
key: 0,
|
|
300
|
+
title: JSON.stringify(e.extras)
|
|
301
|
+
}, {
|
|
302
|
+
default: t(() => [
|
|
303
|
+
s("span", null, o(JSON.stringify(e.extras)), 1)
|
|
304
|
+
]),
|
|
305
|
+
_: 1
|
|
306
|
+
}, 8, ["title"])) : (y(), M("span", Os, "无"))
|
|
359
307
|
])
|
|
360
308
|
]),
|
|
361
309
|
_: 1
|
|
@@ -379,5 +327,5 @@ const q = { class: "large-text" }, G = { class: "float-right" }, K = { style: {
|
|
|
379
327
|
}
|
|
380
328
|
});
|
|
381
329
|
export {
|
|
382
|
-
|
|
330
|
+
Js as default
|
|
383
331
|
};
|