提交 审稿人表单

This commit is contained in:
2025-06-26 10:44:17 +08:00
parent ccf62b4bc9
commit 356045444a
4 changed files with 29 additions and 27 deletions

View File

@@ -19,8 +19,8 @@ const service = axios.create({
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
baseURL: '/api', //本地
// baseURL: '/', //正式
// baseURL: '/api', //本地
baseURL: '/', //正式
});

View File

@@ -169,7 +169,7 @@
</el-table-column>
<el-table-column prop="title" :label="$t('JournalCitationAnalysis.ArticleInfo')">
<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: 13px; color: #006699 !important; font-weight: 500; margin-left: 5px">{{
scope.row.doi
@@ -183,33 +183,22 @@
<span style="font-size: 13px; color: #006699">( {{ scope.row.stage_info }} )</span>
</span>
</p>
<p style="color: #333; margin-bottom: 15px">
<span style="font-size: 14px; font-weight: 600">Tiltle : </span>
<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"> {{ scope.row.title }}</span>
<span style="font-size: 14px;font-weight: bold;"> {{ scope.row.title }}</span>
</p>
<div
style="
background-color: rgb(170 170 170 / 21%);
padding: 4px 10px;
background-color:#aaaaaa30;
padding: 4px 8px;
box-sizing: border-box;
border-radius: 4px;
"
>
<p style="color: #333; margin-bottom: 4px">
<!-- <span style="font-size: 14px; font-weight: 600">Tiltle : </span> -->
<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">{{
><p>
<span style="font-size: 14px; color: #333; font-weight: 500">Doi : </span>
<span style="font-size: 13px; color: #333 !important; font-weight: 500; margin-left: 5px">{{
scope.row.article_doi
}}</span>
@@ -218,11 +207,22 @@
>{{ $t('paperArticleCount.Periodroll') }} :
</span>
<span style="font-size: 13px; color: #aaa">( {{ scope.row.vol }} )</span>
<span style="font-size: 13px; color: #888">( {{ scope.row.vol }} )</span>
</span>
</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>
<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"
>Email sending statistics :
</span>

View File

@@ -245,6 +245,7 @@
<common-review-article
type="questionform"
pagetype="Editor"
:form="questionform"
:txt_mess="txt_mess"
:btn_submit="1"
@@ -486,6 +487,7 @@
<!-- 审稿人表单修改 -->
<common-review-article
type="undeQuestion"
pagetype="Editor"
:form="undeQuestion"
:txt_mess="txt_mess"
:btn_submit="1"

View File

@@ -216,7 +216,7 @@
:data-id="item.ami_id"
:type="item.type"
:main-id="item.am_id"
@contextmenu.prevent="openMenu($event, 'img', item.am_id, item, index)"
:id="'editor' + item.am_id"
>
<img :src="`${mediaUrl + item.image.url}`" />
@@ -248,7 +248,7 @@
:type="item.type"
:id="'editor' + 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">
@@ -280,7 +280,7 @@
</div>
<div
@contextmenu.prevent="openMenu($event, 'content', item.am_id, item, index)"
@dblclick="dblclickEdit(item.am_id, 'text', item, index)"
v-else
id="drop-target"