From b500475ccdb249455a514d0ecc22291aa4b92227 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 29 七月 2026 18:10:51 +0800
Subject: [PATCH] 银川 1.设计项目、设计任务详情审核按钮权限修改

---
 src/views/wms/home/index.vue |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/src/views/wms/home/index.vue b/src/views/wms/home/index.vue
index 7e1deee..ee0e037 100644
--- a/src/views/wms/home/index.vue
+++ b/src/views/wms/home/index.vue
@@ -1,8 +1,8 @@
 <script lang="ts" setup>
 import { onMounted, ref } from 'vue';
 
-import { DocAlert, Page } from '../../../packages/effects/common-ui/src';
-import { formatDateTime } from '../../../packages/utils/src';
+import { Page } from '@vben/common-ui';
+import { formatDateTime } from '@vben/utils';
 
 import { Button, Card } from 'ant-design-vue';
 
@@ -42,14 +42,7 @@
 </script>
 
 <template>
-  <Page>
-    <template #doc>
-      <DocAlert
-        title="WMS 鎵嬪唽锛堝姛鑳藉紑鍚級"
-        url="https://doc.iocoder.cn/wms/build/"
-      />
-    </template>
-    <div class="flex flex-col gap-2">
+  <Page><div class="flex flex-col gap-2">
       <Card :body-style="{ padding: '16px' }">
         <div class="flex flex-wrap items-center justify-between gap-4">
           <div>

--
Gitblit v1.9.3