This commit is contained in:
xulu
2021-09-25 16:15:06 +08:00
parent ae37533b0e
commit ec5e69418b
31 changed files with 4045 additions and 787 deletions

View File

@@ -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>