guhongwei 4 年之前
父節點
當前提交
f0a01752a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'));