diff --git a/src/App.jsx b/src/App.jsx index 7e0c7ad..0db8082 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -60,6 +60,7 @@ import TrainsUpsell from './views/biz/reports/TrainsUpsell'; import HostCaseReport from './views/HostCaseReport'; import ToBOrder from './views/toB/ToBOrder'; import ToBOrderSub from './views/toB/ToBOrderSub'; +import MeetingSales from './views/reports/MeetingSales'; const App = () => { const { Content, Footer, Sider, } = Layout; @@ -83,6 +84,10 @@ const App = () => { key: 'meeting-2024-GH', label: GH区域数据, // GH例会数据-2024 }, + { + key: 'sales-insight', + label: 顾问业绩, + }, ], }, { @@ -304,6 +309,8 @@ const App = () => { } /> } /> } /> + + } /> diff --git a/src/components/search/LineClassSeletor.jsx b/src/components/search/LineClassSeletor.jsx new file mode 100644 index 0000000..02e16dc --- /dev/null +++ b/src/components/search/LineClassSeletor.jsx @@ -0,0 +1,23 @@ +import React from 'react'; +import { Select } from 'antd'; +import { observer } from 'mobx-react'; +import { lineClass } from './../../libs/ht'; + +export const LineClassSelector = ({ value, onChange, ...props }) => { + return ( +
+