This commit is contained in:
徐哼唧L
2022-12-09 16:18:12 +08:00
parent dc4d87a990
commit 5ed3073b6e
130 changed files with 41608 additions and 2013 deletions

View File

@@ -77,7 +77,7 @@
{{item.ctime}}
</span><br>
<span v-if="item.abstrart!=''" style="max-width: 1000px;">
<font style="color: #006699;">Abstrart : </font>{{item.abstrart | ellipsis}}
<font style="color: #006699;">Abstract : </font>{{item.abstrart | ellipsis}}
</span>
</h4>
@@ -92,14 +92,13 @@
<!-- </el-card> -->
</el-col>
<el-col :span="24">
<!-- <el-col :span="24">
<div style="background-color: #ccc;height: 2px;width: 100%;margin: 30px 0 5px 0;"></div>
</el-col>
<el-col :span="24" style="margin-top: 20px;">
<div class="ma_title">
<h2>
<!-- <img src="../../assets/img/icon_4.png" alt="" class="icon_img"> -->
Awaitingreviewerassignment
</h2>
In this column, all the manuscripts of the TMR Publishing Group that need to be reviewed are displayed. You can
@@ -109,8 +108,6 @@
<ul class="ta1_uli ta1_ulicad">
<li v-for="(item,index) in tableData3">
<!-- <el-card class="box-card"> -->
<!-- <h5>{{item.type}}</h5> -->
<h3><span style="margin-right: 6px;">{{index+1+(TaBle3.pageIndex-1)*TaBle3.pageSize}}.</span>{{item.title}}</h3>
<el-button type="primary" plain style="float: right;" @click="svAccept(item.article_id)">Agree review</el-button>
<h4>
@@ -124,7 +121,7 @@
{{item.ctime}}
</span><br>
<span v-if="item.abstrart!=''" style="max-width: 1000px;">
<font style="color: #006699;">Abstrart : </font>
<font style="color: #006699;">Abstract : </font>
<font style="font-size: 12px;" :class="{active: item.isShowMore}">{{item.abstrart}}</font>
<font style="font-size: 12px;" :class="{active: !item.isShowMore}" v-if="item.isDescStatus">{{item.abstrart_}}</font>
<span class="isShow" v-if="item.isDescStatus" @click="item.isShowMore = !item.isShowMore">
@@ -132,7 +129,6 @@
</span>
</span>
</h4>
<!-- </el-card> -->
</li>
<p v-if="tableData3==''" style="color:#6f6f6f;font-size: 14px;margin: 20px 0 0 30px;">No articles</p>
</ul>
@@ -142,7 +138,7 @@
</el-pagination>
</div>
</el-col>
</el-col> -->
</el-row>
</div>
@@ -376,8 +372,6 @@
},
},
filters: {
ellipsis(value) {