fix: bug#12051
This commit is contained in:
parent
f65f9e645f
commit
730a42567f
|
@ -72,6 +72,13 @@
|
||||||
}"
|
}"
|
||||||
:params="params"
|
:params="params"
|
||||||
>
|
>
|
||||||
|
<template #completeTime="slotProps">
|
||||||
|
<span>{{
|
||||||
|
moment(slotProps.completeTime).format(
|
||||||
|
'YYYY-MM-DD HH:mm:ss',
|
||||||
|
)
|
||||||
|
}}</span>
|
||||||
|
</template>
|
||||||
<template #createTime="slotProps">
|
<template #createTime="slotProps">
|
||||||
<span>{{
|
<span>{{
|
||||||
moment(slotProps.createTime).format(
|
moment(slotProps.createTime).format(
|
||||||
|
|
Loading…
Reference in New Issue