fix: bug#16097

This commit is contained in:
XieYongHong 2023-07-11 13:46:23 +08:00
parent 1e3324859a
commit 0b961e49e3
1 changed files with 2 additions and 2 deletions

View File

@ -168,9 +168,9 @@
</template>
<template #registryTime="slotProps">
<span>{{
dayjs(slotProps.registryTime).format(
slotProps.registryTime ? dayjs(slotProps.registryTime).format(
'YYYY-MM-DD YY:mm:ss',
)
) : '-'
}}</span>
</template>
<template #action="slotProps">