From 81b858cd313449b2e695d980d7e257e2bc82859c Mon Sep 17 00:00:00 2001 From: OrangeM21 Date: Mon, 15 Jun 2020 19:47:42 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E6=96=B0=E7=AA=97=E5=8F=A3=E6=89=93?= =?UTF-8?q?=E5=BC=80=E5=91=BD=E4=BB=A4=E8=AE=B0=E5=BD=95=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audits/CommandExecutionList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/audits/CommandExecutionList.vue b/src/views/audits/CommandExecutionList.vue index bd512ebd8..ace6f5b82 100644 --- a/src/views/audits/CommandExecutionList.vue +++ b/src/views/audits/CommandExecutionList.vue @@ -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 }}} + const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }, target: '_blank' }} return { label } } },