1
This commit is contained in:
@@ -25,6 +25,55 @@
|
||||
</el-menu-item>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<template v-if="this.user_cap.includes('chief')">
|
||||
<router-link :to="{path:'/managing'}">
|
||||
<el-menu-item>
|
||||
<i class="el-icon-user"></i> Editor-in-Chief
|
||||
</el-menu-item>
|
||||
</router-link>
|
||||
</template>
|
||||
<template v-if="this.user_cap.includes(',board')">
|
||||
<router-link :to="{path:'/editorial'}">
|
||||
<el-menu-item>
|
||||
<i class="el-icon-user"></i> Editorial board member
|
||||
</el-menu-item>
|
||||
</router-link>
|
||||
</template>
|
||||
<template v-if="this.user_cap.includes('reviewer')">
|
||||
<router-link :to="{path:'/peerewer'}">
|
||||
<el-menu-item>
|
||||
<i class="el-icon-user"></i> Reviewer
|
||||
</el-menu-item>
|
||||
</router-link>
|
||||
</template>
|
||||
<template v-if="this.user_cap.includes('yboard')">
|
||||
<router-link :to="{path:'/youthed'}">
|
||||
<el-menu-item>
|
||||
<i class="el-icon-user"></i> Young scientist member
|
||||
</el-menu-item>
|
||||
</router-link>
|
||||
</template>
|
||||
<template v-if="this.userrole == 0">
|
||||
<el-menu-item>
|
||||
<a href="http://boss.tmrjournals.com/#/publition?Act=123" target="_blank" style="color: #bfcbd9;">
|
||||
<i class="el-icon-d-arrow-right"></i> Boss System
|
||||
</a>
|
||||
</el-menu-item>
|
||||
</template>
|
||||
<template v-if="this.userrole == 1">
|
||||
<el-menu-item>
|
||||
<a href="http://master.tmrjournals.com" target="_blank" style="color: #bfcbd9;">
|
||||
<i class="el-icon-d-arrow-right"></i> Management System
|
||||
</a>
|
||||
</el-menu-item>
|
||||
<el-menu-item>
|
||||
<a href="https://mail.mxhichina.com/alimail" target="_blank" style="color: #bfcbd9;">
|
||||
<i class="el-icon-d-arrow-right"></i> Official mailbox
|
||||
</a>
|
||||
</el-menu-item>
|
||||
</template>
|
||||
|
||||
</el-menu>
|
||||
</div>
|
||||
</template>
|
||||
@@ -213,16 +262,16 @@
|
||||
title: this.$t('sidebar.author2')
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: 'el-icon-user',
|
||||
index: '2',
|
||||
title: this.$t('sidebar.reviewerArticle'),
|
||||
subs: [{
|
||||
index: 'reviewerArticleList',
|
||||
title: this.$t('sidebar.reviewerArticle1')
|
||||
}]
|
||||
}
|
||||
// ,{
|
||||
// icon: 'el-icon-user',
|
||||
// index: '2',
|
||||
// title: this.$t('sidebar.reviewerArticle'),
|
||||
// subs: [{
|
||||
// index: 'reviewerArticleList',
|
||||
// title: this.$t('sidebar.reviewerArticle1')
|
||||
// }]
|
||||
// }
|
||||
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user