From b6df3c17f72f260c7e387a8b79a7d648e0eda0df Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 24 Oct 2023 15:28:28 +0800 Subject: [PATCH] =?UTF-8?q?conf:=20=E9=A1=B5=E9=9D=A2=E6=9D=83=E9=99=90:?= =?UTF-8?q?=20KPI;=20=E7=BB=9F=E8=AE=A1=E5=88=86=E5=B8=83;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 56e29cf..7dd8e9c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -67,7 +67,11 @@ const App = () => { key: 5, label: '销售', icon: , - children: [{ key: 51, label: 业绩数据 },{ key: 52, label: 销售进度 }], + children: [ + { key: 51, label: 业绩数据 }, + { key: 52, label: 销售进度 }, + { key: 'distribution', label: 统计分布 }, + ], }, { key: 3, @@ -123,8 +127,7 @@ const App = () => { }, ], }, - { key: 'kpi', label: 目标, icon: }, - { key: 'distribution', label: 统计分布, icon: }, + { key: 'kpi', label: 目标配置, icon: }, // { // key: 'detail', // label: ( @@ -174,8 +177,6 @@ const App = () => { > } /> - } /> - } /> } /> }> } /> @@ -197,10 +198,14 @@ const App = () => { } /> } /> + }> + } /> + }> } /> } /> } /> + } />