From 169031749b61e8400ba7a2d85c8396bf8f991923 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 28 Sep 2023 16:04:46 +0800 Subject: [PATCH] todo: detail --- src/App.jsx | 18 +++++++++--------- src/views/Detail.jsx | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 6d61367..718dd76 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -124,15 +124,15 @@ const App = () => { }, { key: 'kpi', label: 目标, icon: }, { key: 'distribution', label: 统计分布, icon: }, - // { - // key: 'detail', - // label: ( - // - // 统计分析 - // - // ), - // icon: , - // }, + { + key: 'detail', + label: ( + + 统计分析 + + ), + icon: , + }, ]; return ( diff --git a/src/views/Detail.jsx b/src/views/Detail.jsx index 8ba1c80..ed0cc10 100644 --- a/src/views/Detail.jsx +++ b/src/views/Detail.jsx @@ -21,7 +21,7 @@ export default observer((props) => { useEffect(() => { if (empty(detailData.dataSource)) { - detailRefresh(); + // detailRefresh(); } }, []);