From 1ac4b40117d710a242dcf397ab266b4f67b4a4f9 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 14 八月 2026 11:48:16 +0800
Subject: [PATCH] 删除生产物料管理导入按钮

---
 src/views/bpm/task/manager/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/bpm/task/manager/index.vue b/src/views/bpm/task/manager/index.vue
index eda3db7..bafe4c3 100644
--- a/src/views/bpm/task/manager/index.vue
+++ b/src/views/bpm/task/manager/index.vue
@@ -2,7 +2,7 @@
 import type { VxeTableGridOptions } from '#/adapter/vxe-table';
 import type { BpmTaskApi } from '#/api/bpm/task';
 
-import { Page } from '../../../../packages/effects/common-ui/src';
+import { Page } from '@vben/common-ui';
 
 import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
 import { getTaskManagerPage } from '#/api/bpm/task';

--
Gitblit v1.9.3