Skip to content

Commit

Permalink
添加瞬间的日期显示
Browse files Browse the repository at this point in the history
  • Loading branch information
holwell committed Oct 13, 2024
1 parent 9c0cdee commit f6a9f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/src/components/MomentItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const handleApproved = async () => {
content: formatDatetime(previewMoment.spec.releaseTime),
}"
>
{{ relativeTimeTo(previewMoment.spec.releaseTime) }}
{{ relativeTimeTo(previewMoment.spec.releaseTime) + " | " + formatDatetime(previewMoment.spec.releaseTime).slice(0, -3) + "" }}
</span>
</div>
<VDropdown
Expand Down

0 comments on commit f6a9f1e

Please sign in to comment.