fix: bug#12051

This commit is contained in:
xieyonghong 2023-04-25 18:21:26 +08:00
parent f65f9e645f
commit 730a42567f
1 changed files with 7 additions and 0 deletions

View File

@ -72,6 +72,13 @@
}"
:params="params"
>
<template #completeTime="slotProps">
<span>{{
moment(slotProps.completeTime).format(
'YYYY-MM-DD HH:mm:ss',
)
}}</span>
</template>
<template #createTime="slotProps">
<span>{{
moment(slotProps.createTime).format(