From 787ccc59ba89bacc075562a161ecf02bc76ebadc Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 24 七月 2026 17:15:53 +0800
Subject: [PATCH] 银川 1.采购申请添加入库状态查询条件

---
 src/views/ai/chat/manager/index.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/views/ai/chat/manager/index.vue b/src/views/ai/chat/manager/index.vue
index 3149f70..0161c53 100644
--- a/src/views/ai/chat/manager/index.vue
+++ b/src/views/ai/chat/manager/index.vue
@@ -1,7 +1,7 @@
 <script lang="ts" setup>
 import { ref } from 'vue';
 
-import { DocAlert, Page } from '..\..\..\..\packages\effects\common-ui\src';
+import { Page } from '@vben/common-ui';
 
 import { Tabs } from 'ant-design-vue';
 
@@ -12,12 +12,7 @@
 </script>
 
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert title="AI 瀵硅瘽鑱婂ぉ" url="https://doc.iocoder.cn/ai/chat/" />
-    </template>
-
-    <Tabs v-model:active-key="activeTabName">
+  <Page auto-content-height><Tabs v-model:active-key="activeTabName">
       <Tabs.TabPane tab="瀵硅瘽鍒楄〃" key="conversation">
         <ChatConversationList />
       </Tabs.TabPane>

--
Gitblit v1.9.3