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/productQuestion/jobList.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/ai/productQuestion/jobList.html b/src/main/resources/templates/febs/views/modules/ai/productQuestion/jobList.html
index fe8b9a5..af1ca6e 100644
--- a/src/main/resources/templates/febs/views/modules/ai/productQuestion/jobList.html
+++ b/src/main/resources/templates/febs/views/modules/ai/productQuestion/jobList.html
@@ -173,6 +173,7 @@
                 console.log("触发事件-ID:", data.id)
                 febs.modal.open( '详情', 'modules/ai/productQuestion/jobInfoList/' + data.id, {
                     maxmin: true,
+                    area: ['100%', '100%'],
                 });
             }
         });

--
Gitblit v1.9.1