From 69db12287a007990de956bef9cef6c2dec65ace7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 五月 2020 09:18:40 +0800 Subject: [PATCH] 2020-05-07 --- src/tabviews/commontable/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/commontable/index.jsx b/src/tabviews/commontable/index.jsx index d4fac9e..0cec4fd 100644 --- a/src/tabviews/commontable/index.jsx +++ b/src/tabviews/commontable/index.jsx @@ -1329,7 +1329,7 @@ if (item.chartType === 'table') { return ( <Col span={item.width || 24} key={item.uuid}> - {config.charts.length > 1 ? <p className="chart-table chart-title">{item.title}</p> : null} + {config.charts.length > 1 && item.title ? <p className="chart-table chart-title">{item.title}</p> : null} <div style={{minHeight: '25px'}}> <MainAction BID="" -- Gitblit v1.8.0