This commit is contained in:
sunguangming
2024-01-29 10:57:28 +08:00
parent 5f417fdb7e
commit c11499a42e
+3
View File
@@ -76,6 +76,9 @@ window.onRenderCell = function(result, {row, col})
}
}
if(row.data.lastEditedDate == '0000-00-00 00:00:00') row.data.lastEditedDate = '';
if(row.data.reviewedDate == '0000-00-00') row.data.reviewedDate = '';
return result;
}