From d3de90fb0a1cd016e0fd3552a9fc495718ca9afc Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期四, 27 八月 2026 09:29:53 +0800
Subject: [PATCH] feat(system): 用户管理岗位字段设为必填

---
 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 e1dadbd..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