终审表达方式修改
This commit is contained in:
@@ -233,7 +233,7 @@
|
|||||||
v-if="item.reportList.length>0" style="margin-top: 1px;">Edit Hindex</el-button> -->
|
v-if="item.reportList.length>0" style="margin-top: 1px;">Edit Hindex</el-button> -->
|
||||||
<p v-if="item.review.length>0"
|
<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;">
|
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>
|
<span v-if="finalCount(item) > 0 && finalCount(item) != 'NaN'">{{finalCount(item)}}</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -626,7 +626,7 @@
|
|||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
<el-dialog title="H Index" :visible.sync="aiSorbox" width="650px">
|
<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">
|
<el-form-item :label="'Corresponding Author '+(index+1)+' :'" v-if="aiSorform.author.length!=1">
|
||||||
<p>{{item.firstname}} {{item.lastname}}</p>
|
<p>{{item.firstname}} {{item.lastname}}</p>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -699,7 +699,7 @@
|
|||||||
<p v-if="geogleList.length!=0" style="padding:15px 0 20px 20px;font-weight: bold;">
|
<p v-if="geogleList.length!=0" style="padding:15px 0 20px 20px;font-weight: bold;">
|
||||||
Please select one and press the OK button.</p>
|
Please select one and press the OK button.</p>
|
||||||
<div style="max-height: 500px;overflow-y: scroll;margin-bottom: 10px;">
|
<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'"
|
:class="IndexForm.g_author == item.author_id?'gugeList gu_col':'gugeList'"
|
||||||
@click="choseGego(item)">
|
@click="choseGego(item)">
|
||||||
<p style="font-weight: bold;letter-spacing: -0.5px;">{{item.name}}</p>
|
<p style="font-weight: bold;letter-spacing: -0.5px;">{{item.name}}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user