From f5e9e5638b434b55a4144255f6694fe39b484545 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Sat, 16 Nov 2024 17:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/accessory/child/accessory_store_detail.js | 2 +- page/welcome-1.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/accessory/child/accessory_store_detail.js b/js/accessory/child/accessory_store_detail.js index 70b3437..56d3d1a 100644 --- a/js/accessory/child/accessory_store_detail.js +++ b/js/accessory/child/accessory_store_detail.js @@ -54,7 +54,7 @@ function setFileTable(fileList) { $.each(fileList, function (index, item) { html += '' + '' + handleFileType(item.fileName) + item.fileName + '' + - '' + (item.suffix.replace('.', '')) + '' + + '' + (item.type ? item.type:'入库附件') + '' + '' + item.createName + '' + '' + item.createTime + '' + '预览' + diff --git a/page/welcome-1.html b/page/welcome-1.html index 1c1823d..64fd79e 100644 --- a/page/welcome-1.html +++ b/page/welcome-1.html @@ -35,7 +35,7 @@ -
+