马宇豪
2024-11-13 865c472d4b2bca2a3506f8e9c36809887369bd9b
src/layout/components/Sidebar/menu.js
@@ -66,6 +66,16 @@
            ]
        },
        {
            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'},
@@ -76,30 +86,20 @@
                    meta: { title: '部门处室管理',icon: 'build'}
                },
                {
                    path: 'expertsType',
                    name: 'expertsType',
                    meta: { title: '专业领域管理',icon: 'clipboard'}
                },
                {
                    path: 'evaluate',
                    name: 'evaluate',
                    meta: { title: '类型管理',icon: 'build'}
                    meta: { title: '考评项目管理',icon: 'build'}
                },
                // {
                //     path: 'expertsType',
                //     name: 'expertsType',
                //     meta: { title: '专家类型管理',icon: 'clipboard'}
                // },
                // {
                //     path: 'business',
                //     name: 'business',
                //     meta: { title: '业务范围管理',icon: 'cascader'}
                // },
                // {
                //     path: 'area',
                //     name: 'area',
                //     meta: { title: '地区维护管理',icon: 'component'}
                // },
                // {
                //     path: 'major',
                //     name: 'major',
                //     meta: { title: '专业方向管理',icon: 'documentation'}
                // }
                {
                    path: 'openApply',
                    name: 'openApply',
                    meta: { title: '专家申请设置',icon: 'cascader'}
                }
            ]
        },