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/wms/inventory/history/index.vue |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/views/wms/inventory/history/index.vue b/src/views/wms/inventory/history/index.vue
index b2598cc..eee2e67 100644
--- a/src/views/wms/inventory/history/index.vue
+++ b/src/views/wms/inventory/history/index.vue
@@ -2,7 +2,7 @@
 import type { VxeTableGridOptions } from '#/adapter/vxe-table';
 import type { WmsInventoryHistoryApi } from '#/api/wms/inventory/history';
 
-import { DocAlert, Page } from '../../../../packages/effects/common-ui/src';
+import { Page } from '../../../../packages/effects/common-ui/src';
 
 import { useVbenVxeGrid } from '#/adapter/vxe-table';
 import { getInventoryHistoryPage } from '#/api/wms/inventory/history';
@@ -49,15 +49,7 @@
 </script>
 
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert
-        title="銆愬簱瀛樸�戝簱瀛樿褰曘�佹祦姘淬�佺粺璁�"
-        url="https://doc.iocoder.cn/wms/inventory/"
-      />
-    </template>
-
-    <Grid table-title="搴撳瓨娴佹按">
+  <Page auto-content-height><Grid table-title="搴撳瓨娴佹按">
       <template #itemInfo="{ row }">
         <div class="flex flex-col gap-1 py-1 leading-5">
           <div class="text-sm">{{ row.itemName || '-' }}</div>

--
Gitblit v1.9.3