From 63ad97852c7db6df7f44185881a8c9c031a230c9 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Fri, 20 Apr 2018 09:06:51 +0800 Subject: [PATCH] 报警数据 饼图功能 --- src/assets/app-data.json | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 30c85ad..47fe7ec 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -60,11 +60,15 @@ "link": "/reports/query" }, { - "text": "���������������", + "text": "������������", "link": "/reports/demo" }, { - "text": "Excel������", + "text": "������������", + "link": "/reports/alarm" + }, + { + "text": "������������", "link": "/reports/excel" } ] @@ -79,7 +83,12 @@ { "text": "������������", "link": "/systems/organization" - } + }, + { + "text": "���������������", + "link": "/systems/registration", + "hide": true + } ] } ] -- Gitblit v1.8.0