mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
fix: 修改审计日志操作日志动作翻译问题
This commit is contained in:
committed by
Jiangjie.Bai
parent
2da4e4f7a0
commit
c87412f4c0
@@ -17,7 +17,7 @@ export default {
|
||||
return {
|
||||
tableConfig: {
|
||||
url: '/api/v1/audits/operate-logs/',
|
||||
columns: ['user', 'action', 'resource_type_display', 'resource', 'remote_addr', 'datetime'],
|
||||
columns: ['user', 'action_display', 'resource_type_display', 'resource', 'remote_addr', 'datetime'],
|
||||
columnsMeta: {
|
||||
user: {
|
||||
showOverflowTooltip: true
|
||||
@@ -35,7 +35,7 @@ export default {
|
||||
remote_addr: {
|
||||
width: '140px'
|
||||
},
|
||||
action: {
|
||||
action_display: {
|
||||
width: '90px'
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user