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 | 40 ++++++++++++++++++++++++++++------------ 1 files changed, 28 insertions(+), 12 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 8bfea96..420b56d 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -1,12 +1,12 @@ { "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": "���������", @@ -40,12 +40,10 @@ "children": [] }] }, { - "text": "������������", - "link": "/", + "text": "������������", "group": true, "children": [{ "text": "������������", - "link": "/", "icon": "icon-user", "children": [{ "text": "������������", @@ -56,10 +54,9 @@ }] }, { "text": "������������", - "link": "/", "icon": "icon-grid", "children": [{ - "text": "������������", + "text": "������������", "link": "/devices/basic" }, { "text": "������������", @@ -70,16 +67,36 @@ }] }, { "text": "���������������", - "link": "/", "icon": "icon-note", "children": [{ "text": "������������", "link": "/sensors/basic" }] }, { + "text": "������������", + "icon": "icon-graph", + "children": [ + { + "text": "������������", + "link": "/analysis/query" + } + ] + }, { + "text": "������������", + "icon": "icon-chart", + "children": [ + { + "text": "���������������", + "link": "/reports/demo" + }, + { + "text": "Excel������", + "link": "/reports/excel" + } + ] + }, { "text": "������������", - "link": "/", - "icon": "icon-note", + "icon": "icon-settings", "children": [ { "text": "������������", @@ -91,7 +108,6 @@ } ] } - ] -- Gitblit v1.8.0