This commit is contained in:
@fawn-nine
2023-07-28 10:18:23 +08:00
parent f7c171ff30
commit 36d074005b

View File

@@ -233,12 +233,13 @@
<p>Recommended manuscripts</p> <p>Recommended manuscripts</p>
</div> </div>
<div class="numerItem" > <div class="numerItem" >
<b @click="JumpPage(6)">{{reviewTable.successReview}}</b> <b @click="JumpPage(6)" v-if="reviewTable.successReview">{{reviewTable.successReview}}</b>
<b @click="JumpPage(6)" v-else>0</b>
<p>Reviewed manuscripts</p> <p>Reviewed manuscripts</p>
</div> </div>
<div class="numerItem"> <div class="numerItem">
<b @click="JumpPage(4)">{{authorTable.index}}</b> <b @click="JumpPage(4)">{{authorTable.index}}</b>
<p>Cited articles</p> <p>Articles of interest</p>
</div> </div>
</div> </div>