This commit is contained in:
BianLzhaoMin 2025-02-27 10:47:44 +08:00
parent 33d68dfddf
commit 56a1da65d2
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
console.log(dataId)
console.log(item1[`${dataId}-file`])
if (item1[`${dataId}-file`] && item1[`${dataId}-file`][fileName]) {
if (item1[`${dataId}-file`] && item1[`${dataId}-file`]['fileName']) {
$(this).find('.layui-table-cell').append(`<i class="layui-icon layui-icon-file-b" style="margin-right:6px"></i> `)
}
}