1
This commit is contained in:
@@ -79,8 +79,15 @@
|
||||
<p>If you experience any problems, please contact us by publisher@tmrjournals.com</p>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- <el-button size="medium " type="primary" @click="goaddarticle" >add article</el-button> -->
|
||||
</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>
|
||||
</div>
|
||||
<div class="top-content" style="line-height: 30px;" v-html="shixiang">
|
||||
{{shixiang}}
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
@@ -124,16 +131,24 @@
|
||||
name: 'dashboard',
|
||||
data() {
|
||||
return {
|
||||
user_id: localStorage.getItem('U_id'),
|
||||
name: localStorage.getItem('U_name'),
|
||||
userrole: localStorage.getItem('U_status'),
|
||||
usercap: localStorage.getItem('U_role'),
|
||||
userdata: '',
|
||||
usermsgList: []
|
||||
usermsgList: [],
|
||||
shixiang: '',
|
||||
};
|
||||
},
|
||||
created: function() {
|
||||
// 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/>'
|
||||
}
|
||||
if (this.user_id == 25) {
|
||||
this.shixiang = '1. 编委国际化水平应达到50%<br/>'
|
||||
}
|
||||
},
|
||||
components: {
|
||||
Schart
|
||||
|
||||
Reference in New Issue
Block a user