From 5372fa6dfe5c16163880de9f899578af35671e78 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 30 七月 2026 09:24:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro2.0' into dev_pro2.0

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

diff --git a/src/views/crm/customer/limitConfig/index.vue b/src/views/crm/customer/limitConfig/index.vue
index 720e6dc..d3fb936 100644
--- a/src/views/crm/customer/limitConfig/index.vue
+++ b/src/views/crm/customer/limitConfig/index.vue
@@ -4,7 +4,7 @@
 
 import { ref } from 'vue';
 
-import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src';
+import { Page, useVbenModal } from '@vben/common-ui';
 
 import { message, Tabs } from 'ant-design-vue';
 
@@ -100,19 +100,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>
-
-    <FormModal @success="handleRefresh" />
+  <Page auto-content-height><FormModal @success="handleRefresh" />
     <Grid>
       <template #toolbar-actions>
         <Tabs class="w-full" @change="handleChangeConfigType">

--
Gitblit v1.9.3