feat(admin): 完善审计访问上下文与后台布局
This commit is contained in:
@@ -242,6 +242,10 @@ export const TEXT = {
|
||||
resultLabel: "操作结果",
|
||||
reason: "拒绝原因",
|
||||
ip: "IP 地址",
|
||||
ipLocation: "IP 位置",
|
||||
clientSource: "请求来源",
|
||||
clientType: "客户端标识",
|
||||
userAgent: "User-Agent",
|
||||
remark: "备注",
|
||||
},
|
||||
eventDict: {
|
||||
@@ -926,6 +930,9 @@ export const TEXT = {
|
||||
filterEntityType: "对象类型",
|
||||
filterEvent: "操作类型",
|
||||
filterOperator: "操作人",
|
||||
filterSource: "来源",
|
||||
filterIpLocation: "IP / 位置",
|
||||
filterKeyword: "账号、IP、位置或来源",
|
||||
filterResult: "结果",
|
||||
rangeStart: "开始",
|
||||
rangeEnd: "结束",
|
||||
@@ -941,6 +948,7 @@ export const TEXT = {
|
||||
columns: {
|
||||
time: "时间",
|
||||
actor: "操作人",
|
||||
source: "请求来源",
|
||||
event: "操作类型",
|
||||
action: "内容",
|
||||
target: "对象",
|
||||
|
||||
Reference in New Issue
Block a user