From 71371f81071a72eecd7d7a02ae3825943aae50d1 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Wed, 18 Apr 2018 08:57:38 +0800
Subject: [PATCH] 报表展示  饼图功能

---
 src/assets/app-data.json |   67 +++++++++++++--------------------
 1 files changed, 27 insertions(+), 40 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index b19eb23..1e7d1a2 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -13,31 +13,10 @@
             "translate": "main_navigation",
             "group": true,
             "children": [{
-                "text": "���������",
-                "link": "/dashboard",
+                "text": "���������",
+                "link": "/dashboard/workplace",
                 "icon": "icon-speedometer",
-                "children": [{
-                    "text": "���������V1",
-                    "link": "/dashboard/v1",
-                    "translate": "dashboard_v1"
-                }, {
-                    "text": "���������",
-                    "link": "/dashboard/analysis"
-                }, {
-                    "text": "Monitor",
-                    "link": "/dashboard/monitor",
-                    "translate": "dashboard_monitor"
-                }, {
-                    "text": "Workplace",
-                    "link": "/dashboard/workplace",
-                    "translate": "dashboard_workplace"
-                }]
-            }, {
-                "text": "������������",
-                "translate": "shortcut",
-                "icon": "icon-rocket",
-                "shortcut_root": true,
-                "children": []
+                "translate": "dashboard_workplace"
             }]
         }, {
             "text": "������������",
@@ -72,9 +51,26 @@
                   "text": "������������",
                   "link": "/sensors/basic"
                 }]
+              },{
+                "text": "������������",
+                "icon": "icon-chart",
+                "children": [
+                  {
+                  "text": "������������",
+                  "link": "/reports/query"
+                  },
+                  {
+                  "text": "������������",
+                  "link": "/reports/demo"
+                  },
+                  {
+                  "text": "������������",
+                  "link": "/reports/excel"
+                  }
+                ]
               }, {
                 "text": "������������",
-                "icon": "icon-note",
+                "icon": "icon-settings",
                 "children": [
                   {
                   "text": "������������",
@@ -83,23 +79,14 @@
                   {
                     "text": "������������",
                     "link": "/systems/organization"
-                    }
-                ]
-              }, {
-                "text": "������������",
-                "icon": "icon-note",
-                "children": [
-                  {
-                  "text": "���������������",
-                  "link": "/reports/demo"
-                  },
-                  {
-                  "text": "Excel������",
-                  "link": "/reports/excel"
-                  }
+                    },
+	                {
+		                "text": "���������������",
+		                "link": "/systems/registration",
+		                "hide": true
+	                }
                 ]
               }
-
             ]
 
 

--
Gitblit v1.8.0