From d4c610de5dc21b702027df1553ca362ec2f655e1 Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 25 Apr 2022 17:11:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=98=8E=E7=BB=86=E8=A1=A8?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/custom-component/UserViewDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/custom-component/UserViewDialog.vue b/frontend/src/components/canvas/custom-component/UserViewDialog.vue index 9d1fad81c0..27a77c7646 100644 --- a/frontend/src/components/canvas/custom-component/UserViewDialog.vue +++ b/frontend/src/components/canvas/custom-component/UserViewDialog.vue @@ -64,7 +64,7 @@ export default { computed: { showChartCanvas() { - return !this.chart.type.includes('table') + return this.chart.type !== 'table-normal' && this.chart.type !== 'table-info' }, customStyle() { let style = {