From b3abd460d8f68b9f501b48aeecaa344ff18c033a Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期三, 26 八月 2026 17:05:29 +0800
Subject: [PATCH] feat(mes): 生产任务报工人下拉源调整为工作站人力配置

---
 src/components/table-action/table-action.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/table-action/table-action.vue b/src/components/table-action/table-action.vue
index cdf81a0..78220f5 100644
--- a/src/components/table-action/table-action.vue
+++ b/src/components/table-action/table-action.vue
@@ -6,10 +6,10 @@
 
 import { computed, unref, watch } from 'vue';
 
-import { useAccess } from '../../packages/effects/access/src';
-import { IconifyIcon } from '../../packages/icons/src';
-import { $t } from '../../packages/locales/src';
-import { isBoolean, isFunction } from '../../packages/utils/src';
+import { useAccess } from '@vben/access';
+import { IconifyIcon } from '@vben/icons';
+import { $t } from '@vben/locales';
+import { isBoolean, isFunction } from '@vben/utils';
 
 import {
   Button,

--
Gitblit v1.9.3