From 4d91954d00bbcb1d751f496e1cf851ed9900de4e Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 28 Dec 2022 12:24:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BB=8E=E6=94=B6=E8=97=8Ftab=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E8=87=B3=E4=BB=AA=E8=A1=A8=E6=9D=BFtab=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E6=B2=A1=E6=9C=89=E5=86=85=E5=AE=B9=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/list/PanelList.vue | 19 +++--- frontend/src/views/panel/list/PanelMain.vue | 64 ++++++++++++--------- 2 files changed, 48 insertions(+), 35 deletions(-) diff --git a/frontend/src/views/panel/list/PanelList.vue b/frontend/src/views/panel/list/PanelList.vue index c013533844..8b2be2724d 100644 --- a/frontend/src/views/panel/list/PanelList.vue +++ b/frontend/src/views/panel/list/PanelList.vue @@ -174,7 +174,7 @@ /> - + - + {{ $t('panel.groupAdd') }} - +
{{ - $t('panel.cancel') - }} + $t('panel.cancel') + }} {{ - $t('dataset.cancel') - }} + $t('dataset.cancel') + }} { + document.querySelector('.is-current').firstChild.click() + }) + }, toTop(data, node) { panelToTop(data.id).then(() => { this.defaultTree() diff --git a/frontend/src/views/panel/list/PanelMain.vue b/frontend/src/views/panel/list/PanelMain.vue index df94cfd860..4a4faf7a1a 100644 --- a/frontend/src/views/panel/list/PanelMain.vue +++ b/frontend/src/views/panel/list/PanelMain.vue @@ -8,7 +8,7 @@ @tab-click="handleClick" > - {{ $t('panel.panel_list') }} + {{ $t('panel.panel_list') }} - {{ $t('panel.store') }} - + {{ $t('panel.store') }} + - {{ $t('panel.share') }} + {{ $t('panel.share') }}