From 811f7979866c00ebf0d0069409d45cea6ceff8f0 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 26 Jul 2024 18:04:02 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=BE=85=E5=8A=9E=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/system/zh.js | 1 + src/views/system/todoPushRecord/TodoPushRecord.vue | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/src/common/lang/system/zh.js b/src/common/lang/system/zh.js index 0c21444e..961fa14f 100644 --- a/src/common/lang/system/zh.js +++ b/src/common/lang/system/zh.js @@ -114,6 +114,7 @@ module.exports = { pushContent: '推送内容', pushAddress: '推送地址', returnContent: '返回内容', + messageHandleType: '消息处理类型', resend: '重新发送', areYouSureResend: '确定重新发送吗' } diff --git a/src/views/system/todoPushRecord/TodoPushRecord.vue b/src/views/system/todoPushRecord/TodoPushRecord.vue index 37ed6de4..49c2231b 100644 --- a/src/views/system/todoPushRecord/TodoPushRecord.vue +++ b/src/views/system/todoPushRecord/TodoPushRecord.vue @@ -117,6 +117,13 @@ export default { dataIndex: 'responseBody', scopedSlots: { customRender: 'text' } }, + { // 消息处理类型 + title: this.$t('system.todoPushRecord.messageHandleType'), + align: 'center', + width: 140, + dataIndex: 'type_dictText', + scopedSlots: { customRender: 'text' } + }, { title: this.$t('operation'), dataIndex: 'action',