From 309d1f9d649daa08bb9b068af014749f6d4a5bce Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 06 Jul 2018 14:00:45 +0800
Subject: [PATCH] 设备和监控点父页面 筛选条件不予 编辑页面联动
---
src/assets/app-data.json | 73 ++++++++++++++++--------------------
1 files changed, 32 insertions(+), 41 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index b19eb23..584e5e2 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": "������������",
@@ -62,7 +41,7 @@
"text": "������������",
"link": "/devices/version"
}, {
- "text": "���������������",
+ "text": "������������������",
"link": "/devices/monitor-point"
}]
}, {
@@ -72,9 +51,30 @@
"text": "������������",
"link": "/sensors/basic"
}]
+ },{
+ "text": "������������",
+ "icon": "icon-chart",
+ "children": [
+ {
+ "text": "������������",
+ "link": "/reports/query"
+ },
+ {
+ "text": "������������",
+ "link": "/reports/demo"
+ },
+ {
+ "text": "������������",
+ "link": "/reports/alarm"
+ },
+ {
+ "text": "������������",
+ "link": "/reports/excel"
+ }
+ ]
}, {
"text": "������������",
- "icon": "icon-note",
+ "icon": "icon-settings",
"children": [
{
"text": "������������",
@@ -83,23 +83,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