Revert "todo: detail"

This reverts commit 169031749b.
feature/2.0-sales-trade
Lei OT 2 years ago
parent dfdeb8f90b
commit 0388b0b613

@ -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