From 4807d8b687853e75a815b3aa9aecbc2554063aa4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 11 八月 2026 14:20:15 +0800
Subject: [PATCH] docs: MOM 1.规范提交消息格式

---
 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 1afe74b..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