From 7619c19a67c2ac824f803090bab753fc5ea14408 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 16 七月 2026 12:01:49 +0800
Subject: [PATCH] 工作台完善

---
 src/views/bpm/model/form/modules/custom-print-template.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/bpm/model/form/modules/custom-print-template.vue b/src/views/bpm/model/form/modules/custom-print-template.vue
index e02a59c..7133eb2 100644
--- a/src/views/bpm/model/form/modules/custom-print-template.vue
+++ b/src/views/bpm/model/form/modules/custom-print-template.vue
@@ -3,7 +3,7 @@
 
 import { computed, onBeforeUnmount, ref, shallowRef } from 'vue';
 
-import { useVbenModal } from '../../../../../packages/effects/common-ui/src';
+import { useVbenModal } from '@vben/common-ui';
 
 import Editor from '@tinymce/tinymce-vue';
 import { Alert } from 'ant-design-vue';

--
Gitblit v1.9.3