mirror of
https://github.com/jumpserver/lina.git
synced 2025-06-29 08:29:13 +00:00
[fix]新窗口打开命令记录日志界面
This commit is contained in:
parent
75fd314ad6
commit
81b858cd31
@ -56,7 +56,7 @@ export default {
|
|||||||
width: '80px',
|
width: '80px',
|
||||||
formatter: (row) => {
|
formatter: (row) => {
|
||||||
const label = this.$t('audits.View')
|
const label = this.$t('audits.View')
|
||||||
const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }}}
|
const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }, target: '_blank' }}
|
||||||
return <router-link {...{ attrs: route }}>{ label }</router-link>
|
return <router-link {...{ attrs: route }}>{ label }</router-link>
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user