1
This commit is contained in:
@@ -15,6 +15,16 @@
|
||||
<el-breadcrumb separator="/">
|
||||
<el-breadcrumb-item>
|
||||
<i class="el-icon-collection"></i> <span class="top_dao">{{this.head_line}}</span>
|
||||
<svg t="1631094751843" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1661"
|
||||
width="20" height="20" style="margin-left: 50px;margin-bottom: -3px;">
|
||||
<path d="M959 863.75c-0.69-16.22-12.36-29.93-28.12-29.93H833.5V544.44c0-15.7-13.8-30.73-30-30s-30 13.18-30 30v289.38h-132V660.94c0-15.7-13.8-30.73-30-30s-30 13.18-30 30v172.88h-132V582.94c0-15.7-13.8-30.73-30-30s-30 13.18-30 30v250.88H257.69v-134c0-15.69-13.8-30.72-30-30s-30 13.19-30 30v134h-70.43c-10.9 0-21.81-0.14-32.72 0h-1.4c-14.71 0-28.8 13.77-28.12 29.93s12.36 29.94 28.12 29.94h803.6c10.9 0 21.81 0.14 32.72 0h1.4c14.71 0 28.8-13.77 28.14-29.94z"
|
||||
fill="#0071C3" p-id="1662"></path>
|
||||
<path d="M874.91 130.26l-71.48 2.6-112.9 4.14-26.28 1c-15.66 0.57-30.74 13.39-30 30 0.71 15.76 13.2 30.61 30 30l71.49-2.6 58.48-2.13L741 242l-94.44 86.61-81.36 74.61c-5.95 5.46-12 10.86-18 16.29l-35-36-87.9-90.26-20.12-20.65c-11.4-11.7-30.94-11.23-42.43 0l-79.34 77.54L156.72 473l-29 28.32c-11.24 11-11.84 31.55 0 42.42 12.09 11.1 30.44 11.73 42.43 0l79.34-77.54 125.64-122.8 7.24-7.08 34.49 35.41L504.77 462l20.11 20.65c11.66 12 30.6 10.85 42.43 0l32.54-29.85 77.78-71.32 94.43-86.61L844.91 228v132.4c0 15.7 13.8 30.73 30 30s30-13.18 30-30V160.26c0-15.78-13.74-30.59-30-30z"
|
||||
fill="#FD9A16" p-id="1663"></path>
|
||||
</svg>
|
||||
<router-link :to="{path:'/man_report'}">
|
||||
<span class="top_dao" style="color: #006699;font-weight: bold;">Statistical Analysis</span>
|
||||
</router-link>
|
||||
</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
</div>
|
||||
@@ -22,10 +32,10 @@
|
||||
<el-row :gutter="24">
|
||||
<el-col :span="16">
|
||||
<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;">
|
||||
{{qikna}}为预警期刊,责令限期整改<br/>
|
||||
时间: {{daojishi}}<br/>
|
||||
倒计时: {{day}}天 {{hour}}:{{min}}:{{second}}<br/>
|
||||
整改事项: <br/>
|
||||
{{qikna}}为预警期刊,责令限期整改<br />
|
||||
时间: {{daojishi}}<br />
|
||||
倒计时: {{day}}天 {{hour}}:{{min}}:{{second}}<br />
|
||||
整改事项: <br />
|
||||
<p v-html="shixiang">{{shixiang}}</p>
|
||||
</div>
|
||||
<div class="ma_title">
|
||||
@@ -75,7 +85,7 @@
|
||||
</router-link>
|
||||
<h6>{{item.author}}</h6>
|
||||
<h4><span>{{head_line}}.</span><br>
|
||||
<span style="color: #888;">Submitted time: {{item.ctime}}</span><span>{{item.accept_sn}}</span></h4>
|
||||
<span style="color: #888;">Submitted time: {{item.ctime}}</span><span>{{item.accept_sn}}</span></h4>
|
||||
</li>
|
||||
<p v-if="tableData2==''" style="color:#6f6f6f;font-size: 14px;margin-top: 20px;">No historical articles</p>
|
||||
</ul>
|
||||
@@ -91,8 +101,8 @@
|
||||
</el-table-column>
|
||||
</el-table> -->
|
||||
<div class="pagination">
|
||||
<el-pagination layout="total, prev, pager, next" :current-page="TaBle2.pageIndex" :page-size="TaBle2.pageSize" :total="link_Tota2"
|
||||
@current-change="handlePageChange2">
|
||||
<el-pagination layout="total, prev, pager, next" :current-page="TaBle2.pageIndex" :page-size="TaBle2.pageSize"
|
||||
:total="link_Tota2" @current-change="handlePageChange2">
|
||||
</el-pagination>
|
||||
</div>
|
||||
</el-col>
|
||||
@@ -172,9 +182,9 @@
|
||||
this.head_line = this.cate_jour[0].title;
|
||||
this.query.journal_id = this.cate_jour[0].journal_id;
|
||||
this.TaBle2.journal_id = this.cate_jour[0].journal_id;
|
||||
|
||||
|
||||
this.getData();
|
||||
|
||||
|
||||
} else {
|
||||
this.$message.error(res.msg);
|
||||
}
|
||||
@@ -196,22 +206,23 @@
|
||||
res.data.articles[i].ctime = Y + M + D;
|
||||
}
|
||||
this.tableData1 = res.data.articles;
|
||||
|
||||
if(this.query.journal_id==18){
|
||||
|
||||
if (this.query.journal_id == 18) {
|
||||
this.qikna = 'TMR Theory and Hypothesis'
|
||||
this.daojishi = '2021.9.3 - 2021.9.30'
|
||||
this.curStartTime = '2021-10-01 00:00:00'
|
||||
this.shixiang = '1. 底栏政策需要完善,标准,细节要求同TMR。<br/>2. 补充编委会栏目,编委人数大于20人。<br/>3. 将每篇文章已出版文章配合适摘要图。<br/>4. 选择合适得期刊主题色。<br/>5. 12.20上线前10天,文章online文章需要大于5篇。<br/>6. 2022年第一期不再实行页码编码,改为文章编码。<br/><br>'
|
||||
this.shixiang =
|
||||
'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){
|
||||
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);
|
||||
}
|
||||
@@ -259,7 +270,7 @@
|
||||
this.TaBle2.journal_id = command.journal_id;
|
||||
this.getData();
|
||||
},
|
||||
|
||||
|
||||
// 倒计时
|
||||
countTime() {
|
||||
// 获取当前时间
|
||||
|
||||
Reference in New Issue
Block a user