diff --git a/src/App.jsx b/src/App.jsx index 4a04b1c..9e22aee 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -14,7 +14,7 @@ import { FlagOutlined, PieChartOutlined, BarChartOutlined, - CoffeeOutlined, + CoffeeOutlined, DesktopOutlined } from '@ant-design/icons'; import { Layout, Menu, Image, Badge, Button } from 'antd'; import { BrowserRouter, Route, Routes, NavLink } from 'react-router-dom'; @@ -46,6 +46,7 @@ import ServicePersonNum from './views/ServicePersonNum'; import DataPivot from './views/DataPivot'; import Welcome from './views/Welcome'; import Meeting2024GH from './views/Meeting2024-GH'; +import Meeting2025GH from './views/Meeting2025-GH'; import SalesCustomerCareRegular from './views/SalesCustomerCareRegular'; import { stores_Context, APP_VERSION } from './config'; import { WaterMark } from '@ant-design/pro-components'; @@ -58,7 +59,22 @@ const App = () => { const menu_items = [ { key: 1, label: 欢迎, icon: }, - { key: 'annual', label: 综合看板, icon: }, + { key: 'annual', label: 综合年度, icon: }, + { + key: 'mixed', + label: '报告', + icon: , + children: [ + { + key: 'meeting-2025-GH', + label: GH例会数据-2025, // GH例会数据-2024 + }, + { + key: 'meeting-2024-GH', + label: GH区域数据, // GH例会数据-2024 + }, + ] + }, { key: 2, label: '市场', @@ -78,10 +94,6 @@ const App = () => { key: 'orders-pivot', label: 数据透视, }, - { - key: 'meeting-2024-GH', - label: 例会数据2024-GH, - }, ], }, { @@ -218,6 +230,7 @@ const App = () => { } /> } /> } /> + } /> }> } /> diff --git a/src/components/Data.jsx b/src/components/Data.jsx index d067a63..7b433f0 100644 --- a/src/components/Data.jsx +++ b/src/components/Data.jsx @@ -81,7 +81,7 @@ export const TableExportBtn = (props) => { }; return ( -