[fix]新窗口打开命令记录日志界面

This commit is contained in:
OrangeM21 2020-06-15 19:47:42 +08:00
parent 75fd314ad6
commit 81b858cd31

View File

@ -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>
} }
}, },