From efe936a73370a55d4c3336fb9973a92fcf87efff Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Thu, 08 Mar 2018 09:22:09 +0800
Subject: [PATCH] ts语法修正,报表部分功能实现
---
src/assets/app-data.json | 35 +++++++++++++++++++----------------
1 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/src/assets/app-data.json b/src/assets/app-data.json
index 4e0c959..420b56d 100644
--- a/src/assets/app-data.json
+++ b/src/assets/app-data.json
@@ -44,7 +44,6 @@
"group": true,
"children": [{
"text": "������������",
- "link": "/users",
"icon": "icon-user",
"children": [{
"text": "������������",
@@ -55,7 +54,6 @@
}]
}, {
"text": "������������",
- "link": "/devices",
"icon": "icon-grid",
"children": [{
"text": "������������",
@@ -69,30 +67,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 +94,20 @@
"link": "/reports/excel"
}
]
+ }, {
+ "text": "������������",
+ "icon": "icon-settings",
+ "children": [
+ {
+ "text": "������������",
+ "link": "/systems/account"
+ },
+ {
+ "text": "������������",
+ "link": "/systems/organization"
+ }
+ ]
}
-
]
--
Gitblit v1.8.0