fix: bug#16097
This commit is contained in:
parent
1e3324859a
commit
0b961e49e3
|
@ -168,9 +168,9 @@
|
||||||
</template>
|
</template>
|
||||||
<template #registryTime="slotProps">
|
<template #registryTime="slotProps">
|
||||||
<span>{{
|
<span>{{
|
||||||
dayjs(slotProps.registryTime).format(
|
slotProps.registryTime ? dayjs(slotProps.registryTime).format(
|
||||||
'YYYY-MM-DD YY:mm:ss',
|
'YYYY-MM-DD YY:mm:ss',
|
||||||
)
|
) : '-'
|
||||||
}}</span>
|
}}</span>
|
||||||
</template>
|
</template>
|
||||||
<template #action="slotProps">
|
<template #action="slotProps">
|
||||||
|
|
Loading…
Reference in New Issue