mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-21 13:50:13 +00:00
[Update] 修改批量命令日志查看结果打开新页面
This commit is contained in:
@@ -56,7 +56,7 @@ export default {
|
||||
width: '80px',
|
||||
formatter: (row) => {
|
||||
const label = this.$t('audits.View')
|
||||
const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }, target: '_blank' }}
|
||||
const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }}, target: '_blank' }
|
||||
return <router-link {...{ attrs: route }}>{ label }</router-link>
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user