From ebfb12b6143e54a97daaf797dedad60b83438573 Mon Sep 17 00:00:00 2001 From: OrangeM21 Date: Mon, 15 Jun 2020 20:29:32 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/audits/CommandExecutionList.vue b/src/views/audits/CommandExecutionList.vue index ace6f5b82..d044efd18 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 }, target: '_blank' }} - return { label } + const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }}} + return { label } } }, date_start: {