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

This reverts commit ebfb12b6
This commit is contained in:
OrangeM21
2020-06-15 20:32:17 +08:00
parent 1a8316c573
commit e5827116d2

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 }}}
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: {