From 27c8277d717b34b55f3ea967027b53b067f77df3 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 16:58:49 +0800
Subject: [PATCH] feat 功能变更
---
src/views/bpm/task/manager/data.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/bpm/task/manager/data.ts b/src/views/bpm/task/manager/data.ts
index 6515483..947982b 100644
--- a/src/views/bpm/task/manager/data.ts
+++ b/src/views/bpm/task/manager/data.ts
@@ -1,7 +1,7 @@
import type { VbenFormSchema } from '#/adapter/form';
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
-import { DICT_TYPE } from '../../../../packages/constants/src';
+import { DICT_TYPE } from '@vben/constants';
import { getRangePickerDefaultProps } from '#/utils';
--
Gitblit v1.9.3