From e03de53bd6db0bb2be9a2a1775dc8dd9d5f49416 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Thu, 29 Mar 2018 10:44:58 +0800
Subject: [PATCH] value 为0 置为 横线 bug 修复

---
 src/assets/app-data.json |   46 ++++++++++------------------------------------
 1 files changed, 10 insertions(+), 36 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 420b56d..9877414 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,25 +51,20 @@
                   "text": "������������",
                   "link": "/sensors/basic"
                 }]
-              }, {
-                "text": "������������",
-                "icon": "icon-graph",
-                "children": [
-                  {
-                  "text": "������������",
-                  "link": "/analysis/query"
-                  }
-                ]
-              }, {
+              },{
                 "text": "������������",
                 "icon": "icon-chart",
                 "children": [
                   {
-                  "text": "���������������",
+                  "text": "������������",
+                  "link": "/reports/query"
+                  },
+                  {
+                  "text": "������������",
                   "link": "/reports/demo"
                   },
                   {
-                  "text": "Excel������",
+                  "text": "������������",
                   "link": "/reports/excel"
                   }
                 ]

--
Gitblit v1.8.0