From 1ac4b40117d710a242dcf397ab266b4f67b4a4f9 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 14 八月 2026 11:48:16 +0800
Subject: [PATCH] 删除生产物料管理导入按钮

---
 src/views/system/tenant/index.vue |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue
index fd163b5..3a639ab 100644
--- a/src/views/system/tenant/index.vue
+++ b/src/views/system/tenant/index.vue
@@ -4,8 +4,8 @@
 
 import { ref } from 'vue';
 
-import { confirm, DocAlert, Page, useVbenModal } from '../../../packages/effects/common-ui/src';
-import { downloadFileFromBlobPart, isEmpty } from '../../../packages/utils/src';
+import { confirm, Page, useVbenModal } from '@vben/common-ui';
+import { downloadFileFromBlobPart, isEmpty } from '@vben/utils';
 
 import { message } from 'ant-design-vue';
 
@@ -123,12 +123,7 @@
 });
 </script>
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert title="SaaS 澶氱鎴�" url="https://doc.iocoder.cn/saas-tenant/" />
-    </template>
-
-    <FormModal @success="handleRefresh" />
+  <Page auto-content-height><FormModal @success="handleRefresh" />
     <Grid table-title="绉熸埛鍒楄〃">
       <template #toolbar-tools>
         <TableAction

--
Gitblit v1.9.3