From 523cec6c87d88b43954a4409a8dfde6aade095a1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 22 五月 2020 11:02:10 +0800 Subject: [PATCH] 2020-05-22 --- src/tabviews/subtabtable/index.jsx | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/tabviews/subtabtable/index.jsx b/src/tabviews/subtabtable/index.jsx index f2af4ac..062ee45 100644 --- a/src/tabviews/subtabtable/index.jsx +++ b/src/tabviews/subtabtable/index.jsx @@ -25,9 +25,8 @@ class SubTabModalTable extends Component { static propTpyes = { menuType: PropTypes.any, // 鑿滃崟绫诲瀷锛屾櫘閫氳彍鍗曟垨HS - ID: PropTypes.string, // 涓婄骇鏁版嵁ID - BID: PropTypes.string, // 涓婁笂绾ф暟鎹甀D - BData: PropTypes.any, // 涓婁笂绾ф暟鎹� + BID: PropTypes.string, // 涓婄骇鏁版嵁ID + BData: PropTypes.any, // 涓婄骇鏁版嵁 MenuID: PropTypes.string, // 鑿滃崟Id SupMenuID: PropTypes.string, // 涓婄骇鑿滃崟Id ContainerId: PropTypes.any, // 涓夌骇鑿滃崟Container(html) ID @@ -716,7 +715,7 @@ <TabPane tab={<Icon type={item.icon} />} key={item.uuid}></TabPane> ))} </Tabs> : null} - {config.expand && config.charts.map(item => { + {config.charts.map(item => { if (!config.expand && chartId !== item.uuid) return null if (item.chartType === 'table') { -- Gitblit v1.8.0