From ba15aacf079d1a3fd13e4594f5a94cf25dacb036 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Mon, 26 Mar 2018 14:25:26 +0800 Subject: [PATCH] 报表 优化 --- src/assets/app-data.json | 92 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 92 insertions(+), 0 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json new file mode 100644 index 0000000..9877414 --- /dev/null +++ b/src/assets/app-data.json @@ -0,0 +1,92 @@ +{ + "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": "������������", + "link": "/reports/excel" + } + ] + }, { + "text": "������������", + "icon": "icon-settings", + "children": [ + { + "text": "������������", + "link": "/systems/account" + }, + { + "text": "������������", + "link": "/systems/organization" + } + ] + } + ] + + + } + + + ] +} -- Gitblit v1.8.0