From 4a71c6beb268ba17ca472f45401c8ee97846e97e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 六月 2026 13:14:57 +0800
Subject: [PATCH] 项目多余功能删除

---
 src/views/crm/customer/pool/index.vue |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/src/views/crm/customer/pool/index.vue b/src/views/crm/customer/pool/index.vue
index c6d309d..ce4a1a6 100644
--- a/src/views/crm/customer/pool/index.vue
+++ b/src/views/crm/customer/pool/index.vue
@@ -4,7 +4,7 @@
 
 import { useRouter } from 'vue-router';
 
-import { DocAlert, Page } from '../../../../packages/effects/common-ui/src';
+import { Page } from '../../../../packages/effects/common-ui/src';
 import { downloadFileFromBlobPart } from '../../../../packages/utils/src';
 
 import { Button } from 'ant-design-vue';
@@ -61,19 +61,7 @@
 </script>
 
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert
-        title="銆愬鎴枫�戝鎴风鐞嗐�佸叕娴峰鎴�"
-        url="https://doc.iocoder.cn/crm/customer/"
-      />
-      <DocAlert
-        title="銆愰�氱敤銆戞暟鎹潈闄�"
-        url="https://doc.iocoder.cn/crm/permission/"
-      />
-    </template>
-
-    <Grid>
+  <Page auto-content-height><Grid>
       <template #toolbar-tools>
         <TableAction
           :actions="[

--
Gitblit v1.9.3