From 039e200d3f99d9e644cda0417e84af16b96103e2 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 25 Feb 2026 16:13:41 +0800
Subject: [PATCH] feat(fileUpload): 更新文件上传功能以改进文件命名和显示

---
 src/main/resources/templates/febs/views/modules/ai/fileUpload/index.html |    2 ++
 1 files changed, 2 insertions(+), 0 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 8c8ed82..75ffcce 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
@@ -73,6 +73,7 @@
                                             <thead>
                                             <tr>
                                                 <th>文件名</th>
+                                                <th>系统文件名</th>
                                                 <th>大小</th>
                                                 <th>上传时间</th>
                                                 <th>操作</th>
@@ -610,6 +611,7 @@
                                             <input type="radio" name="fileRadio" value="${item.fileName}">
                                             ${item.fileName}
                                         </td>
+                                        <td>${item.fileSysName}</td>
                                         <td>${formatFileSize(item.fileSize)}</td>
                                         <td>${item.uploadTime}</td>
                                         <td>

--
Gitblit v1.9.1