diff --git a/ui/src/components/ai-chat/component/knowledge-source-component/index.vue b/ui/src/components/ai-chat/component/knowledge-source-component/index.vue index 913e5de3..fd6c7600 100644 --- a/ui/src/components/ai-chat/component/knowledge-source-component/index.vue +++ b/ui/src/components/ai-chat/component/knowledge-source-component/index.vue @@ -89,7 +89,7 @@ {{ dialogTitle }} -
+
@@ -149,7 +149,7 @@ const showPDF = (item: any) => { return ( item.document_name.toLocaleLowerCase().endsWith('.pdf') && item.meta?.source_file_id && - !props.executionIsRightPanel + props.executionIsRightPanel ) } const dialogVisible = ref(false) diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue index da3092d9..82ecb93c 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -41,16 +41,16 @@ chatUser.chat_profile.authentication_type === 'password' " > - +
- + {{ - chatUser.chatUserProfile?.nick_name - }} + chatUser.chatUserProfile?.nick_name + }}