提交审稿人表单

This commit is contained in:
2025-06-25 17:00:00 +08:00
parent d1010a2896
commit ccf62b4bc9
12 changed files with 508 additions and 243 deletions

View File

@@ -15,7 +15,7 @@
{{ $t('JournalCitationAnalysis.info') }} : {{ $t('JournalCitationAnalysis.wos') }} /
{{ $t('JournalCitationAnalysis.all') }}
</div>
<el-table :data="dataList" border class="msg-table" empty-text="New Data (0)">
<el-table :data="dataList" border class="msg-table" empty-text="New Data (0)" size="mini">
<el-table-column type="index" label="No." width="55" align="center"></el-table-column>
<!-- <el-table-column type="index" label="Issn" width="100" align="center">
<template slot-scope="scope">
@@ -36,13 +36,16 @@
>
<template slot-scope="scope">
{{ scope.row.cite.month_num }}
<span
<el-button
size="mini"
type="primary"
plain
icon="el-icon-edit"
@click="openDrawer(scope.row, 'currentMonth')"
style="margin-left: 10px; cursor: pointer; color: #006699 !important; font-weight: bold"
style="margin-left: 10px; padding: 4px; float: right"
> {{ $t('JournalCitationAnalysis.edit') }}</el-button
>
<i class="el-icon-edit"></i> {{ $t('JournalCitationAnalysis.edit') }}
</span>
<!-- <el-button type="primary" size="mini" @click="openDrawer(scope.row)" style="">
</el-button> -->
@@ -68,13 +71,16 @@
>
<template slot-scope="scope">
{{ scope.row.cite.p_month_num }}
<span
<el-button
size="mini"
type="primary"
plain
icon="el-icon-edit"
@click="openDrawer(scope.row, 'lastMonth')"
style="margin-left: 10px; cursor: pointer; color: #006699 !important; font-weight: bold"
style="margin-left: 10px; padding: 4px; float: right"
> {{ $t('JournalCitationAnalysis.edit') }}</el-button
>
<i class="el-icon-edit"></i> {{ $t('JournalCitationAnalysis.edit') }}
</span>
<!-- <el-button type="primary" size="mini" @click="openDrawer(scope.row)" style="">
</el-button> -->
@@ -136,7 +142,7 @@
{{ scope.row.cite.pre_year_article_num }}
</template>
</el-table-column>
<el-table-column :label="`${$t('JournalCitationAnalysis.factor')}`" width="80" align="center">
<el-table-column :label="`${$t('JournalCitationAnalysis.factor')}`" width="70" align="center">
<template slot-scope="scope">
{{ scope.row.cite.yc_if && scope.row.cite.yc_if > 0 ? scope.row.cite.yc_if.toFixed(2) : 0 }}
</template>
@@ -147,6 +153,7 @@
<el-drawer :title="drawerTitle" :visible.sync="drawer" direction="rtl" :before-close="handleClose" size="78%">
<div style="padding: 0 20px; box-sizing: border-box">
<el-table
size="mini"
v-loading="JournalListLoad"
height="88vh"
:data="JournalList"
@@ -167,8 +174,16 @@
<span style="font-size: 13px; color: #006699 !important; font-weight: 500; margin-left: 5px">{{
scope.row.doi
}}</span>
<span style="float: right" v-if="scope.row.stage_info">
<span style="font-size: 13px; font-weight: 500; color: #006699"
>{{ $t('paperArticleCount.Periodroll') }} :
</span>
<span style="font-size: 13px; color: #006699">( {{ scope.row.stage_info }} )</span>
</span>
</p>
<p style="color: #333; margin-bottom: 4px">
<p style="color: #333; margin-bottom: 15px">
<span style="font-size: 14px; font-weight: 600">Tiltle : </span>
<span style="font-size: 14px"> {{ scope.row.title }}</span>
@@ -187,6 +202,11 @@
<span style="font-size: 14px"> {{ scope.row.article_name }}</span>
</p>
<p style="color: #333; margin-bottom: 4px;line-height: 14px;margin-top: 10px;">
<span style="font-size: 14px; color: #888; font-weight: 500">Author : </span>
<span style="font-size: 14px"> {{ scope.row.author }}</span>
</p>
<p>
<span style="font-size: 14px; color: #888; font-weight: 500">Doi : </span>
<span style="font-size: 13px; color: #aaa !important; font-weight: 500; margin-left: 5px">{{
@@ -202,13 +222,21 @@
</span>
</p>
</div>
<p style="margin-top: 10px;">
<span style="font-size: 13px; font-weight: 500; color: #333;margin-right: 10px;">Email sending statistics : </span>
<span style="margin-right: 10px;"
>Success:
<span style="color: rgb(103, 194, 58)"> {{ !scope.row.email_success?0:scope.row.email_success }} </span>
<p style="margin-top: 10px">
<span style="font-size: 13px; font-weight: 500; color: #333; margin-right: 10px"
>Email sending statistics :
</span>
<span>Fail:<span style="color: #cb160a"> {{ !scope.row.email_fail?0:scope.row.email_fail }} </span></span>
<span style="margin-right: 10px"
>Success:
<span style="color: rgb(103, 194, 58); font-size: 14px">
{{ !scope.row.email_success ? 0 : scope.row.email_success }}
</span>
</span>
<span
>Fail:<span style="color: #cb160a; font-size: 14px">
{{ !scope.row.email_fail ? 0 : scope.row.email_fail }}
</span></span
>
</p>
</template>
</el-table-column>
@@ -226,12 +254,12 @@
<p v-if="scope.row.is_china == 2">{{ $t('citeList.no') }}</p>
</template>
</el-table-column>
<el-table-column :label="$t('citeList.factor')" width="80" align="center">
<el-table-column :label="$t('citeList.factor')" width="70" align="center">
<template slot-scope="scope">
<span>{{ scope.row.factor ? scope.row.factor : '' }}</span>
</template>
</el-table-column>
<el-table-column label="" width="80" align="center">
<el-table-column label="" width="70" align="center">
<template slot-scope="scope">
<el-button size="mini" @click="addCite(scope.row)" type="primary">Edit</el-button>
</template>
@@ -311,6 +339,7 @@ export default {
article_id: data.article_id,
article_title: data.article_name,
journal_title: data.journal_name,
author: data.author,
vol: data.vol,
article_cite_id: data.article_cite_id
};