@since2006/pages 2025.11.1 → 2026.1.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/src/app/log/components/AccessLogList.vue.js +2 -2
- package/dist/es/src/app/log/components/AccessLogList.vue2.js +7 -8
- package/dist/es/src/app/log/components/AuditLogList.vue.js +1 -1
- package/dist/es/src/app/log/components/AuditLogList.vue2.js +1 -2
- package/dist/es/src/app/log/components/ErrorLogList.vue.js +2 -2
- package/dist/es/src/app/log/components/ErrorLogList.vue2.js +1 -2
- package/dist/es/src/app/log/components/LoginLogList.vue.js +1 -1
- package/dist/es/src/app/log/components/LoginLogList.vue2.js +7 -6
- package/dist/es/src/app/log/components/OperationLogList.vue.js +2 -2
- package/dist/es/src/app/log/components/OperationLogList.vue2.js +1 -2
- package/dist/es/src/app/system/StatusIndex.vue.js +1 -1
- package/dist/es/src/app/system/StatusIndex.vue2.js +209 -206
- package/dist/es/src/app/system/api.js +3 -2
- package/dist/es/style.css +1 -1
- package/dist/lib/src/app/log/components/AccessLogList.vue.js +1 -1
- package/dist/lib/src/app/log/components/AccessLogList.vue2.js +1 -1
- package/dist/lib/src/app/log/components/AuditLogList.vue.js +1 -1
- package/dist/lib/src/app/log/components/AuditLogList.vue2.js +1 -1
- package/dist/lib/src/app/log/components/ErrorLogList.vue.js +1 -1
- package/dist/lib/src/app/log/components/ErrorLogList.vue2.js +1 -1
- package/dist/lib/src/app/log/components/LoginLogList.vue.js +1 -1
- package/dist/lib/src/app/log/components/LoginLogList.vue2.js +1 -1
- package/dist/lib/src/app/log/components/OperationLogList.vue.js +1 -1
- package/dist/lib/src/app/log/components/OperationLogList.vue2.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/api.js +1 -1
- package/dist/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./AccessLogList.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f67f4d15"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as j, ref as D, reactive as S, computed as F, resolveComponent as u, openBlock as p, createElementBlock as E, createElementVNode as g, createVNode as t, withCtx as l, createTextVNode as d, unref as x, createBlock as I, toDisplayString as v, normalizeStyle as $, createCommentVNode as J, nextTick as K } from "vue";
|
|
2
|
-
import { message as
|
|
2
|
+
import { message as c } from "ant-design-vue";
|
|
3
3
|
import { SearchOutlined as Q, RedoOutlined as W, GlobalOutlined as X, DownloadOutlined as Z } from "@ant-design/icons-vue";
|
|
4
4
|
import { queryAccessLogs as ee } from "../api.js";
|
|
5
5
|
import te from "./AccessLogDetail.vue.js";
|
|
@@ -7,7 +7,7 @@ import { FxCardTable as le } from "@since2006/components";
|
|
|
7
7
|
const ae = { class: "access-log-list" }, oe = { class: "ant-pro-table" }, ne = { class: "ant-pro-table-search" }, de = { class: "text-ellipsis" }, se = { class: "text-ellipsis" }, re = { class: "text-ellipsis" }, ue = ["onClick"], Ie = /* @__PURE__ */ j({
|
|
8
8
|
__name: "AccessLogList",
|
|
9
9
|
setup(ie) {
|
|
10
|
-
const w = D(),
|
|
10
|
+
const w = D(), R = D(!1), C = D(!1), U = [
|
|
11
11
|
{
|
|
12
12
|
title: "追踪ID",
|
|
13
13
|
dataIndex: "traceId",
|
|
@@ -74,8 +74,6 @@ const ae = { class: "access-log-list" }, oe = { class: "ant-pro-table" }, ne = {
|
|
|
74
74
|
dateRange: void 0,
|
|
75
75
|
query: void 0
|
|
76
76
|
}, a = S({ ...P }), M = F(() => ({
|
|
77
|
-
page: 1,
|
|
78
|
-
pageSize: 20,
|
|
79
77
|
userId: a.userId,
|
|
80
78
|
method: a.method,
|
|
81
79
|
responseStatus: a.responseStatus,
|
|
@@ -99,9 +97,9 @@ const ae = { class: "access-log-list" }, oe = { class: "ant-pro-table" }, ne = {
|
|
|
99
97
|
}, L = async () => {
|
|
100
98
|
C.value = !0;
|
|
101
99
|
try {
|
|
102
|
-
|
|
100
|
+
c.success("导出成功");
|
|
103
101
|
} catch {
|
|
104
|
-
|
|
102
|
+
c.error("导出失败");
|
|
105
103
|
} finally {
|
|
106
104
|
C.value = !1;
|
|
107
105
|
}
|
|
@@ -328,7 +326,7 @@ const ae = { class: "access-log-list" }, oe = { class: "ant-pro-table" }, ne = {
|
|
|
328
326
|
t(k, {
|
|
329
327
|
onClick: m,
|
|
330
328
|
type: "primary",
|
|
331
|
-
loading:
|
|
329
|
+
loading: R.value
|
|
332
330
|
}, {
|
|
333
331
|
default: l(() => [
|
|
334
332
|
t(x(Q)),
|
|
@@ -357,9 +355,10 @@ const ae = { class: "access-log-list" }, oe = { class: "ant-pro-table" }, ne = {
|
|
|
357
355
|
})
|
|
358
356
|
]),
|
|
359
357
|
t(x(le), {
|
|
360
|
-
columns:
|
|
358
|
+
columns: U,
|
|
361
359
|
"load-data": x(ee),
|
|
362
360
|
params: M.value,
|
|
361
|
+
"page-config": { pageSize: 20 },
|
|
363
362
|
ref_key: "tableRef",
|
|
364
363
|
ref: w,
|
|
365
364
|
"row-key": "id"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./AuditLogList.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2505b1db"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -54,8 +54,6 @@ const te = { class: "audit-log-list" }, ae = { class: "ant-pro-table" }, oe = {
|
|
|
54
54
|
dateRange: void 0,
|
|
55
55
|
query: void 0
|
|
56
56
|
}, o = h({ ...D }), P = $(() => ({
|
|
57
|
-
page: 1,
|
|
58
|
-
pageSize: 20,
|
|
59
57
|
operatorName: o.operatorName,
|
|
60
58
|
action: o.action,
|
|
61
59
|
ipAddress: o.ipAddress,
|
|
@@ -242,6 +240,7 @@ const te = { class: "audit-log-list" }, ae = { class: "ant-pro-table" }, oe = {
|
|
|
242
240
|
columns: q,
|
|
243
241
|
"load-data": v(X),
|
|
244
242
|
params: P.value,
|
|
243
|
+
"page-config": { pageSize: 20 },
|
|
245
244
|
ref_key: "tableRef",
|
|
246
245
|
ref: w,
|
|
247
246
|
"row-key": "id"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ErrorLogList.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const s = /* @__PURE__ */ r(o, [["__scopeId", "data-v-47610902"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|
|
@@ -60,8 +60,6 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
|
|
|
60
60
|
dateRange: void 0,
|
|
61
61
|
query: void 0
|
|
62
62
|
}, o = h({ ...w }), D = z(() => ({
|
|
63
|
-
page: 1,
|
|
64
|
-
pageSize: 20,
|
|
65
63
|
appName: o.appName,
|
|
66
64
|
env: o.env,
|
|
67
65
|
level: o.level,
|
|
@@ -229,6 +227,7 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
|
|
|
229
227
|
columns: Y,
|
|
230
228
|
"load-data": p(Z),
|
|
231
229
|
params: D.value,
|
|
230
|
+
"page-config": { pageSize: 20 },
|
|
232
231
|
ref_key: "tableRef",
|
|
233
232
|
ref: v,
|
|
234
233
|
"row-key": "id"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./LoginLogList.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-e0685b29"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -69,12 +69,12 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
|
|
|
69
69
|
}), p = () => {
|
|
70
70
|
var n;
|
|
71
71
|
(n = c.value) == null || n.refresh();
|
|
72
|
-
},
|
|
72
|
+
}, S = async () => {
|
|
73
73
|
Object.assign(o, C), await h(), p();
|
|
74
|
-
},
|
|
74
|
+
}, q = () => {
|
|
75
75
|
var n;
|
|
76
76
|
(n = c.value) == null || n.refresh();
|
|
77
|
-
},
|
|
77
|
+
}, P = async (n) => {
|
|
78
78
|
o.status = n, await h(), p();
|
|
79
79
|
}, U = async () => {
|
|
80
80
|
x.value = !0;
|
|
@@ -150,7 +150,7 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
|
|
|
150
150
|
"onUpdate:value": e[2] || (e[2] = (l) => o.status = l),
|
|
151
151
|
placeholder: "状态",
|
|
152
152
|
allowClear: "",
|
|
153
|
-
onChange:
|
|
153
|
+
onChange: P
|
|
154
154
|
}, {
|
|
155
155
|
default: a(() => [
|
|
156
156
|
t(b, { value: 1 }, {
|
|
@@ -203,7 +203,7 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
|
|
|
203
203
|
_: 1
|
|
204
204
|
}, 8, ["loading"]),
|
|
205
205
|
t(y, {
|
|
206
|
-
onClick:
|
|
206
|
+
onClick: S,
|
|
207
207
|
style: { "margin-left": "8px" }
|
|
208
208
|
}, {
|
|
209
209
|
default: a(() => e[8] || (e[8] = [
|
|
@@ -225,6 +225,7 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
|
|
|
225
225
|
columns: T,
|
|
226
226
|
"load-data": i(X),
|
|
227
227
|
params: M.value,
|
|
228
|
+
"page-config": { pageSize: 20 },
|
|
228
229
|
ref_key: "tableRef",
|
|
229
230
|
ref: c,
|
|
230
231
|
"row-key": "id"
|
|
@@ -292,7 +293,7 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
|
|
|
292
293
|
open: u.open,
|
|
293
294
|
"onUpdate:open": e[4] || (e[4] = (l) => u.open = l),
|
|
294
295
|
"log-id": u.logId,
|
|
295
|
-
onRefresh:
|
|
296
|
+
onRefresh: q
|
|
296
297
|
}, null, 8, ["open", "log-id"])
|
|
297
298
|
]);
|
|
298
299
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./OperationLogList.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d74ea79a"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -65,8 +65,6 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
|
|
|
65
65
|
status: void 0,
|
|
66
66
|
dateRange: void 0
|
|
67
67
|
}, n = R({ ...M }), O = $(() => ({
|
|
68
|
-
page: 1,
|
|
69
|
-
pageSize: 20,
|
|
70
68
|
query: n.query,
|
|
71
69
|
username: n.username,
|
|
72
70
|
status: n.status,
|
|
@@ -240,6 +238,7 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
|
|
|
240
238
|
columns: T,
|
|
241
239
|
"load-data": u(ae),
|
|
242
240
|
params: O.value,
|
|
241
|
+
"page-config": { pageSize: 20 },
|
|
243
242
|
ref_key: "tableRef",
|
|
244
243
|
ref: y,
|
|
245
244
|
"row-key": "id"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import t from "./StatusIndex.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ o(t, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ o(t, [["__scopeId", "data-v-c5b4a14e"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|