From 80d9661ac50cc58c8051e806453d29563a2a22bc Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 10 八月 2026 17:55:11 +0800
Subject: [PATCH] feat(erp): 添加财务付款审批流程选择模态框
---
src/views/mes/tm/tool/components/select.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/mes/tm/tool/components/select.vue b/src/views/mes/tm/tool/components/select.vue
index 8d08f5e..290f88d 100644
--- a/src/views/mes/tm/tool/components/select.vue
+++ b/src/views/mes/tm/tool/components/select.vue
@@ -3,7 +3,7 @@
import { computed, ref, useAttrs, watch } from 'vue';
-import { IconifyIcon } from '..\..\..\..\..\packages\icons\src';
+import { IconifyIcon } from '@vben/icons';
import { Input, Tooltip } from 'ant-design-vue';
--
Gitblit v1.9.3