diff --git a/src/assets/css/color-dark.css b/src/assets/css/color-dark.css
index 237f164..bdcc23a 100644
--- a/src/assets/css/color-dark.css
+++ b/src/assets/css/color-dark.css
@@ -1,5 +1,6 @@
.header{
background-color: #242f42;
+ /* background-color: #fff; */
}
.login-wrap{
background: #324157;
diff --git a/src/assets/css/main.css b/src/assets/css/main.css
index 98a08dc..75bd170 100644
--- a/src/assets/css/main.css
+++ b/src/assets/css/main.css
@@ -14,6 +14,7 @@ body,
body {
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
+ font-family: 'Noto Sans', sans-serif;
}
a {
@@ -30,13 +31,14 @@ a {
padding-bottom: 30px;
-webkit-transition: left .3s ease-in-out;
transition: left .3s ease-in-out;
- background: #f0f0f0;
+ /* background: #f2f6fb; */
+ background: #fafafa;
}
.content {
width: auto;
height: 100%;
- padding: 10px;
+ padding: 10px 10px 10px 15px;
overflow-y: scroll;
box-sizing: border-box;
}
@@ -48,18 +50,20 @@ a {
.container {
padding: 30px;
background: #fff;
- border: 1px solid #ddd;
+ /* border: 1px solid #ddd; */
border-radius: 5px;
}
.container_l {
- border: 0 !important;
- padding: 15px 0 30px 0 !important;
- background: 0 !important;
+ padding: 15px 0 30px 0;
+}
+
+.container_l .box-card{
+ height: 100%;
}
-.content_l .link_jour {
+/* .content_l .link_jour {
position: fixed;
top: 72px;
right: 50%;
@@ -78,7 +82,7 @@ a {
.content_l .top_dao:hover {
text-decoration: underline;
}
-
+ */
.crumbs {
margin: 10px 0;
}
diff --git a/src/assets/img/icon_0.png b/src/assets/img/icon_0.png
new file mode 100644
index 0000000..ca57437
Binary files /dev/null and b/src/assets/img/icon_0.png differ
diff --git a/src/assets/img/icon_1.png b/src/assets/img/icon_1.png
new file mode 100644
index 0000000..120e2b6
Binary files /dev/null and b/src/assets/img/icon_1.png differ
diff --git a/src/assets/img/icon_2.png b/src/assets/img/icon_2.png
new file mode 100644
index 0000000..9687d71
Binary files /dev/null and b/src/assets/img/icon_2.png differ
diff --git a/src/assets/img/icon_3.png b/src/assets/img/icon_3.png
new file mode 100644
index 0000000..451953d
Binary files /dev/null and b/src/assets/img/icon_3.png differ
diff --git a/src/assets/img/icon_4.png b/src/assets/img/icon_4.png
new file mode 100644
index 0000000..e73378f
Binary files /dev/null and b/src/assets/img/icon_4.png differ
diff --git a/src/assets/img/icon_5.png b/src/assets/img/icon_5.png
new file mode 100644
index 0000000..adb3caa
Binary files /dev/null and b/src/assets/img/icon_5.png differ
diff --git a/src/assets/img/icon_6.png b/src/assets/img/icon_6.png
new file mode 100644
index 0000000..3b572a6
Binary files /dev/null and b/src/assets/img/icon_6.png differ
diff --git a/src/components/common/Header.vue b/src/components/common/Header.vue
index bb8cb5e..80ecc4b 100644
--- a/src/components/common/Header.vue
+++ b/src/components/common/Header.vue
@@ -6,8 +6,14 @@
-

- {{ $t('system.title') }}
+
+

+
{{ $t('system.title_1') }}
+
+
+ {{ $t('system.title_2') }}
+
+
本刊为预警期刊,责令限期整改 时间{{daojishi}} 倒计时: {{day}}天 {{hour}}:{{min}}:{{second}}
@@ -36,7 +42,7 @@
-
@@ -40,13 +40,13 @@
-
+
@@ -54,6 +54,19 @@
+
+
+
+
+
+ {{$t('sidebar.analyp')}}
+
+
+ {{$t('sidebar.analysis')}}
+
+
+
+
@@ -87,6 +100,7 @@
userrole: localStorage.getItem('U_status'),
user_cap: localStorage.getItem('U_role'),
items: [],
+ // 作者
author_items: [{
icon: 'el-icon-lx-home',
index: 'dashboard',
@@ -103,25 +117,16 @@
{
index: 'articleAdd',
title: this.$t('sidebar.author2')
- },
- {
- index: 'authorApplyReviewer',
- title: this.$t('sidebar.authorApplyReviewer')
}
]
}
- // {
- // icon: 'el-icon-user',
- // index: '2',
- // title: this.$t('sidebar.reviewerArticle'),
- // subs:[
- // {
- // index:'authorApplyReviewer',
- // title:this.$t('sidebar.authorApplyReviewer')
- // }
- // ]
+ // ,{
+ // icon: 'el-icon-notebook-2',
+ // index: 'authorApplyReviewer',
+ // title: this.$t('sidebar.authorApplyReviewer')
// }
],
+ // 编辑
editor_items: [{
icon: 'el-icon-lx-home',
index: 'dashboard',
@@ -149,7 +154,7 @@
}, ]
},
{
- icon: 'el-icon-s-custom',
+ icon: 'el-icon-price-tag',
index: '3',
title: this.$t('sidebar.reviewer'),
subs: [{
@@ -169,8 +174,95 @@
title: this.$t('sidebar.reviewer5')
}
]
+ },
+ {
+ icon: 'el-icon-data-analysis',
+ index: '5',
+ title: this.$t('sidebar.analyp'),
+ subs: [{
+ index: 'citationanalysis',
+ title: this.$t('sidebar.analysis')
+ }]
}
],
+ // 主编
+ chief_items: [{
+ icon: 'el-icon-lx-home',
+ index: 'dashboard',
+ title: this.$t('sidebar.main')
+ },
+ {
+ icon: 'el-icon-lx-cascades',
+ index: '1',
+ title: this.$t('sidebar.author'),
+ subs: [{
+ index: 'articleList',
+ title: this.$t('sidebar.author1')
+ },
+ {
+ index: 'articleAdd',
+ title: this.$t('sidebar.author2')
+ }
+ ]
+ }, {
+ icon: 'el-icon-document-copy',
+ index: '2',
+ title: this.$t('sidebar.man_ing'),
+ subs: [{
+ index: 'managing',
+ title: this.$t('sidebar.man_ing1')
+ },
+ {
+ index: 'manhistory',
+ title: this.$t('sidebar.man_ing2')
+ }
+ ]
+ }, {
+ icon: 'el-icon-data-analysis',
+ index: '3',
+ title: this.$t('sidebar.analyp'),
+ subs: [{
+ index: 'citationanalysis',
+ title: this.$t('sidebar.analysis')
+ }]
+ }
+ ],
+ // 审稿人
+ reviewer_items: [{
+ icon: 'el-icon-lx-home',
+ index: 'dashboard',
+ title: this.$t('sidebar.main')
+ },
+ {
+ icon: 'el-icon-lx-cascades',
+ index: '1',
+ title: this.$t('sidebar.author'),
+ subs: [{
+ index: 'articleList',
+ title: this.$t('sidebar.author1')
+ },
+ {
+ index: 'articleAdd',
+ title: this.$t('sidebar.author2')
+ }
+ ]
+ },
+ {
+ icon: 'el-icon-collection',
+ index: '2',
+ title: this.$t('sidebar.rev_ewer'),
+ subs: [{
+ index: 'peerewer',
+ title: this.$t('sidebar.rev_ewer1')
+ },
+ {
+ index: 'perhistory',
+ title: this.$t('sidebar.rev_ewer2')
+ }
+ ]
+ }
+ ],
+ //超级管理员
admin_items: [{
icon: 'el-icon-lx-home',
index: 'dashboard',
@@ -228,6 +320,11 @@
}, ]
}
+ // ,{
+ // icon: 'el-icon-data-analysis',
+ // index: 'citationanalysis',
+ // title: this.$t('sidebar.analysis')
+ // },
// {
// icon:'el-icon-user-solid',
// index:'4',
@@ -243,36 +340,6 @@
// }
// ]
// }
- ],
- reviewer_items: [{
- icon: 'el-icon-lx-home',
- index: 'dashboard',
- title: this.$t('sidebar.main')
- },
- {
- icon: 'el-icon-lx-cascades',
- index: '1',
- title: this.$t('sidebar.author'),
- subs: [{
- index: 'articleList',
- title: this.$t('sidebar.author1')
- },
- {
- index: 'articleAdd',
- title: this.$t('sidebar.author2')
- }
- ]
- }
- // ,{
- // icon: 'el-icon-user',
- // index: '2',
- // title: this.$t('sidebar.reviewerArticle'),
- // subs: [{
- // index: 'reviewerArticleList',
- // title: this.$t('sidebar.reviewerArticle1')
- // }]
- // }
-
]
};
},
@@ -282,18 +349,20 @@
}
},
created() {
- if (this.userrole == 2 && this.user_cap.includes('reviewer')) { //审稿人
- this.items = this.reviewer_items;
- } else if (this.userrole == 2) { //其余的身份(显示作者)
- this.items = this.author_items;
+ if (this.userrole == 2) { //其余的身份(显示作者)
+ if (this.user_cap.includes('chief')) { //主编
+ this.items = this.chief_items;
+ } else if (this.user_cap.includes('reviewer')) { //审稿人
+ this.items = this.reviewer_items;
+ } else {
+ this.items = this.author_items;
+ }
} else if (this.userrole == 1) { //编辑
this.items = this.editor_items;
} else if (this.userrole == 0) { //超级管理员
this.items = this.admin_items;
}
- // else if(this.userrole=='reviewer'){
- // this.items = this.reviewer_items;
- // }
+
// 通过 Event Bus 进行组件间通信,来折叠侧边栏
bus.$on('collapse', msg => {
this.collapse = msg;
@@ -311,6 +380,10 @@
top: 70px;
bottom: 0;
overflow-y: scroll;
+ /* -webkit-box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 10%); */
+ -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
+ box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 10%);
+ z-index: 100;
}
.sidebar::-webkit-scrollbar {
@@ -324,4 +397,35 @@
.sidebar>ul {
height: 100%;
}
+
+ /* .sidebar ul li.el-menu-item.is-active::before {
+ background: #fff;
+ content: "";
+ height: 100%;
+ left: 0;
+ position: absolute;
+ top: 0;
+ width: 3px;
+ } */
+
+ .sidebar ul li.el-menu-item.is-active {
+ background-color: rgba(0, 0, 0, .3) !important;
+ }
+
+ .el-menu {
+ border-right: 0;
+ }
+
+ .el-menu-item:hover {
+ /* color: #006699 !important;
+ background-color: #e3e9ef !important; */
+ }
+
+ .el-submenu__title i {
+ color: #fff !important;
+ }
+
+ .el-menu-item i {
+ color: #fff;
+ }
diff --git a/src/components/common/Tags.vue b/src/components/common/Tags.vue
index ed1a6a6..7150c40 100644
--- a/src/components/common/Tags.vue
+++ b/src/components/common/Tags.vue
@@ -118,8 +118,10 @@
height: 30px;
overflow: hidden;
background: #fff;
+ padding-left: 1px;
padding-right: 120px;
box-shadow: 0 5px 10px #ddd;
+ z-index: 10;
}
.tags ul {
diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js
index c0d3839..655c705 100644
--- a/src/components/common/langs/en.js
+++ b/src/components/common/langs/en.js
@@ -1,7 +1,9 @@
const en = {
system: {
- title: 'Submission System',
+ title: 'Publishing Group Submission System',
+ title_1: 'Publishing Group',
+ title_2: 'Submission System',
repassword: 'Forgot your password?',
register: 'Register',
orcidlogin: 'Login with your ORCID iD',
@@ -52,7 +54,15 @@ const en = {
chief2: 'Journal list',
editmber: 'Editorial management',
editmber1: 'Editorial board list',
- editmber2: 'Matching pattern'
+ editmber2: 'Matching pattern',
+ analyp: 'Manager',
+ analysis: 'Citation Analysis Report',
+ rev_ewer: 'Reviewer',
+ rev_ewer1: 'Draft review',
+ rev_ewer2: 'Review record',
+ man_ing: 'Editor-in-Chief',
+ man_ing1: 'Manuscript',
+ man_ing2: 'Historical manuscripts',
},
home: {
authortop: 'Author guide',
diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js
index 64e8d84..b2fb43a 100644
--- a/src/components/common/langs/zh.js
+++ b/src/components/common/langs/zh.js
@@ -1,7 +1,9 @@
const zh = {
system: {
- title: '投稿系统',
+ title: '出版集团投稿系统',
+ title_1: '出版集团',
+ title_2: '投稿系统',
repassword: '忘记密码',
register: '注册',
orcidlogin: 'ORCID登陆',
@@ -52,7 +54,15 @@ const zh = {
chief2: '期刊列表',
editmber: '编委管理',
editmber1: '编委列表',
- editmber2: '编委匹配'
+ editmber2: '编委匹配',
+ analyp: '管理',
+ analysis: '引用统计',
+ rev_ewer: '审稿人',
+ rev_ewer1: '审稿',
+ rev_ewer2: '审稿记录',
+ man_ing: '主编',
+ man_ing1: '稿件',
+ man_ing2: '历史稿件',
},
home: {
authortop: '用户指南',
diff --git a/src/components/page/Dashboard.vue b/src/components/page/Dashboard.vue
index 1405e86..d4d71ec 100644
--- a/src/components/page/Dashboard.vue
+++ b/src/components/page/Dashboard.vue
@@ -2,7 +2,7 @@
-
+
+
+
+
+
+
+
+
+
+
+ 阅读量下载统计
+
+
+
+
+
+
+ 标题吸引力程度统计
+
+
+
+
+
+
+
+
+
+ 摘要吸引力程度统计
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/page/articleReviewer.vue b/src/components/page/articleReviewer.vue
index f6a19ef..13d00bf 100644
--- a/src/components/page/articleReviewer.vue
+++ b/src/components/page/articleReviewer.vue
@@ -21,6 +21,7 @@
+
diff --git a/src/components/page/comment.vue b/src/components/page/comment.vue
index f6bcc44..58791ee 100644
--- a/src/components/page/comment.vue
+++ b/src/components/page/comment.vue
@@ -127,11 +127,11 @@
diff --git a/src/components/page/man_aging_.vue b/src/components/page/man_aging_.vue
new file mode 100644
index 0000000..3f78241
--- /dev/null
+++ b/src/components/page/man_aging_.vue
@@ -0,0 +1,1013 @@
+
+
+
+
+
+ List of articles in progress
+
+
+
+
+
+
+
+
+
+
+
+ {{qikna}}为预警期刊,责令限期整改
+ 时间: {{daojishi}}
+ 倒计时: {{day}}天 {{hour}}:{{min}}:{{second}}
+ 整改事项:
+
{{shixiang}}
+
+
+
+
+
+ The manuscripts are ready to get final decisions.
+
+
+
+ -
+
{{item.type}}{{item.title}}
+
+ Detail
+
+
+ {{item.author}}
+ {{head_line}}.
Submitted time: {{item.ctime}}{{item.accept_sn}}
+
+ No article
+
+
+
+
+
+
+
+
+ Statistical Analysis.
+
+
+
+
+ to
+
+
+
+
+
+ Founding time:
+ {{this.tableData.ZL.CK}}
+
+
+
+
+ Number of journal subscribed:
+ {{this.tableData.HG.SUBJOURNAL}}
+ 订阅量 > 1000人
+
+
+
+
+ Number of topics subscribed:
+ {{this.tableData.HG.SUBTOPIC}}
+
+
+
+
+ Number of reviewers:
+ {{this.tableData.HG.SGRSL}}
+ 审稿人数量 > 100人
+
+
+
+
+ Acceptance:
+ >
+ 录用率 < 50%
+
+
+
+
+
+
+
+ Qualified rate of external audit:
+ >
+
+
+
+
+
+
+
+ Cited times:
+ {{this.tableData.ZL.YY}}
+
+
+
+
+ Contribution volume:
+ {{this.tableData.ZL.TGL}}
+
+
+
+
+ -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Processing time
+
+
+
+
+
+
+
+ Document statistics
+
+
+
+
+
+
+
+ Article type
+
+
+
+
综述比例 < 30% ; 论著比例 > 50%
+
+
+
+
+
+
+ Article analysis
+
+
+
+
+
+
+
+ Authors analysis
+
+
+
+
+
+
+
+ Editorial board members analysis
+
+
+
+
编委国际化 > 70%,区域期刊编委国际化 > 60%
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/page/man_history.vue b/src/components/page/man_history.vue
new file mode 100644
index 0000000..19b66d3
--- /dev/null
+++ b/src/components/page/man_history.vue
@@ -0,0 +1,240 @@
+
+
+
+
+
+ Editor-in-Chief historical manuscripts
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Accepted manuscripts.
+
+
+
+ -
+
{{item.type}}
+
+ {{item.state}}
+ {{item.title}}
+
+ Detail
+
+
+ {{item.author}}
+ {{head_line}}.
+ Submitted time: {{item.ctime}}{{item.accept_sn}}
+
+ No historical articles
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/page/man_report.vue b/src/components/page/man_report.vue
index eb77656..9ff8c26 100644
--- a/src/components/page/man_report.vue
+++ b/src/components/page/man_report.vue
@@ -69,97 +69,94 @@
Acceptance:
>
- 录用率 < 50%
-
-
-
-
-
+
-
-
- Qualified rate of external audit:
- >
-
-
-
-
-
-
-
- Cited times:
- {{this.tableData.ZL.YY}}
-
-
-
-
- Contribution volume:
- {{this.tableData.ZL.TGL}}
-
-
-
-
-
Document statistics:
-
- 发文量 > 30篇/年
-
-
-
-
-
-
-
-
Article type:
-
-
综述比例 < 30% ; 论著比例> 50%
-
-
-
-
-
-
-
-
Authors analysis:
-
-
作者来源 > 10个国家
-
-
-
-
-
Editorial board members analysis:
-
-
编委国际化 > 70%,区域期刊编委国际化 > 60%
-
-
-
+
+
+ Qualified rate of external audit:
+ >
+
+
+
+
+
+ Cited times:
+ {{this.tableData.ZL.YY}}
+
+
+
+
+ Contribution volume:
+ {{this.tableData.ZL.TGL}}
+
+
+
+
+
Document statistics:
+
+ 发文量 > 30篇/年
+
+
+
+
+
+
+
+
Article type:
+
+
综述比例 < 30% ; 论著比例 > 50%
+
+
+
+
+
+
+
+
Authors analysis:
+
+
作者来源 > 10个国家
+
+
+
+
+
Editorial board members analysis:
+
+
编委国际化 > 70%,区域期刊编委国际化 > 60%
+
+
+
+
+
-
diff --git a/src/components/page/per_ewer_.vue b/src/components/page/per_ewer_.vue
new file mode 100644
index 0000000..3faa090
--- /dev/null
+++ b/src/components/page/per_ewer_.vue
@@ -0,0 +1,308 @@
+
+
+
+
+
+ Reviewer Article
+
+
+
+
+
+
+
+
+
+

+ 审稿中
+
+
+
+
+
+ -
+
{{item.type}}
+
+ {{item.article_title}}
+
+ {{item.journal_title}}.Submitted time: {{item.ctime}}{{item.accept_sn}}
+
+ No article
+
+
+
+
+
+
+
+
+
+

+ 邀请审稿
+
+
+
+ -
+
{{item.type}}
+
+ {{item.title}}
+
+ {{item.journal_title}}.
+ Submitted time: {{item.ctime}}{{item.accept_sn}}
+
+ No pending articles
+
+
+
+
+
+
+
+
+
+
+

+ 待审稿件
+
+
+
+
+
+ -
+
{{item.type}}
+
+ {{item.article_title}}
+
+ {{item.journal_title}}.
+ Submitted time: {{item.ctime}}{{item.accept_sn}}
+
+ No historical articles
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/page/per_history.vue b/src/components/page/per_history.vue
new file mode 100644
index 0000000..9381179
--- /dev/null
+++ b/src/components/page/per_history.vue
@@ -0,0 +1,231 @@
+
+
+
+
+
+ Reviewer historical manuscripts
+
+
+
+
+
+
+
+
+
+
+ Reviewer historical manuscripts.
+
+
+
+ -
+
+
{{item.type}}{{item.title}}
+ Detail
+
+ {{item.journal_title}}.
+ Submitted time: {{item.ctime}}
+
+
+
+ No historical articles
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/page/per_text.vue b/src/components/page/per_text.vue
index 4a0222e..0fe1a43 100644
--- a/src/components/page/per_text.vue
+++ b/src/components/page/per_text.vue
@@ -5,148 +5,130 @@
- Reviewer Article Detail
+ Reviewer Article
+ >> Reviewer Article Detail
-
-
-
{{txt_mess.article_title}}
-
{{txt_mess.title}}>> Manuscript ID: {{txt_mess.accept_sn}}
-
+
+
+
{{txt_mess.article_title}}
+
{{txt_mess.title}} >> Manuscript ID: {{txt_mess.accept_sn}}
+
+
+
+
+
If the file download fails, change the browser.
-
+
+
+
+
+ Note: you can see multiple downloads, which represent the historical version of the manuscript and the general last
+ date.
+
After reviewing the manuscript, you can decide to review or reject it.
+ Agree
+ Refuse
+
+
+
+ If you are intereted in reviewing this manuscript, please click the "Review the Manuscript" button, we will offer a
+ reviewer-comment-form for you.
(After that, this manuscript will be listed in your "reviewing” list, then,
+ after
+ the reviewing form be finished, you can only find this manuscript in “history list”. If you have any questions,
+ please don't hesitate to contact us: tmr@tmrjournals.com)
Apply
-
+
-
+
REFEREE'S ASSESSMENT
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
+
+
+
+
+ Excellent
+ Good
+ Fair
+ Poor
+
+
+
+
+
+
+ Excellent
+ Good
+ Fair
+ Poor
+
+
+
+
+
+
+ Excellent
+ Good
+ Fair
+ Poor
+
+
+
+
+
+
+ Excellent
+ Good
+ Fair
+ Poor
+
+
+
+
+
+
+ Excellent
+ Good
+ Fair
+ Poor
+
+
+
+
+
+
+
+
+
+ Comments/ Suggestions
+
+
+
+
+
+
+
+
+
-
-
-
-
- Comments/ Suggestions
-
-
-
-
-
+
@@ -155,7 +137,7 @@
-
+
@@ -164,7 +146,7 @@
-
+
@@ -173,7 +155,7 @@
-
+
@@ -182,24 +164,7 @@
-
-
-
-
- Comments/ Suggestions
-
-
-
-
-
-
-
-
- Comments/ Suggestions
-
-
-
-
+
REFEREE'S RECOMMENDATIONS
(Poor-------------------------------------------------------------Excellent)
@@ -252,7 +217,7 @@
-
+
@@ -481,18 +446,14 @@
}
-
diff --git a/src/components/page/you_text.vue b/src/components/page/you_text.vue
index 6fbb39f..bd6ef70 100644
--- a/src/components/page/you_text.vue
+++ b/src/components/page/you_text.vue
@@ -10,8 +10,8 @@
-
+
{{txt_mess.article_title}}
{{txt_mess.title}}>> Manuscript ID: {{txt_mess.accept_sn}}
@@ -63,84 +63,84 @@
-
+
+ You are not a reviewer of the article yet.
+ Apply to be a reviewer of the article.
+ Apply
+
+
+
REFEREE'S ASSESSMENT
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
-
-
- Excellent
- Good
- Fair
- Poor
-
-
+
+
+
+
+ Excellent
+ Good
+ Fair
+ Poor
+
+
+
+
+
+
+ Excellent
+ Good
+ Fair
+ Poor
+
+
+
+
+
+
+ Excellent
+ Good
+ Fair
+ Poor
+
+
+
+
+
+
+ Excellent
+ Good
+ Fair
+ Poor
+
+
+
+
+
+
+ Excellent
+ Good
+ Fair
+ Poor
+
+
+
+
+
+
+
+
+
+ Comments/ Suggestions
+
+
+
+
+
+
+
+
+
-
-
-
-
- Comments/ Suggestions
-
-
-
-
-
+
@@ -149,7 +149,7 @@
-
+
@@ -158,7 +158,7 @@
-
+
@@ -167,7 +167,7 @@
-
+
@@ -176,24 +176,7 @@
-
-
-
-
- Comments/ Suggestions
-
-
-
-
-
-
-
-
- Comments/ Suggestions
-
-
-
-
+
REFEREE'S RECOMMENDATIONS
(Poor-------------------------------------------------------------Excellent)
@@ -302,12 +285,25 @@
confident: '',
comment: ''
},
+ add_apply: 1,
rules: {}
}
},
created() {
if (this.Direct_log == null) {
- this.getData();
+ this.$api
+ .post('api/Reviewer/checkUserForReviewer', this.add_edit)
+ .then(res => {
+ this.getData();
+ if (res.code == 0) {
+ this.add_apply = 0;
+ } else {
+ this.add_apply = 1;
+ }
+ })
+ .catch(err => {
+ this.$message.error(err);
+ });
} else {
this.$api
.post('api/Chief/autoLoginForChief ', {
@@ -439,6 +435,21 @@
});
},
+ saveAdd() {
+ this.$api
+ .post('api/Reviewer/addArticleReviewer', {
+ articleId: this.Art_id,
+ uid: localStorage.getItem('U_id')
+ })
+ .then(res => {
+ this.add_apply = 0;
+ this.$message.success('Successful application!');
+ this.getData();
+ })
+ .catch(err => {
+ this.$message.error(err);
+ });
+ }
},
mounted() {
@@ -495,4 +506,9 @@
.red {
color: #ff0000;
}
+
+ .el-collapse {
+ border-top: 0;
+ border-bottom: 0;
+ }
diff --git a/src/components/page/you_thed.vue b/src/components/page/you_thed.vue
index e46c539..3cc01c4 100644
--- a/src/components/page/you_thed.vue
+++ b/src/components/page/you_thed.vue
@@ -11,13 +11,13 @@
-->
-