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

+ 1 - 1
src/components/common/Sidebar.vue

@@ -218,7 +218,7 @@ export default {
           },
           { num: 'pf', icon: 'el-icon-postcard', index: '/userExpertScore', title: '专家评分' },
           { num: 'hs', icon: 'el-icon-postcard', index: '/userExpertMeet', title: '专家会审' },
-          { num: 'zs', icon: 'el-icon-postcard', index: '/userCert', title: '证书管理' },
+          { num: 'zs', icon: 'el-icon-medal', index: '/userCert', title: '证书管理' },
         ];
         list.push(...data);
         this.$set(this, `items`, _.uniqBy(list, 'index'));