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

@@ -3,7 +3,7 @@
<div class="crumbs">
<el-breadcrumb separator="/">
<el-breadcrumb-item>
<i class="el-icon-lx-calendar"></i> Manuscript Fininal decision
<i class="el-icon-lx-calendar"></i> Manuscript Pre-accept
</el-breadcrumb-item>
</el-breadcrumb>
</div>
@@ -84,7 +84,10 @@
</div>
<div class="art_caozuo_">
<div class="art_state_btn">
<div class="btn_remarks" @click="testedit">Remarks</div>
<div class="btn_remarks" @click="testedit">
<i class="el-icon-edit"></i>
Remarks
</div>
<h3>Please click the button to choose the next step following the editorial workflow.</h3>
<div class="a_s_t5" @click="testvis(5)">
Accepted
@@ -167,7 +170,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>
@@ -204,8 +207,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>
@@ -215,7 +218,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">
@@ -552,13 +555,13 @@
state: 4,
title: this.$t('artstate.state4')
},
{
state: 5,
title: this.$t('artstate.state5')
},
{
state: 6,
title: this.$t('artstate.state6')
},
{
state: 5,
title: this.$t('artstate.state5')
}
],
form: {
@@ -629,6 +632,9 @@
case 'RP':
frag = 'REPORT';
break;
case 'LR':
frag = 'LETTER';
break;
case 'EF':
frag = 'EMPIRICAL FORMULA';
break;
@@ -958,7 +964,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) {