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

@@ -55,6 +55,7 @@
label="Name:"
label-width="100px"
>{{item.firstname}} {{item.lastname}}</el-form-item>
<el-form-item label="ORCID iD" label-width="100px">{{item.orcid}}</el-form-item>
<el-form-item label="First author:" label-width="100px">
<el-switch
v-model="item.isSuper"
@@ -535,6 +536,7 @@ export default {
art_aut_id: alist[i].art_aut_id,
firstname: alist[i].firstname,
lastname: alist[i].lastname,
orcid: alist[i].orcid,
company: alist[i].company,
department: alist[i].department,
title: alist[i].author_title,