From 302e8457c8d34a35d7eabbd474d98ebc16120ed2 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 12 八月 2026 17:23:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/fix/hsy/20260812' into dev_pro2.0

---
 src/views/erp/product/category/index.vue |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/src/views/erp/product/category/index.vue b/src/views/erp/product/category/index.vue
index bd0cffb..5a564d9 100644
--- a/src/views/erp/product/category/index.vue
+++ b/src/views/erp/product/category/index.vue
@@ -4,8 +4,8 @@
 
 import { ref } from 'vue';
 
-import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src';
-import { downloadFileFromBlobPart } from '../../../../packages/utils/src';
+import { Page, useVbenModal } from '@vben/common-ui';
+import { downloadFileFromBlobPart } from '@vben/utils';
 
 import { message } from 'ant-design-vue';
 
@@ -110,15 +110,7 @@
 </script>
 
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert
-        title="銆愪骇鍝併�戜骇鍝佷俊鎭�佸垎绫汇�佸崟浣�"
-        url="https://doc.iocoder.cn/erp/product/"
-      />
-    </template>
-
-    <FormModal @success="handleRefresh" />
+  <Page auto-content-height><FormModal @success="handleRefresh" />
     <Grid table-title="浜у搧鍒嗙被鍒楄〃">
       <template #toolbar-tools>
         <TableAction

--
Gitblit v1.9.3