From 422f02d2fa80ea781021e042ee0303ccaf31b57c Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 14 Apr 2022 16:21:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=A1=A8=E6=A0=BC=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=98=8E=E7=BB=86=E4=B8=8D=E9=9C=80=E8=A6=81=E6=88=AA?= =?UTF-8?q?=E5=9B=BE?= 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 3b246ac51a..46e42e9e18 100644 --- a/frontend/src/components/canvas/custom-component/UserViewDialog.vue +++ b/frontend/src/components/canvas/custom-component/UserViewDialog.vue @@ -63,7 +63,7 @@ export default { }, computed: { showChartCanvas() { - return this.chart.type !== 'table-normal' && this.chart.type !== 'table-info' + return !this.chart.type.includes('table') }, customStyle() { let style = {