This commit is contained in:
BianLzhaoMin 2025-02-26 16:19:04 +08:00
parent 50cdc73f60
commit aa7c645293
1 changed files with 7 additions and 7 deletions

View File

@ -212,15 +212,15 @@
let fileDom = '';
// 只要有文件列表并且文件列表数量大于0添加文件信息
if (item1.fileList && item1.fileList.length > 0) {
// 根据文件列表的索引判断将哪个文件添加到相应的列
fileDom = `<span>${item1.fileList[index - 3]}</span>`;
}
// if (item1.fileList && item1.fileList.length > 0) {
// // 根据文件列表的索引判断将哪个文件添加到相应的列
// fileDom = `<span>${item1.fileList[index - 3]}</span>`;
// }
console.log('fileDomfileDomfileDomfileDom', fileDom)
// console.log('fileDomfileDomfileDomfileDom', fileDom)
// 将fileDom添加到当前单元格
$(this).append(fileDom);
// // 将fileDom添加到当前单元格
// $(this).append(fileDom);
}
});