1
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
|
||||
<!-- 身份切换 -->
|
||||
<span style="font-size: 14px;margin-right: 8px;" v-if="this.user_cap.includes('author')">View as :</span>
|
||||
<!-- <span style="font-size: 14px;margin-right: 8px;" v-if="this.user_cap.includes('author')">View as :</span>
|
||||
<el-dropdown class="link_role" trigger="click" v-if="this.user_cap.includes('author')">
|
||||
<span style="color: #fff;cursor: pointer;">
|
||||
Author<i class="el-icon-arrow-down el-icon--right"></i>
|
||||
@@ -58,7 +58,7 @@
|
||||
<el-dropdown-item>Young scientist member</el-dropdown-item>
|
||||
</router-link>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</el-dropdown> -->
|
||||
|
||||
|
||||
<!-- 用户头像 -->
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<span style="color:#e26a2d" v-if="this.link_path == '/editorial'">Editorial board</span>
|
||||
<span style="color:#4640c4" v-if="this.link_path == '/peerewer'">Reviewer</span>
|
||||
<span style="color:#cc3646" v-if="this.link_path == '/youthed'">Youth editorial board</span> -->
|
||||
<span v-if="this.link_path == '/managing' || this.link_path == '/man_text'">Editor-in-Chief :</span>
|
||||
<span v-if="this.link_path == '/editorial' || this.link_path == '/edit_text'">Editorial board member :</span>
|
||||
<span v-if="this.link_path == '/managing' || this.link_path == '/man_text' || this.link_path == '/man_report'">Editor-in-Chief :</span>
|
||||
<span v-if="this.link_path == '/editorial' || this.link_path == '/edit_text' || this.link_path == '/edit_report'">Editorial board member :</span>
|
||||
<span v-if="this.link_path == '/peerewer' || this.link_path == '/per_text'">Reviewer :</span>
|
||||
<span v-if="this.link_path == '/youthed' || this.link_path == '/you_text' || this.link_path == '/you_taxt'">Young scientist member :</span>
|
||||
<b style="margin-left: 5px;">{{user_name}}</b>
|
||||
@@ -24,8 +24,8 @@
|
||||
<el-dropdown class="link_role" trigger="click">
|
||||
<span>
|
||||
View as :
|
||||
<span v-if="this.link_path == '/managing' || this.link_path == '/man_text'">Editor-in-Chief</span>
|
||||
<span v-if="this.link_path == '/editorial' || this.link_path == '/edit_text'">Editorial board member</span>
|
||||
<span v-if="this.link_path == '/managing' || this.link_path == '/man_text' || this.link_path == '/man_report'">Editor-in-Chief</span>
|
||||
<span v-if="this.link_path == '/editorial' || this.link_path == '/edit_text' || this.link_path == '/edit_report'">Editorial board member</span>
|
||||
<span v-if="this.link_path == '/peerewer' || this.link_path == '/per_text'">Reviewer</span>
|
||||
<span v-if="this.link_path == '/youthed' || this.link_path == '/you_text' || this.link_path == '/you_taxt'">Young scientist member</span>
|
||||
<i class="el-icon-arrow-down el-icon--right"></i>
|
||||
|
||||
@@ -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')
|
||||
// }]
|
||||
// }
|
||||
|
||||
]
|
||||
};
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<script>
|
||||
const baseUrl = '/';
|
||||
const mediaUrl = 'http://api.tmrjournals.com/public/';
|
||||
// const mediaUrl = 'http://www.tougao.com/';
|
||||
// const baseUrl = 'http://www.tougao.com/';
|
||||
// const baseUrl = '/';
|
||||
// const mediaUrl = 'http://api.tmrjournals.com/public/';
|
||||
const mediaUrl = 'http://www.tougao.com/';
|
||||
const baseUrl = 'http://www.tougao.com/';
|
||||
export default {
|
||||
baseUrl,
|
||||
mediaUrl
|
||||
|
||||
@@ -65,7 +65,7 @@ const zh = {
|
||||
state3: '拒稿',
|
||||
state4: '退修',
|
||||
state5: '接收',
|
||||
state6: '终身',
|
||||
state6: '终审',
|
||||
act1: '审查中',
|
||||
act2: '已完结'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user