This commit is contained in:
@fawn-nine
2023-07-14 18:01:48 +08:00
parent 4db9243a28
commit 754046f93c
5 changed files with 181 additions and 24 deletions

View File

@@ -206,7 +206,7 @@
<el-col :span="24" v-if="!this.usercap.includes('editor')">
<el-row :gutter="40" style="display: flex;">
<el-col :span="12">
<el-col :span="14">
<!-- 作者信息 -->
<div class="chunking" style="margin-top: 55px;">
<!-- <el-divider></el-divider> -->
@@ -222,15 +222,23 @@
</div> -->
<div class="numerItem">
<b @click="JumpPage(2)">{{authorTable.manuscriptNum}}</b>
<p>Record of<br />submitted manuscript</p>
<p>Submitted manuscripts</p>
</div>
<div class="numerItem">
<b @click="JumpPage(3)">{{authorTable.accept}}</b>
<p>Record of<br />published articles</p>
<p>Published articles</p>
</div>
<div class="numerItem">
<b >{{authorTable.tj}}</b>
<p>Recommended manuscripts</p>
</div>
<div class="numerItem">
<b @click="JumpPage(6)">{{reviewTable.successReview}}</b>
<p>Reviewed manuscripts</p>
</div>
<div class="numerItem">
<b @click="JumpPage(4)">{{authorTable.index}}</b>
<p>Citing<br />records</p>
<p>Cited articles</p>
</div>
</div>
@@ -254,7 +262,7 @@
Click here to <img src="../../assets/img/icon_9.png" alt=""
class="icon_img">
<el-link>
<b @click="apointVisible=true">view your citation records.</b>
<b @click="apointVisible=true">add your citation records.</b>
</el-link>
</p>
</div>
@@ -264,7 +272,7 @@
</div>
</el-col>
<el-col :span="12">
<el-col :span="10">
<!-- 审稿人信息 -->
<div class="chunking" style="margin-top: 55px;">
<!-- <el-divider></el-divider> -->