提交 审稿人表单
This commit is contained in:
@@ -19,8 +19,8 @@ const service = axios.create({
|
|||||||
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
|
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
|
||||||
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
|
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
|
||||||
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
|
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
|
||||||
baseURL: '/api', //本地
|
// baseURL: '/api', //本地
|
||||||
// baseURL: '/', //正式
|
baseURL: '/', //正式
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -169,7 +169,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="title" :label="$t('JournalCitationAnalysis.ArticleInfo')">
|
<el-table-column prop="title" :label="$t('JournalCitationAnalysis.ArticleInfo')">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<p>
|
<p style="padding: 0px 8px;">
|
||||||
<span style="font-size: 14px; color: #006699; font-weight: 500">Doi : </span>
|
<span style="font-size: 14px; color: #006699; font-weight: 500">Doi : </span>
|
||||||
<span style="font-size: 13px; color: #006699 !important; font-weight: 500; margin-left: 5px">{{
|
<span style="font-size: 13px; color: #006699 !important; font-weight: 500; margin-left: 5px">{{
|
||||||
scope.row.doi
|
scope.row.doi
|
||||||
@@ -183,33 +183,22 @@
|
|||||||
<span style="font-size: 13px; color: #006699">( {{ scope.row.stage_info }} )</span>
|
<span style="font-size: 13px; color: #006699">( {{ scope.row.stage_info }} )</span>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<p style="color: #333; margin-bottom: 15px">
|
<p style="color: #333; margin-bottom: 15px;padding: 0px 8px;">
|
||||||
<span style="font-size: 14px; font-weight: 600">Tiltle : </span>
|
<!-- <span style="font-size: 14px; font-weight: 600">Tiltle : </span> -->
|
||||||
|
|
||||||
<span style="font-size: 14px"> {{ scope.row.title }}</span>
|
<span style="font-size: 14px;font-weight: bold;"> {{ scope.row.title }}</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
background-color: rgb(170 170 170 / 21%);
|
background-color:#aaaaaa30;
|
||||||
padding: 4px 10px;
|
padding: 4px 8px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
"
|
"
|
||||||
>
|
><p>
|
||||||
<p style="color: #333; margin-bottom: 4px">
|
<span style="font-size: 14px; color: #333; font-weight: 500">Doi : </span>
|
||||||
<!-- <span style="font-size: 14px; font-weight: 600">Tiltle : </span> -->
|
<span style="font-size: 13px; color: #333 !important; font-weight: 500; margin-left: 5px">{{
|
||||||
|
|
||||||
<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">{{
|
|
||||||
scope.row.article_doi
|
scope.row.article_doi
|
||||||
}}</span>
|
}}</span>
|
||||||
|
|
||||||
@@ -218,11 +207,22 @@
|
|||||||
>{{ $t('paperArticleCount.Periodroll') }} :
|
>{{ $t('paperArticleCount.Periodroll') }} :
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span style="font-size: 13px; color: #aaa">( {{ scope.row.vol }} )</span>
|
<span style="font-size: 13px; color: #888">( {{ scope.row.vol }} )</span>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
<p style="color: #333; margin-bottom: 4px">
|
||||||
|
<!-- <span style="font-size: 14px; font-weight: 600">Tiltle : </span> -->
|
||||||
|
|
||||||
|
<span style="font-size: 13px;font-weight: bold;"> {{ scope.row.article_name }}</span>
|
||||||
|
</p>
|
||||||
|
<p style="color: #333; margin-bottom: 4px;line-height: 14px;margin-top: 10px;" v-if="scope.row.author">
|
||||||
|
<span style="font-size: 14px; color: #888; font-weight: 500">Author : </span>
|
||||||
|
|
||||||
|
<span style="font-size: 14px;color: #888;"> {{ scope.row.author }}</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p style="margin-top: 10px">
|
<p style="margin-top: 10px;padding: 0px 8px;">
|
||||||
<span style="font-size: 13px; font-weight: 500; color: #333; margin-right: 10px"
|
<span style="font-size: 13px; font-weight: 500; color: #333; margin-right: 10px"
|
||||||
>Email sending statistics :
|
>Email sending statistics :
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -245,6 +245,7 @@
|
|||||||
<common-review-article
|
<common-review-article
|
||||||
|
|
||||||
type="questionform"
|
type="questionform"
|
||||||
|
pagetype="Editor"
|
||||||
:form="questionform"
|
:form="questionform"
|
||||||
:txt_mess="txt_mess"
|
:txt_mess="txt_mess"
|
||||||
:btn_submit="1"
|
:btn_submit="1"
|
||||||
@@ -486,6 +487,7 @@
|
|||||||
<!-- 审稿人表单修改 -->
|
<!-- 审稿人表单修改 -->
|
||||||
<common-review-article
|
<common-review-article
|
||||||
type="undeQuestion"
|
type="undeQuestion"
|
||||||
|
pagetype="Editor"
|
||||||
:form="undeQuestion"
|
:form="undeQuestion"
|
||||||
:txt_mess="txt_mess"
|
:txt_mess="txt_mess"
|
||||||
:btn_submit="1"
|
:btn_submit="1"
|
||||||
|
|||||||
@@ -216,7 +216,7 @@
|
|||||||
:data-id="item.ami_id"
|
:data-id="item.ami_id"
|
||||||
:type="item.type"
|
:type="item.type"
|
||||||
:main-id="item.am_id"
|
:main-id="item.am_id"
|
||||||
@contextmenu.prevent="openMenu($event, 'img', item.am_id, item, index)"
|
|
||||||
:id="'editor' + item.am_id"
|
:id="'editor' + item.am_id"
|
||||||
>
|
>
|
||||||
<img :src="`${mediaUrl + item.image.url}`" />
|
<img :src="`${mediaUrl + item.image.url}`" />
|
||||||
@@ -248,7 +248,7 @@
|
|||||||
:type="item.type"
|
:type="item.type"
|
||||||
:id="'editor' + item.am_id"
|
:id="'editor' + item.am_id"
|
||||||
:main-id="item.am_id"
|
:main-id="item.am_id"
|
||||||
@contextmenu.prevent="openMenu($event, 'table', item.am_id, item, index)"
|
|
||||||
>
|
>
|
||||||
<!-- 标题部分 -->
|
<!-- 标题部分 -->
|
||||||
<font class="font" :style="`width: ${item.width ? `${item.width}px` : '100%'}`" style="text-align: center">
|
<font class="font" :style="`width: ${item.width ? `${item.width}px` : '100%'}`" style="text-align: center">
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@contextmenu.prevent="openMenu($event, 'content', item.am_id, item, index)"
|
|
||||||
@dblclick="dblclickEdit(item.am_id, 'text', item, index)"
|
@dblclick="dblclickEdit(item.am_id, 'text', item, index)"
|
||||||
v-else
|
v-else
|
||||||
id="drop-target"
|
id="drop-target"
|
||||||
|
|||||||
Reference in New Issue
Block a user