From c423bf9c58edd8625dfcf3e127c2be4cba8dd702 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, 27 Sep 2024 11:11:23 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8E=BB=E6=8E=89=E5=88=86?=
=?UTF-8?q?=E7=B1=BB=E7=AE=A1=E7=90=86=20=E5=A2=9E=E5=8A=A0=E6=9C=9F?=
=?UTF-8?q?=E5=88=8A=E5=BC=95=E6=96=87=E5=88=86=E6=9E=90=20cite=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/index.js | 4 +-
src/components/common/Sidebar.vue | 8 +-
src/components/common/langs/en.js | 6 +
src/components/common/langs/zh.js | 8 +-
.../page/JournalCitationAnalysis.vue | 136 +-
.../JournalManagement/class.vue | 649 +++++++++
.../JournalManagement/common.vue | 600 ++++++++
.../JournalManagement/index.vue | 119 +-
src/components/page/articleListEditor_E.vue | 11 +-
.../JournalCitationAnalysis/citeList.vue | 1211 +++++++++++++++++
10 files changed, 2637 insertions(+), 115 deletions(-)
create mode 100644 src/components/page/JournalManagement/JournalManagement/class.vue
create mode 100644 src/components/page/JournalManagement/JournalManagement/common.vue
create mode 100644 src/components/page/components/JournalCitationAnalysis/citeList.vue
diff --git a/src/api/index.js b/src/api/index.js
index 0b11630..170e883 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -19,8 +19,8 @@ const service = axios.create({
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
- // baseURL: '/api', //本地
- baseURL: '/', //正式
+ baseURL: '/api', //本地
+ // baseURL: '/', //正式
});
diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue
index b6bb43e..f42727d 100644
--- a/src/components/common/Sidebar.vue
+++ b/src/components/common/Sidebar.vue
@@ -462,10 +462,10 @@ export default {
index: '5',
title: this.$t('sidebar.journalManagement'),
subs: [
- {
- index: 'JournalManagement',
- title: this.$t('sidebar.journalManagement')
- },
+ // {
+ // index: 'JournalManagement',
+ // title: this.$t('sidebar.journalManagement')
+ // },
{
index: 'Journal_Agreement',
diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js
index 81aef47..60e1cff 100644
--- a/src/components/common/langs/en.js
+++ b/src/components/common/langs/en.js
@@ -88,6 +88,12 @@ const en = {
factor: 'Factor',
Sameperiod: 'Same period',
ArticleInfo: 'Article Information',
+ website: 'Website',
+ email: 'Email',
+ abbr: 'abbr',
+ edit: 'Edit',
+ level: 'Level',
+ editorinchief: 'Editor In Chief',
},
diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js
index 024ad0b..9e806a9 100644
--- a/src/components/common/langs/zh.js
+++ b/src/components/common/langs/zh.js
@@ -83,7 +83,12 @@ const zh = {
article: '文章数量',
citeNum: '引用数量',
articleNum: '文章数量',
- ArticleInfo: '文章信息',
+ ArticleInfo: '文章信息', website: '网站',
+ email: '邮箱',
+ abbr: '缩写',
+ edit: '编辑',
+ level: '水平',
+ editorinchief: '总编辑',
info: '以下数据为', wos: 'Wos',
@@ -227,6 +232,7 @@ const zh = {
journalArticleCount: '期刊文章计数总结',
managingDirector: '总经理',
GroupClassification: '集团分类',
+
},
home: {
authortop: '用户指南',
diff --git a/src/components/page/JournalCitationAnalysis.vue b/src/components/page/JournalCitationAnalysis.vue
index 548d2c5..2d0ac8e 100644
--- a/src/components/page/JournalCitationAnalysis.vue
+++ b/src/components/page/JournalCitationAnalysis.vue
@@ -35,9 +35,14 @@
align="center"
>
-
+ Doi : + {{ + scope.row.article_doi + }} + + + {{ $t('paperArticleCount.Periodroll') }} : + + ( {{ scope.row.vol }} ) + +
+{{ $t('citeList.yes') }}
-{{ $t('citeList.no') }}
- -{{ $t('citeList.yes') }}
+{{ $t('citeList.no') }}
+ {{ $t('menu.Classificationmanagement') }} +
+ +