1
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<img src="../../assets/img/bit_bug.png" alt="" style="width: 80px;margin-right: 10px;">
|
||||
</div>
|
||||
<div class="group">
|
||||
Window for manucripts <br/>of Traditional Medicine Research
|
||||
Window for manucripts <br />of Traditional Medicine Research
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div style="font-size: 18px;text-align: right;">
|
||||
@@ -16,18 +16,18 @@
|
||||
<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 == '/peerewer' || this.link_path == '/per_text'">Reviewer :</span>
|
||||
<!-- <span v-if="this.link_path == '/youthed'">Young scientist member :</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>
|
||||
</div>
|
||||
<div class="header-user-con">
|
||||
<!-- 身份切换 -->
|
||||
<el-dropdown class="link_role" trigger="click">
|
||||
<span>
|
||||
View as :
|
||||
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 == '/peerewer' || this.link_path == '/per_text'">Reviewer</span>
|
||||
<!-- <span v-if="this.link_path == '/youthed'">Young scientist member</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>
|
||||
</span>
|
||||
<el-dropdown-menu :default-active="onRoutes" router slot="dropdown">
|
||||
@@ -37,15 +37,15 @@
|
||||
<router-link :to="{path:'/managing'}" v-if="this.user_cap.includes('chief')">
|
||||
<el-dropdown-item>Editor-in-Chief</el-dropdown-item>
|
||||
</router-link>
|
||||
<router-link :to="{path:'/editorial'}" v-if="this.user_cap.includes('board')">
|
||||
<router-link :to="{path:'/editorial'}" v-if="this.user_cap.includes(',board')">
|
||||
<el-dropdown-item>Editorial board member</el-dropdown-item>
|
||||
</router-link>
|
||||
<router-link :to="{path:'/peerewer'}" v-if="this.user_cap.includes('reviewer')">
|
||||
<el-dropdown-item>Reviewer</el-dropdown-item>
|
||||
</router-link>
|
||||
<!-- <router-link :to="{path:'/youthed'}" v-if="this.user_cap.includes('yboard')">
|
||||
<router-link :to="{path:'/youthed'}" v-if="this.user_cap.includes('yboard')">
|
||||
<el-dropdown-item>Young scientist member</el-dropdown-item>
|
||||
</router-link> -->
|
||||
</router-link>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
},
|
||||
methods: {
|
||||
getData() {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
mounted() {},
|
||||
|
||||
Reference in New Issue
Block a user