From ba15aacf079d1a3fd13e4594f5a94cf25dacb036 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Mon, 26 Mar 2018 14:25:26 +0800
Subject: [PATCH] 报表 优化

---
 src/assets/app-data.json |   65 ++++++++++----------------------
 1 files changed, 21 insertions(+), 44 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 4e0c959..9877414 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -13,38 +13,16 @@
             "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": "������������",
             "group": true,
             "children": [{
                 "text": "������������",
-                "link": "/users",
                 "icon": "icon-user",
                 "children": [{
                   "text": "������������",
@@ -55,7 +33,6 @@
                 }]
               }, {
                 "text": "������������",
-                "link": "/devices",
                 "icon": "icon-grid",
                 "children": [{
                   "text": "������������",
@@ -69,16 +46,31 @@
                 }]
               }, {
                 "text": "���������������",
-                "link": "/sensors",
                 "icon": "icon-note",
                 "children": [{
                   "text": "������������",
                   "link": "/sensors/basic"
                 }]
+              },{
+                "text": "������������",
+                "icon": "icon-chart",
+                "children": [
+                  {
+                  "text": "������������",
+                  "link": "/reports/query"
+                  },
+                  {
+                  "text": "������������",
+                  "link": "/reports/demo"
+                  },
+                  {
+                  "text": "������������",
+                  "link": "/reports/excel"
+                  }
+                ]
               }, {
                 "text": "������������",
-                "link": "/systems",
-                "icon": "icon-note",
+                "icon": "icon-settings",
                 "children": [
                   {
                   "text": "������������",
@@ -89,22 +81,7 @@
                     "link": "/systems/organization"
                     }
                 ]
-              }, {
-                "text": "������������",
-                "link": "/reports",
-                "icon": "icon-note",
-                "children": [
-                  {
-                  "text": "���������������",
-                  "link": "/reports/demo"
-                  },
-                  {
-                  "text": "Excel������",
-                  "link": "/reports/excel"
-                  }
-                ]
               }
-
             ]
 
 

--
Gitblit v1.8.0