From 950e1332f89e3d18a8f4b415bd4fe274dce1e954 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期五, 28 八月 2026 16:16:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro2.0' into dev_pro2.0

---
 src/views/wls/stocktaking/plan/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/wls/stocktaking/plan/index.vue b/src/views/wls/stocktaking/plan/index.vue
index 637fd26..5a76054 100644
--- a/src/views/wls/stocktaking/plan/index.vue
+++ b/src/views/wls/stocktaking/plan/index.vue
@@ -2,9 +2,9 @@
 import type { VxeTableGridOptions } from '#/adapter/vxe-table';
 import type { MesWmStockTakingPlanApi } from '#/api/mes/wm/stocktaking/plan';
 
-import { confirm, Page, useVbenModal } from '../../../../packages/effects/common-ui/src';
-import { CommonStatusEnum } from '../../../../packages/constants/src';
-import { downloadFileFromBlobPart } from '../../../../packages/utils/src';
+import { confirm, Page, useVbenModal } from '@vben/common-ui';
+import { CommonStatusEnum } from '@vben/constants';
+import { downloadFileFromBlobPart } from '@vben/utils';
 
 import { Button, message } from 'ant-design-vue';
 

--
Gitblit v1.9.3