todo: detail

feature/2.0-sales-trade
Lei OT 2 years ago
parent 3af6ec1add
commit 169031749b

@ -124,15 +124,15 @@ const App = () => {
}, },
{ key: 'kpi', label: <NavLink to="/kpi">目标</NavLink>, icon: <FlagOutlined /> }, { key: 'kpi', label: <NavLink to="/kpi">目标</NavLink>, icon: <FlagOutlined /> },
{ key: 'distribution', label: <NavLink to="/distribution">统计分布</NavLink>, icon: <PieChartOutlined /> }, { key: 'distribution', label: <NavLink to="/distribution">统计分布</NavLink>, icon: <PieChartOutlined /> },
// { {
// key: 'detail', key: 'detail',
// label: ( label: (
// <NavLink to="/detail"> <NavLink to="/detail">
// <Badge.Ribbon text="Beta"></Badge.Ribbon> <Badge.Ribbon text="Beta">统计分析</Badge.Ribbon>
// </NavLink> </NavLink>
// ), ),
// icon: <BarChartOutlined />, icon: <BarChartOutlined />,
// }, },
]; ];
return ( return (

@ -21,7 +21,7 @@ export default observer((props) => {
useEffect(() => { useEffect(() => {
if (empty(detailData.dataSource)) { if (empty(detailData.dataSource)) {
detailRefresh(); // detailRefresh();
} }
}, []); }, []);

Loading…
Cancel
Save