From 865c472d4b2bca2a3506f8e9c36809887369bd9b Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 13 Nov 2024 15:31:36 +0800
Subject: [PATCH] 新增页面
---
src/layout/components/Sidebar/menu.js | 52 ++++++++++++++++++++++++++++++++++------------------
1 files changed, 34 insertions(+), 18 deletions(-)
diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index e2bd32f..cd8694b 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -7,6 +7,11 @@
meta: { title: '项目管理',icon: 'form',affix: true }
},
{
+ path: '/projectSupplement',
+ name: 'projectSupplement',
+ meta: { title: '项目补录',icon: 'form',affix: true }
+ },
+ {
path: '/institution',
name: 'Institution',
meta: { title: '机构公示',icon: 'chart',affix: true }
@@ -61,34 +66,39 @@
]
},
{
- path: '/baseSet',
- redirect: '/baseSet/evaluate',
- meta: { title: '基础设置',icon: 'dict'},
+ path: '/postEvaluation',
+ name: '/postEvaluation',
+ meta: { title: '事后考评',icon: 'post'}
+ },
+ {
+ path: '/evaluateRecord',
+ name: '/evaluateRecord',
+ meta: { title: '专家考评记录',icon: 'post'}
+ },
+ {
+ path: '/system',
+ redirect: '/system/dept',
+ meta: { title: '系统设置',icon: 'dict'},
children: [
{
- path: 'evaluate',
- name: 'evaluate',
- meta: { title: '类型管理',icon: 'build'}
+ path: 'dept',
+ name: 'dept',
+ meta: { title: '部门处室管理',icon: 'build'}
},
{
path: 'expertsType',
name: 'expertsType',
- meta: { title: '专家类型管理',icon: 'clipboard'}
+ meta: { title: '专业领域管理',icon: 'clipboard'}
},
{
- path: 'business',
- name: 'business',
- meta: { title: '业务范围管理',icon: 'cascader'}
+ path: 'evaluate',
+ name: 'evaluate',
+ meta: { title: '考评项目管理',icon: 'build'}
},
{
- path: 'area',
- name: 'area',
- meta: { title: '地区维护管理',icon: 'component'}
- },
- {
- path: 'major',
- name: 'major',
- meta: { title: '专业方向管理',icon: 'documentation'}
+ path: 'openApply',
+ name: 'openApply',
+ meta: { title: '专家申请设置',icon: 'cascader'}
}
]
@@ -102,6 +112,12 @@
meta: { title: '项目管理',icon: 'form',affix: true }
},
{
+ path: '/projectSupplement',
+ name: 'projectSupplement',
+ meta: { title: '项目补录',icon: 'form',affix: true }
+ },
+
+ {
path: '/userManage',
redirect: '/userManage/supervise',
meta: { title: '用户管理',icon: 'peoples'},
--
Gitblit v1.9.2