fix: 11086

This commit is contained in:
100011797 2023-03-28 15:25:15 +08:00
parent 166d99b019
commit fed965488b
1 changed files with 2 additions and 2 deletions

View File

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