From 032ca75e238cc2f2a96b3bf27532b5a243d9a24a Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 13 Mar 2018 16:00:41 +0800
Subject: [PATCH] 工作台数据统计页面
---
src/assets/app-data.json | 68 ++++++++++++---------------------
1 files changed, 25 insertions(+), 43 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index d6cbdf9..76b2b22 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -1,50 +1,28 @@
{
"app": {
- "name": "Alain",
- "description": "Ng-zorro admin panel front-end framework"
+ "name": "������������������������",
+ "description": "������������������������������������������"
},
"user": {
"name": "Admin",
"avatar": "./assets/img/zorro.svg",
- "email": "cipchk@qq.com"
+ "email": "admin@qq.com"
},
"menu": [{
"text": "���������",
"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,30 +46,23 @@
}]
}, {
"text": "���������������",
- "link": "/sensors",
"icon": "icon-note",
"children": [{
"text": "������������",
"link": "/sensors/basic"
}]
}, {
- "text": "������������",
- "link": "/systems",
- "icon": "icon-note",
+ "text": "������������",
+ "icon": "icon-graph",
"children": [
{
- "text": "������������",
- "link": "/systems/account"
- },
- {
- "text": "������������",
- "link": "/systems/organization"
- }
+ "text": "������������",
+ "link": "/analysis/query"
+ }
]
}, {
"text": "������������",
- "link": "/reports",
- "icon": "icon-note",
+ "icon": "icon-chart",
"children": [
{
"text": "���������������",
@@ -103,8 +73,20 @@
"link": "/reports/excel"
}
]
+ }, {
+ "text": "������������",
+ "icon": "icon-settings",
+ "children": [
+ {
+ "text": "������������",
+ "link": "/systems/account"
+ },
+ {
+ "text": "������������",
+ "link": "/systems/organization"
+ }
+ ]
}
-
]
--
Gitblit v1.8.0