mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
@@ -56,8 +56,8 @@ export default {
|
||||
width: '80px',
|
||||
formatter: (row) => {
|
||||
const label = this.$t('audits.View')
|
||||
const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }}}
|
||||
return <router-link {...{ attrs: route }} target='_blank'>{ label }</router-link>
|
||||
const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }, target: '_blank' }}
|
||||
return <router-link {...{ attrs: route }}>{ label }</router-link>
|
||||
}
|
||||
},
|
||||
date_start: {
|
||||
|
||||
Reference in New Issue
Block a user