exclude date

This commit is contained in:
wh1te909
2021-03-07 10:21:08 +00:00
parent 903c4570d8
commit ddf6c1deee

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;
},
},
{