From 54321380dfe9628f79b36e909b826cf921098a7d Mon Sep 17 00:00:00 2001 From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com> Date: Thu, 20 Feb 2020 10:36:50 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy --- SunshineIns/src/data/menu.js | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 43 insertions(+), 1 deletions(-) diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js index 5ba65b9..ca9c0e9 100644 --- a/SunshineIns/src/data/menu.js +++ b/SunshineIns/src/data/menu.js @@ -89,7 +89,49 @@ icon: active, iconCheck: activeCheck, path: '/activeManage' -}, { +}, +{ + id: 'careList', + name: '社会关护管理', + icon: active, + iconCheck: activeCheck, + path: '/careList' +}, +{ + id: 'questionnaire', + name: '问卷管理部分', + icon: msgManage, + iconCheck: activeCheck, + children: [{ + id: 'newlyList', + name: '问卷管理', + path: '/questionnaire/newlyList' + }, { + id: 'newly', + name: '新建问卷', + path: '/questionnaire/newly' + }] +}, +{ + id: 'entry', + name: '入职查询', + icon: msgManage, + iconCheck: activeCheck, + children: [{ + id: 'applyFor', + name: '入职申请', + path: '/entry/applyFor' + }, { + id: 'examine', + name: '检察院审核', + path: '/entry/examine' + }, { + id: 'policeSecurity', + name: '公安审核', + path: '/entry/policeSecurity' + }] +}, +{ id: 'msgManage', name: '消息管理', icon: msgManage, -- Gitblit v1.8.0