diff --git a/src/App.js b/src/App.js index 9506f19..c990e07 100644 --- a/src/App.js +++ b/src/App.js @@ -6,6 +6,9 @@ import { DashboardOutlined, FileProtectOutlined, CustomerServiceTwoTone, + DollarOutlined, + AreaChartOutlined, + WechatOutlined, UserOutlined } from '@ant-design/icons'; import {Layout, Menu, Image, Spin} from 'antd'; @@ -34,10 +37,15 @@ const App = () => { const menu_items = [ {key: 1, label: 主页, icon: }, - {key: 2, label: 订单数据, icon: ,}, - {key: 5, label: 仪表盘, icon: }, { - key: 3, label: '客运', icon: , + key: 2, label: '市场', icon: , + children: [ + {key: 21, label: 订单数据, icon: ,}, + {key: 22, label: 仪表盘, icon: }, + ] + }, + { + key: 3, label: '客运', icon: , children: [ {key: 31, label: 潜力客户}, {key: 32, label: 老客户}, @@ -49,7 +57,7 @@ const App = () => { { key: 4, label: '财务', - icon: , + icon: , children: [ {key: 41, label: 信用卡账单}, ] @@ -68,7 +76,7 @@ const App = () => { - @@ -78,7 +86,7 @@ const App = () => { }}> }/> - }> + }> }/> }/> diff --git a/src/stores/CustomerStore.js b/src/stores/CustomerStore.js index 7f97e75..2044ac8 100644 --- a/src/stores/CustomerStore.js +++ b/src/stores/CustomerStore.js @@ -154,7 +154,7 @@ class CustomerStore { inchina_customer_order(get_detail = false) { this.inchina_data.loading = true; const date_picker_store = this.rootStore.date_picker_store; - let url = '/service-tourdesign/RegularCusOrder' + let url = '/service-tourdesign/RegularCusInChinaOrder' url += '?Website=' + this.inchina_data.webcode + '&DEI_SNList=' + this.inchina_data.groups.toString(); if (this.inchina_data.date_type == 'applyDate') { url += '&ApplydateCheck=1&EntrancedateCheck=0';