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