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/index/index.vue | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/src/views/wms/inventory/index/index.vue b/src/views/wms/inventory/index/index.vue
index b578321..400bfe3 100644
--- a/src/views/wms/inventory/index/index.vue
+++ b/src/views/wms/inventory/index/index.vue
@@ -6,7 +6,7 @@
import { ref } from 'vue';
-import { DocAlert, Page } from '../../../../packages/effects/common-ui/src';
+import { Page } from '../../../../packages/effects/common-ui/src';
import { Checkbox } from 'ant-design-vue';
@@ -153,15 +153,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 #toolbar-tools>
<Checkbox v-model:checked="filterZero" @change="handleFilterZeroChange">
杩囨护鎺夊簱瀛樹负 0 鐨勫晢鍝�
--
Gitblit v1.9.3