This commit is contained in:
wangjinlei
2021-06-25 11:26:07 +08:00
parent 55ba44f868
commit 0c02b8efbd
5 changed files with 23 additions and 11 deletions

View File

@@ -85,6 +85,9 @@
</el-col>
</el-row>
</el-form-item>
<el-form-item label="ORCID iD:" label-width="100px">
<el-input v-model="item.orcid" placeholder="Orcid"></el-input>
</el-form-item>
<el-form-item label="First author:" label-width="100px">
<el-switch v-model="item.isSuper" active-text="yes" inactive-text="no"></el-switch>
</el-form-item>
@@ -307,6 +310,7 @@ export default {
{
firstname: '',
lastname: '',
orcid:'',
company: '',
department: '',
title: '',
@@ -455,6 +459,7 @@ export default {
this.form.authorList.push({
firstname: '',
lastname: '',
orcid:'',
company: '',
department: '',
title: '',