From e01955ee1f2061d99faced86eaec926b7e67a735 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 25 Feb 2026 16:47:09 +0800
Subject: [PATCH] fix(ai): 修复产品点模块中文件显示名称错误问题

---
 src/main/resources/templates/febs/views/modules/ai/fileUpload/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/ai/fileUpload/index.html b/src/main/resources/templates/febs/views/modules/ai/fileUpload/index.html
index 75ffcce..bdaca03 100644
--- a/src/main/resources/templates/febs/views/modules/ai/fileUpload/index.html
+++ b/src/main/resources/templates/febs/views/modules/ai/fileUpload/index.html
@@ -72,8 +72,8 @@
                                         <table class="layui-table" id="fileList">
                                             <thead>
                                             <tr>
-                                                <th>文件名</th>
                                                 <th>系统文件名</th>
+                                                <th>文件名</th>
                                                 <th>大小</th>
                                                 <th>上传时间</th>
                                                 <th>操作</th>

--
Gitblit v1.9.1