From 6dd36aaf2d85dd0d955443a7078404a9426958d9 Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Thu, 29 Feb 2024 15:14:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=94=A8=E4=BE=8B=E7=AE=A1=E7=90=86):?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=E5=88=97=E8=A1=A8=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/pure/ms-upload/fileList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/pure/ms-upload/fileList.vue b/frontend/src/components/pure/ms-upload/fileList.vue index 96a140d7df..6ef493624e 100644 --- a/frontend/src/components/pure/ms-upload/fileList.vue +++ b/frontend/src/components/pure/ms-upload/fileList.vue @@ -56,7 +56,7 @@ class="flex items-center gap-[8px] text-[12px] leading-[16px] text-[var(--color-text-4)]" > {{ - `${formatFileSize(item.file.size)} ${item.createUserName} ${t('ms.upload.uploadAt')} ${dayjs(item.createTime).format( + `${formatFileSize(item.file.size)} ${item.createUserName || ''} ${t('ms.upload.uploadAt')} ${dayjs(item.createTime).format( 'YYYY-MM-DD HH:mm:ss' )}` }}