From 0e25153037b06851846e80cc745e518ba07bf7af Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 26 Mar 2018 13:58:16 +0800
Subject: [PATCH] 数据查询和表单模块合并,修改密码用户输入框去除

---
 src/assets/app-data.json |  152 ++++++++++++++++++++++++++++++--------------------
 1 files changed, 90 insertions(+), 62 deletions(-)

diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index e370228..30c85ad 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -1,64 +1,92 @@
 {
-  "app": {
-  "name": "������������",
-  "description": "���������������������������������"
-},
-  "user": {
-  "name": "���������",
-  "avatar": "./assets/img/zorro.svg",
-  "email": "23420800@qq.com"
-},
-  "menu": [{
-  "text": "������������",
-  "translate": "main_navigation",
-  "group": true,
-  "children": [{
-    "text": "������",
-    "translate": "home",
-    "link": "/dashboard",
-    "icon": "icon-cup"
-  }, {
-    "text": "������������",
-    "translate": "user_management",
-    "link": "/",
-    "icon": "icon-user",
-    "children": [{
-      "text": "������������",
-      "link": "/users/installer",
-      "translate": "user_management_install"
-    }, {
-      "text": "������������",
-      "link": "/users/receiver",
-      "translate": "user_management_receive"
-    }]
-  }, {
-    "text": "������������",
-    "translate": "device_management",
-    "link": "/",
-    "icon": "icon-grid",
-    "children": [{
-      "text": "������������",
-      "link": "/devices/basic",
-      "translate": "device_management_info"
-    }, {
-      "text": "������������",
-      "link": "/devices/version",
-      "translate": "device_management_version"
-    }, {
-      "text": "���������������",
-      "link": "/devices/monitor-point",
-      "translate": "device_management_point"
-    }]
-  }, {
-    "text": "���������������",
-    "translate": "sensor_management",
-    "link": "/",
-    "icon": "icon-note",
-    "children": [{
-      "text": "������������",
-      "link": "/sensors/basic",
-      "translate": "device_management_info"
-    }]
-  }]
-}]
+    "app": {
+        "name": "������������������������",
+        "description": "������������������������������������������"
+    },
+    "user": {
+        "name": "Admin",
+        "avatar": "./assets/img/zorro.svg",
+        "email": "admin@qq.com"
+    },
+    "menu": [{
+            "text": "���������",
+            "translate": "main_navigation",
+            "group": true,
+            "children": [{
+                "text": "���������",
+                "link": "/dashboard/workplace",
+                "icon": "icon-speedometer",
+                "translate": "dashboard_workplace"
+            }]
+        }, {
+            "text": "������������",
+            "group": true,
+            "children": [{
+                "text": "������������",
+                "icon": "icon-user",
+                "children": [{
+                  "text": "������������",
+                  "link": "/users/installer"
+                }, {
+                  "text": "������������",
+                  "link": "/users/alarm-user"
+                }]
+              }, {
+                "text": "������������",
+                "icon": "icon-grid",
+                "children": [{
+                  "text": "������������",
+                  "link": "/devices/basic"
+                }, {
+                  "text": "������������",
+                  "link": "/devices/version"
+                }, {
+                  "text": "���������������",
+                  "link": "/devices/monitor-point"
+                }]
+              }, {
+                "text": "���������������",
+                "icon": "icon-note",
+                "children": [{
+                  "text": "������������",
+                  "link": "/sensors/basic"
+                }]
+              },{
+                "text": "������������",
+                "icon": "icon-chart",
+                "children": [
+                  {
+                  "text": "������������",
+                  "link": "/reports/query"
+                  },
+                  {
+                  "text": "���������������",
+                  "link": "/reports/demo"
+                  },
+                  {
+                  "text": "Excel������",
+                  "link": "/reports/excel"
+                  }
+                ]
+              }, {
+                "text": "������������",
+                "icon": "icon-settings",
+                "children": [
+                  {
+                  "text": "������������",
+                  "link": "/systems/account"
+                  },
+                  {
+                    "text": "������������",
+                    "link": "/systems/organization"
+                    }
+                ]
+              }
+            ]
+
+
+        }
+
+
+    ]
 }

--
Gitblit v1.8.0