1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<el-row :gutter="20">
|
||||
<el-row :gutter="20">
|
||||
<!-- <el-col :span="4" v-if="this.usercap.includes('chief')">
|
||||
<!-- <el-col :span="4" v-if="this.usercap.includes('chief')">
|
||||
<router-link target="_blank" :to="{path:'/managing'}">
|
||||
<div class="grid-jue1">
|
||||
<svg t="1629185957321" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
@@ -80,7 +80,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</el-card>
|
||||
|
||||
|
||||
<el-card shadow="hover" style="margin-top: 20px;color: #ff200d;font-weight: bold;" v-if="this.user_id==24||this.user_id==25">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>整改事项</span>
|
||||
@@ -108,6 +108,13 @@
|
||||
</el-table>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="6" v-if="!this.usercap.includes('reviewer') && this.userrole != 0">
|
||||
<el-link type="primary" href="/authorApplyReviewer">
|
||||
<div class="join_bth">
|
||||
Apply to join the reviewer team
|
||||
</div>
|
||||
</el-link>
|
||||
</el-col>
|
||||
<!--<el-col :span="12">
|
||||
<el-card shadow="hover">
|
||||
<div>
|
||||
@@ -144,7 +151,8 @@
|
||||
// this.getUserdata();
|
||||
this.initUserMsg();
|
||||
if (this.user_id == 24) {
|
||||
this.shixiang = '1. 底栏政策需要完善,标准,细节要求同TMR。<br/>2. 补充编委会栏目,编委人数大于20人。<br/>3. 将每篇文章已出版文章配合适摘要图。<br/>4. 选择合适得期刊主题色。<br/>5. 12.20上线前10天,文章online文章需要大于5篇。<br/>6. 2022年第一期不再实行页码编码,改为文章编码。<br/>'
|
||||
this.shixiang =
|
||||
'1. 底栏政策需要完善,标准,细节要求同TMR。<br/>2. 补充编委会栏目,编委人数大于20人。<br/>3. 将每篇文章已出版文章配合适摘要图。<br/>4. 选择合适得期刊主题色。<br/>5. 12.20上线前10天,文章online文章需要大于5篇。<br/>6. 2022年第一期不再实行页码编码,改为文章编码。<br/>'
|
||||
}
|
||||
if (this.user_id == 25) {
|
||||
this.shixiang = '1. 编委国际化水平应达到50%<br/>'
|
||||
@@ -290,4 +298,20 @@
|
||||
.grid-jue4 {
|
||||
background-image: linear-gradient(to right, #cc3646, #e84651);
|
||||
}
|
||||
|
||||
.join_bth {
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
width: 320px;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
background-color: #006699;
|
||||
font-size: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.join_bth:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user