mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
feat: 数据同步 定时报告 优化
This commit is contained in:
@@ -11,8 +11,8 @@ const options = function(value, array) {
|
||||
}
|
||||
|
||||
const timestampFormatDate = function(timestamp, showMs) {
|
||||
if (!timestamp) {
|
||||
return timestamp
|
||||
if (!timestamp || timestamp === -1) {
|
||||
return '-'
|
||||
}
|
||||
|
||||
const date = new Date(timestamp)
|
||||
|
||||
Reference in New Issue
Block a user