refactor(用例管理): 文件列表组件修改

This commit is contained in:
WangXu10 2024-02-29 15:14:20 +08:00 committed by 刘瑞斌
parent de94106303
commit 6dd36aaf2d
1 changed files with 1 additions and 1 deletions

View File

@ -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'
)}`
}}