20210625
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user