fix: bug#16097
This commit is contained in:
parent
1e3324859a
commit
0b961e49e3
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue