From aa7c645293fca00f7160186952258924c93aa658 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Wed, 26 Feb 2025 16:19:04 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../outsourcerEvaluation/evaluationForm.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html
index 361bc47..371c0f4 100644
--- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html
+++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html
@@ -212,15 +212,15 @@
let fileDom = '';
// 只要有文件列表,并且文件列表数量大于0,添加文件信息
- if (item1.fileList && item1.fileList.length > 0) {
- // 根据文件列表的索引判断将哪个文件添加到相应的列
- fileDom = `${item1.fileList[index - 3]}`;
- }
+ // if (item1.fileList && item1.fileList.length > 0) {
+ // // 根据文件列表的索引判断将哪个文件添加到相应的列
+ // fileDom = `${item1.fileList[index - 3]}`;
+ // }
- console.log('fileDomfileDomfileDomfileDom', fileDom)
+ // console.log('fileDomfileDomfileDomfileDom', fileDom)
- // 将fileDom添加到当前单元格
- $(this).append(fileDom);
+ // // 将fileDom添加到当前单元格
+ // $(this).append(fileDom);
}
});