fix(@vben/web-antd): 工单日志时间改为显示精确时间

This commit is contained in:
lzh
2026-04-07 22:13:15 +08:00
parent 60e00ae3d7
commit 26aad7b5f4

View File

@@ -932,7 +932,7 @@ onUnmounted(stopPolling);
}}</span>
</span>
<span class="log-simple-time">{{
formatRelativeTime(log.time)
formatDateTime(log.time)
}}</span>
</div>
</div>