From e0bb45bf6e736e5d205bd45a3e21854c95f01816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Fri, 16 Sep 2022 11:01:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=92=8C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 10 ++-- src/charts/OrdersTempTable.js | 54 +++++++++++++++++-- src/charts/SiteSelect.js | 1 + src/stores/DashboardStore.js | 48 ----------------- src/stores/OrdersStore.js | 7 +++ src/views/Home.js | 2 +- src/views/Orders.js | 9 +++- src/views/Orders_sub.js | 98 +++++++++++++++++++++++++++++++---- 8 files changed, 159 insertions(+), 70 deletions(-) diff --git a/src/App.js b/src/App.js index 8a86e4d..fb94e84 100644 --- a/src/App.js +++ b/src/App.js @@ -33,11 +33,11 @@ class App extends Component { {key: 3, label: 仪表盘, icon: }, { key: 4, - label: '下拉菜单', + label: '财务', icon: , children: [ - {key: 41, label: 子菜单1}, - {key: 412, label: 子菜单2}, + {key: 412, label: 损益表}, + {key: 41, label: 信用卡账单}, ] }, @@ -61,10 +61,10 @@ class App extends Component { minHeight: 480, }}> - }/> + }/> }/> }/> - }/> + }/>