0
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
</el-menu-item>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<!-- 审稿人 -->
|
||||
<template v-if="this.user_cap.includes('reviewer')">
|
||||
<el-submenu index="8">
|
||||
@@ -87,6 +86,20 @@
|
||||
</el-menu-item>
|
||||
</el-submenu>
|
||||
</template>
|
||||
<!-- 客座编辑 -->
|
||||
<template v-if="this.user_cap.includes('special')">
|
||||
<el-submenu index="11">
|
||||
<template slot="title">
|
||||
<i class="el-icon-box"></i> {{$t('sidebar.guest')}}
|
||||
</template>
|
||||
<el-menu-item index="guestArticleL">
|
||||
{{$t('sidebar.guest1')}}
|
||||
</el-menu-item>
|
||||
<!-- <el-menu-item index="guestReviewerL">
|
||||
{{$t('sidebar.guest2')}}
|
||||
</el-menu-item> -->
|
||||
</el-submenu>
|
||||
</template>
|
||||
<!-- 主编/总监统计图 -->
|
||||
<template v-if="this.userrole == 0">
|
||||
<el-submenu index="8">
|
||||
@@ -98,8 +111,6 @@
|
||||
</el-menu-item>
|
||||
</el-submenu>
|
||||
</template>
|
||||
|
||||
|
||||
<!-- 分角色链接 -->
|
||||
<template v-if="this.userrole == 0">
|
||||
<el-menu-item>
|
||||
@@ -124,8 +135,12 @@
|
||||
<i class="el-icon-d-arrow-right"></i> www.grammarly.com
|
||||
</a>
|
||||
</el-menu-item>
|
||||
<el-menu-item>
|
||||
<a href="https://quillbot.com" target="_blank" style="color: #bfcbd9;">
|
||||
<i class="el-icon-d-arrow-right"></i> quillbot.com
|
||||
</a>
|
||||
</el-menu-item>
|
||||
</template>
|
||||
|
||||
</el-menu>
|
||||
</div>
|
||||
</template>
|
||||
@@ -185,12 +200,17 @@
|
||||
index: '4',
|
||||
title: this.$t('sidebar.editmber'),
|
||||
subs: [{
|
||||
index: 'editmbereditor',
|
||||
index: 'editorBorder',
|
||||
title: this.$t('sidebar.editmber1')
|
||||
}, {
|
||||
index: 'editmbereditormoshi',
|
||||
title: this.$t('sidebar.editmber2')
|
||||
}, ]
|
||||
}
|
||||
// , {
|
||||
// index: 'editmbereditor',
|
||||
// title: this.$t('sidebar.editmber2')
|
||||
// }, {
|
||||
// index: 'editmbereditormoshi',
|
||||
// title: this.$t('sidebar.editmber3')
|
||||
// },
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: 'el-icon-price-tag',
|
||||
@@ -226,7 +246,36 @@
|
||||
index: 'citationanalysis',
|
||||
title: this.$t('sidebar.analysis')
|
||||
}]
|
||||
}
|
||||
},
|
||||
{
|
||||
icon: 'el-icon-coordinate',
|
||||
index: '6',
|
||||
title: this.$t('sidebar.party'),
|
||||
subs: [{
|
||||
index: 'partyList',
|
||||
title: this.$t('sidebar.party2')
|
||||
},{
|
||||
index: 'partyDelete',
|
||||
title: this.$t('sidebar.party3')
|
||||
}
|
||||
]
|
||||
},
|
||||
// {
|
||||
// icon: 'el-icon-message',
|
||||
// index: '7',
|
||||
// title: this.$t('sidebar.mailbox'),
|
||||
// subs: [{
|
||||
// index: 'mailboxSend',
|
||||
// title: this.$t('sidebar.mailbox1')
|
||||
// },{
|
||||
// index: 'mailboxCollect',
|
||||
// title: this.$t('sidebar.mailbox2')
|
||||
// },{
|
||||
// index: 'mailboxMould',
|
||||
// title: this.$t('sidebar.mailbox3')
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
],
|
||||
//超级管理员
|
||||
admin_items: [{
|
||||
@@ -285,7 +334,48 @@
|
||||
title: this.$t('sidebar.monitor1')
|
||||
}]
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
icon: 'el-icon-message',
|
||||
index: '9',
|
||||
title: this.$t('sidebar.email'),
|
||||
subs: [{
|
||||
index: 'mailtemplate',
|
||||
title: this.$t('sidebar.email1')
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: 'el-icon-discount',
|
||||
index: '6',
|
||||
title: this.$t('sidebar.suggest'),
|
||||
subs: [{
|
||||
index: 'suggestList',
|
||||
title: this.$t('sidebar.suggest1')
|
||||
},
|
||||
// {
|
||||
// index: 'suggestSelect',
|
||||
// title: this.$t('sidebar.suggest2')
|
||||
// }
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: 'el-icon-coordinate',
|
||||
index: '7',
|
||||
title: this.$t('sidebar.party'),
|
||||
subs: [{
|
||||
index: 'partyEditor',
|
||||
title: this.$t('sidebar.party1')
|
||||
},{
|
||||
index: 'partyList',
|
||||
title: this.$t('sidebar.party2')
|
||||
},
|
||||
{
|
||||
index: 'partyDelete',
|
||||
title: this.$t('sidebar.party3')
|
||||
}
|
||||
]
|
||||
},
|
||||
// ,{
|
||||
// icon: 'el-icon-data-analysis',
|
||||
// index: 'citationanalysis',
|
||||
|
||||
Reference in New Issue
Block a user