From 5a42f8fa018bd9e5a5f63cf5026311d9e3a54f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Fri, 2 Aug 2024 17:13:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=9F=E5=88=8A=E6=95=B0=E6=8D=AE=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Sidebar.vue | 6 +- src/components/common/langs/en.js | 49 +- src/components/common/langs/zh.js | 32 +- src/components/page/evaluationsis_report.vue | 800 +++++++++++++++++++ src/router/index.js | 8 + 5 files changed, 870 insertions(+), 25 deletions(-) create mode 100644 src/components/page/evaluationsis_report.vue diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index 521bdde..79fcc89 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -362,7 +362,11 @@ export default { { icon: 'el-icon-data-analysis', index: 'citationanalysis', - title: this.$t('sidebar.analysis') + title: this.$t('sidebar.datasis'), + subs: [ + { icon: 'el-icon-data-analysis', index: 'citationanalysis', title: this.$t('sidebar.analysis') }, + { icon: 'el-icon-data-analysis', index: 'evaluationsis', title: this.$t('sidebar.evaluationsis') } + ] }, { icon: 'el-icon-chat-line-square', diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js index 055be14..bfcf8ff 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -52,7 +52,7 @@ const en = { reviewerimporterror: 'import error', monitor: 'Monitor', monitor1: 'Manuscript situation', - document:'Manuscript List', + document: 'Manuscript List', chief: 'Chief editor', chief1: 'Chief editor list', chief2: 'Journal list', @@ -94,7 +94,9 @@ const en = { userManSys9: 'Editors & Staff', userManSys11: 'Journal Agreement', analyp: 'Manager', + datasis: 'Journal Data Statistics', analysis: 'Journal Evaluation System', + evaluationsis: 'Journal Evaluation Statistics', rev_ewer: 'Reviewer', rev_ewer1: 'Peer Review', rev_ewer2: 'Review History', @@ -124,13 +126,13 @@ const en = { mailbox3: 'Mailbox template', tools: 'Assistant tools', ReArticles: 'Rejected Manuscripts', // 被拒稿件 - editorialBoard:'Boss System', - editorialBoard1:'Board Management', - editorialBoard2:'Young Scientist Management', - editorialBoard3:'Journal Management', - chiefInspector:'Chief Inspector', - journalArticleCount:'Journal Article Count', - managingDirector:'Managing Director' + editorialBoard: 'Boss System', + editorialBoard1: 'Board Management', + editorialBoard2: 'Young Scientist Management', + editorialBoard3: 'Journal Management', + chiefInspector: 'Chief Inspector', + journalArticleCount: 'Journal Article Count', + managingDirector: 'Managing Director' }, home: { authortop: 'Author guide', @@ -147,6 +149,17 @@ const en = { act1: 'Dealing', act2: 'Finished' }, + evaluationsis: { + EmploymentRate: 'Employment Rate', + contry: 'Contry', + zr: 'To Change Into', + zc: 'Transfer Out', + articles: 'Total Number Of Articles', + boardMembers: 'Number Of Editorial Board Members', + InternationalDistributionNumber: 'International Distribution Of Editorial Board Members', + InternationalDistributionTotal: 'total', + InternationalDistributionArticles: 'International Distribution Of Articles', + }, charact: { role: 'Role', role1: 'Role editor', @@ -154,17 +167,17 @@ const en = { role3: 'Reviewer', role4: 'Youth editorial board', }, - journalArticleCount:{ - yearTitle:'Total annual submission volume', - monthTitle:'Monthly submission volume', - dataTitle:'Submission volume', + journalArticleCount: { + yearTitle: 'Total annual submission volume', + monthTitle: 'Monthly submission volume', + dataTitle: 'Submission volume', }, - journalArticleTable:{ - title:'journal', - time:'time', - - },protocol:{ - PublishingAgreementInfo:'Please enter the publishing agreement' + journalArticleTable: { + title: 'journal', + time: 'time', + + }, protocol: { + PublishingAgreementInfo: 'Please enter the publishing agreement' } } diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js index 95a3b3c..c8d6b7f 100644 --- a/src/components/common/langs/zh.js +++ b/src/components/common/langs/zh.js @@ -93,7 +93,9 @@ const zh = { userManSys9: '期刊编辑', userManSys11: '期刊协议', analyp: '管理', + datasis: '数据统计', analysis: '引用统计', + evaluationsis: '评价统计', rev_ewer: '审稿人', rev_ewer1: '审稿', rev_ewer2: '审稿记录', @@ -146,6 +148,24 @@ const zh = { act1: '审查中', act2: '已完结' }, + evaluationsis: { + EmploymentRate: '录用率', + contry: '国家', + articles: '全部文章数', + zr: '转入', + zc: '转出', + + + +boardMembers: '编委人数', + + +InternationalDistributionNumber: '编委国际化分布', +InternationalDistributionArticles: '文章国际化分布', + +InternationalDistributionTotal: '总计', + + }, charact: { role: '角色', role1: '主编', @@ -156,12 +176,12 @@ const zh = { yearTitle: '年度总投稿量', monthTitle: '月度投稿量', dataTitle: '投稿量', }, - journalArticleTable:{ - title:'期刊', - time:'时间', - - },protocol:{ - PublishingAgreementInfo:'请输入出版协议' + journalArticleTable: { + title: '期刊', + time: '时间', + + }, protocol: { + PublishingAgreementInfo: '请输入出版协议' } } diff --git a/src/components/page/evaluationsis_report.vue b/src/components/page/evaluationsis_report.vue new file mode 100644 index 0000000..0b5f1ea --- /dev/null +++ b/src/components/page/evaluationsis_report.vue @@ -0,0 +1,800 @@ + + + + + Journal Evaluation Statistics + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/router/index.js b/src/router/index.js index 760db11..feb5e10 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -545,6 +545,14 @@ export default new Router({ }, hidden: true }, + { + path: '/evaluationsis', //引用情况分析 + component: () => import('../components/page/evaluationsis_report.vue'), + meta: { + title: 'Journal Evaluation Statistics' + }, + hidden: true + }, { path: '/TMRGPT', //TMRGPT component: () => import('../components/page/tmrGPT'),