diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js index 954d9a8..b99fe7e 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -4,7 +4,7 @@ const en = { title: 'Submission System', repassword:'Forgot your password?', register:'Not registered yet? Register now.', - orcidlogin:'Login with your ORCID ID', + orcidlogin:'Login with your ORCID iD', login:'Log in', forgetpwd:'Find Your Password', screen:'full screen', diff --git a/src/components/page/articleAdd.vue b/src/components/page/articleAdd.vue index f7e54f9..3fa1316 100644 --- a/src/components/page/articleAdd.vue +++ b/src/components/page/articleAdd.vue @@ -85,6 +85,9 @@ + + + @@ -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: '', diff --git a/src/components/page/articleDetail.vue b/src/components/page/articleDetail.vue index 0844626..8ca24fc 100644 --- a/src/components/page/articleDetail.vue +++ b/src/components/page/articleDetail.vue @@ -26,16 +26,13 @@
- +
- Reviewer Opinion{{index+1}} + Reviewer Opinion{{ index + 1 }}
- {{item.comments}} + {{ item.comments }}
@@ -51,7 +48,7 @@ {{ journal_me }} - + {{ form.special_title }} @@ -90,6 +87,9 @@ + + + @@ -470,10 +470,10 @@ export default { upload_manuscirpt: function () { return this.baseUrl + 'api/Article/up_file/type/manuscirpt'; }, - journal_me:function(){ + journal_me: function () { var frag = this.form.journalname; - if(this.form.special_num>0){ - frag += "(Special Issues)"; + if (this.form.special_num > 0) { + frag += '(Special Issues)'; } return frag; }, @@ -610,6 +610,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, diff --git a/src/components/page/articleDetailEditor.vue b/src/components/page/articleDetailEditor.vue index 864745a..d3b4ec5 100644 --- a/src/components/page/articleDetailEditor.vue +++ b/src/components/page/articleDetailEditor.vue @@ -79,6 +79,9 @@ {{item.firstname}} {{item.lastname}} + + {{item.orcid}} + {{item.firstname}} {{item.lastname}} + {{item.orcid}}