diff --git a/src/TUIKit/components/TUIConversation/conversation-list/index.vue b/src/TUIKit/components/TUIConversation/conversation-list/index.vue index 710d89e..ec8f99e 100644 --- a/src/TUIKit/components/TUIConversation/conversation-list/index.vue +++ b/src/TUIKit/components/TUIConversation/conversation-list/index.vue @@ -342,7 +342,7 @@ function parseMessageExtension(ext) { } function getLastMessageContent(payload) { - if (payload.data === 'AUDIPASS') { + if (payload.data === 'AUDITPASS') { return '处方审核通过' } // 解析 extension 字段,如果是 JSON 则提取文本 diff --git a/src/TUIKit/customComponents/custome-message-custom/index.vue b/src/TUIKit/customComponents/custome-message-custom/index.vue index 3505576..c45d868 100644 --- a/src/TUIKit/customComponents/custome-message-custom/index.vue +++ b/src/TUIKit/customComponents/custome-message-custom/index.vue @@ -1,6 +1,6 @@