From 9ed9a0363f9f1ef22d143ab9f529ae161cc1afc4 Mon Sep 17 00:00:00 2001 From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com> Date: Mon, 09 Mar 2020 17:02:31 +0800 Subject: [PATCH] 未检举报列表、详情、以及回复 --- SunshineIns/src/data/menu.js | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 58 insertions(+), 2 deletions(-) diff --git a/SunshineIns/src/data/menu.js b/SunshineIns/src/data/menu.js index 5ba65b9..6288e0b 100644 --- a/SunshineIns/src/data/menu.js +++ b/SunshineIns/src/data/menu.js @@ -85,11 +85,67 @@ path: '/sweeping' }, { id: 'activeManage', - name: '活动管理', + name: '法制活动', icon: active, iconCheck: activeCheck, path: '/activeManage' -}, { +}, +{ + id: 'careList', + name: '社会关护管理', + icon: active, + iconCheck: activeCheck, + path: '/careList' +}, +{ + id: 'underAgeList', + name: '涉未成年负责部门组织', + icon: active, + iconCheck: activeCheck, + path: '/underAgeList' +}, +{ + id: 'noInspectionReportList', + name: '未检举报', + icon: active, + iconCheck: activeCheck, + path: '/noInspectionReportList' +}, +{ + id: 'questionnaire', + name: '问卷管理部分', + icon: msgManage, + iconCheck: activeCheck, + children: [{ + id: 'newlyList', + name: '问卷管理', + path: '/questionnaire/newlyList' + }, { + id: 'newly', + name: '新建问卷', + path: '/questionnaire/newly/new' + }] +}, +{ + 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