From 4eaf74efba7ead917bf53155a9b9fa59c4743cf8 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 14 七月 2026 10:16:23 +0800
Subject: [PATCH] Merge branch 'dev_pro2.0' of http://114.132.189.42:9002/r/mom-pro2-before into dev_pro2.0
---
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