From fee2f2532144fca6c81b1523aeef54165c5263b2 Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期二, 25 八月 2026 16:50:38 +0800
Subject: [PATCH] Merge branch 'refs/heads/dev_pro2.0' into fix/hsy/20260812

---
 src/views/bpm/model/form/modules/extra-setting.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/bpm/model/form/modules/extra-setting.vue b/src/views/bpm/model/form/modules/extra-setting.vue
index 09f127d..18ae5c1 100644
--- a/src/views/bpm/model/form/modules/extra-setting.vue
+++ b/src/views/bpm/model/form/modules/extra-setting.vue
@@ -1,13 +1,13 @@
 <script setup lang="ts">
 import { computed, provide, ref, watch } from 'vue';
 
-import { useVbenModal } from '..\..\..\..\..\packages\effects\common-ui\src';
+import { useVbenModal } from '@vben/common-ui';
 import {
   BpmAutoApproveType,
   BpmModelFormType,
   ProcessVariableEnum,
-} from '..\..\..\..\..\packages\constants\src';
-import { IconifyIcon } from '..\..\..\..\..\packages\icons\src';
+} from '@vben/constants';
+import { IconifyIcon } from '@vben/icons';
 
 import {
   Button,

--
Gitblit v1.9.3