From 0bc622d0fb0ae73514e00b73c52c7fa0513b2acc 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: Thu, 10 Jul 2025 18:03:19 +0800 Subject: [PATCH] tijiao --- src/api/index.js | 4 +- src/components/common/langs/en.js | 2 +- src/components/common/langs/zh.js | 2 +- src/components/page/articleListEditor_A.vue | 134 +++++++++++++++----- 4 files changed, 105 insertions(+), 37 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 2698668..fa6d863 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/langs/en.js b/src/components/common/langs/en.js index 639895c..56e818e 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -273,7 +273,7 @@ const en = { state4: 'Revision', state5: 'Accept', state6: 'Pre-accept', - // state7: 'Final Decision', + state7: 'Final Decision', act1: 'Dealing', act2: 'Finished' }, diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js index 4ba9bc8..b08fea7 100644 --- a/src/components/common/langs/zh.js +++ b/src/components/common/langs/zh.js @@ -266,7 +266,7 @@ const zh = { state4: '退修', state5: '接收', state6: '终审', - // state7: '终审', + state7: '终审', act1: '审查中', act2: '已完结' }, diff --git a/src/components/page/articleListEditor_A.vue b/src/components/page/articleListEditor_A.vue index e39f846..5dc74bf 100644 --- a/src/components/page/articleListEditor_A.vue +++ b/src/components/page/articleListEditor_A.vue @@ -16,7 +16,7 @@ " :type="query.state == item.state ? 'primary' : ''" > - {{ $t('artstate.state' + item.state) }} + {{ item.isNew ? $t('artstate.state7') : $t('artstate.state' + item.state) }}
- + + + +
+ Editorial Board{{ index + 1 }} :
+
+
+
+
+
+
+
+
+
+ Editorial Board + +
+{{ currentArticleData.ai_review[v.value].repeat(20) }}
- ++ {{ currentArticleData.ai_review[v.value].repeat(20) }} +
{{ $t('aiReview.Explain') }} : {{ currentArticleData.ai_review[v.explanationValue].repeat(20) }}
- - ++ {{ $t('aiReview.Explain') }} : + {{ currentArticleData.ai_review[v.explanationValue].repeat(20) }} +