From 43e7ed40c26afa535aba24b1c9ddc1b87b607d8d Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Mon, 05 Mar 2018 09:26:26 +0800 Subject: [PATCH] 报表查看 --- src/assets/app-data.json | 148 +++++++++++++++++++++++++++++++++++-------------- 1 files changed, 106 insertions(+), 42 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index db4e206..420b56d 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -1,54 +1,118 @@ { "app": { - "name": "������������", - "description": "���������������������������������" + "name": "������������������������", + "description": "������������������������������������������" }, "user": { - "name": "���������", + "name": "Admin", "avatar": "./assets/img/zorro.svg", - "email": "23420800@qq.com" + "email": "admin@qq.com" }, "menu": [{ - "text": "������������", - "translate": "main_navigation", - "group": true, - "children": [{ - "text": "������", - "translate": "home", - "link": "/dashboard", - "icon": "icon-cup" - }, { - "text": "������������", - "translate": "user_management", - "link": "/dashboard", - "icon": "icon-user", + "text": "���������", + "translate": "main_navigation", + "group": true, "children": [{ - "text": "������������", - "link": "/users/installer", - "translate": "user_management_install" + "text": "���������", + "link": "/dashboard", + "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": "������������", - "link": "/users/receiver", - "translate": "user_management_receive" + "text": "������������", + "translate": "shortcut", + "icon": "icon-rocket", + "shortcut_root": true, + "children": [] }] }, { - "text": "������������", - "translate": "device_management", - "link": "/dashboard", - "icon": "icon-grid", - "children": [{ - "text": "������������", - "link": "/devices/basic", - "translate": "device_management_info" - }, { - "text": "������������", - "link": "/devices/version", - "translate": "device_management_version" - }, { - "text": "���������������", - "link": "/devices/monitor-point", - "translate": "device_management_point" - }] - }] - }] + "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-graph", + "children": [ + { + "text": "������������", + "link": "/analysis/query" + } + ] + }, { + "text": "������������", + "icon": "icon-chart", + "children": [ + { + "text": "���������������", + "link": "/reports/demo" + }, + { + "text": "Excel������", + "link": "/reports/excel" + } + ] + }, { + "text": "������������", + "icon": "icon-settings", + "children": [ + { + "text": "������������", + "link": "/systems/account" + }, + { + "text": "������������", + "link": "/systems/organization" + } + ] + } + ] + + + } + + + ] } -- Gitblit v1.8.0