From dcde4b33fa739b09486c39faade9ed19b29a6d7a Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 03 八月 2026 14:58:35 +0800
Subject: [PATCH] feat(srm): 优化供应商选择组件功能

---
 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..b10959d 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 '@vben/common-ui';
 
 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