终审提交

This commit is contained in:
2025-09-01 14:22:16 +08:00
parent 4c30099d77
commit abb4b10b6b
9 changed files with 215 additions and 163 deletions

View File

@@ -166,7 +166,7 @@
<div style="margin: 10px 0 0px 10px;line-height: 24px;">
<a v-if="ComRespe!=''" v-for="(item,index) in ComRespe" :href="mediaUrl + item.file_url"
style="color: #333;display: block;margin-bottom: 10px;">
<span>{{index+1}}. Response Content</span>
<span>{{index+1}}. </span>
<img src="../../assets/img/icon_0.png"
style="width: 15px;vertical-align: text-bottom;margin: 0 0 0 20px;">
@@ -211,7 +211,7 @@
</el-upload>
</p>
<br clear="both">
<h4>Supplementary Material :</h4>
<h4>Supplementary material :</h4>
<p>
<el-upload class="upload-demo up_newstyle" :action="upload_supplementary" accept=".zip"
name="supplementary" :before-upload="beforeupload_supplementary"
@@ -767,7 +767,7 @@
//验证文件
if (this.fileMesForm.manuscirpt == undefined || this.fileMesForm.manuscirpt == '') {
this.$message.error(
'Failed to submit. Please upload manuscirpt,ensure the integrity of the information');
'Submission failed. Please upload the manuscript and ensure all required information is complete.');
return false;
}
if (this.fileMesForm.responseFile == undefined || this.fileMesForm.responseFile == '') {