From c76a5529399f0dec8b56486586ff9516170f68b4 Mon Sep 17 00:00:00 2001 From: huxuejian Date: Tue, 4 Aug 2026 16:45:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TUIConversation/conversation-list/index.vue | 2 +- src/TUIKit/customComponents/custome-message-custom/index.vue | 2 +- src/components/chat-history-drawer/system-message.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@