改正Manuscript

This commit is contained in:
2025-11-20 10:19:34 +08:00
parent 8fc0325f35
commit 936bbb4df0
38 changed files with 674 additions and 723 deletions

View File

@@ -73,7 +73,7 @@
></el-option>
</el-select>
</el-form-item>
<el-form-item label="Manuscirpt :" prop="manuscirpt" label-width="120px">
<el-form-item label="Manuscript :" prop="manuscirpt" label-width="120px">
<el-upload
:on-progress="handleProgress"
ref="uploadFileManuscirpt"
@@ -463,7 +463,7 @@
<div class="el-upload__tip" slot="tip">Only word files can be uploaded(.doc,.docx)</div>
</el-upload>
</el-form-item> -->
<el-form-item label="Manuscirpt :" prop="manuscirpt" label-width="220px">
<el-form-item label="Manuscript :" prop="manuscirpt" label-width="220px">
<el-upload
:on-progress="handleProgress"
ref="uploadFileManuscirpt"
@@ -1342,7 +1342,7 @@ export default {
manuscirpt: [
{
required: true,
message: 'Please upload manuscirpt',
message: 'Please upload manuscript',
trigger: 'blur'
}
],
@@ -2675,7 +2675,7 @@ this.checkAll = false;
this.form.manuscirpt = 'manuscirpt/' + res.upurl;
this.fileL_manuscirpt = [{}];
this.isShowCommonWord = false;
this.fileL_manuscirpt[0].name = 'Manuscirpt File';
this.fileL_manuscirpt[0].name = 'Manuscript File';
this.fileL_manuscirpt[0].url = 'manuscirpt/' + res.upurl;
this.contribute(res.upurl, File);
@@ -3245,7 +3245,7 @@ this.checkAll = false;
this.fileL_manuscirpt = [];
if (this.form.manuscirpt != '') {
this.fileL_manuscirpt = [{}];
this.fileL_manuscirpt[0].name = 'Manuscirpt File';
this.fileL_manuscirpt[0].name = 'Manuscript File';
this.fileL_manuscirpt[0].url = this.form.manuscirpt;
}
this.fileL_supplementary = [];