guhongwei 4 yıl önce
ebeveyn
işleme
f1c4357feb
1 değiştirilmiş dosya ile 7 ekleme ve 5 silme
  1. 7 5
      src/components/common/Sidebar.vue

+ 7 - 5
src/components/common/Sidebar.vue

@@ -93,11 +93,13 @@ export default {
       let list = _.cloneDeep(this.items);
       if (user.role == '1') {
         let data = [
-          {
-            icon: 'el-icon-s-home',
-            index: '',
-            title: '管理员测试菜单',
-          },
+          { icon: 'el-icon-eleme', index: '/adminApplyExpert', title: '专家管理' },
+          { icon: 'el-icon-eleme', index: '/adminExamine', title: '形式审查' },
+          { icon: 'el-icon-thumb', index: '/adminScore', title: '专家初评' },
+          { icon: 'el-icon-orange', index: '/adminMeet', title: '专家会审' },
+          { icon: 'el-icon-edit-outline', index: '/adminPerfect', title: '资料完善' },
+          { icon: 'el-icon-postcard', index: '/adminCate', title: '证书发放' },
+          { icon: 'el-icon-postcard', index: '/adminHaveCert', title: '已证书发放' },
         ];
         list.push(...data);
         this.$set(this, `items`, _.uniqBy(list, 'index'));