From 692266c5eed9810fc70846fcf9c14f41ddfbfb0f Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 7 Aug 2024 16:21:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(X-Pack):=20=E4=BF=AE=E5=A4=8D=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E5=8F=B0=E4=B8=8D=E5=B1=95=E7=A4=BA"=E6=88=91?= =?UTF-8?q?=E7=9A=84=E5=A1=AB=E6=8A=A5"tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/workbranch/ShortcutTable.vue | 10 ++++++++-- de-xpack | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/views/workbranch/ShortcutTable.vue b/core/core-frontend/src/views/workbranch/ShortcutTable.vue index f93c122177..35ebfa5ed4 100644 --- a/core/core-frontend/src/views/workbranch/ShortcutTable.vue +++ b/core/core-frontend/src/views/workbranch/ShortcutTable.vue @@ -140,6 +140,10 @@ const tablePaneList = ref([ { title: t('visualization.share_out'), name: 'share', disabled: false } ]) +const loadedDataFilling = data => { + tablePaneList.value.push(data) +} + const busiAuthList = getBusiListWithPermission() onMounted(() => { !!busiAuthList.length && @@ -264,8 +268,6 @@ const getEmptyDesc = (): string => { - - @@ -422,6 +424,10 @@ const getEmptyDesc = (): string => { +