From 9ba3c55ee4bc1b1cf1a189551c7cbd500cbcf052 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 27 八月 2026 10:44:44 +0800
Subject: [PATCH] fix: MOM 1.设计项目页面审核文件选项优化 2.设计项目详情页面返回按钮页面404问题修改
---
src/views/erp/home/index.vue | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/src/views/erp/home/index.vue b/src/views/erp/home/index.vue
index 7ec99fe..2c4ea52 100644
--- a/src/views/erp/home/index.vue
+++ b/src/views/erp/home/index.vue
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { ref } from 'vue';
-import { DocAlert, Page } from '../../../packages/effects/common-ui/src';
+import { Page } from '@vben/common-ui';
import { Col, Row, Spin } from 'ant-design-vue';
@@ -15,15 +15,7 @@
</script>
<template>
- <Page>
- <template #doc>
- <DocAlert
- title="ERP 鎵嬪唽锛堝姛鑳藉紑鍚級"
- url="https://doc.iocoder.cn/erp/build/"
- />
- </template>
-
- <Spin :spinning="loading">
+ <Page><Spin :spinning="loading">
<div class="flex flex-col gap-4">
<!-- 閿�鍞�/閲囪喘鐨勫叏灞�缁熻 -->
<SummaryCard />
--
Gitblit v1.9.3