diff --git a/apps/web-antd/src/views/ai/chat/manager/index.vue b/apps/web-antd/src/views/ai/chat/manager/index.vue index 48d7d5357..69c4e844b 100644 --- a/apps/web-antd/src/views/ai/chat/manager/index.vue +++ b/apps/web-antd/src/views/ai/chat/manager/index.vue @@ -3,7 +3,7 @@ import { ref } from 'vue'; import { DocAlert, Page } from '@vben/common-ui'; -import { Card, Tabs } from 'ant-design-vue'; +import { Tabs } from 'ant-design-vue'; import ChatConversationList from './modules/conversation-list.vue'; import ChatMessageList from './modules/message-list.vue'; @@ -17,15 +17,13 @@ const activeTabName = ref('conversation'); - - - - - - - - - - + + + + + + + + diff --git a/apps/web-antd/src/views/ai/chat/manager/modules/conversation-list.vue b/apps/web-antd/src/views/ai/chat/manager/modules/conversation-list.vue index 90adc32f8..6bfe70216 100644 --- a/apps/web-antd/src/views/ai/chat/manager/modules/conversation-list.vue +++ b/apps/web-antd/src/views/ai/chat/manager/modules/conversation-list.vue @@ -23,7 +23,7 @@ function handleRefresh() { gridApi.query(); } -/** 删除消息 */ +/** 删除对话 */ async function handleDelete(row: AiChatConversationApi.ChatConversation) { const hideLoading = message.loading({ content: $t('ui.actionMessage.deleting', [row.id]), @@ -72,9 +72,6 @@ const [Grid, gridApi] = useVbenVxeGrid({