refactor(用例管理): 文件列表组件修改
This commit is contained in:
parent
de94106303
commit
6dd36aaf2d
|
@ -56,7 +56,7 @@
|
||||||
class="flex items-center gap-[8px] text-[12px] leading-[16px] text-[var(--color-text-4)]"
|
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'
|
'YYYY-MM-DD HH:mm:ss'
|
||||||
)}`
|
)}`
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue