[update] 待办推送记录

This commit is contained in:
lideqin
2024-07-26 18:04:02 +08:00
parent cea9826af2
commit 811f797986
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -114,6 +114,7 @@ module.exports = {
pushContent: '推送内容',
pushAddress: '推送地址',
returnContent: '返回内容',
messageHandleType: '消息处理类型',
resend: '重新发送',
areYouSureResend: '确定重新发送吗'
}
@@ -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',