perf: CRM-统计: 导航

feature/hotel-cruise
Lei OT 4 months ago
parent d2696d8b01
commit 4531ce1469

@ -14,7 +14,8 @@ import Icon, {
FlagOutlined,
PieChartOutlined,
BarChartOutlined,
CoffeeOutlined, DesktopOutlined
CoffeeOutlined, DesktopOutlined,
WhatsAppOutlined
} from '@ant-design/icons';
import { Layout, Menu, Image, Badge, Button } from 'antd';
import { BrowserRouter, Route, Routes, NavLink } from 'react-router-dom';
@ -109,10 +110,6 @@ const App = () => {
{ key: 52, label: <NavLink to="/sale_kpi">销售进度</NavLink> },
{ key: 'distribution', label: <NavLink to="/distribution">统计分布</NavLink> },
{ key: 'trade-pivot', label: <NavLink to="/trade/pivot">数据透视</NavLink> },
{ key: 'xx', type: 'divider' },
{ key: 'op_dashboard', label: <NavLink to="/op_dashboard">顾问-看板</NavLink> },
{ key: 'op_activity', label: <NavLink to="/op_activity">顾问-沟通</NavLink> },
{ key: 'op_risk', label: <NavLink to="/op_risk">顾问-提升</NavLink> },
],
},
{
@ -163,6 +160,17 @@ const App = () => {
},
],
},
{
key: 'crm',
label: '销售平台',
icon: <WhatsAppOutlined />,
children: [
// { key: 'xx', type: 'divider' },
{ key: 'op_dashboard', label: <NavLink to="/op_dashboard">结果</NavLink> },
// { key: 'op_activity', label: <NavLink to="/op_activity"></NavLink> },
// { key: 'op_risk', label: <NavLink to="/op_risk"></NavLink> },
],
},
{ key: 'kpi', label: <NavLink to="/kpi">目标配置</NavLink>, icon: <FlagOutlined /> },
// {
// key: 'detail',

Loading…
Cancel
Save