0
This commit is contained in:
@@ -141,13 +141,13 @@
|
||||
</el-row>
|
||||
<el-row :gutter="20" style="display: flex;margin-top: 20px;">
|
||||
<el-col :span="24">
|
||||
<div v-if="this.query.journal_id==18||this.query.journal_id==16" style="line-height: 28px;font-size: 15px;color: #ff200d;font-weight: bold;">
|
||||
<!-- <div v-if="this.query.journal_id=='all'" style="line-height: 28px;font-size: 15px;color: #ff200d;font-weight: bold;">
|
||||
{{qikna}}为预警期刊,责令限期整改<br />
|
||||
时间: {{daojishi}}<br />
|
||||
倒计时: {{day}}天 {{hour}}:{{min}}:{{second}}<br />
|
||||
整改事项: <br />
|
||||
<p v-html="shixiang">{{shixiang}}</p>
|
||||
</div>
|
||||
</div> -->
|
||||
<el-card class="box-card">
|
||||
<div class="ma_title">
|
||||
<h2>
|
||||
@@ -176,7 +176,7 @@
|
||||
<font>Submitted time : </font>{{item.ctime}}
|
||||
</span><br>
|
||||
<span v-if="item.abstrart!=''">
|
||||
<font style="color: #888;">Abstrart : </font>{{item.abstrart | ellipsis}}
|
||||
<font style="color: #888;">Abstract : </font>{{item.abstrart | ellipsis}}
|
||||
</span>
|
||||
</h4>
|
||||
</li>
|
||||
@@ -314,7 +314,7 @@
|
||||
}
|
||||
this.tableData1 = res.data.articles;
|
||||
|
||||
if (this.query.journal_id == 18) {
|
||||
if (this.query.journal_id == 'all') {
|
||||
this.qikna = 'TMR Theory and Hypothesis'
|
||||
this.daojishi = '2021.9.3 - 2021.9.30'
|
||||
this.curStartTime = '2021-10-01 00:00:00'
|
||||
@@ -322,13 +322,6 @@
|
||||
'1. 底栏政策需要完善,标准,细节要求同TMR。<br/>2. 补充编委会栏目,编委人数大于20人。<br/>3. 将每篇文章已出版文章配合适摘要图。<br/>4. 选择合适得期刊主题色。<br/>5. 12.20上线前10天,文章online文章需要大于5篇。<br/>6. 2022年第一期不再实行页码编码,改为文章编码。<br/><br>'
|
||||
this.countTime();
|
||||
}
|
||||
if (this.query.journal_id == 16) {
|
||||
this.qikna = 'TMR Modern Herbal Medicine'
|
||||
this.daojishi = '2021.9.6 - 2021.12.31'
|
||||
this.curStartTime = '2022-01-01 00:00:00'
|
||||
this.shixiang = '1. 编委国际化水平应达到50%<br/><br/>'
|
||||
this.countTime();
|
||||
}
|
||||
|
||||
} else {
|
||||
this.$message.error(res.msg);
|
||||
|
||||
Reference in New Issue
Block a user