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/templates/comtableconfig/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/comtableconfig/index.jsx b/src/templates/comtableconfig/index.jsx
index b3802e7..2235c15 100644
--- a/src/templates/comtableconfig/index.jsx
+++ b/src/templates/comtableconfig/index.jsx
@@ -1375,7 +1375,7 @@
                   if (item.chartType === 'table') {
                     return (
                       <Col span={item.width || 24} key={item.uuid}>
-                        {config.charts.length > 1 ? <p className="chart-title">{item.title}</p> : null}
+                        {config.charts.length > 1 && item.title ? <p className="chart-title">{item.title}</p> : null}
                         <ActionComponent
                           type="main"
                           menu={{ MenuID: this.props.menu.MenuID, MenuName: this.props.menu.MenuName, MenuNo: this.props.menu.MenuNo }}

--
Gitblit v1.8.0