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