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/mes/dv/checkplan/index.vue |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/src/views/mes/dv/checkplan/index.vue b/src/views/mes/dv/checkplan/index.vue
index 5a53e04..ee1b496 100644
--- a/src/views/mes/dv/checkplan/index.vue
+++ b/src/views/mes/dv/checkplan/index.vue
@@ -3,7 +3,7 @@
 import type { MesDvCheckPlanApi } from '#/api/mes/dv/checkplan';
 import type { ActionItem } from '#/components/table-action/typing';
 
-import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src';
+import { Page, useVbenModal } from '../../../../packages/effects/common-ui/src';
 import { MesDvCheckPlanStatusEnum } from '../../../../packages/constants/src';
 import { downloadFileFromBlobPart } from '../../../../packages/utils/src';
 
@@ -161,14 +161,7 @@
 });
 </script>
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert
-        title="銆愯澶囥�戠偣妫�淇濆吇椤圭洰銆佺偣妫�淇濆吇鏂规"
-        url="https://doc.iocoder.cn/mes/dv/check-plan/"
-      />
-    </template>
-    <FormModal @success="handleRefresh" />
+  <Page auto-content-height><FormModal @success="handleRefresh" />
     <Grid table-title="鐐规淇濆吇鏂规鍒楄〃">
       <template #toolbar-tools>
         <TableAction

--
Gitblit v1.9.3