This commit is contained in:
徐哼唧L
2022-12-09 16:18:12 +08:00
parent dc4d87a990
commit 5ed3073b6e
130 changed files with 41608 additions and 2013 deletions

View File

@@ -19,7 +19,6 @@
<el-row :gutter="30">
<el-col :span="15">
<div class="art_state_">
<div class="art_state_message">
<div class="art_state_message_id">
ID : <b style="margin-right: 60px;">{{form.accept_sn}}</b>
@@ -70,8 +69,8 @@
</a>
</p>
<br clear="both" v-if="picturesAndTablesFileList">
<h4>Title page : </h4>
<p>
<h4 v-if="totalpageFileList">Title page : </h4>
<p v-if="totalpageFileList">
<a v-for="item in totalpageFileList" :href="mediaUrl + item.file_url">
<img src="../../assets/img/icon_0.png">
<span>
@@ -81,7 +80,7 @@
<i class="el-icon-download download"></i>
</a>
</p>
<br clear="both">
<br clear="both" v-if="totalpageFileList">
<h4>Manuscirpt : </h4>
<p>
<a v-for="item in manuscirptFileList" :href="mediaUrl + item.file_url">
@@ -134,7 +133,10 @@
</div>
<div class="art_caozuo_">
<div class="art_file_btn">
<div class="btn_remarks" @click="testedit">Remarks</div>
<div class="btn_remarks" @click="testedit">
<i class="el-icon-edit"></i>
Remarks
</div>
<div class="art_file_btn_text">You can offer editorial comments to authors by uploading doc.
files or leaving comments. The editor's comments will be fed back to the author together with the reviewer's
comments. Please note that this is not required.</div>
@@ -227,7 +229,7 @@
</el-collapse-item>
</el-collapse>
<p>
<font>Abstrart :</font><b>{{form.abstrart}}</b>
<font>Abstract :</font><b>{{form.abstrart}}</b>
</p>
<p>
<font>KeyWords :</font><b>{{form.keyWords}}</b>
@@ -539,14 +541,14 @@
state: 4,
title: this.$t('artstate.state4')
},
{
state: 6,
title: this.$t('artstate.state6')
},
{
state: 5,
title: this.$t('artstate.state5')
},
{
state: 6,
title: this.$t('artstate.state6')
}
],
proposalForm: {
article_id: this.$route.query.id,
@@ -620,6 +622,9 @@
case 'RP':
frag = 'REPORT';
break;
case 'LR':
frag = 'LETTER';
break;
case 'EF':
frag = 'EMPIRICAL FORMULA';
break;
@@ -641,6 +646,12 @@
case 'CS':
frag = 'CASE SERIES';
break;
case 'RT':
frag = 'RETRACTION';
break;
case 'MR':
frag = 'MINI REVIEW';
break;
default:
frag = 'OTHERS';
}
@@ -919,7 +930,7 @@
} else if (row.state == 2) {
frag = 'Reject';
} else if (row.state == 3) {
frag = 'Accepted';
frag = 'Accept';
} else if (row.state == 4) {
frag = 'invalid';
} else if (row.state == 5) {