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

This commit is contained in:
OrangeM21 2020-06-15 20:29:32 +08:00
parent 33499f030e
commit ebfb12b614

View File

@ -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 }, target: '_blank' }}
return <router-link {...{ attrs: route }}>{ label }</router-link>
const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }}}
return <router-link {...{ attrs: route }} target='_blank'>{ label }</router-link>
}
},
date_start: {