exclude date

This commit is contained in:
wh1te909 2021-03-07 10:21:08 +00:00
parent 7835cc3b10
commit 684b545e8f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export default {
field: "install_date",
sortable: false,
format: (val, row) => {
return val === "01/01/1" ? "" : val;
return val === "01/01/1" || val === "01-1-01" ? "" : val;
},
},
{