[Update] 修改批量命令日志查看结果打开新页面

This commit is contained in:
Bai
2020-06-15 20:20:28 +08:00
parent ee662e316c
commit 180efed420

View File

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