终审表达方式修改

This commit is contained in:
@fawn-nine
2023-07-20 13:13:41 +08:00
parent 9010b83ae7
commit 405264b9d1

View File

@@ -233,7 +233,7 @@
v-if="item.reportList.length>0" style="margin-top: 1px;">Edit Hindex</el-button> -->
<p v-if="item.review.length>0"
style="font-size: 18px;font-weight: bold;margin-top: 15px;padding-top: 10px;border-top: 1px solid #dddddd;color: #db890e;">
<font v-if="finalCount(item) > 0 && finalCount(item) != 'NaN'" style="font-size: 14px;font-weight: normal;color: #333;">Final review score :</font>
<font v-if="finalCount(item) > 0 && finalCount(item) != 'NaN'" style="font-size: 14px;font-weight: normal;color: #333;">Comprehensive Score :</font>
<span v-if="finalCount(item) > 0 && finalCount(item) != 'NaN'">{{finalCount(item)}}</span>
</p>
</div>
@@ -626,7 +626,7 @@
</el-dialog>
<el-dialog title="H Index" :visible.sync="aiSorbox" width="650px">
<el-form ref="aiSorform" v-for="(item, index) in aiSorform.author" label-width="180px">
<el-form ref="aiSorform" v-for="(item, index) in aiSorform.author" label-width="180px" :key="index">
<el-form-item :label="'Corresponding Author '+(index+1)+' :'" v-if="aiSorform.author.length!=1">
<p>{{item.firstname}} {{item.lastname}}</p>
</el-form-item>
@@ -699,7 +699,7 @@
<p v-if="geogleList.length!=0" style="padding:15px 0 20px 20px;font-weight: bold;">
Please select one and press the OK button.</p>
<div style="max-height: 500px;overflow-y: scroll;margin-bottom: 10px;">
<div v-for="item in geogleList"
<div v-for="(item,index) in geogleList" :key="index"
:class="IndexForm.g_author == item.author_id?'gugeList gu_col':'gugeList'"
@click="choseGego(item)">
<p style="font-weight: bold;letter-spacing: -0.5px;">{{item.name}}</p>