From 66a5fe964fb105cda88346811619d1bc12d91748 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期二, 25 八月 2026 16:30:36 +0800
Subject: [PATCH] feat(mes): 设计项目列表新增「审核文件」按钮,按文件审核状态显隐「提交审批」

---
 src/views/ai/chat/index/modules/message/reasoning.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/ai/chat/index/modules/message/reasoning.vue b/src/views/ai/chat/index/modules/message/reasoning.vue
index 0963f28..de3175d 100644
--- a/src/views/ai/chat/index/modules/message/reasoning.vue
+++ b/src/views/ai/chat/index/modules/message/reasoning.vue
@@ -1,7 +1,7 @@
 <script setup lang="ts">
 import { computed, ref } from 'vue';
 
-import { IconifyIcon } from '../../../../../../packages/icons/src';
+import { IconifyIcon } from '@vben/icons';
 
 import { MarkdownView } from '#/components/markdown-view';
 

--
Gitblit v1.9.3