From cdf670a05c625cf62929e82bfb814db0a6ea9627 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Tue, 30 May 2023 15:13:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E7=AD=96=E7=95=A5=E5=AD=97=E6=AE=B5=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/senior/FunctionCfg.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/components/senior/FunctionCfg.vue b/frontend/src/views/chart/components/senior/FunctionCfg.vue index 632fac468b..342ba22dc0 100644 --- a/frontend/src/views/chart/components/senior/FunctionCfg.vue +++ b/frontend/src/views/chart/components/senior/FunctionCfg.vue @@ -146,6 +146,7 @@ export default { }, showEmptyDataFieldCtrl() { return this.showEmptyStrategy && + includesAny(this.chart.type, 'table') && this.functionForm.emptyDataStrategy !== 'breakLine' } },