|
@@ -116,90 +116,10 @@ export default {
|
|
|
list.push(...data);
|
|
|
this.$set(this, `items`, _.uniqBy(list, 'index'));
|
|
|
} else if (user.role === '3') {
|
|
|
- let data = [
|
|
|
- // { icon: 'el-icon-thumb', index: '/expertScore', title: '专家评分' },
|
|
|
- // { icon: 'el-icon-thumb', index: '/expertMeet', title: '专家会审' },
|
|
|
- { icon: 'el-icon-thumb', index: '/expertCenter', title: '专家审核' },
|
|
|
- ];
|
|
|
+ let data = [{ icon: 'el-icon-thumb', index: '/expertCenter', title: '专家审核' }];
|
|
|
list.push(...data);
|
|
|
this.$set(this, `items`, _.uniqBy(list, 'index'));
|
|
|
} else {
|
|
|
- // let data = [
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '2',
|
|
|
- // title: '申请书管理',
|
|
|
- // subs: [
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '/firstApply',
|
|
|
- // title: '待审中',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '/updateApply',
|
|
|
- // title: '审核未通过',
|
|
|
- // },
|
|
|
- // ],
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '3',
|
|
|
- // title: '专家评分',
|
|
|
- // subs: [
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '/expertExam',
|
|
|
- // title: '待评分',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '/noExpertScore',
|
|
|
- // title: '评分审核未通过',
|
|
|
- // },
|
|
|
- // ],
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '4',
|
|
|
- // title: '专家会审管理',
|
|
|
- // subs: [
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '/expertPay',
|
|
|
- // title: '待缴费',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '/expertMeet',
|
|
|
- // title: '待会审',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '/noExpertMeet',
|
|
|
- // title: '会审未通过',
|
|
|
- // },
|
|
|
- // ],
|
|
|
- // },
|
|
|
- // { icon: 'el-icon-eleme', index: '/perfectData', title: '完善资料' },
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '6',
|
|
|
- // title: '证书管理',
|
|
|
- // subs: [
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '/readyCert',
|
|
|
- // title: '待发证书',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // icon: 'el-icon-eleme',
|
|
|
- // index: '/alreadyCert',
|
|
|
- // title: '已发证书',
|
|
|
- // },
|
|
|
- // ],
|
|
|
- // },
|
|
|
- // ];
|
|
|
let data = [
|
|
|
{
|
|
|
num: 'cs',
|