From d08dcd3fe4121d26663dbbee02f3d9e29f8a6be7 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 17 Apr 2018 13:24:32 +0800 Subject: [PATCH] Property 'i' does not exist on type 'OrganizationConfigComponent'. --- src/assets/app-data.json | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 30c85ad..1e7d1a2 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -60,11 +60,11 @@ "link": "/reports/query" }, { - "text": "���������������", + "text": "������������", "link": "/reports/demo" }, { - "text": "Excel������", + "text": "������������", "link": "/reports/excel" } ] @@ -79,7 +79,12 @@ { "text": "������������", "link": "/systems/organization" - } + }, + { + "text": "���������������", + "link": "/systems/registration", + "hide": true + } ] } ] -- Gitblit v1.8.0