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') }}
+
-
-