From 67a4875b01a59b711188c3778b9820398ea4c1ba 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, 8 May 2026 13:53:37 +0800
Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E9=A1=B5=20=E4=BB=BB=E5=8A=A1=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/index.js | 4 +-
src/components/common/langs/en.js | 2 +
src/components/common/langs/zh.js | 2 +
src/components/page/autoPromotionLogs.vue | 409 ++++++++++++------
.../autoPromotion/PromotionDetailDrawer.vue | 14 +-
5 files changed, 306 insertions(+), 125 deletions(-)
diff --git a/src/api/index.js b/src/api/index.js
index 525753d..487fb66 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 73edf4b..7cd987c 100644
--- a/src/components/common/langs/en.js
+++ b/src/components/common/langs/en.js
@@ -1243,6 +1243,7 @@ colTitle: 'Template title',
,
autoPromotionLogs: {
detail: 'Auto Promotion Details',
+ pipelineHistory: 'PIPELINE HISTORY',
factoryTaskSelectPlaceholder: 'Select promotion task',
configured: 'Configured',
editConfig: 'Edit auto promotion configuration',
@@ -1310,6 +1311,7 @@ colTitle: 'Template title',
taskLogState2: 'Failed',
taskLogState3: 'Bounced',
taskLogState4: 'Cancelled',
+ logColIndex: 'No.',
logColExpert: 'Expert',
logColSendTime: 'Sent at',
logColPreparedAt: 'Prepared at',
diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js
index ea13872..d05537f 100644
--- a/src/components/common/langs/zh.js
+++ b/src/components/common/langs/zh.js
@@ -1228,6 +1228,7 @@ const zh = {
,
autoPromotionLogs: {
detail: '自动推广详情',
+ pipelineHistory: '流水线历史',
factoryTaskSelectPlaceholder: '选择推广任务',
configured: '已配置',
editConfig: '修改期刊自动推广配置',
@@ -1295,6 +1296,7 @@ const zh = {
taskLogState2: '失败',
taskLogState3: '退信',
taskLogState4: '取消',
+ logColIndex: '序号',
logColExpert: '专家信息',
logColSendTime: '发送时间',
logColPreparedAt: '预处理完成时间',
diff --git a/src/components/page/autoPromotionLogs.vue b/src/components/page/autoPromotionLogs.vue
index c5cf550..e7e14b2 100644
--- a/src/components/page/autoPromotionLogs.vue
+++ b/src/components/page/autoPromotionLogs.vue
@@ -19,19 +19,46 @@
-
-
-
-
- {{ config.initialized ? $t('autoPromotionLogs.editConfig') : $t('autoPromotionLogs.startConfig') }}
-
-
-
-
+
+
+ {{ config.initialized ? $t('autoPromotionLogs.editConfig') : $t('autoPromotionLogs.startConfig') }}
+
-
-