diff --git a/dist.zip b/dist.zip index f912595..d7d0f8a 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/components/page/articleDetailEditor.vue b/src/components/page/articleDetailEditor.vue index f31f38b..5d346d0 100644 --- a/src/components/page/articleDetailEditor.vue +++ b/src/components/page/articleDetailEditor.vue @@ -56,8 +56,104 @@ Type : {{ form.type | jtName }} - Major : {{ form.major }}Initial review score : + + + {{ form.scoring }} +
+
+
+
+ H指数: + {{ + form.h_fen + }} +
+
+ 图表: + {{ + form.b_fen + }} +
+
+ 国家: + {{ + form.c_fen + }} +
+
+ 单位: + {{ + form.dw_fen + }} +
+
+ 领域分: + {{ + form.ly_fen + }} +
+
+ 基金分: + {{ + form.jj_fen + }} +
+
+
    +

    评分规则

    +
    +
  • h指数 0-1=0,2-5=1,6-11=2,12-19=3,20-~=4
  • +
    +
    +
    + 图表 +
    +
  • Article: 0=1,1=0.5,2-3=1,4=1.5,5-~=2
  • +
  • Review: 0=1,1=0.5,2=1,3=1.5,4-~=2
  • +
  • 其他类型: 0=0,1=1,2=2
  • +
    +
    +
    +
    +
    + 图表扣分 +
    +

    tmr这本刊article文章:<3扣0.5,<2扣1,<1扣2;review:0扣1

    +

    其他期刊article:<2扣0.5,<1扣1;review:0扣0.5

    +
    +
    +
    + +
    +
  • 国家 发达国家1,非中国印度国家0.5
  • +
    +
    +
  • + 作者单位 + 任意作者,来自热门机构+1.5,非热门机构+1, 热门领域+1, 带基金+1 +
  • +
    +
+
+
+
+

@@ -97,7 +193,41 @@

-

+ + +

+ + {{ item.firstname }} {{ item.lastname }} {{ item.isSuper ? '#' : '' + }}{{ item.isReport ? '*' : '' }} +

+
+
+
+

Scopus

+ +
+

Inedx:

+ +

+ Website: + {{ item.scopus_website }} +

+ +
+

No found

+
+
+
+

+

- Reviewer {{ reviewerIndex + 1 }} Detail + + Reviewer {{ reviewerIndex + 1 }} ( {{ iken.score }} ) + Detail + @@ -397,8 +535,6 @@ {{ mystate(iken.state) }} - - - + +

+ Average score: {{ avegeCount(reviewList) }} +

@@ -470,7 +609,11 @@

Final Decision

- +
- + @@ -1773,9 +1773,16 @@ export default { // 2----添加作者操作 add_Authorclick(index, row) { this.aid = index; + this. addFomauthor={ + is_first: '0', + is_report: '0', + organs: [] + } + this.addFomauthor.p_article_id = this.p_article_id; this.addAuthor = true; }, authorAdd(addFomauthor) { + console.log(this.addFomauthor); this.$refs.add_Author.validate((valid) => { if (valid) { this.$api @@ -1860,6 +1867,8 @@ export default { // 2----添加机构操作 add_Schoolclick(index, row) { this.aid = index; + this.addFomschool={} + this.addFomschool.p_article_id = this.p_article_id; this.addSchool = true; }, schoolAdd(addFomschool) { diff --git a/src/components/page/components/EditorArticle/detail.vue b/src/components/page/components/EditorArticle/detail.vue index 44d0b47..45aba5e 100644 --- a/src/components/page/components/EditorArticle/detail.vue +++ b/src/components/page/components/EditorArticle/detail.vue @@ -1,37 +1,43 @@