From fe950251bf133b5f715534df6d4bf98de05558ae Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 16 九月 2026 16:48:26 +0800
Subject: [PATCH] feat(crm): 退费单/销户申请审核通过后隐藏编辑删除并提供只读详情

---
 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